From e8d0c8cd1eef5cf0e6e7fff9032be87b97f4b18a Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Mon, 4 May 2020 11:56:31 -0400 Subject: [PATCH] Fix to death table documentation in v5.3.1 --- docs/cdm531.html | 233 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 232 insertions(+), 1 deletion(-) diff --git a/docs/cdm531.html b/docs/cdm531.html index b22a5df..ebfbf6f 100644 --- a/docs/cdm531.html +++ b/docs/cdm531.html @@ -12984,7 +12984,238 @@ No

DEATH

Table 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:

+

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 Code in the Header or Detail information of claims, Status of enrollment into a health plan, explicit record in EHR data.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+CDM Field + +User Guide + +ETL Conventions + +Datatype + +Required + +Primary Key + +Foreign Key + +FK Table + +FK Domain + +FK Class +
+person_id + + + +integer + +No + +No + +No + + + +
+death_date + + + +date + +No + +No + +No + + + +
+death_datetime + + + +datetime + +No + +No + +No + + + +
+death_type_concept_id + + + +integer + +No + +No + +Yes + +CONCEPT + +Type Concept + +
+cause_concept_id + + + +integer + +No + +No + +Yes + +CONCEPT + + +
+cause_source_value + + + +varchar(50) + +No + +No + +No + + + +
+cause_source_concept_id + + + +integer + +No + +No + +Yes + +CONCEPT + + +