FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExampleRenalDx1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleRenalDx1
Profile: Renal disease diagnosis observation
status: Final
code: Diagnosis
effective: 2021-09-15
value: Chronic kidney disease, stage 5
note:
Extra renal diagnosis details (free text).
bodySite: Kidney
{
"resourceType": "Observation",
"id": "ExampleRenalDx1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-renal-disease-diagnosis-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29308-4",
"display": "Diagnosis"
}
]
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"effectiveDateTime": "2021-09-15",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "N18.5",
"display": "Chronic kidney disease, stage 5"
}
]
},
"note": [
{
"text": "Extra renal diagnosis details (free text)."
}
],
"bodySite": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA4591-9",
"display": "Kidney"
}
]
}
}