FHIR IG analytics| Package | ch.fhir.ig.ch-ems |
| Resource Type | Observation |
| Id | Observation-ObservationDeathManner.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "ObservationDeathManner",
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419620001",
"display": "Death (event)"
}
]
},
"subject": {
"reference": "Patient/PatientExample"
},
"encounter": {
"reference": "Encounter/EncounterExample"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "38605008",
"display": "Natural death (event)"
}
],
"text": "natürlicher Todesfall"
}
}