This resource contains a request for patient services like treatment(s), operation(s), consulting, skilled nursing, or other medical-related service(s).
You can review, retrieve, create, update, or cancel service requests.
read
Review a specific ServiceRequest resource with details about an order for healthcare services.
cURL request example
Request Parameters
- idrequired, string
ServiceRequest identifier
- resourceTyperequired, string
Identifies the type of the resource
Value:ServiceRequest
- statusrequired, string
The status of the order.
Possible Values:draft
,active
,on-hold
,revoked
,completed
,entered-in-error
,unknown
- _statusrequired, object
This element contains extensions for
status
. Depending on the extensions present it could be used in place ofstatus
or contain additional information aboutstatus
. See theextension
element for more details on the possible extensions being sent.- extensionArray of OriginalText or Other
May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- urlrequired, string
Source of the definition for the extension code - a logical name or a URL.
Value:http://hl7.org/fhir/StructureDefinition/originalText
- valueStringrequired, string
The original text
A human language representation of the concept (resource/element) as seen/selected/uttered by the user who entered the data and/or which represents the full intended meaning of the user.
See http://hl7.org/fhir/StructureDefinition/originalText for more information
- intentrequired, string
Whether the request is a proposal, plan, an original order or a reflex order.
Possible Values:proposal
,plan
,directive
,order
,original-order
,reflex-order
,filler-order
,instance-order
,option
- subjectrequired, object
On whom or what the service is to be performed. This is usually a human patient, but can also be requested on animals, groups of humans or animals, devices such as dialysis machines, or even locations (typically for environmental scans).
Must be a resource of type
Patient
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- idstring
The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
- identifierArray of object
Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller.
- extensionArray of Boolean, String, CodeableConcept, Coding
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
- urlrequired, string
Source of the definition for the extension code - a logical name or a URL.
- valueBooleanboolean
A single value for the extension.
- usestring
The purpose of this identifier.
Possible Values:usual
,official
,temp
,secondary
,old (If known)
- systemstring
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
- valuestring
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
- categoryArray of planOfCareType or Other
A code that classifies the service for searching, sorting and display purposes (e.g. "Surgical Procedure").
- codingArray of object
A reference to a code defined by a terminology system.
- systemrequired, string
The identification of the code system that defines the meaning of the symbol in the code.
Value:urn:redox:plan_of_care_type
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
Possible Values:Orders
,Services
,Procedures
- textstring
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
When mapping CDA to FHIR, several entries in the Plan of Treatment section become ServiceRequest resources. This category can identify what type of entry created this ServiceRequest.
- codeobject
A code that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.
- codingArray of object
A reference to a code defined by a terminology system.
- systemstring
The identification of the code system that defines the meaning of the symbol in the code.
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
- textstring
A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.
- encounterobject
An encounter that provides additional information about the healthcare context in which this request is made.
Must be a resource of type
Encounter
.- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- authoredOnstring
When the request transitioned to being actionable.
- requesterobject
The individual who initiated the request and has responsibility for its activation.
Must reference one of the following types of resources:
Practitioner
PractitionerRole
Organization
Patient
RelatedPerson
Device
- referencestring
A reference to another resource. This is typically either a relative reference which includes the resource type and ID, or an internal reference which starts with
#
and refers to a contained resource.
- occurrenceDateTimestring
The date/time at which the requested service should occur.
A profile on the Service Request resource that conforms to Redox requirements.