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

: AllergyObservationExample7 - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="AllergyObservationExample7"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation AllergyObservationExample7</b></p><a name="AllergyObservationExample7"> </a><a name="hcAllergyObservationExample7"> </a><a name="AllergyObservationExample7-en-US"> </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 6158-0}, {http://snomed.info/sct 392475005}">Latex IgE Ab [Units/volume] in Serum</span></p><p><b>subject</b>: <a href="Patient-PatientExample7.html">Mildred Ratched  Female, DoB: 1962-08-12 ( Medical Record Number: 12345654321 (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>value</b>: &gt;100 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-AllergySpecimenExample7.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="6158-0"/>
      <display value="Latex IgE Ab [Units/volume] in Serum"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="392475005"/>
      <display
               value="Hevea brasiliensis specific immunoglobulin E antibody measurement (procedure)"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/PatientExample7"/>
  </subject>
  <valueQuantity>
    <value value="100"/>
    <comparator value="&gt;"/>
    <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/AllergySpecimenExample7"/>
  </specimen>
</Observation>