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 idPractitionerRole Data typehttp://hl7.org/fhir/StructureDefinition/PractitionerRole |
id | | 0..1 | | There are no (further) constraints on this element Element idPractitionerRole.id Short descriptionid DefinitionSHOULD contain zero or one [0..1] id (CONF:4393-136).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idPractitionerRole.meta Short descriptionmeta DefinitionSHOULD 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 descriptionprofile DefinitionThe 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 typeReference(VRDR Funeral Home Director) |
practitioner | | 1..1 | | There are no (further) constraints on this element Element idPractitionerRole.practitioner Short descriptionpractitioner DefinitionSHALL 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 descriptionreference DefinitionThis practitioner SHALL contain exactly one [1..1] reference="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Mortician" (CONF:4393-138).
Data typeReference(VRDR Mortician) |
organization | | 1..1 | | There are no (further) constraints on this element Element idPractitionerRole.organization Short descriptionorganization DefinitionSHALL 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 descriptionreference DefinitionThis organization SHALL contain exactly one [1..1] reference="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Home" (CONF:4393-139).
Data typeReference(VRDR Funeral Home) |
code | | 1..1 | | There are no (further) constraints on this element Element idPractitionerRole.code Short descriptioncode DefinitionSHALL 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 descriptioncoding DefinitionThis 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).
BindingPractitionerRole (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>