Death Certificate Document
Death Certificate Document is a profile of the FHIR STU3 Bundle resource. A FHIR bundle resource is a container for a collection of resources. In the case of the death certificate document it is a container of resources conveying certification of death. The first entry in the bundle is the death certificate composition. Remaining entries in the bundle are all of the directly related and supporting resources conveying information contained in the death certificate – decedent demographics, death investigation, death certification, and disposition of the decedent’s remains.
UML Expression
Structure Definition
VRDR Death Certificate Document (Bundle) | http://hl7.org/fhir/StructureDefinition/Bundle | ||
id | 0..1 | ||
meta | 0..1 | ||
profile | 1..1 | Pattern | |
identifier | 1..1 | ||
type | 1..1 | codeFixed Value | |
entry | 1..1 | BackboneElementPattern | |
resource | 1..1 | ResourcePattern |
Element Bindings
Element Name | Binding Type | Binding Value | Fixed Value Code System |
---|---|---|---|
entry.resource | Reference | VRDR Death Certificate | |
type | Fixed Value | "document" | bundle-type |
Element Table
Bundle | .. | |
Bundle.id | 0..1 | |
Bundle.meta | 0..1 | |
Bundle.meta.profile | 1..1 | |
Bundle.identifier | 1..1 | |
Bundle.type | code | 1..1 |
Bundle.entry | BackboneElement | 1..1 |
Bundle.entry.resource | Resource | 1..1 |
Instance Example
Example Values
Element Name | Element Value |
---|---|
id | Example-VRDR-Death-Certificate-Document |
profile | VRDR-Death-Certificate-Document |
identifier.value | 1234567890 |
type | document |
Example XML Instance
<Bundle xmlns="http://hl7.org/fhir">
<id value="Example-VRDR-Death-Certificate-Document"/>
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certificate-Document" />
</meta>
<identifier>
<value value="1234567890" />
</identifier>
<type value="document" />
<entry>
</entry>
</Bundle>