From 914553b7a878d79b5cae42e027fb6fb28124b99b Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 20 Jun 2017 13:49:15 -0400 Subject: [PATCH] Updated DEATH (markdown) --- StandardizedClinicalDataTables/DEATH.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StandardizedClinicalDataTables/DEATH.md b/StandardizedClinicalDataTables/DEATH.md index a603cc2..091329c 100644 --- a/StandardizedClinicalDataTables/DEATH.md +++ b/StandardizedClinicalDataTables/DEATH.md @@ -1,10 +1,11 @@ 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 Field|Required|Type|Description -:----|:----|:-----|:----- +:-------------------------|:--------|:-----|:---------------------------------------------- |person_id|Yes|integer|A foreign key identifier to the deceased person. The demographic details of that person are stored in the person table.| |death_date |Yes|date|The date the person was deceased. If the precise date including day or month is not known or not allowed, December is used as the default month, and the last day of the month the default day.| |death_datetime |No|datetime|The date and time the person was deceased. If the precise date including day or month is not known or not allowed, December is used as the default month, and the last day of the month the default day.|