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-example-ft4.xml

Raw XML (canonical form)

Free T4 Add on Order (id = "ft4")

<DiagnosticOrder xmlns="http://hl7.org/fhir">
  <id value="ft4"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ft4</p><p><b>contained</b>: </p><p><b>status</b>: requested</p><p><b>subject</b>: <a>Patient/pat2</a></p><p><b>orderer</b>: <a>Practitioner/example</a></p><p><b>specimen</b>: Red Top Tube. Generated Summary: id: rtt; 20150816-00124; Serum sample <span>(Details : {SNOMED CT code '119364003' = 'Serum specimen (specimen)', given as 'Serum
           sample'})</span>; Patient/pat2</p><h3>Events</h3><table><tr><td>-</td><td><b>Status</b></td><td><b>DateTime</b></td></tr><tr><td>*</td><td>requested</td><td>27/08/2015 9:33:27 AM</td></tr></table><h3>Items</h3><table><tr><td>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Free T4 <span>(Details : {LOINC code '3024-7' = 'Thyroxine (T4) free [Mass/volume] in Serum or Plasma)</span></td></tr></table></div></text><contained>
    <Specimen>
      <id value="rtt"/>
      <accessionIdentifier>
        <system value="http://acme.com/labs/accession-ids"/>
        <value value="20150816-00124"/>
      </accessionIdentifier>
      <type>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="119364003"/>
          <display value="Serum sample"/>
        </coding>
      </type>
      <subject>
        <reference value="Patient/pat2"/>
      </subject>
      <collection>
        <collector>
          <reference value="Practitioner/f202"/>
        </collector>
        <collectedDateTime value="2015-08-16T06:40:17Z"/>
      </collection>
      <container>
        <type>
          <coding>
            <system value="http://acme.com/labs"/>
            <code value="SST"/>
            <display value="Serum Separator Tube"/>
          </coding>
        </type>
      </container>
    </Specimen>
  </contained>
  <status value="requested"/>
  <subject>
    <reference value="Patient/pat2"/>
  </subject>
  <orderer>
    <reference value="Practitioner/example"/>
  </orderer>
  <specimen>
    <reference value="#rtt"/>
    <display value="Red Top Tube"/>
  </specimen>
  <event>
    <status value="requested"/>
    <dateTime value="2015-08-27T09:33:27+07:00"/>
  </event>
  <item>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="3024-7"/>
      </coding>
      <text value="Free T4"/>
    </code>
  </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.