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

vrdrfuneralhomedirectorUML


Structure Definition

id0..1
profile1..1Reference(VRDR Funeral Home Director)
reference1..1Reference(VRDR Mortician)
reference1..1Reference(VRDR Funeral Home)
coding1..1Binding


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.id0..1
PractitionerRole.meta0..1
PractitionerRole.meta.profileReference(VRDR Funeral Home Director)1..1
PractitionerRole.practitioner1..1
PractitionerRole.practitioner.referenceReference(VRDR Mortician)1..1
PractitionerRole.organization1..1
PractitionerRole.organization.referenceReference(VRDR Funeral Home)1..1
PractitionerRole.code1..1
PractitionerRole.code.coding1..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>