The observation table contains information on measurements other than lab tests e.g. blood pressure, height, and weight. Primary Keys:
  • observation_id
Foreign Keys:
  • person_id
  • patient_id
  • encounter_id
ColumnData TypeDescriptionTerminology
observation_idstringUnique identifier for the observation-
person_idstringUnique identifier for the person-
member_idstringUnique identifier for the member-
patient_idstringUnique identifier for the patient-
encounter_idstringUnique identifier for the encounter-
practitioner_idstringUnique identifier for the practitioner-
observation_codestringStandardized observation codeLOINC, SNOMED CT
observation_code_typestringType of coding system usedloinc, snomed-ct
observation_code_systemstringCoding system identifier-
observation_code_versionstringVersion of the coding system-
observation_code_displaystringHuman-readable description of the observation-
observation_datedateDate when the observation was made-
observation_valuestringValue of the observation-
observation_value_typestringData type of the observation valuequantity, codeable-concept, string
observation_unitstringUnit of measurement for the observation-
observation_statusstringStatus of the observationfinal, preliminary, amended
observation_categorystringCategory of the observationvital-signs, survey, imaging
body_sitestringAnatomical location of the observation-
lateralitystringSide of the body for the observationleft, right, bilateral
data_sourcestringSource of the observation dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the observation data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-