FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExampleDonorDialysisType1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleDonorDialysisType1
status: Final
category: Procedure
code: Dialysis method [ESRD]
effective: 2024-11-15
value: Hemodialysis
{
"resourceType": "Observation",
"id": "ExampleDonorDialysisType1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/donor-pre-ktx-dialysis-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": "70958-4",
"display": "Dialysis method [ESRD]"
}
]
},
"subject": {
"reference": "Patient/ExampleDonor1"
},
"effectiveDateTime": "2024-11-15",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA9975-9",
"display": "Hemodialysis"
}
]
}
}