FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Death

Packagehl7.fhir.uv.omop
TypeStructureDefinition
IdDeath
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/omop/https://build.fhir.org/ig/HL7/fhir-omop-ig/StructureDefinition-Death.html
URLhttp://hl7.org/fhir/uv/omop/StructureDefinition/Death
Version0.1.0
Statusdraft
Date2025-07-21T21:36:05+00:00
NameDeath
TitleDeath OMOP Table
Realmuv
Authorityhl7
DescriptionThe 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.
Typehttp://hl7.org/fhir/uv/omop/StructureDefinition/Death
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
PersonPerson OMOP Table

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition Death

NameFlagsCard.TypeDescription & Constraintsdoco
.. Death 0..*BaseDeath OMOP Table
Instances of this logical model can be the target of a Reference
... person_id 1..1Reference(Person OMOP Table)Person
... death_date 1..1dateDeath Date
... death_datetime 0..1dateTimeDeath Datetime
... death_type_concept_id 0..1codeDeath Type
... cause_concept_id 0..1codeCause
... cause_source_value 0..1stringCause Source Value
... cause_source_concept_id 0..1codeCause Source

doco Documentation for this format

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"
          }
        ]
      }
    ]
  }
}