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
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 + | ++ | ++ | +