FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExamplePatientHLAClassI1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExamplePatientHLAClassI1
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-05
component
code: HLA-A [Type] by Low resolution
value: A*02
component
code: HLA-B [Type] by Low resolution
value: B*07
component
code: HLA-C [Type] by Low resolution
value: C*07
{
"resourceType": "Observation",
"id": "ExamplePatientHLAClassI1",
"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/ExamplePatientTransplant1"
},
"effectiveDateTime": "2025-01-05",
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "78014-8",
"display": "HLA-A [Type] by Low resolution"
}
]
},
"valueString": "A*02"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "78015-5",
"display": "HLA-B [Type] by Low resolution"
}
]
},
"valueString": "B*07"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "96636-6",
"display": "HLA-C [Type] by Low resolution"
}
]
},
"valueString": "C*07"
}
]
}