Skip to main content

Observation

The observation table contains information on measurements other than lab tests e.g. blood pressure, height, and weight.

Primary Keys:

  • observation_id

Foreign Keys:

  • patient_id
  • encounter_id
ColumnData TypeDescriptionTerminology
observation_idvarcharUnique identifier for each observation in the dataset.no
person_idvarcharUnique identifier for each person in the dataset.no
patient_idvarcharIdentifier that links a patient to a particular clinical source system.no
encounter_idvarcharUnique identifier for each encounter in the dataset.no
panel_idvarcharUnique identifier for the panel.no
observation_datedateDate the observation was recorded.no
observation_typevarcharType of observation.no
source_code_typevarcharThe type of code reported in the source system (e.g., ICD-10 code, NDC, lab, etc)yes
source_codevarcharThe code in the source system (e.g., the ICD-10 code, NDC, lab, etc)no
source_descriptionvarcharDescription of the source code in the source system.no
normalized_code_typevarcharThe normalized type of code.no
normalized_codevarcharThe normalized code.no
normalized_descriptionvarcharNormalized description of the code.no
mapping_methodvarcharmapping method used to populate the normalized codes and descriptions. Can be manual (fields were populated in input layer), automatic (dictionary codes matching the source code were found and was automatically populated) or custom (populated by normalization engine)no
resultvarcharThe result of the record (e.g., lab test, observation, etc).no
source_unitsvarcharSource units of the lab test.no
normalized_unitsvarcharNormalized units of the lab test.no
source_reference_range_lowvarcharThe low end of the reference range from the source system.no
source_reference_range_highvarcharThe high end of the reference range from the source system.no
normalized_reference_range_lowvarcharThe normalized low end of the reference range.no
normalized_reference_range_highvarcharThe normalized high end of the reference range.no
data_sourcevarcharUser-configured field that indicates the data source.no
tuva_last_runtimestamp_ntzThe last time the data was refreshed. Generated by `dbt_utils.pretty_time` as the local time of the `dbt run` environment. Timezone is configurable via the `tuva_last_run` var.no