FHIR IG analytics| Package | hl7.fhir.us.vrdr.r4 |
| Resource Type | Observation |
| Id | Observation-DeathDateUT-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation DeathDateUT-Example1
status: Final
code: Date and time of death [TimeStamp]
subject: Davis Lineberry (official) Male, DoB: 2021-03-04 ( Social Security number)
effective: 2022-01-17 20:23:00-0500
performer: Practitioner Marcus Edwin Welby (official)
value: Partial Date Time Vital Records:
| Code | Value[x] |
| Location of death | Death in hospital |
{
"resourceType": "Observation",
"id": "DeathDateUT-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-date"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "81956-5"
}
]
},
"subject": {
"reference": "Patient/DecedentUT-Example1"
},
"effectiveDateTime": "2022-01-17T20:23:00-05:00",
"performer": [
{
"reference": "Practitioner/PractitionerUT-Pronouncer"
}
],
"_valueDateTime": {
"extension": [
{
"extension": [
{
"url": "year",
"valueUnsignedInt": 2022
},
{
"url": "month",
"valueUnsignedInt": 1
},
{
"url": "day",
"valueUnsignedInt": 17
},
{
"url": "time",
"valueTime": "18:23:00"
}
],
"url": "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-partial-date-time-vr"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "58332-8",
"display": "Location of death"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "16983000",
"display": "Death in hospital"
}
]
}
}
]
}