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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObservationCBloodSCT-1-1",
  "meta" : {
    "profile" : [
      "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-bld-abo-rh-eu-pcsp"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "partOf" : [
    {
      "reference" : "Procedure/ProcedureSTC-1"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "34530-6",
        "display" : "ABO and Rh group panel - Blood"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/PatientMainzZeisig"
  },
  "effectiveTiming" : {
    "code" : {
      "coding" : [
        {
          "system" : "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-generic-eu-pcsp",
          "code" : "before-procedure",
          "display" : "Before procedure"
        }
      ]
    }
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "883-9",
            "display" : "ABO group [Type] in Blood"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA19710-5",
            "display" : "Group A"
          },
          {
            "system" : "http://snomed.info/sct",
            "code" : "112144000",
            "display" : "Blood group A"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "10331-7",
            "display" : "Rh [Type] in Blood"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "LA6576-8",
            "display" : "Positive"
          },
          {
            "system" : "http://snomed.info/sct",
            "code" : "10828004",
            "display" : "Positive"
          }
        ]
      }
    }
  ]
}