SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: AllergyObservationExample5 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="AllergyObservationExample5"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation AllergyObservationExample5</b></p><a name="AllergyObservationExample5"> </a><a name="hcAllergyObservationExample5"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 6095-4}, {http://snomed.info/sct 388810005}">American house dust mite IgE Ab [Units/volume] in Serum</span></p><p><b>subject</b>: <a href="Patient-PatientExample1.html">Johnny B. Goode  Male, DoB: 1958-01-06 ( Medical Record Number: 1234567890 (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>value</b>: 59.1 k[IU]/L<span style="background: LightGoldenRodYellow"> (Details: UCUM  codek[IU]/L = 'k[IU]/L')</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation high}">High</span></p><p><b>specimen</b>: <a href="Specimen-AllergySpecimenExample5.html">Specimen: type = Serum specimen</a></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="6095-4"/>
      <display
               value="American house dust mite IgE Ab [Units/volume] in Serum"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="388810005"/>
      <display
               value="Dermatophagoides farinae specific immunoglobulin E antibody measurement (procedure)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientExample1"/>
  </subject>
  <valueQuantity>
    <value value="59.1"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="k[IU]/L"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="high"/>
      <display value="High"/>
    </coding>
  </interpretation>
  <specimen>🔗 
    <reference value="Specimen/AllergySpecimenExample5"/>
  </specimen>
</Observation>