Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Death Records Due to Death_type or Cause - Version 5.4 #79

Open
RogerJCarlson opened this issue Aug 17, 2023 · 3 comments
Open
Assignees
Labels
Step 2 - post to forums for debate on the issue Themis issue needs to be posted to OHDSI forums for debate

Comments

@RogerJCarlson
Copy link

RogerJCarlson commented Aug 17, 2023

Issue Name: Multiple Death Records Due to Death_type_concept or Cause_concept Version 5.4

Issue Type: Duplicate records caused by multiple standard concept_ids for death cause or death type (provenance)

Description: http://ohdsi.github.io/CommonDataModel/cdm54.html#DEATH
The table description for the Death table has the following: "A person can have up to one record if the source system contains evidence about the Death". However, an ICD diagnosis code may map to multiple SNOMED codes:

ICD10: J96.21 (Acute on chronic respiratory failure with hypoxia (HCC))
maps to
SNOMED: 389086002 (Hypoxia) and 67905004 (Acute-on-chronic respiratory failure)
This results in two records with the same death date.

Similarly, a person may have death records from multiple systems (provenance), i.e. EHR and death registry.

Suggested Solution: For OMOP version 5.4, allow multiple records in the Death table caused by either the death_type_concept_id and/or cause_concept_id. However the Death_Date(s) must match.

Possible Implications:

  • CDM documentation will need to be modified.
  • The rules of the DQD (Data Quality Dashboard) will have to be adjusted to match.
  • Others?

Related forum post: https://forums.ohdsi.org/t/multiple-death-records-due-to-snomed-mapping/19517

Reported By: Roger Carlson

@RogerJCarlson RogerJCarlson changed the title Multiple Death Records Due to Death_type_concept or Cause_concept Version 5.4 Multiple Death Records Due to Death_type or Cause - Version 5.4 Aug 17, 2023
@MelaniePhilofsky MelaniePhilofsky added the Step 4 - ready for Themis decision This issue is up for review and ratification by the Themis group label Oct 4, 2023
@askanter
Copy link

askanter commented Apr 4, 2024

Tying summary data from Themis #98:
Summary of issues

Write out some of the questions that this convention is meant to address
There are two reasons why there might be more than one cause of death for a patient.

There can be multiple different causes of death depending on the source.
A single source cause of death might map to multiple standard codes.
Summary of answer

Based on your findings, give a few bullets on what the community decided
If multiple death records occur, the date and the person have to be the same, but the cause can be different. Can be reported by different sources as well. #5
For OMOP version 5.4, allow multiple records in the Death table caused by either the death_type_concept_id and/or cause_concept_id. However the Death_Date(s) must match. #79 (open)
Related links

https://forums.ohdsi.org/t/themis-conventions-for-death-table-to-allow-multiple-records-version-5-4/19992
#79 (open)

#5 (CLOSED)

OHDSI/CommonDataModel#209 (open)

@MelaniePhilofsky MelaniePhilofsky moved this to Ready for agenda in Themis Kanban board May 10, 2024
@MelaniePhilofsky MelaniePhilofsky moved this from Ready for agenda to Sponsored in Themis Kanban board Jun 6, 2024
@MelaniePhilofsky MelaniePhilofsky added Step 2 - post to forums for debate on the issue Themis issue needs to be posted to OHDSI forums for debate and removed Step 4 - ready for Themis decision This issue is up for review and ratification by the Themis group labels Jun 6, 2024
@MelaniePhilofsky
Copy link
Collaborator

Based on discussion during the Themis call on June 6, 2024 to modify the proposal, this issue is being moved back to the "post to forum" step.

@RogerJCarlson
Copy link
Author

RogerJCarlson commented Jun 10, 2024

Modified Proposal

Based on discussion during the Themis call on June 6, 2024 to modify the proposal, this is the modified proposal.
Please discuss in Forum Post: https://forums.ohdsi.org/t/revised-multiple-death-records-due-to-death-type-or-cause-version-5-4/21796

Issue # and location

Issue summary

The table description for the Death table has the following: "A person can have up to one record if the source system contains evidence about the Death". However, an ICD diagnosis code may map to multiple SNOMED codes:
ICD10: J96.21 (Acute on chronic respiratory failure with hypoxia (HCC))
maps to
SNOMED: 389086002 (Hypoxia) and 67905004 (Acute-on-chronic respiratory failure)
This results in two records with the same death date.
Similarly, a person may have death records from multiple systems (provenance), i.e. EHR and death registry.

Convention type

Table

CDM table

Death Table

CDM field

CAUSE_CONCEPT_ID
CAUSE_SOURCE_VALUE
CAUSE_SOURCE_CONCEPT_ID

Links to issue discussion

Provenance of data

EHR death data
Death Registries

Use case

Any research involving Cause of Death or outcomes involving death.

The proposed convention

  1. Stop using CAUSE_CONCEPT_ID, CAUSE_SOURCE_VALUE, CAUSE_SOURCE_CONCEPT_ID to contain cause of death data. Remove these fields in future CDM versions.
  2. Put cause records in the clinical event tables (I.e. Condition, Observation, etc.) 
  3. Condition_status_concept_id – can be used to identify primary versus secondary; is contributing cause of death needed? 
  4. Type_concept_id – can be used to identify the provenance of the record; the type concepts will need to be expanded (I.e. there isn't an "EHR death record")

How would we implement the change?

  • THEMIS convention and CDM documentation.
  • Forward to CDM Workgroup to remove CAUSE_CONCEPT_ID, CAUSE_SOURCE_VALUE, CAUSE_SOURCE_CONCEPT_ID from subsequent versions.

How much of a change is this for the tools? In particular, Atlas.

Unknown

How would be effectively communicate this change?

THEMIS Repository, note in CDM documentation, Forums

What studies would we break if we implement this solution?

Unknown

Alternative solutions

Allow multiple death records in the Death table IF they have the same date but different causes or sources. This was approved at one time Multiple deaths on the same day. This approach was considered too confusing for analysts.

Downstream implications

  • Book of OHDSI
  • CDM Convention
  • Data Quality Dashboard (DQD): add checks
  • Analysts: query conditions for death data instead of death table.

Link to DQD check

Unknown

Related conventions/further information

(Other helpful information, if needed. i.e. related conventions, queries to evaluate source or CDM data, or any additional information)

#Tags

#Death
#Cause_Of_Death
#Multiple_Death_Records

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Step 2 - post to forums for debate on the issue Themis issue needs to be posted to OHDSI forums for debate
Projects
Status: Sponsored
Development

No branches or pull requests

3 participants