PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. 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 class=\"res-header-id\"><b>Generated Narrative: Observation ObservationCBloodSCT-1-1</b></p><a name=\"ObservationCBloodSCT-1-1\"> </a><a name=\"hcObservationCBloodSCT-1-1\"> </a><a name=\"ObservationCBloodSCT-1-1-en-US\"> </a><p><b>partOf</b>: <a href=\"Procedure-ProcedureSTC-1.html\">Procedure Autogenous transplantation</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 34530-6}\">ABO and Rh group panel - Blood</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzZeisig.html\">Sarah Zeisig  Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p><p><b>effective</b>: Code </p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 883-9}\">ABO group [Type] in Blood</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA19710-5}, {http://snomed.info/sct 112144000}\">Group A</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 10331-7}\">Rh [Type] in Blood</span></p><p><b>value</b>: <span title=\"Codes:{http://loinc.org LA6576-8}, {http://snomed.info/sct 10828004}\">Positive</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"
          }
        ]
      }
    }
  ]
}