Standard Death Record

DeathRecordContentsProfile

 

The official URL for this profile is:

http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-deathRecord-DeathRecordContents

Defines the contents of a death record document. The content is mapped from the U.S. Standard Certificate of Death.

This profile builds on Composition.

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 (7 nested mandatory elements)
Fixed Value: 4 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element Composition.type.coding is sliced based on the value of value:code
  • The element Composition.section.code.coding is sliced based on the value of value:code
  • The element Composition.section.entry is sliced based on the values of profile:reference.resolve(), value:reference.resolve()

SDR Mapping Source

This structure represents the following SDR mapping definition:

sdr.deathRecord.DeathRecordContents maps to Composition:
  TypeCode maps to type
  Decedent maps to subject
  Certifier maps to author
  FuneralDirector maps to author
  constrain type.coding to 1..*
  CauseOfDeathSection maps to section (slice on = section.code; slice strategy = includes)
  CauseOfDeathSection.TypeCode maps to section.code
  constrain section.code.coding to 1..*
  CauseOfDeathSection.ActualOrPresumedDateOfDeath maps to section.entry (slice at = section.entry; slice on = reference.resolve(); slice on type = profile)
  CauseOfDeathSection.AutopsyPerformed maps to section.entry
  CauseOfDeathSection.AutopsyResultsAvailable maps to section.entry
  CauseOfDeathSection.CauseOfDeathCondition maps to section.entry
  CauseOfDeathSection.ContributedToDeathCondition maps to section.entry
  CauseOfDeathSection.DatePronouncedDead maps to section.entry
  CauseOfDeathSection.DeathFromWorkInjury maps to section.entry
  CauseOfDeathSection.DeathFromTransportInjury maps to section.entry
  CauseOfDeathSection.DetailsOfInjury maps to section.entry
  CauseOfDeathSection.MannerOfDeath maps to section.entry
  CauseOfDeathSection.MedicalExaminerContacted maps to section.entry
  CauseOfDeathSection.TimingOfRecentPregnancyInRelationToDeath maps to section.entry
  CauseOfDeathSection.TobaccoUseContributedToDeath maps to section.entry

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

 

Terminology Bindings

PathNameConformanceValueSet
Composition.languageCommon LanguagesextensibleCommon Languages
Composition.statusCompositionStatusrequiredCompositionStatus
Composition.typeFHIR Document Type CodespreferredFHIR Document Type Codes
Composition.classFHIR Document Class CodesexampleFHIR Document Class Codes
Composition.confidentialityConfidentialityClassificationrequiredConfidentialityClassification
Composition.attester.modeCompositionAttestationModerequiredCompositionAttestationMode
Composition.relatesTo.codeDocumentRelationshipTyperequiredDocumentRelationshipType
Composition.event.codev3 Code System ActCodeexamplev3 Code System ActCode
Composition.section.codeDocument Section CodesexampleDocument Section Codes
Composition.section.modeListModerequiredListMode
Composition.section.orderedByList Order CodespreferredList Order Codes
Composition.section.emptyReasonList Empty ReasonspreferredList Empty Reasons

 

Constraints

IdPathDetailsRequirements
dom-2CompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-1CompositionIf the resource is contained in another resource, it SHALL NOT contain any narrative
: contained.text.empty()
dom-4CompositionIf 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-3CompositionIf 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-1Composition.attesterAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ele-1Composition.relatesToAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ele-1Composition.eventAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
ele-1Composition.sectionAll FHIR elements must have a @value or children
: hasValue() | (children().count() > id.count())
cmp-1Composition.sectionA section must at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2Composition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()