PanCareSurPass Project HL7 FHIR Implementation Guide
0.1.0 - trial-use 150

This page is part of the PanCareSurPass Project HL7 FHIR Implementation Guide (v0.1.0: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Observation: Blood type/RH before the SCT - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="ObservationCBloodSCT-1-1"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-bld-abo-rh-eu-pcsp"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="ObservationCBloodSCT-1-1"> </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;ObservationCBloodSCT-1-1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Observation-bld-abo-rh-eu-pcsp.html">Observation: Blood type/RH</a></p></div><p><b>partOf</b>: <a href="Procedure-ProcedureSTC-1.html">Procedure/ProcedureSTC-1</a></p><p><b>status</b>: final</p><p><b>code</b>: ABO and Rh group panel - Blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#34530-6)</span></p><p><b>subject</b>: <a href="Patient-PatientMainzZeisig.html">Patient/PatientMainzZeisig</a> &quot; ZEISIG&quot;</p><p><b>effective</b>: Code: Before procedure</p><blockquote><p><b>component</b></p><p><b>code</b>: ABO group [Type] in Blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#883-9)</span></p><p><b>value</b>: Group A <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#LA19710-5; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#112144000 &quot;Blood group A&quot;)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Rh [Type] in Blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#10331-7)</span></p><p><b>value</b>: Positive <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#LA6576-8; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#10828004)</span></p></blockquote></div>
  </text>
  <partOf>
    <reference value="Procedure/ProcedureSTC-1"/>
  </partOf>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="34530-6"/>
      <display value="ABO and Rh group panel - Blood"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/PatientMainzZeisig"/>
  </subject>
  <effectiveTiming>
    <code>
      <coding>
        <system
                value="http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-generic-eu-pcsp"/>
        <code value="before-procedure"/>
        <display value="Before procedure"/>
      </coding>
    </code>
  </effectiveTiming>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="883-9"/>
        <display value="ABO group [Type] in Blood"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org"/>
        <code value="LA19710-5"/>
        <display value="Group A"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="112144000"/>
        <display value="Blood group A"/>
      </coding>
    </valueCodeableConcept>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="10331-7"/>
        <display value="Rh [Type] in Blood"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://loinc.org"/>
        <code value="LA6576-8"/>
        <display value="Positive"/>
      </coding>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="10828004"/>
        <display value="Positive"/>
      </coding>
    </valueCodeableConcept>
  </component>
</Observation>