Example CRVS Implementation Guide
0.1.0 - ci-build

Resource Profile: Registered Death Resource ( Experimental )

Official URL: https://acsa.africa/std/StructureDefinition/RegisteredDeath Version: 0.1.0
Draft as of 2025-12-08 Computable Name: RegisteredDeath

A new base resource for capturing registered death data in the CRVS realm.

Usages:

  • This Resource is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RegisteredDeath 0..* DomainResource Registered Death Resource

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business identifiers for the notification
... subject 0..1 Reference(Individual Person) Subject of the event (person the event happened to)
... eventDetail 0..1 string Free text note about the event
... placeOfRegistration 1..1 BackboneElement Place where this registration was officially created
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... dateOfRegistration 1..1 date Date when this registration was officially created
... officer 1..1 Reference(Practitioner) Officer who registered the event
... causeOfDeath 0..1 CodeableConcept Cause of death
Binding: ICD10Codes (extensible)
... mannerOfDeath 0..1 code Manner of death
Binding: Manner of Death Value Set (required)
... placeOfDeath 0..1 BackboneElement Place of death
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... deathCertifier 0..1 Reference(Practitioner) Person who certified the death
... timeOfDeath 0..1 dateTime Time of death
... active 0..1 boolean is the resource active
... deathNotification 0..1 Reference(Death Notification Resource) link toward the death notification

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RegisteredDeath.language Base required All Languages 📍5.0.0 FHIR Std.
RegisteredDeath.placeOfRegistration.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG
RegisteredDeath.causeOfDeath Base extensible ICD-10 Codes 📦5.0.0 FHIR Std.
RegisteredDeath.mannerOfDeath Base required Manner of Death Value Set 📦0.1.0 This IG
RegisteredDeath.placeOfDeath.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error RegisteredDeath If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RegisteredDeath If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error RegisteredDeath If 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-5 error RegisteredDeath If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RegisteredDeath A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
parent-1 error **ALL** elements At least one of coding, code, reference, or name must be present coding.exists() or reference.exists() or name.exists() or code.exists()

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RegisteredDeath 0..* DomainResource Registered Death Resource

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier 0..* Identifier Business identifiers for the notification
... subject 0..1 Reference(Individual Person) Subject of the event (person the event happened to)
... eventDetail 0..1 string Free text note about the event
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... dateOfRegistration 1..1 date Date when this registration was officially created
... officer 1..1 Reference(Practitioner) Officer who registered the event
... causeOfDeath 0..1 CodeableConcept Cause of death
Binding: ICD10Codes (extensible)
... mannerOfDeath 0..1 code Manner of death
Binding: Manner of Death Value Set (required)
... placeOfDeath 0..1 BackboneElement Place of death
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... deathCertifier 0..1 Reference(Practitioner) Person who certified the death
... timeOfDeath 0..1 dateTime Time of death
... active 0..1 boolean is the resource active
... deathNotification 0..1 Reference(Death Notification Resource) link toward the death notification

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
RegisteredDeath.placeOfRegistration.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG
RegisteredDeath.causeOfDeath Base extensible ICD-10 Codes 📦5.0.0 FHIR Std.
RegisteredDeath.mannerOfDeath Base required Manner of Death Value Set 📦0.1.0 This IG
RegisteredDeath.placeOfDeath.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
parent-1 error **ALL** elements At least one of coding, code, reference, or name must be present coding.exists() or reference.exists() or name.exists() or code.exists()
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RegisteredDeath 0..* DomainResource Registered Death Resource

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business identifiers for the notification
... subject 0..1 Reference(Individual Person) Subject of the event (person the event happened to)
... eventDetail 0..1 string Free text note about the event
... placeOfRegistration 1..1 BackboneElement Place where this registration was officially created
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... dateOfRegistration 1..1 date Date when this registration was officially created
... officer 1..1 Reference(Practitioner) Officer who registered the event
... causeOfDeath 0..1 CodeableConcept Cause of death
Binding: ICD10Codes (extensible)
... mannerOfDeath 0..1 code Manner of death
Binding: Manner of Death Value Set (required)
... placeOfDeath 0..1 BackboneElement Place of death
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... deathCertifier 0..1 Reference(Practitioner) Person who certified the death
... timeOfDeath 0..1 dateTime Time of death
... active 0..1 boolean is the resource active
... deathNotification 0..1 Reference(Death Notification Resource) link toward the death notification

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RegisteredDeath.language Base required All Languages 📍5.0.0 FHIR Std.
RegisteredDeath.placeOfRegistration.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG
RegisteredDeath.causeOfDeath Base extensible ICD-10 Codes 📦5.0.0 FHIR Std.
RegisteredDeath.mannerOfDeath Base required Manner of Death Value Set 📦0.1.0 This IG
RegisteredDeath.placeOfDeath.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error RegisteredDeath If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RegisteredDeath If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error RegisteredDeath If 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-5 error RegisteredDeath If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RegisteredDeath A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
parent-1 error **ALL** elements At least one of coding, code, reference, or name must be present coding.exists() or reference.exists() or name.exists() or code.exists()

This structure is derived from DomainResource

Summary

Mandatory: 0 element(3 nested mandatory elements)

Structures

