FHIR IG analytics| Package | pc.ig |
| Resource Type | Observation |
| Id | Observation-ExampleLiverDx1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleLiverDx1
Profile: Liver disease diagnosis observation
status: Final
code: Diagnosis
effective: 2020-03-01
value: Unspecified cirrhosis of liver
note:
Extra details about the diagnosis (free text).
bodySite: Liver
{
"resourceType": "Observation",
"id": "ExampleLiverDx1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/patient-liver-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": "2020-03-01",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "K74.60",
"display": "Unspecified cirrhosis of liver"
}
]
},
"note": [
{
"text": "Extra details about the diagnosis (free text)."
}
],
"bodySite": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA4584-4",
"display": "Liver"
}
]
}
}