FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagepc.ig
Resource TypeObservation
IdObservation-ExampleDonorHLATypingClassIIObservation1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation ExampleDonorHLATypingClassIIObservation1

status: Final

category: Laboratory

code: HLA-DP and DQ and DR (class II) typing panel - Blood or Tissue by Low resolution

subject: Anonymous Patient Male, DoB: 2000-01-20 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/donor#DON-001)

effective: 2025-01-01

component

code: HLA-DPA1 [Type] by Low resolution

value: DPA1*01

component

code: HLA-DPB1 [Type] by Low resolution

value: DPB1*04

component

code: HLA-DQA1 [Type] by Low resolution

value: DQA1*05

component

code: HLA-DQB1 [Type] by Low resolution

value: DQB1*02

component

code: HLA-DRB1 [Type] by Low resolution

value: DRB1*15


Source1

{
  "resourceType": "Observation",
  "id": "ExampleDonorHLATypingClassIIObservation1",
  "meta": {
    "profile": [
      "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-hla-typing-class-ii-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "96640-8",
        "display": "HLA-DP and DQ and DR (class II) typing panel - Blood or Tissue by Low resolution"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleDonor1"
  },
  "effectiveDateTime": "2025-01-01",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "96643-2",
            "display": "HLA-DPA1 [Type] by Low resolution"
          }
        ]
      },
      "valueString": "DPA1*01"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "96648-1",
            "display": "HLA-DPB1 [Type] by Low resolution"
          }
        ]
      },
      "valueString": "DPB1*04"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "96654-9",
            "display": "HLA-DQA1 [Type] by Low resolution"
          }
        ]
      },
      "valueString": "DQA1*05"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "78017-1",
            "display": "HLA-DQB1 [Type] by Low resolution"
          }
        ]
      },
      "valueString": "DQB1*02"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "96664-8",
            "display": "HLA-DRB1 [Type] by Low resolution"
          }
        ]
      },
      "valueString": "DRB1*15"
    }
  ]
}