Funeral Home Director
Funeral Home Director is a profile of the FHIR STU3 PractitionerRole resource. It is used to convey information linking the funeral home to the Mortician that directs, oversees, or is ultimately accountable for the actions of the funeral home.
UML Expression
Structure Definition
VRDR Funeral Home Director (PractitionerRole) | | | http://hl7.org/fhir/StructureDefinition/PractitionerRole | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/PractitionerRole |
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-136).
|
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-132).
|
profile | | 1..1 | Reference(VRDR Funeral Home Director) | There are no (further) constraints on this element Element idPractitionerRole.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-Funeral-Home-Director" (CONF:4393-137).
Data type Reference(VRDR Funeral Home Director) |
practitioner | | 1..1 | | There are no (further) constraints on this element Element idPractitionerRole.practitioner Short description practitioner Definition SHALL contain exactly one [1..1] practitioner (CONF:4393-133).
|
reference | | 1..1 | Reference(VRDR Mortician) | There are no (further) constraints on this element Element idPractitionerRole.practitioner.reference Short description reference Definition This practitioner SHALL contain exactly one [1..1] reference="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Mortician" (CONF:4393-138).
Data type Reference(VRDR Mortician) |
organization | | 1..1 | | There are no (further) constraints on this element Element idPractitionerRole.organization Short description organization Definition SHALL contain exactly one [1..1] organization (CONF:4393-134).
|
reference | | 1..1 | Reference(VRDR Funeral Home) | There are no (further) constraints on this element Element idPractitionerRole.organization.reference Short description reference Definition This organization SHALL contain exactly one [1..1] reference="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Home" (CONF:4393-139).
Data type Reference(VRDR Funeral Home) |
code | | 1..1 | | There are no (further) constraints on this element Element idShort description code Definition SHALL contain exactly one [1..1] code (CONF:4393-135).
|
coding | | 1..1 | Binding | There are no (further) constraints on this element Element idPractitionerRole.code.coding Short description coding Definition This code SHALL contain exactly one [1..1] coding, which SHALL be selected from ValueSet PractitionerRole http://hl7.org/fhir/ValueSet/practitioner-role (CONF:4393-140).
Binding PractitionerRole (required) |
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
code |
Value Set |
PractitionerRole |
|
organization |
Reference |
VRDR Funeral Home |
|
practitioner |
Reference |
VRDR Mortician |
|
Element Table
PractitionerRole | | .. |
PractitionerRole.id | | 0..1 |
PractitionerRole.meta | | 0..1 |
PractitionerRole.meta.profile | Reference(VRDR Funeral Home Director) | 1..1 |
PractitionerRole.practitioner | | 1..1 |
PractitionerRole.practitioner.reference | Reference(VRDR Mortician) | 1..1 |
PractitionerRole.organization | | 1..1 |
PractitionerRole.organization.reference | Reference(VRDR Funeral Home) | 1..1 |
PractitionerRole.code | | 1..1 |
PractitionerRole.code.coding | | 1..1 |
Instance Example
<PractitionerRole>
<id value="example-funeral-home-director" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Home-Director" />
</meta>
<practitioner>
<reference value="example-mortician" />
</practitioner>
<organization>
<reference value="example-funeral-home" />
</organization>
</PractitionerRole>