MyHealth@Eu Laboratory Report
0.0.1 - qa-preview 150

This page is part of the MyHealth@Eu Laboratory Report (v0.0.1: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Observation: Blood Group - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="SampleBloodGroupObservation"/>
  <meta>
    <profile
             value="http://fhir.ehdsi.eu/laboratory/StructureDefinition/Observation-resultslab-lab-myhealtheu"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="SampleBloodGroupObservation"> </a><a name="hcSampleBloodGroupObservation"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation &quot;SampleBloodGroupObservation&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Observation-resultslab-lab-myhealtheu.html">Observation Results: Laboratory</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span>, Blood bank studies (set) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#18717-9)</span></p><p><b>code</b>: Blood Group <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#883-9 &quot;ABO group [Type] in Blood&quot;)</span></p><p><b>subject</b>: <a href="Patient-SamplePatient.html">Patient/SamplePatient</a> &quot; DOE&quot;</p><p><b>effective</b>: 2023-03-09 13:35:00+0100</p><p><b>performer</b>: <span>: Dr. Patrick Dempsey</span></p><p><b>value</b>: A <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#112144000 &quot;Blood group A (finding)&quot;)</span></p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18717-9"/>
      <display value="Blood bank studies (set)"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="883-9"/>
      <display value="ABO group [Type] in Blood"/>
    </coding>
    <text value="Blood Group"/>
  </code>
  <subject>🔗 
    <reference value="Patient/SamplePatient"/>
  </subject>
  <effectiveDateTime value="2023-03-09T13:35:00+01:00"/>
  <performer>
    <display value="Dr. Patrick Dempsey"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="112144000"/>
      <display value="Blood group A (finding)"/>
    </coding>
    <text value="A"/>
  </valueCodeableConcept>
</Observation>