The procedure table contains information on procedures performed on patients, including procedure codes, descriptions, and performance dates. Primary Keys:
  • procedure_id
Foreign Keys:
  • person_id
  • patient_id
  • encounter_id
  • practitioner_id
  • location_id
ColumnData TypeDescriptionTerminology
procedure_idstringUnique identifier for the procedure-
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-
location_idstringUnique identifier for the location-
procedure_codestringStandardized procedure codeCPT, HCPCS, ICD-9-CM, ICD-10-CM
procedure_code_typestringType of coding system usedcpt, hcpcs, icd-9-cm, icd-10-cm
procedure_code_systemstringCoding system identifier-
procedure_code_versionstringVersion of the coding system-
procedure_code_displaystringHuman-readable description of the procedure-
procedure_datedateDate when the procedure was performed-
procedure_start_timetimestampStart time of the procedure-
procedure_end_timetimestampEnd time of the procedure-
procedure_statusstringStatus of the procedurecompleted, in-progress, cancelled
procedure_typestringType of proceduresurgical, diagnostic, therapeutic
body_sitestringAnatomical location of the procedure-
lateralitystringSide of the body for the procedureleft, right, bilateral
quantityintegerQuantity of procedures performed-
unitstringUnit of measurement for quantity-
data_sourcestringSource of the procedure dataclaims, clinical, ehr
source_codestringOriginal code from the source system-
normalized_codestringStandardized/normalized code-
source_systemstringSystem that provided the procedure data-
source_tablestringTable in the source system-
source_idstringIdentifier from the source system-
ingestion_datetimestampDate when the data was ingested-