FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExampleDonorLiverType1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleDonorLiverType1
Profile: Donor liver graft type observation
status: Final
category: Procedure
code: Transplant type [Anatomy]
effective: 2025-01-01
value: Complete liver graft
{
"resourceType": "Observation",
"id": "ExampleDonorLiverType1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/donor-liver-type-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "procedure"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "74836-8",
"display": "Transplant type [Anatomy]"
}
]
},
"subject": {
"reference": "Patient/ExampleDonor1"
},
"effectiveDateTime": "2025-01-01",
"valueCodeableConcept": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/donor-liver-type",
"code": "complete",
"display": "Complete liver graft"
}
]
}
}