Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.4 KB

File metadata and controls

52 lines (39 loc) · 2.4 KB

Code Lists

This repository contains documentation and codelists used in research using death certificates, vital statistics, EHR data, and insurnace claims.

All code lists in this repository are licensed to allow reuse and modification.

Uncover more resrouces from the Opioid Data Lab

Want to share your own list? We'd love to see them! Contact us opioiddatalab@unc.edu or open a new issue


Medications

NDC lists for additional treatments

Diagnosis Codes

Diagnostic codes (ICD-9-CM and ICD-10-CM)

Procedure codes

Procedure (CPT) codes for invasive surgeries and non-invasive procedures


Import code lists into SAS using URLs linked above

filename testurl url "https://github.com/opioiddatalab/Codelists/blob/main/docs/treatments/gabapentin/gabapentin_NDCs.csv";
proc import file=testurl out=work.gabapentin dbms=csv;
run;