STU 3 Candidate

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

Diagnosticorder-genetics-example-1.xml

Raw XML (canonical form)

Order for ABCB4 gene mutation analysis (id = "og-example1")

<DiagnosticOrder xmlns="http://hl7.org/fhir">
  <id value="og-example1"/>
  <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-example1</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/example</a></td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td><td><b>Specimen</b></td></tr><tr><td>*</td><td>ABCB4 gene mutation analysis <span>(Details : {LOINC code '49874-1' = 'ABCB4 gene mutation analysis in Blood or Tissue by
               Molecular genetics method Narrative)</span></td><td><a>Specimen/example</a></td></tr></table></div></text><status value="received"/>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
  <orderer>
    <reference value="Practitioner/example"/>
  </orderer>
  <event>
    <status value="requested"/>
        <dateTime value="2014-05-12T16:16:00-07:00"/>
    <actor>
      <reference value="Practitioner/example"/>
    </actor>
  </event>
  <item>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="49874-1"/>
      </coding>
      <text value="ABCB4 gene mutation analysis"/>
    </code>
    <specimen>
      <reference value="Specimen/example"/>
    </specimen>
  </item>
</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.