FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Procedure |
| Id | Procedure-ProcedureDeathCertificationUT-Example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure ProcedureDeathCertificationUT-Example1
identifier: 161632-1999
status: Completed
code: Death certification
subject: Davis Lineberry (official) Male, DoB: 2021-03-04 ( Social Security number)
performed: 2021-11-14 16:39:40-0500
| Function | Actor |
| Death certification and verification by physician (procedure) | Practitioner William Henry Harrison (official) |
{
"resourceType": "Procedure",
"id": "ProcedureDeathCertificationUT-Example1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "161632-1999"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "308646001"
}
]
},
"subject": {
"reference": "Patient/DecedentUT-Example1"
},
"performedDateTime": "2021-11-14T16:39:40-05:00",
"performer": [
{
"function": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "434641000124105",
"display": "Death certification and verification by physician (procedure)"
}
]
},
"actor": {
"reference": "Practitioner/PractitionerUT-Certifier"
}
}
]
}