This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
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
Procedure
|
|
|
Procedure |
Data Type Procedure
|
id
|
|
0..1
|
|
Short description id
Definition
MAY contain zero or one [0..1] id (CONF:4393-347).
|
meta
|
|
0..1
|
|
Short description meta
Definition
MAY contain zero or one [0..1] meta (CONF:4393-346).
|
profile
|
|
1..1
|
|
Short description profile
Definition
The meta, if present, SHALL contain exactly one [1..1] profile=" http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certification" (CONF:4393-348).
Pattern
http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certification
|
status
|
|
1..1
|
codeFixed Value
|
Short description status
Definition
SHALL contain exactly one [1..1] status=""completed"" (CONF:4393-355).
Data Type code
Fixed Value
|
category
|
|
1..1
|
CodeableConceptFixed Value
|
Short 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
|
Short 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
|
|
Short 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
|
BackboneElement |
Short description performer
Definition
SHALL contain exactly one [1..1] performer="VRDR Certifier" (CONF:4393-352).
Data Type BackboneElement
Pattern
|
role
|
|
1..1
|
CodeableConceptBinding
|
Short description role
Definition
This performer SHALL contain exactly one [1..1] role, which SHALL be selected from ValueSet Performer-role http://www.hl7.org/fhir/ValueSet/Performer-role DYNAMIC (CONF:4393-354).
Data Type CodeableConcept
Binding Performer-role (required)
|
actor
|
|
1..1
|
Reference(Practitioner | Organization | Patient | RelatedPerson | Device)
|
Short description actor
Definition
This performer SHALL contain exactly one [1..1] actor="VRDR Certifier" (CONF:4393-353).
Data Type Reference(Practitioner | Organization | Patient | RelatedPerson | 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
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
<Procedure>
<id value="example-death-certification" />
<meta>
<profile value="http://www.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://www.hl7.org/fhir/ValueSet/performer-role" />
<code value="59058001 " />
</coding>
<text value="General physician" />
</role>
<actor>
<reference value="example-practitioner" />
</actor>
</performer>
</Procedure>