FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExampleDonorHLATypingClassIObservation1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleDonorHLATypingClassIObservation1
Profile: HLA Class I typing observation
status: Final
category: Laboratory
code: HLA-A and B and C (class I) typing panel - Blood or Tissue by Low resolution
effective: 2025-01-01
component
code: HLA-A [Type] by Low resolution
value: A*01
component
code: HLA-B [Type] by Low resolution
value: B*08
component
code: HLA-C [Type] by Low resolution
value: C*07
{
"resourceType": "Observation",
"id": "ExampleDonorHLATypingClassIObservation1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-hla-typing-class-i-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": "96629-1",
"display": "HLA-A and B and C (class I) typing panel - Blood or Tissue by Low resolution"
}
]
},
"subject": {
"reference": "Patient/ExampleDonor1"
},
"effectiveDateTime": "2025-01-01",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "78014-8",
"display": "HLA-A [Type] by Low resolution"
}
]
},
"valueString": "A*01"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "78015-5",
"display": "HLA-B [Type] by Low resolution"
}
]
},
"valueString": "B*08"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96636-6",
"display": "HLA-C [Type] by Low resolution"
}
]
},
"valueString": "C*07"
}
]
}