The immunization table contains information on immunizations administered to patients, including the vaccine code, description, and administration date. Primary Key:
  • immunization_id
Foreign Keys:
  • patient_id
  • person_id
  • encounter_id
  • location_id
  • practitioner_id
ColumnData TypeDescriptionTerminology
immunization_idstringUnique identifier for the immunization-
person_idstringUnique identifier for the person-
member_idstringUnique identifier for the member-
patient_idstringUnique identifier for the patient-
encounter_idstringUnique identifier for the encounter-
location_idstringUnique identifier for the location-
practitioner_idstringUnique identifier for the practitioner-
immunization_codestringStandardized immunization codeCVX, SNOMED CT
immunization_code_typestringType of coding system usedcvx, snomed-ct
immunization_code_systemstringCoding system identifier-
immunization_code_versionstringVersion of the coding system-
immunization_code_displaystringHuman-readable description of the immunization-
immunization_namestringName of the immunization-
immunization_datedateDate when the immunization was administered-
immunization_statusstringStatus of the immunizationcompleted, entered-in-error, not-done
immunization_lot_numberstringLot number of the vaccine-
immunization_expiration_datedateExpiration date of the vaccine-
immunization_manufacturerstringManufacturer of the vaccine-
immunization_sitestringAnatomical site of administrationleft_arm, right_arm, left_thigh, right_thigh
immunization_routestringRoute of administrationintramuscular, subcutaneous, oral, nasal
immunization_dose_quantitystringQuantity of the dose administered-
immunization_dose_unitstringUnit of measurement for the dose-
immunization_seriesstringSeries information for multi-dose vaccines-
immunization_reasonstringReason for the immunizationroutine, travel, outbreak
data_sourcestringSource of the immunization dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the immunization data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-