From abf942cfd4006e06316c969c9cda72846cdffa8b Mon Sep 17 00:00:00 2001 From: clairblacketer Date: Tue, 14 May 2019 13:41:01 -0400 Subject: [PATCH] Updated CONDITION_ERA (markdown) --- StandardizedDerivedElements/CONDITION_ERA.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StandardizedDerivedElements/CONDITION_ERA.md b/StandardizedDerivedElements/CONDITION_ERA.md index 0ebcc51..47aa113 100644 --- a/StandardizedDerivedElements/CONDITION_ERA.md +++ b/StandardizedDerivedElements/CONDITION_ERA.md @@ -11,8 +11,8 @@ Field|Required|Type|Description |condition_era_id|Yes|integer|A unique identifier for each Condition Era.| |person_id|Yes|integer|A foreign key identifier to the Person who is experiencing the Condition during the Condition Era. The demographic details of that Person are stored in the PERSON table.| |condition_concept_id|Yes|integer|A foreign key that refers to a standard Condition Concept identifier in the Standardized Vocabularies.| -|condition_era_start_datetime|Yes|date|The start date for the Condition Era constructed from the individual instances of Condition Occurrences. It is the start date of the very first chronologically recorded instance of the condition.| -|condition_era_end_datetime|Yes|date|The end date for the Condition Era constructed from the individual instances of Condition Occurrences. It is the end date of the final continuously recorded instance of the Condition.| +|condition_era_start_datetime|Yes|datetime|The start date for the Condition Era constructed from the individual instances of Condition Occurrences. It is the start date of the very first chronologically recorded instance of the condition.| +|condition_era_end_datetime|Yes|datetime|The end date for the Condition Era constructed from the individual instances of Condition Occurrences. It is the end date of the final continuously recorded instance of the Condition.| |condition_occurrence_count|No|integer|The number of individual Condition Occurrences used to construct the condition era.| ### Conventions