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
Structure Definition
VRDR Death Certification (Procedure) | | | http://hl7.org/fhir/StructureDefinition/Procedure | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Procedure |
id | | 0..1 | | There are no (further) constraints on this element Element idShort description id Definition MAY contain zero or one [0..1] id (CONF:4393-347).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idShort description meta Definition MAY contain zero or one [0..1] meta (CONF:4393-346).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idShort description profile Definition The meta, if present, SHALL contain exactly one [1..1] profile=" http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certification" (CONF:4393-348).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certification |
status | | 1..1 | codeFixed Value | There are no (further) constraints on this element Element idShort description status Definition SHALL contain exactly one [1..1] status=""completed"" (CONF:4393-355).
Data type code Fixed value |
category | | 1..1 | CodeableConceptFixed Value | There are no (further) constraints on this element Element idShort description category Definition SHALL contain exactly one [1..1] category=""103693007"" (CONF:4393-349).
Data type CodeableConcept Fixed value {
"coding": [
{
"code": "\"103693007\""
}
]
} |
code | | 1..1 | CodeableConceptFixed Value | There are no (further) constraints on this element Element idShort description code Definition SHALL contain exactly one [1..1] code=""308646001"" (CONF:4393-350).
Data type CodeableConcept Fixed value {
"coding": [
{
"code": "\"308646001\""
}
]
} |
performed[x] | | 1..1 | | There are no (further) constraints on this element Element idShort description performed[x] Definition SHALL contain exactly one [1..1] performed[x], where performed[x] is (CONF:4393-351)
Sliced: Unordered, Open, by $this(Type) |
performer | | 1..1 | BackboneElementPattern | There are no (further) constraints on this element Element idShort description performer Definition SHALL contain exactly one [1..1] performer="VRDR Certifier" (CONF:4393-352).
Data type BackboneElement Pattern |
role | | 1..1 | CodeableConceptBinding | There are no (further) constraints on this element Element idShort description role Definition This performer SHALL contain exactly one [1..1] role, which SHALL be selected from ValueSet Performer-role http://hl7.org/fhir/ValueSet/Performer-role DYNAMIC (CONF:4393-354).
Data type CodeableConcept Binding Performer-role (required) |
actor | | 1..1 | Reference(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 | There are no (further) constraints on this element Element idProcedure.performer.actor Short description actor Definition This performer SHALL contain exactly one [1..1] actor="VRDR Certifier" (CONF:4393-353).
Data type Reference(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.id | | 0..1 |
Procedure.meta | | 0..1 |
Procedure.meta.profile | | 1..1 |
Procedure.status | code | 1..1 |
Procedure.category | CodeableConcept | 1..1 |
Procedure.code | CodeableConcept | 1..1 |
Procedure.performed[x] | | 1..1 |
Procedure.performer | BackboneElement | 1..1 |
Procedure.performer.role | CodeableConcept | 1..1 |
Procedure.performer.actor | Reference(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>