MyHealth@EU Core
1.0.0 - trial-use 150

MyHealth@EU Core - Downloaded Version 1.0.0 See the Directory of published versions

: Observation: Medical Test Result example - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="e1f2a3b4-c5d6-7890-efab-901234567890"/>
  <meta>
    <profile
             value="http://fhir.ehdsi.eu/core/StructureDefinition/medicalTestResult-myhealtheu-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">HbA1c 7.2% - John Doe</div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="4548-4"/>
      <display value="Hemoglobin A1c/Hemoglobin.total in Blood"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  </subject>
  <effectiveDateTime value="2024-01-10"/>
  <performer>🔗 
    <reference value="PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530"/>
  </performer>
  <valueQuantity>
    <value value="7.2"/>
    <unit value="%"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="%"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="H"/>
      <display value="High"/>
    </coding>
  </interpretation>
  <referenceRange>
    <low>
      <value value="4"/>
      <unit value="%"/>
    </low>
    <high>
      <value value="6"/>
      <unit value="%"/>
    </high>
  </referenceRange>
</Observation>