Death Certification

Death Certification is a profile of the FHIR STU3 Procedure resource. A FHIR Procedure resource is an action that is or was performed on or for a patient. The death certification profile is used to convey information about the death certification act performed by the certifier on the decedent. It includes the certification date and time and a reference to the death certifier.


UML Expression

vrdrdeathcertificationUML


Structure Definition

id0..1
profile1..1Pattern
status1..1codeFixed Value
category1..1CodeableConceptFixed Value
code1..1CodeableConceptFixed Value
performed[x]1..1
role1..1CodeableConceptBinding
actor1..1Reference(http://hl7.org/fhir/StructureDefinition/Practitioner | http://hl7.org/fhir/StructureDefinition/Organization | http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/RelatedPerson | http://hl7.org/fhir/StructureDefinition/Device)Pattern


Element Bindings

Element Name Binding Type Binding Value Fixed Value Code System
category Fixed Value "103693007" SNOMED
code Fixed Value "308646001" SNOMED
performer.actor Reference VRDR Certifier
performer.role Value Set Performer-role
status Fixed Value "completed" event-status

Element Table

Procedure..
Procedure.id0..1
Procedure.meta0..1
Procedure.meta.profile1..1
Procedure.statuscode1..1
Procedure.categoryCodeableConcept1..1
Procedure.codeCodeableConcept1..1
Procedure.performed[x]1..1
Procedure.performerBackboneElement1..1
Procedure.performer.roleCodeableConcept1..1
Procedure.performer.actorReference(http://hl7.org/fhir/StructureDefinition/Practitioner | http://hl7.org/fhir/StructureDefinition/Organization | http://hl7.org/fhir/StructureDefinition/Patient | http://hl7.org/fhir/StructureDefinition/RelatedPerson | http://hl7.org/fhir/StructureDefinition/Device)1..1


Requirements Traceability Mappings

Element Path Reference Location Data Item
effectiveDateTime Vital Records DAM 2.01 Vital Records Event certificationDate
effectiveDateTime Death Certificate Item 49 Date Certified[by Person Completing Cause of Death]
effectiveDateTime Standard Death Record IG SDR DeathRecordContents Profile Composition.attester.time
performer.role Vital Records DAM 2.05 Responsible Party Role roleCode
performer.role Death Certificate Item 45 Certifier's Role
performer.role Standard Death Record IG SDR Certifier Profile Practitioner.extension:certifiertype.valueCodeableConcept

Instance Example

Example Values

Element Name Element Value
id example-death-certification
profile VRDR-Death-Certification
status completed
category.code 103693007
code.code 308646001
role.code.system performer-role
role.code.code 59058001
role.text General physician
actor.reference example-practitioner

Example XML Instance

<Procedure>
  <id value="example-death-certification" />
  <meta>
    <profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certification" />
  </meta>
  <status value="completed" />
  <category>
    <coding>
      <code value="103693007" />
    </coding>
  </category>
  <code>
    <coding>
      <code value="308646001" />
    </coding>
  </code>
  <performer>
    <role>
      <coding>
        <system value="http://hl7.org/fhir/ValueSet/performer-role" />
        <code value="59058001 " />
      </coding>
      <text value="General physician" />
    </role>
    <actor>
      <reference value="example-practitioner" />
    </actor>
  </performer>
</Procedure>