Mortician
Mortician is a profile of the FHIR STU3 Practitioner resource. It is used to convey identifying information – name, identifier, and qualification – of the person responsible for disposition of the decedent’s bodily remains. Typically, the Director of a funeral home.
UML Expression
Structure Definition
VRDR Mortician (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 | | 0..1 | | There are no (further) constraints on this element Element idShort description id Definition SHOULD contain zero or one [0..1] id (CONF:4393-127).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idShort description meta Definition SHOULD contain zero or one [0..1] meta (CONF:4393-125).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idPractitioner.meta.profile Short description profile Definition The meta, if present, SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Mortician" (CONF:4393-128).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Mortician |
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-129).
|
qualification | | 0..* | | There are no (further) constraints on this element Element idPractitioner.qualification Short description qualification Definition MAY contain zero or more [0..*] qualification (CONF:4393-126).
|
identifier | | 1..1 | | There are no (further) constraints on this element Element idPractitioner.qualification.identifier Short description identifier Definition The qualification, if present, SHALL contain exactly one [1..1] identifier (CONF:4393-130).
|
code | | 1..1 | CodeableConceptBinding | There are no (further) constraints on this element Element idPractitioner.qualification.code Short description code Definition The qualification, if present, SHALL contain exactly one [1..1] code, which SHALL be selected from ValueSet v2 table 0360, Version 2.7 http://hl7.org/fhir/ValueSet/v2-2.7-0360 (CONF:4393-131).
Data type CodeableConcept Binding v2 table 0360, Version 2.7 (required) |
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 | | 0..1 |
Practitioner.meta | | 0..1 |
Practitioner.meta.profile | | 1..1 |
Practitioner.name | | 1..1 |
Practitioner.qualification | | 0..* |
Practitioner.qualification.identifier | | 1..1 |
Practitioner.qualification.code | CodeableConcept | 1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
name |
Vital Records DAM |
2.04 Responsible Party |
name |
name |
Death Certificate |
Item 22 |
Signature of Funeral Service Licensee or Other Agent |
name |
Standard Death Record IG |
SDR FuneralDirector Profile |
Practitioner.name |
qualification.identifier |
Vital Records DAM |
2.04 Responsible Party |
identifier |
qualification.identifier |
Death Certificate |
Item 23 |
License Number [Funeral Director] |
qualification.identifier |
Standard Death Record IG |
SDR FuneralDirector Profile |
Practitioner.identifier |
Instance Example
<Practitioner>
<id value="example-mortician" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Mortician" />
</meta>
<name>
<use value="official" />
<family value="MFamily" />
<given value="Mortician" />
<given value="MMiddle" />
<suffix value="Jr." />
</name>
<qualification>
<identifier>
<value value="1234567890" />
</identifier>
</qualification>
</Practitioner>