Package | hl7.fhir.uv.omop |
Type | StructureDefinition |
Id | Death |
FHIR Version | R5 |
Source | http://hl7.org/fhir/uv/omop/https://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-Death.html |
URL | http://hl7.org/fhir/uv/omop/StructureDefinition/Death |
Version | 0.1.0 |
Status | draft |
Date | 2025-07-21T21:36:05+00:00 |
Name | Death |
Title | Death OMOP Table |
Realm | uv |
Authority | hl7 |
Description | The death domain contains the clinical event for how and when a Person dies. A person can have up to one record if the source system contains evidence about the Death, such as: Condition in an administrative claim, status of enrollment into a health plan, or explicit record in EHR data. |
Type | http://hl7.org/fhir/uv/omop/StructureDefinition/Death |
Kind | logical |
No resources found
StructureDefinition | |
Person | Person OMOP Table |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition Death
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | Death OMOP Table Instances of this logical model can be the target of a Reference | |
![]() ![]() ![]() | 1..1 | Reference(Person OMOP Table) | Person | |
![]() ![]() ![]() | 1..1 | date | Death Date | |
![]() ![]() ![]() | 0..1 | dateTime | Death Datetime | |
![]() ![]() ![]() | 0..1 | code | Death Type | |
![]() ![]() ![]() | 0..1 | code | Cause | |
![]() ![]() ![]() | 0..1 | string | Cause Source Value | |
![]() ![]() ![]() | 0..1 | code | Cause Source | |
{ "resourceType": "StructureDefinition", "id": "Death", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", "valueCode": "can-be-target" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "brr" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/omop/ImplementationGuide/hl7.fhir.uv.omop" } ] } } ], "url": "http://hl7.org/fhir/uv/omop/StructureDefinition/Death", "version": "0.1.0", "name": "Death", "title": "Death OMOP Table", "status": "draft", "date": "2025-07-21T21:36:05+00:00", "publisher": "HL7 International / Biomedical Research and Regulation", "contact": [ { "name": "HL7 International / Biomedical Research and Regulation", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/rcrim" } ] } ], "description": "The death domain contains the clinical event for how and when a Person dies. A person can have up to one record if the source system contains evidence about the Death, such as: Condition in an administrative claim, status of enrollment into a health plan, or explicit record in EHR data.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "fhirVersion": "5.0.0", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" } ], "kind": "logical", "abstract": false, "type": "http://hl7.org/fhir/uv/omop/StructureDefinition/Death", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "5.0.0" } ], "element": [ { "id": "Death", "path": "Death", "short": "Death OMOP Table", "definition": "The death domain contains the clinical event for how and when a Person dies. A person can have up to one record if the source system contains evidence about the Death, such as: Condition in an administrative claim, status of enrollment into a health plan, or explicit record in EHR data.", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "Death.person-id", "path": "Death.person_id", "short": "Person", "definition": "Person", "min": 1, "max": "1", "base": { "path": "Death.person_id", "min": 1, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Person" ] } ] }, { "id": "Death.death-date", "path": "Death.death_date", "short": "Death Date", "definition": "The date the person was deceased.", "min": 1, "max": "1", "base": { "path": "Death.death_date", "min": 1, "max": "1" }, "type": [ { "code": "date" } ] }, { "id": "Death.death-datetime", "path": "Death.death_datetime", "short": "Death Datetime", "definition": "Death Datetime", "min": 0, "max": "1", "base": { "path": "Death.death_datetime", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] }, { "id": "Death.death-type-concept-id", "path": "Death.death_type_concept_id", "short": "Death Type", "definition": "This is the provenance of the death record, i.e., where it came from. It is possible that an administrative claims database would source death information from a government file so do not assume the Death Type is the same as the Visit Type, etc.", "min": 0, "max": "1", "base": { "path": "Death.death_type_concept_id", "min": 0, "max": "1" }, "type": [ { "code": "code" } ] }, { "id": "Death.cause-concept-id", "path": "Death.cause_concept_id", "short": "Cause", "definition": "This is the Standard Concept representing the Person's cause of death, if available.", "min": 0, "max": "1", "base": { "path": "Death.cause_concept_id", "min": 0, "max": "1" }, "type": [ { "code": "code" } ] }, { "id": "Death.cause-source-value", "path": "Death.cause_source_value", "short": "Cause Source Value", "definition": "Cause Source Value", "min": 0, "max": "1", "base": { "path": "Death.cause_source_value", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "Death.cause-source-concept-id", "path": "Death.cause_source_concept_id", "short": "Cause Source", "definition": "Cause Source", "min": 0, "max": "1", "base": { "path": "Death.cause_source_concept_id", "min": 0, "max": "1" }, "type": [ { "code": "code" } ] } ] }, "differential": { "element": [ { "id": "Death", "path": "Death", "short": "Death OMOP Table", "definition": "The death domain contains the clinical event for how and when a Person dies. A person can have up to one record if the source system contains evidence about the Death, such as: Condition in an administrative claim, status of enrollment into a health plan, or explicit record in EHR data." }, { "id": "Death.person-id", "path": "Death.person_id", "short": "Person", "definition": "Person", "min": 1, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/uv/omop/StructureDefinition/Person" ] } ] }, { "id": "Death.death-date", "path": "Death.death_date", "short": "Death Date", "definition": "The date the person was deceased.", "min": 1, "max": "1", "type": [ { "code": "date" } ] }, { "id": "Death.death-datetime", "path": "Death.death_datetime", "short": "Death Datetime", "definition": "Death Datetime", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] }, { "id": "Death.death-type-concept-id", "path": "Death.death_type_concept_id", "short": "Death Type", "definition": "This is the provenance of the death record, i.e., where it came from. It is possible that an administrative claims database would source death information from a government file so do not assume the Death Type is the same as the Visit Type, etc.", "min": 0, "max": "1", "type": [ { "code": "code" } ] }, { "id": "Death.cause-concept-id", "path": "Death.cause_concept_id", "short": "Cause", "definition": "This is the Standard Concept representing the Person's cause of death, if available.", "min": 0, "max": "1", "type": [ { "code": "code" } ] }, { "id": "Death.cause-source-value", "path": "Death.cause_source_value", "short": "Cause Source Value", "definition": "Cause Source Value", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "Death.cause-source-concept-id", "path": "Death.cause_source_concept_id", "short": "Cause Source", "definition": "Cause Source", "min": 0, "max": "1", "type": [ { "code": "code" } ] } ] } }