The lab result table contains information about lab test results, including the LOINC code and description, units, reference range, and result. Primary Keys:
  • lab_result_id
Foreign Keys:
  • person_id
  • patient_id
  • encounter_id
ColumnData TypeDescriptionTerminology
lab_result_idstringUnique identifier for the lab result-
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-
lab_test_codestringStandardized lab test codeLOINC
lab_test_code_typestringType of coding system usedloinc
lab_test_code_systemstringCoding system identifier-
lab_test_code_versionstringVersion of the coding system-
lab_test_code_displaystringHuman-readable description of the lab test-
lab_test_datedateDate when the lab test was performed-
lab_result_valuestringValue of the lab result-
lab_result_value_typestringData type of the lab result valuequantity, codeable-concept, string
lab_result_unitstringUnit of measurement for the lab result-
lab_result_statusstringStatus of the lab resultfinal, preliminary, amended
reference_range_lowstringLower bound of the reference range-
reference_range_highstringUpper bound of the reference range-
reference_range_textstringText description of the reference range-
abnormal_flagstringFlag indicating if the result is abnormalhigh, low, normal, critical
data_sourcestringSource of the lab result dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the lab result data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-