Office-based Physician Health IT Adoption And Use
U.S. Department of Health & Human Services
@usgov.hhs_gov_office_based_physician_health_it_adoption_and_use
U.S. Department of Health & Human Services
@usgov.hhs_gov_office_based_physician_health_it_adoption_and_use
Since 2008, the Centers for Disease Control and Prevention's National Center for Health Statistics has fielded a mail survey of office-based physicians, the National Electronic Health Records Survey (NEHRS). ONC helps fund this supplement to track office-based physician adoption and the use of EHRs for health information exchange and patient engagement. Starting in 2010, the NEHRS's sample size was increased to allow for state-level estimates. The data set estimates each measure nationally and individually for each state and the District of Columbia beginning in 2010, unless otherwise noted.
Organization: U.S. Department of Health & Human Services
Last updated: 2022-01-25T02:03:50.454592
Tags: doctors, ehr-adoption, health-information-technology, health-it, interoperability, physicians
CREATE TABLE nehrs (
"region" VARCHAR,
"region_code" VARCHAR,
"period" BIGINT,
"pct_phys_any_ehr" DOUBLE,
"pct_phys_cert_ehr" DOUBLE,
"pct_primary_care_phys_cert_ehr" DOUBLE,
"pct_surg_med_spec_phys_cert_ehr" DOUBLE,
"pct_small_practice_phys_cert_ehr" DOUBLE,
"pct_phys_send_receive_any_patient_info" DOUBLE,
"pct_phys_patient_secure_message" VARCHAR,
"pct_phys_vdt" DOUBLE,
"pct_phys_vd_and_t" DOUBLE,
"pct_phys_find_clin_info" DOUBLE,
"pct_phys_send_any_clin_info" DOUBLE,
"pct_phys_send_summary_care_record" DOUBLE,
"pct_phys_receive_any_clin_info" DOUBLE,
"pct_phys_receive_summary_care_record" DOUBLE,
"pct_phys_integrate_any_clin_info" DOUBLE,
"pct_phys_integrate_summary_care_record" DOUBLE,
"pct_phys_info_available" DOUBLE,
"pct_phys_use_info" DOUBLE,
"pct_phys_search_vax" DOUBLE,
"pct_phys_search_scr" DOUBLE,
"pct_phys_epcs" DOUBLE,
"pct_phys_pdmp" DOUBLE,
"pct_phys_erx" DOUBLE,
"pct_phys_basic_ehr" VARCHAR,
"pct_primary_care_phys_basic_ehr" VARCHAR,
"pct_rural_phys_basic_ehr" VARCHAR,
"pct_small_practice_phys_basic_ehr" VARCHAR,
"pct_phys_view_labs" VARCHAR,
"pct_phys_send_lab_orders" VARCHAR,
"pct_phys_graph_labs" VARCHAR,
"pct_phys_e_share_provs" DOUBLE,
"pct_phys_e_share_ambu_provs" DOUBLE,
"pct_phys_e_share_hosps" DOUBLE,
"pct_phys_e_share_patients" DOUBLE,
"pct_phys_patient_clinical_summary" VARCHAR
);Anyone who has the link will be able to view this.