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 
Order for a specific variant
{
"resourceType": "DiagnosticOrder",
"id": "og-example2",
"text": {
"status": "generated",
"div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: og-example2</p><p><b>status</b>: received</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td>requested</td><td>12/05/2014 4:16:00 PM</td><td><a>Practitioner/456</a></td></tr></table></div>"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "49874-1"
}
],
"text": "ABCB4 gene mutation analysis"
}
},
{
"url": "sequence",
"valueReference": {
"reference": "Sequence/example"
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/diagnosticorder-geneticsItem"
}
],
"status": "received",
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"orderer": {
"reference": "Practitioner/example"
},
"event": [
{
"status": "requested",
"dateTime": "2014-05-12T16:16:00-07:00",
"actor": {
"reference": "Practitioner/456"
}
}
]
}
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.