This page is part of the FHIR Specification (v1.2.0: STU 3 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
Order for a specific variant (id = "og-example2")
<DiagnosticOrder xmlns="http://hl7.org/fhir"> <id value="og-example2"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: og-example2</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>status</b>: received</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></text><extension url="http://hl7.org/fhir/StructureDefinition/diagnosticorder-geneticsItem"> <extension url="code"> <valueCodeableConcept> <coding> <system value="http://loinc.org"/> <code value="49874-1"/> </coding> <text value="ABCB4 gene mutation analysis"/> </valueCodeableConcept> </extension> <extension url="sequence"> <valueReference> <reference value="Sequence/example"/> </valueReference> </extension> </extension> <subject> <reference value="Patient/example"/> </subject> <orderer> <reference value="Practitioner/example"/> </orderer> <encounter> <reference value="Encounter/example"/> </encounter> <status value="received"/> <event> <status value="requested"/> <dateTime value="2014-05-12T16:16:00-07:00"/> <actor> <reference value="Practitioner/456"/> </actor> </event> </DiagnosticOrder>
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.