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
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
Practitioner
|
|
|
Practitioner |
Data Type Practitioner
|
id
|
|
0..1
|
|
Short description id
Definition
SHOULD contain zero or one [0..1] id (CONF:4393-127).
|
meta
|
|
0..1
|
|
Short description meta
Definition
SHOULD contain zero or one [0..1] meta (CONF:4393-125).
|
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-Mortician" (CONF:4393-128).
Pattern
http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Mortician
|
name
|
|
1..1
|
|
Short description name
Definition
SHALL contain exactly one [1..1] name (CONF:4393-129).
|
qualification
|
|
0..*
|
|
Short description qualification
Definition
MAY contain zero or more [0..*] qualification (CONF:4393-126).
|
identifier
|
|
1..1
|
|
Short description identifier
Definition
The qualification, if present, SHALL contain exactly one [1..1] identifier (CONF:4393-130).
|
code
|
|
1..1
|
CodeableConceptBinding
|
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://www.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://www.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>