FHIR IG analytics| Package | hl7.fhir.us.vrdr |
| Resource Type | Procedure |
| Id | Procedure-DeathCertification-Example2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Procedure DeathCertification-Example2
identifier: 180
status: Completed
code: Death certification
subject: Madelyn Patel (official) Female, DoB: 1978-03-12 ( Social Beneficiary Identifier: SSN#987654321)
performed: 2020-11-14 16:39:40-0500
| Function | Actor |
| Death certification and verification by physician (procedure) | Practitioner Jim Black (official) |
{
"resourceType": "Procedure",
"id": "DeathCertification-Example2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certification"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "180"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "308646001",
"display": "Death certification"
}
]
},
"subject": {
"reference": "Patient/Decedent-Example1"
},
"performedDateTime": "2020-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/Certifier-Example1"
}
}
]
}