Baselight

Hospital-price-transparency

prices that are easy to compare

@kaggle.natesutton_hospitalpricetransparency

Concept
@kaggle.natesutton_hospitalpricetransparency.concept

  • 488.59 KB
  • 10793 rows
  • 4 columns
concept_id

Concept Id

concept_code

Concept Code

vocabulary_id

Vocabulary Id

concept_name

Concept Name

43533189CHHCPCS0 percent impaired, limited or restricted
43533250CNHCPCS100 percent impaired, limited or restricted
40664799G8707HCPCS12-lead electrocardiogram (ecg) not performed, reason not given
40664798G8704HCPCS12-lead electrocardiogram (ecg) performed
40218804U0002HCPCS2019-ncov coronavirus, sars-cov-2/2019-ncov (covid-19), any technique, multiple types or subtypes (includes all targets), non-cdc
704058U0004HCPCS2019-nCoV Coronavirus, SARS-CoV-2/2019-nCoV (COVID-19), any technique, multiple types or subtypes (includes all targets), non-CDC, making use of high throughput technologies as described by CMS-2020-01-R
40217535K0082HCPCS22 nf non-sealed lead acid battery, each
40217536K0083HCPCS22 nf sealed lead acid battery, each (e.g., gel cell, absorbed glass mat)
953362M1008HCPCS<50% of total number of a patient's outpatient ra encounters assessed
953363M1007HCPCS>=50% of total number of a patient's outpatient ra encounters assessed

CREATE TABLE concept (
  "concept_id" BIGINT,
  "concept_code" VARCHAR,
  "vocabulary_id" VARCHAR,
  "concept_name" VARCHAR
);

Share link

Anyone who has the link will be able to view this.