Skip to main content

R4 ServiceRequest

The ServiceRequest resource describes a "record of a request for service such as diagnostic investigations, treatments, or operations to be performed." HL7 FHIR R4 ServiceRequest

Supported Profiles

This API supports the following FHIR profiles:

Operations

The General Purpose FHIR R4 ServiceRequest resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED----
myAvatar----
myEvolv----
myUnity----
Referral Manager----
info

Not all Netsmart solutions support ServiceRequest search. See supported operations table above and consult your target solution's documentation for more information.

This resource supports a combination of standard and custom search parameters in addition to the common parameters.

Standard Parameters

NameTypeDescription
authoreddateDate request signed
categorytokenClassification of service
codetokenWhat is being request/ordered
identifiertokenIdentifiers assigned to this order
patientreferenceSearch by subject - a patient
statustokenThe status of the service

Search Examples

The POST method is recommended as it keeps health information out of the URL.

Search Service Requests by Patient
curl -X POST https://fhir.netsmartcloud.com/v4/ServiceRequest/_search \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "patient=Patient/678" \