Updated CONDITION_ERA (markdown)
parent
407c3fc5a6
commit
abf942cfd4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue