## Death Certificate Reference
**Death Certificate Reference** is a profile of the [FHIR STU3 DocumentReference](http://hl7.org/fhir/STU3/documentreference.html) resource. A DocumentReference resource is used to index a document, clinical note, and other binary objects to make them available to a healthcare system. The death certificate is the target document of the death certificate reference. The use case for document reference is the need to maintain document identifiers assigned by interested parties that differ from the identifier assigned by the custodial jurisdictional agency.
---
### **UML Expression**
{{render:vrdr/vrdrdeathcertificatereferenceUML}}
---
### **Structure Definition**
{{profile:vrdr/vrdrdeathcertificatereference, expand}}
---
### **Element Bindings**
|Element Name|Binding Type|Binding Value|Fixed Value Code System|
|-
|author|Reference|VRDR Interested Party||
|context.related.ref|Reference|VRDR Death Certificate||
|status|Value Set|DocumentReferenceStatus||
|subject|Reference|VRDR Decedent||
|type|Fixed Value|"64297-5"|LOINC|
---
### **Element Table**
{{table:vrdr/vrdrdeathcertificatereference, expand}}
---
### **Instance Example**
**Example Values**
|Element Name|Element Value|
|-
|id|example-death-certificate-reference|
|profile|VRDR-Death-Certificate-Reference|
|identifier.value|1234567890|
|status|current|
|type.code.system|http://loinc.org
|type.code.code|64297-5|
|subject.reference|example-decedent|
|indexed|0001-01-01T00:00:00+00:00|
|author.reference|example-interested-party|
***
**Example XML Instance**
~~~