This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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",
"id": "f201",
"date": "2013-03-05T12:00:00+01:00",
"subject": {
"reference": "Patient/f201",
"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": {
"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.