cpt_concept_description
CPT concept descriptions. A CPT concept is the term used by the American Medical Association (AMA) to describe all the concepts surrounding CPT codes (e.g. documentation, hierarchy, codes, etc.). In our case, we're interested in the Descriptor or text definition of each CPT concept.
Primary Key:| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
concept_id | integer | No | Yes | The AMA identifier for a particular CPT concept. Generated through expression: |
descriptor | text | No | No | Description for CPT Concept. We use this information to build the CPT hierarchy. Generated through expression: |
release_date | date | No | Yes | Release date of CPT concept file. Generated through expression: |
cpt_code | text | No | No | The AMA CPT code (e.g. 20610). Generated through expression: |