FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | Observation |
| Id | Observation-ExamplePatientImmunologyObservation1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExamplePatientImmunologyObservation1
status: Final
category: Laboratory
code: Patient pre-transplant immunology panel (PRA, histological date)
effective: 2025-01-10
component
code: Maximum PRA (historical)
value: 80
component
code: Most recent PRA
value: 55
component
code: Earliest date of diagnosis
value: 2024-05-10
{
"resourceType": "Observation",
"id": "ExamplePatientImmunologyObservation1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-immunology-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": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-observations-panel-cs",
"code": "patient-immunology-panel",
"display": "Patient pre-transplant immunology panel (PRA, histological date)"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"effectiveDateTime": "2025-01-10",
"component": [
{
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-pra-type-cs",
"code": "max",
"display": "Maximum PRA (historical)"
}
]
},
"valueInteger": 80
},
{
"code": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-pra-type-cs",
"code": "last",
"display": "Most recent PRA"
}
]
},
"valueInteger": 55
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "77975-1",
"display": "Earliest date of diagnosis"
}
]
},
"valueDateTime": "2024-05-10"
}
]
}