PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.omop@1.0.0-ballot
    http://hl7.org/fhir/uv/omop/StructureDefinition/Death
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.'
package_name: hl7.fhir.uv.omop
derivation: specialization
name: Death
type: http://hl7.org/fhir/uv/omop/StructureDefinition/Death
elements:
  person_id:
    type: Reference
    short: Person
    refers: ['http://hl7.org/fhir/uv/omop/StructureDefinition/Person']
    index: 0
  death_date: {type: date, short: Death Date, index: 1}
  death_datetime: {type: dateTime, short: Death Datetime, index: 2}
  death_type_concept_id: {type: code, short: Death Type, index: 3}
  cause_concept_id: {type: code, short: Cause, index: 4}
  cause_source_value: {type: string, short: Cause Source Value, index: 5}
  cause_source_concept_id: {type: code, short: Cause Source, index: 6}
package_version: 1.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/fhir/uv/omop/StructureDefinition/Death
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0-ballot
required: [death_date, person_id]