Standard Death Record

DecedentProfile

 

The official URL for this profile is:

http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-decedent-Decedent

The subject of the death record (the decedent). Extensions are used to capture additional information from the U.S. Standard Certificate of Death where the Patient resource does not include an equivalent property.

This profile builds on Patient.

This profile was published on Thu Jun 14 00:00:00 EDT 2018 as a draft by The MITRE Corporation: Nightingale Project.

Summary

Mandatory: 0 element (19 nested mandatory elements)
Fixed Value: 10 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element Patient.identifier is sliced based on the value of value:identifier.type
  • The element Patient.address is sliced based on the value of value:address.use
  • The element Patient.contact is sliced based on the value of value:contact.relationship
  • The element Patient.contact.relationship.coding is sliced based on the value of value:code

SDR Mapping Source

This structure represents the following SDR mapping definition:

sdr.decedent.Decedent maps to Patient:
  constrain deceased[x] to 1..1
  fix deceased[x] to true
  constrain name to 1..1
  LegalName maps to name.text
  fix name.use to http://hl7.org/fhir/codesystem-name-use#official
  Sex maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex
  DateOfBirth maps to birthDate
  constrain identifier to 1..*
  DecedentID maps to identifier (slice on = identifier.type)
  PostalAddress maps to address (slice on = address.use)
  constrain address.use to 1..1
  SurvivingSpouse maps to contact (slice on = contact.relationship)
  constrain contact.name to 1..1
  constrain contact.name.text to 1..1
  SurvivingSpouse.LegalName maps to contact.name.text
  SurvivingSpouse.RelationshipType maps to contact.relationship
  SurvivingSpouse.PostalAddress maps to contact.address
  Father maps to contact
  Father.LegalName maps to contact.name.text
  Father.RelationshipType maps to contact.relationship
  Father.PostalAddress maps to contact.address
  Mother maps to contact
  Mother.LegalName maps to contact.name.text
  Mother.RelationshipType maps to contact.relationship
  Mother.PostalAddress maps to contact.address
  Informant maps to contact
  Informant.LegalName maps to contact.name.text
  Informant.RelationshipType maps to contact.relationship
  Informant.PostalAddress maps to contact.address
  Ethnicity maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity
  Race maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-race

Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron

 

Terminology Bindings

PathNameConformanceValueSet
Patient.languageCommon LanguagesextensibleCommon Languages
Patient.name.useNameUserequiredNameUse
Patient.genderAdministrativeGenderrequiredAdministrativeGender
Patient.address.useAddressUserequiredAddressUse
Patient.address.useAddressUserequiredAddressUse
Patient.address.typeAddressTyperequiredAddressType
Patient.maritalStatusMarital Status CodesextensibleMarital Status Codes
Patient.contact.name.useNameUserequiredNameUse
Patient.contact.relationshipv2 Contact Roleextensiblev2 Contact Role
Patient.contact.name.useNameUserequiredNameUse
Patient.contact.genderAdministrativeGenderrequiredAdministrativeGender
Patient.contact.relationshipv2 Contact Roleextensiblev2 Contact Role
Patient.contact.name.useNameUserequiredNameUse
Patient.contact.genderAdministrativeGenderrequiredAdministrativeGender
Patient.contact.relationshipv2 Contact Roleextensiblev2 Contact Role
Patient.contact.name.useNameUserequiredNameUse
Patient.contact.genderAdministrativeGenderrequiredAdministrativeGender
Patient.contact.relationshipv2 Contact Roleextensiblev2 Contact Role
Patient.contact.name.useNameUserequiredNameUse
Patient.contact.genderAdministrativeGenderrequiredAdministrativeGender
Patient.animal.speciesAnimalSpeciesexampleAnimalSpecies
Patient.animal.breedAnimalBreedsexampleAnimalBreeds
Patient.animal.genderStatusGenderStatusexampleGenderStatus
Patient.communication.languageCommon LanguagesextensibleCommon Languages
Patient.link.typeLinkTyperequiredLinkType

 

Constraints

IdPathDetailsRequirements
dom-2PatientIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-1PatientIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-4PatientIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-3PatientIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource
: contained.where(('#'+id in %resource.descendants().reference).not()).empty()
ele-1Patient.contactAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
pat-1Patient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()
ele-1Patient.contactAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
pat-1Patient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()
ele-1Patient.contactAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
pat-1Patient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()
ele-1Patient.contactAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
pat-1Patient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()
ele-1Patient.contactAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
pat-1Patient.contactSHALL at least contain a contact's details or a reference to an organization
: name.exists() or telecom.exists() or address.exists() or organization.exists()
ele-1Patient.animalAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ele-1Patient.communicationAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ele-1Patient.linkAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())