Updated OBSERVATION (markdown)

clairblacketer 2020-01-15 10:29:22 -05:00
parent ba6e94fc99
commit 756e63c64b
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@ Field|Required|Type|Description
|qualifier_source_value|No|varchar(50)|The source value associated with a qualifier to characterize the observation|
|observation_event_id| No | integer| A foreign key to an event table (e.g., PROCEDURE_OCCURRENCE_ID). |
|obs_event_field_concept_id| Yes | integer| A foreign key that refers to a Standard Concept identifier in the Standardized Vocabularies referring to the field represented in the OBSERVATION_EVENT_ID. |
|value_as_datetime| No | integer| The observation result stored as a datetime value. This is applicable to observations where the result is expressed as a point in time.|
|value_as_datetime| No | datetime| The observation result stored as a datetime value. This is applicable to observations where the result is expressed as a point in time.|
### Conventions