Upload a CSV file containing multiple patients' diagnosis codes for analysis.
patient_id, sequence, icd_code, poa_statusdx_pr (values: DX for diagnosis, PR for procedure, or blank defaults to DX)Important: Patient IDs below are examples of de-identified numbers. Do not use real patient identifiers.
patient_id,sequence,icd_code,poa_status 12345,1,I50.1,Y 12345,2,I10,Y 12345,3,E11.9,Y 67890,1,I50.9,Y 67890,2,J44.1,Y 67890,3,N18.3,Y
patient_id,dx_pr,sequence,icd_code,poa_status 12345,DX,1,I50.1,Y 12345,DX,2,I10,Y 12345,PR,1,0W1P0Z4, 12345,PR,2,02HV33Z, 67890,DX,1,I50.9,Y 67890,DX,2,J44.1,Y
Note: The dx_pr column is optional. Use "DX" for diagnosis codes and "PR" for procedure codes. POA can be blank for procedure codes.