CH LAB-Report (R4)
1.0.0-ci-build - ci-build Switzerland flag

CH LAB-Report (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-report/ and changes regularly. See the Directory of published versions

: Blood Group ABO Rh Panel - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "BloodGroupPanel",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ChLab-observation-panel"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation BloodGroupPanel</b></p><a name=\"BloodGroupPanel\"> </a><a name=\"hcBloodGroupPanel\"> </a><a name=\"BloodGroupPanel-en-US\"> </a><p><b>identifier</b>: <code>https://labor.pipette.com/labvalues</code>/1304-03760-blood-group-panel</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span>, <span title=\"Codes:{http://snomed.info/sct 421661004}\">Blood banking and transfusion medicine (specialty) (qualifier value)</span>, <span title=\"Codes:{http://loinc.org 18717-9}\">Blood bank studies (set)</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 882-1}\">ABO and Rh group panel (Bld)</span></p><p><b>subject</b>: <a href=\"Bundle-LabResultReport-1-tvt.html#urn-uuid-6b8a0365-5022-403b-a5a5-8d8680d701ef\">Hans Guggindieluft</a></p><p><b>effective</b>: 2024-04-23 11:24:26+0100</p><p><b>issued</b>: 2024-04-24 11:24:26+0100</p><p><b>performer</b>: <a href=\"Bundle-LabResultReport-1-tvt.html#urn-uuid-12328339-f7d6-4bb6-80e4-89fd03ce5052\">Eva Erlenmeyer</a></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 258075003}\">Serotyping (qualifier value)</span></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-BloodGroupABO.html\">Observation ABO group [Type] in Blood</a></li><li><a href=\"Observation-BloodGroupRh.html\">Observation Rh [Type] in Blood</a></li></ul></div>"
  },
  "identifier" : [
    {
      "system" : "https://labor.pipette.com/labvalues",
      "value" : "1304-03760-blood-group-panel"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "421661004",
          "display" : "Blood banking and transfusion medicine (specialty) (qualifier value)"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "18717-9",
          "display" : "Blood bank studies (set)"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "882-1",
        "display" : "ABO and Rh group [Type] in Blood"
      }
    ],
    "text" : "ABO and Rh group panel (Bld)"
  },
  "subject" : {
    "reference" : "urn:uuid:6b8a0365-5022-403b-a5a5-8d8680d701ef",
    "display" : "Hans Guggindieluft"
  },
  "effectiveDateTime" : "2024-04-23T11:24:26+01:00",
  "issued" : "2024-04-24T11:24:26+01:00",
  "performer" : [
    {
      "reference" : "urn:uuid:12328339-f7d6-4bb6-80e4-89fd03ce5052",
      "display" : "Eva Erlenmeyer"
    }
  ],
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "258075003",
        "display" : "Serotyping (qualifier value)"
      }
    ]
  },
  "hasMember" : [
    {
      🔗 "reference" : "Observation/BloodGroupABO"
    },
    {
      🔗 "reference" : "Observation/BloodGroupRh"
    }
  ]
}