Resources
ServiceRequest
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Identifiers assigned to this order |
instantiatesCanonical | No | canonical[] | Instantiates FHIR protocol or definition |
instantiatesUri | No | uri[] | Instantiates external protocol or definition |
basedOn | No | Reference<CarePlan / ServiceRequest / MedicationRequest>[] | What request fulfills |
replaces | No | Reference<ServiceRequest>[] | What request replaces |
requisition | No | Identifier | Composite Request ID |
status | Yes | code | draft / active / on-hold / revoked / completed / entered-in-error / unknown |
intent | Yes | code | proposal / plan / directive / order / original-order / reflex-order / filler-order / instance-order / option |
category | No | CodeableConcept[] | Classification of service |
priority | No | code | routine / urgent / asap / stat |
doNotPerform | No | boolean | True if service/procedure should not be performed |
code | No | CodeableConcept | What is being requested/ordered |
orderDetail | No | CodeableConcept[] | Additional order information |
quantity[x] | No | Quantity, Ratio, Range | Service amount |
subject | Yes | Reference<Patient / Group / Location / Device> | Individual or Entity the service is ordered for |
encounter | No | Reference<Encounter> | Encounter in which the request was created |
occurrence[x] | No | dateTime, Period, Timing | When service should occur |
asNeeded[x] | No | boolean, CodeableConcept | Preconditions for service |
authoredOn | No | dateTime | Date request signed |
requester | No | Reference<Practitioner / PractitionerRole / Organization / Patient / RelatedPerson / Device> | Who/what is requesting service |
performerType | No | CodeableConcept | Performer role |
performer | No | Reference<Practitioner / PractitionerRole / Organization / CareTeam / HealthcareService / Patient / Device / RelatedPerson>[] | Requested performer |
locationCode | No | CodeableConcept[] | Requested location |
locationReference | No | Reference<Location>[] | Requested location |
reasonCode | No | CodeableConcept[] | Explanation/Justification for procedure or service |
reasonReference | No | Reference<Condition / Observation / DiagnosticReport / DocumentReference>[] | Explanation/Justification for service or service |
insurance | No | Reference<Coverage / ClaimResponse>[] | Associated insurance coverage |
supportingInfo | No | Reference<Resource>[] | Additional clinical information |
specimen | No | Reference<Specimen>[] | Procedure Samples |
bodySite | No | CodeableConcept[] | Location on Body |
note | No | Annotation[] | Comments |
patientInstruction | No | string | Patient or consumer-oriented instructions |
relevantHistory | No | Reference<Provenance>[] | Request provenance |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
code | token | What is being requested/ordered | ServiceRequest.code |
identifier | token | Identifiers assigned to this order | ServiceRequest.identifier |
patient | reference | Search by subject - a patient | ServiceRequest.subject |
encounter | reference | An encounter in which this request is made | ServiceRequest.encounter |
authored | date | Date request signed | ServiceRequest.authoredOn |
based-on | reference | What request fulfills | ServiceRequest.basedOn |
body-site | token | Where procedure is going to be done | ServiceRequest.bodySite |
category | token | Classification of service | ServiceRequest.category |
instantiates-canonical | reference | Instantiates FHIR protocol or definition | ServiceRequest.instantiatesCanonical |
instantiates-uri | uri | Instantiates external protocol or definition | ServiceRequest.instantiatesUri |
intent | token | proposal / plan / directive / order / original-order / reflex-order / filler-order / instance-order / option | ServiceRequest.intent |
occurrence | date | When service should occur | ServiceRequest.occurrence |
order-details | token | Order detail | ServiceRequest.orderDetail.text |
performer | reference | Requested performer | ServiceRequest.performer |
performer-type | token | Performer role | ServiceRequest.performerType |
priority | token | routine / urgent / asap / stat | ServiceRequest.priority |
replaces | reference | What request replaces | ServiceRequest.replaces |
requester | reference | Who/what is requesting service | ServiceRequest.requester |
requisition | token | Composite Request ID | ServiceRequest.requisition |
specimen | reference | Specimen to be tested | ServiceRequest.specimen |
status | token | draft / active / on-hold / revoked / completed / entered-in-error / unknown | ServiceRequest.status |
subject | reference | Search by subject | ServiceRequest.subject |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see ServiceRequest.