DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Observation-example-f202-temperature.xml

Raw XML (canonical form)

Real-world patient - temperature (id = "f202")

<Observation xmlns="http://hl7.org/fhir">
  <id value="f202"/>
<!--    Oral temperature was measured on April fourth    -->
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>status</b>: entered-in-error</p><p><b>code</b>: Body temperature <span>(Details : {http://acme.lab code 'BT' = '??', given as 'Body temperature'}; {LOINC code
           '8310-5' = 'Body temperature', given as 'Body temperature'}; {SNOMED CT code '56342008'
           = '56342008', given as 'Temperature taking'})</span></p><p><b>subject</b>: <a>Roel</a></p><p><b>issued</b>: 04/04/2013 1:27:00 PM</p><p><b>performer</b>: <a>Practitioner/f201</a></p><p><b>value</b>: 39 degrees C<span> (Details: SNOMED CT code 258710007 = '258710007')</span></p><p><b>interpretation</b>: High <span>(Details : {http://hl7.org/fhir/v2/0078 code 'H' = 'High)</span></p><p><b>bodySite</b>: Oral cavity <span>(Details : {SNOMED CT code '74262004' = '74262004', given as 'Oral cavity'})</span></p><p><b>method</b>: Oral temperature taking <span>(Details : {SNOMED CT code '89003005' = '89003005', given as 'Oral temperature taking'})</span></p><h3>ReferenceRanges</h3><table><tr><td>-</td><td><b>Low</b></td></tr><tr><td>*</td><td>37.5 degrees C</td></tr></table></div></text><status value="entered-in-error"/>
  <code>
  <!--    Kind of observation = Oral Temperature    -->
  <!--    local code here    -->
    <coding>
      <system value="http://acme.lab"/>
      <code value="BT"/>
      <display value="Body temperature"/>
    </coding>
  <!--    LOINC and SNOMED CT translations here - Note in the US the primary code will be LOINC
     per meaningful use.  Further SNOMED CT  has acceeded to LOINC being the primary coding
     system for vitals and anthropromorphic measures.  SNOMED CT is required in some countries
     such as the UK.   -->
    <coding>
      <system value="http://loinc.org"/>
      <code value="8310-5"/>
      <display value="Body temperature"/>
    </coding>
      <coding>
       <system value="http://snomed.info/sct"/>
      <code value="56342008"/>
      <display value="Temperature taking"/>
    </coding>
    <text value="Body temperature"/>
  </code>
<!--    No identifier could be provided to this observation    -->
  <subject>
    <reference value="Patient/f201"/>
    <display value="Roel"/>
  </subject>
  <issued value="2013-04-04T13:27:00+01:00"/>
  <performer>
    <reference value="Practitioner/f201"/>
  </performer>
  <valueQuantity>
  <!--    Temperature=39 degrees Celsius    -->
    <value value="39"/>
    <unit value="degrees C"/>
    <system value="http://snomed.info/sct"/>
    <code value="258710007"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system value="http://hl7.org/fhir/v2/0078"/>
      <code value="H"/>
    </coding>
  </interpretation>
<!--    In the meantime a new oral temperature is measured    -->
<!--    http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3418963/    -->
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="74262004"/>
      <display value="Oral cavity"/>
    </coding>
  </bodySite>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="89003005"/>
      <display value="Oral temperature taking"/>
    </coding>
  </method>
  <referenceRange>
  <!--     0..* Provides guide for interpretation     -->
    <low>
      <value value="37.5"/>
      <unit value="degrees C"/>
    </low>
  </referenceRange>
</Observation>

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.