This structure refers to these other structures:

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RegisteredDeath 0..* DomainResource Registered Death Resource

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business identifiers for the notification
... subject 0..1 Reference(Individual Person) Subject of the event (person the event happened to)
... eventDetail 0..1 string Free text note about the event
... placeOfRegistration 1..1 BackboneElement Place where this registration was officially created
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... dateOfRegistration 1..1 date Date when this registration was officially created
... officer 1..1 Reference(Practitioner) Officer who registered the event
... causeOfDeath 0..1 CodeableConcept Cause of death
Binding: ICD10Codes (extensible)
... mannerOfDeath 0..1 code Manner of death
Binding: Manner of Death Value Set (required)
... placeOfDeath 0..1 BackboneElement Place of death
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... deathCertifier 0..1 Reference(Practitioner) Person who certified the death
... timeOfDeath 0..1 dateTime Time of death
... active 0..1 boolean is the resource active
... deathNotification 0..1 Reference(Death Notification Resource) link toward the death notification

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RegisteredDeath.language Base required All Languages 📍5.0.0 FHIR Std.
RegisteredDeath.placeOfRegistration.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG
RegisteredDeath.causeOfDeath Base extensible ICD-10 Codes 📦5.0.0 FHIR Std.
RegisteredDeath.mannerOfDeath Base required Manner of Death Value Set 📦0.1.0 This IG
RegisteredDeath.placeOfDeath.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error RegisteredDeath If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RegisteredDeath If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error RegisteredDeath If 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-5 error RegisteredDeath If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RegisteredDeath A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
parent-1 error **ALL** elements At least one of coding, code, reference, or name must be present coding.exists() or reference.exists() or name.exists() or code.exists()

Differential View

This structure is derived from DomainResource

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RegisteredDeath 0..* DomainResource Registered Death Resource

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier 0..* Identifier Business identifiers for the notification
... subject 0..1 Reference(Individual Person) Subject of the event (person the event happened to)
... eventDetail 0..1 string Free text note about the event
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... dateOfRegistration 1..1 date Date when this registration was officially created
... officer 1..1 Reference(Practitioner) Officer who registered the event
... causeOfDeath 0..1 CodeableConcept Cause of death
Binding: ICD10Codes (extensible)
... mannerOfDeath 0..1 code Manner of death
Binding: Manner of Death Value Set (required)
... placeOfDeath 0..1 BackboneElement Place of death
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... deathCertifier 0..1 Reference(Practitioner) Person who certified the death
... timeOfDeath 0..1 dateTime Time of death
... active 0..1 boolean is the resource active
... deathNotification 0..1 Reference(Death Notification Resource) link toward the death notification

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
RegisteredDeath.placeOfRegistration.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG
RegisteredDeath.causeOfDeath Base extensible ICD-10 Codes 📦5.0.0 FHIR Std.
RegisteredDeath.mannerOfDeath Base required Manner of Death Value Set 📦0.1.0 This IG
RegisteredDeath.placeOfDeath.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
parent-1 error **ALL** elements At least one of coding, code, reference, or name must be present coding.exists() or reference.exists() or name.exists() or code.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RegisteredDeath 0..* DomainResource Registered Death Resource

Elements defined in Ancestors:id, meta, implicitRules, language, text, contained, extension, modifierExtension
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Slice: Unordered, Open by value:url
... identifier 0..* Identifier Business identifiers for the notification
... subject 0..1 Reference(Individual Person) Subject of the event (person the event happened to)
... eventDetail 0..1 string Free text note about the event
... placeOfRegistration 1..1 BackboneElement Place where this registration was officially created
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... dateOfRegistration 1..1 date Date when this registration was officially created
... officer 1..1 Reference(Practitioner) Officer who registered the event
... causeOfDeath 0..1 CodeableConcept Cause of death
Binding: ICD10Codes (extensible)
... mannerOfDeath 0..1 code Manner of death
Binding: Manner of Death Value Set (required)
... placeOfDeath 0..1 BackboneElement Place of death
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... use 0..1 code home | work | temp | old | billing - purpose of this address
.... type 0..1 code postal | physical | both - the type of address
.... line 0..* string Street name, number, direction & P.O. Box etc.
.... city 0..1 string Name of city, town etc.
.... neighborhood 0..1 string Name of neighborhood, block
.... postalCode 0..1 string Postal code for area
.... parent C 0..1 BackboneElement Location hierarchy information
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... code 0..1 code Simple code for the location type
..... coding 0..1 Coding Coded representation of the location
Binding: Birth Place Type Value Set (preferred)
..... reference 0..1 Reference(Location) Reference to a Location resource
..... name 0..1 string Text name of the location when structured data not available
.... period 0..1 Period Time period when address was/is in use
.... text 0..1 string Text representation of the address
... deathCertifier 0..1 Reference(Practitioner) Person who certified the death
... timeOfDeath 0..1 dateTime Time of death
... active 0..1 boolean is the resource active
... deathNotification 0..1 Reference(Death Notification Resource) link toward the death notification

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RegisteredDeath.language Base required All Languages 📍5.0.0 FHIR Std.
RegisteredDeath.placeOfRegistration.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG
RegisteredDeath.causeOfDeath Base extensible ICD-10 Codes 📦5.0.0 FHIR Std.
RegisteredDeath.mannerOfDeath Base required Manner of Death Value Set 📦0.1.0 This IG
RegisteredDeath.placeOfDeath.​parent.coding Base preferred Birth Place Type Value Set 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error RegisteredDeath If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RegisteredDeath If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error RegisteredDeath If 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-5 error RegisteredDeath If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RegisteredDeath A resource should have narrative for robust management text.`div`.exists()
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()
parent-1 error **ALL** elements At least one of coding, code, reference, or name must be present coding.exists() or reference.exists() or name.exists() or code.exists()

This structure is derived from DomainResource

Summary

Mandatory: 0 element(3 nested mandatory elements)

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron