Funeral Home
Funeral Home is a profile of the FHIR STU3 Organization resource. It is used to convey information – name and address – concerning the organization responsible for disposition of the decedent’s bodily remains. Funeral homes arrange services in accordance with the wishes of surviving friends and family, whether immediate next of kin or an executor so named in a legal will. The funeral home often takes care of the necessary paperwork, permits, and other details, such as making arrangements with the cemetery, and providing obituaries to the news media.
UML Expression
Structure Definition
VRDR Funeral Home (Organization) | | | http://hl7.org/fhir/StructureDefinition/Organization | There are no (further) constraints on this element Element idOrganization Data typehttp://hl7.org/fhir/StructureDefinition/Organization |
id | | 0..1 | | There are no (further) constraints on this element Element idOrganization.id Short descriptionid DefinitionSHOULD contain zero or one [0..1] id (CONF:4393-120).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idOrganization.meta Short descriptionmeta DefinitionSHOULD contain zero or one [0..1] meta (CONF:4393-118).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idOrganization.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" (CONF:4393-121).
Patternhttp://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Home |
type | | 1..1 | | There are no (further) constraints on this element Element idOrganization.type Short descriptiontype DefinitionSHALL contain exactly one [1..1] type (CONF:4393-119).
|
coding | | 1..1 | Pattern | There are no (further) constraints on this element Element idOrganization.type.coding Short descriptioncoding DefinitionThis type SHALL contain exactly one [1..1] coding="bus" Non-Healthcare Business or Corporation (CONF:4393-122).
Pattern{
"code": "bus",
"display": "Non-Healthcare Business or Corporation"
} |
name | | 1..1 | | There are no (further) constraints on this element Element idOrganization.name Short descriptionname DefinitionSHALL contain exactly one [1..1] name (CONF:4393-123).
|
address | | 1..1 | | There are no (further) constraints on this element Element idOrganization.address Short descriptionaddress DefinitionSHALL contain exactly one [1..1] address (CONF:4393-124).
|
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
type |
Fixed Value |
"bus" |
organization-type |
Element Table
Organization | | .. |
Organization.id | | 0..1 |
Organization.meta | | 0..1 |
Organization.meta.profile | | 1..1 |
Organization.type | | 1..1 |
Organization.type.coding | | 1..1 |
Organization.name | | 1..1 |
Organization.address | | 1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
address |
Vital Records DAM |
2.03 Facility |
postalAddress |
address |
Death Certificate |
Item 21b |
Address of Funeral Facility |
address |
Standard Death Record IG |
SDR Decedent Profile |
Patient.extension:disposition[funeralfacility] |
name |
Vital Records DAM |
2.03 Facility |
name |
name |
Death Certificate |
Item 21a |
Name of Funeral Facility |
name |
Standard Death Record IG |
SDR Decedent Profile |
Patient.extension:disposition[funeralfacility] |
Instance Example
<Organization>
<id value="example-funeral-home" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Funeral-Home" />
</meta>
<type>
<coding>
<code value="bus" />
<display value="Non-Healthcare Business or Corporation" />
</coding>
</type>
<name value="Example funeral facility name" />
<address>
<type value="postal" />
<line value="50 Example Street" />
<line value="Line 2a" />
<city value="Watertown" />
<district value="Middlesex" />
<state value="Massachusetts" />
<postalCode value="02472" />
<country value="United States" />
</address>
</Organization>