This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Real-world patient example
{
"resourceType": "Order",
"fhir_comments": [
" TODO why is <detail> required? Emergency departmentsk will not have time and only register <reason> "
],
"id": "f201",
"text": {
"status": "generated",
"div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f201</p><p><b>date</b>: 05/03/2013 12:00:00 PM</p><p><b>subject</b>: <a>Roel</a></p><p><b>source</b>: <a>Practitioner/f201</a></p><p><b>target</b>: <a>Juri van Gelder</a></p><p><b>reason</b>: It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel. <span>(Details )</span></p><h3>Whens</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Normal priority <span>(Details : {SNOMED CT code '394848005' = 'Normal priority (qualifier value)', given as 'Normal priority'})</span></td></tr></table><p><b>detail</b>: Consultation, not yet developed</p></div>"
},
"date": "2013-03-05T12:00:00+01:00",
"subject": {
"reference": "Patient/f201",
"_reference": {
"fhir_comments": [
" Order was sent to Juri van Gelder for Roel by Dokter Bronsig. "
]
},
"display": "Roel"
},
"source": {
"reference": "Practitioner/f201"
},
"target": {
"reference": "Practitioner/f203",
"display": "Juri van Gelder"
},
"reasonCodeableConcept": {
"text": "It concerns a one-off order for consultation in order to evaluate the stairs walking ability of Roel."
},
"when": {
"fhir_comments": [
" <authority> and <payment> were registered in the EHR as \"not applicable\" "
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394848005",
"display": "Normal priority"
}
]
}
},
"detail": [
{
"display": "Consultation, not yet developed"
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.