FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExampleDonorPRAObservation1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleDonorPRAObservation1
Profile: PRA observation
status: Final
category: Laboratory
code: Calculated panel reactive antibody - Serum
effective: 2025-01-01
value: 10
method: Most recent
{
"resourceType": "Observation",
"id": "ExampleDonorPRAObservation1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-pra-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": "80737-0",
"display": "Calculated panel reactive antibody - Serum"
}
]
},
"subject": {
"reference": "Patient/ExampleDonor1"
},
"effectiveDateTime": "2025-01-01",
"valueInteger": 10,
"method": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/patient-pra-type",
"code": "last",
"display": "Most recent"
}
]
}
}