Death Pronouncement Performer is a profile of the FHIR STU3 Location resource. It is used to convey the identity of practitioner that performed the death pronouncement and determined the actual or presumed date and time of death. It includes the name, qualification, and license number of the performer.
UML Expression
Structure Definition
VRDR Death Pronouncement Performer (Practitioner) | | | http://hl7.org/fhir/StructureDefinition/Practitioner | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Practitioner |
id | | 1..1 | | There are no (further) constraints on this element Element idShort description id Definition SHALL contain exactly one [1..1] id (CONF:4393-68).
|
meta | | 1..1 | | There are no (further) constraints on this element Element idShort description meta Definition SHALL contain exactly one [1..1] meta (CONF:4393-66).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idPractitioner.meta.profile Short description profile Definition This meta SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer" (CONF:4393-69).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer |
name | | 1..1 | | There are no (further) constraints on this element Element idShort description name Definition SHALL contain exactly one [1..1] name (CONF:4393-70).
|
qualification | | 1..1 | | There are no (further) constraints on this element Element idPractitioner.qualification Short description qualification Definition SHALL contain exactly one [1..1] qualification (CONF:4393-67).
|
identifier | | 1..1 | | There are no (further) constraints on this element Element idPractitioner.qualification.identifier Short description identifier Definition This qualification SHALL contain exactly one [1..1] identifier (CONF:4393-71).
|
code | | 1..1 | | There are no (further) constraints on this element Element idPractitioner.qualification.code Short description code Definition This qualification SHALL contain exactly one [1..1] code (CONF:4393-72).
|
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
qualification.code |
Value Set |
v2 table 0360, Version 2.7 |
|
Element Table
Practitioner | | .. |
Practitioner.id | | 1..1 |
Practitioner.meta | | 1..1 |
Practitioner.meta.profile | | 1..1 |
Practitioner.name | | 1..1 |
Practitioner.qualification | | 1..1 |
Practitioner.qualification.identifier | | 1..1 |
Practitioner.qualification.code | | 1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
name |
Vital Records DAM |
2.04 Responsible Party |
name |
name |
Death Certificate |
Item 26 |
Signature of Person Pronouncing Death |
name |
Standard Death Record IG |
SDR DatePronouncedDead Profile |
Observation.performer[Practitioner.name] |
qualification.identifier |
Vital Records DAM |
2.04 Responsible Party |
identifier |
qualification.identifier |
Death Certificate |
Item 27 |
License Number [Person Pronouncing Death] |
qualification.identifier |
Standard Death Record IG |
SDR DatePronouncedDead Profile |
Observation.performer[Practitioner.identifier] |
Instance Example
Example Values
Element Name |
Element Value |
id |
example-death-pronouncement-performer |
profile |
VRDR-Death-Pronouncement-Performer |
name.use |
official |
name.family |
McCoy |
name.given |
Beverly |
name.given |
Jane |
identifier.value |
123456789 |
identifier.type.system |
urn:oid:1.3.6.1.4.1.12009.10.1.3077 |
identifier.type.code |
NPI |
identifier.type.display |
National Provider Identifier |
Example XML Instance
<Practitioner>
<id value="example-death-pronouncement-performer" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Pronouncement-Performer" />
</meta>
<name>
<use value="official" />
<family value="McCoy" />
<given value="Beverly" />
<given value="Jane" />
</name>
<qualification>
<identifier>
<value value="123456789" />
</identifier>
<code>
<coding>
<system value="http://hl7.org/fhir/v2/0360/2.7" />
<code value="MD" />
<display value="Doctor of Medicine" />
</coding>
</code>
</qualification>
</Practitioner>