-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: How to populate the death date when you only have the year or year and month | ||
keywords: death, death date | ||
last_updated: April 18, 2024 | ||
tags: [death, death_date, dates] | ||
sidebar: mydoc_sidebar | ||
permalink: /death_month_day.html | ||
--- | ||
|
||
## Issue # and location | ||
[Themis issue #104](https://github.com/OHDSI/Themis/issues/104) | ||
|
||
## Issue summary | ||
The `death.death_date` field has day resolution. Some source data may not have complete datestamp of the deceased persons' death date. How should the day be approximated if only the year or year and month of death are available? | ||
|
||
## Convention type | ||
Table | ||
|
||
## CDM table | ||
`DEATH` | ||
|
||
## CDM field | ||
`death_date` | ||
|
||
## Links to issue discussion | ||
[CDM Documentation](https://ohdsi.github.io/CommonDataModel/cdm54.html#death) | ||
|
||
## Provenance of data | ||
General | ||
|
||
## The ratified convention | ||
- If the given death date only includes month and year, the last day of the month is used as the default. | ||
- If the given death date only includes year, December is used as the default month, and the last day of the month the default day. | ||
|
||
## Date of ratification/published | ||
NA | ||
|
||
## Downstream implications | ||
NA | ||
|
||
## Link to DQD check | ||
Yes - [plausibleDuringLife](https://ohdsi.github.io/DataQualityDashboard/articles/checks/plausibleDuringLife.html) and [plausibleBeforeDeath](https://ohdsi.github.io/DataQualityDashboard/articles/checks/plausibleBeforeDeath.html) | ||
|
||
## Related conventions/further information | ||
NA |