description: 'Mortality Roster Bundle (Bundle): A bundle containing instances of the resources comprising mortality roster content. This bundle is information-content equivalent to the traditional Mortality Roster.\nThe mortality roster is a supplemental report of death for the purpose of notifying the decedent''s jurisdiction of birth that the death has occurred. The roster data points are sufficient to locate the birth certificate of the decedent but do not otherwise contain the full death record.\nOnce received, the jurisdiction of birth uses the mortality roster data to locate the record of birth and marks it as deceased.' package_name: hl7.fhir.us.vrdr derivation: constraint name: MortalityRosterBundle type: Bundle elements: meta: extensions: aliasStatus: {url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/AliasStatus', min: 0, max: 1, type: Extension, index: 0} replaceStatus: {url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/ReplaceStatus', min: 0, max: 1, type: Extension, index: 1} elements: extension: type: Extension url: http://hl7.org/fhir/us/vrdr/StructureDefinition/AliasStatus index: 0 slicing: slices: aliasStatus: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/AliasStatus', index: 0} min: 0 max: 1 replaceStatus: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/ReplaceStatus', index: 1} min: 0 max: 1 identifier: index: 2 extensions: certificateNumber: {url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/CertificateNumber', min: 0, max: 1, type: Extension, index: 3} auxiliaryStateIdentifier1: {url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/AuxiliaryStateIdentifier1', min: 0, max: 1, type: Extension, index: 4} auxiliaryStateIdentifier2: {url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/AuxiliaryStateIdentifier2', min: 0, max: 1, type: Extension, index: 5} elements: extension: type: Extension url: http://hl7.org/fhir/us/vrdr/StructureDefinition/CertificateNumber index: 3 slicing: slices: certificateNumber: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/CertificateNumber', index: 3} min: 0 max: 1 auxiliaryStateIdentifier1: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/AuxiliaryStateIdentifier1', index: 4} min: 0 max: 1 auxiliaryStateIdentifier2: match: {} schema: {type: Extension, url: 'http://hl7.org/fhir/us/vrdr/StructureDefinition/AuxiliaryStateIdentifier2', index: 5} min: 0 max: 1 value: {short: Death Record Identifier (YYYYJJNNNNNN), maxLength: 12, index: 6} type: pattern: {type: Code, value: collection} index: 7 entry: index: 8 elements: resource: {index: 9} required: [resource] slicing: rules: open description: Slicing based on the profile discriminator: - {path: resource, type: profile} min: 1 slices: Decedent: match: {} schema: short: Decedent _required: true index: 10 elements: resource: {type: Patient, index: 11} DecedentFather: match: {} schema: short: DecedentFather index: 12 elements: resource: {type: RelatedPerson, index: 13} DecedentMother: match: {} schema: short: DecedentMother index: 14 elements: resource: {type: RelatedPerson, index: 15} DeathLocation: match: {} schema: short: DeathLocation index: 16 elements: resource: {type: Location, index: 17} DeathDate: match: {} schema: short: DeathDate index: 18 elements: resource: {type: Observation, index: 19} package_version: 3.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-mortality-roster-bundle base: http://hl7.org/fhir/StructureDefinition/Bundle version: 3.0.0-ballot required: [entry, identifier]