CPT (Current Procedural Terminology)

terminology system technical clinicalhealthcareadministrative

Acronym for: Current Procedural Terminology

Source: internal System: http://www.ama-assn.org/go/cpt Code: CPT Reviewed: 14/02/2026 License: CC-BY-4.0

CPT (Current Procedural Terminology)

One-sentence definition: CPT is a proprietary code set owned and maintained by the American Medical Association (AMA) that assigns five-character codes to medical, surgical, and diagnostic procedures and services, used throughout the US healthcare system for physician billing, outpatient facility claims, and procedure documentation.

Full Definition

CPT codes are the standard language for describing what a clinician or facility did during a patient encounter — the procedures performed, services rendered, and diagnostic studies ordered. When a provider submits a claim to Medicare, Medicaid, or a commercial payer, the services billed are identified by CPT codes (for professional services) and ICD-10-CM codes (for the diagnoses). Together, they tell the payer what was done and why.

CPT is the dominant procedural coding system in the United States because it is federally required: HIPAA designated CPT as a standard code set for electronic healthcare claims involving physician services. Every commercially sold EHR, billing system, and practice management platform includes CPT. Approximately 10,000 codes and modifiers cover the full range of clinical services from office visits and surgical procedures to laboratory panels and vaccine administration.

CPT is developed and owned by the AMA, not a government agency. Unlike ICD-10-CM (a government publication) or LOINC (freely available from Regenstrief Institute), CPT is a copyrighted proprietary code set. Organizations that use CPT codes in commercial products — software, databases, websites — must license the content from the AMA.

Context and Usage

Where This Term Appears

CPT appears throughout the administrative and clinical documentation layers of US healthcare:

  • Claims and billing: CMS-1500 (professional claims) and UB-04 (facility claims) forms use CPT to identify services billed to payers
  • EHR charge capture: clinical documentation triggers CPT code suggestions through charge capture workflows
  • FHIR resources: Procedure.code, Claim.item.productOrService, ChargeItem.code, and ExplanationOfBenefit.item.productOrService can carry CPT codes
  • Quality measures: eCQMs and HEDIS measures reference CPT codes to identify services when evaluating care gaps
  • Authorization and prior approval: payers require CPT codes in prior authorization requests to determine coverage

Common Usage Examples

In conversation: “The colonoscopy is billed under 45378; if a polyp is removed, we also bill 45385 — but you need the modifier to indicate the same provider performed both.”

In documentation: “The Procedure.code element must include a CPT code to satisfy charge capture requirements downstream.”

In technical contexts — a FHIR Procedure resource with a CPT code:

{
  "resourceType": "Procedure",
  "code": {
    "coding": [
      {
        "system": "http://www.ama-assn.org/go/cpt",
        "code": "99213",
        "display": "Office or other outpatient visit, established patient, moderate complexity"
      }
    ]
  },
  "status": "completed"
}

Why CPT Exists

Before standardized procedure codes, each payer and provider organization used its own terminology for services. Claims were submitted in free text or using local codes that required manual review. The AMA introduced CPT in 1966 to provide a uniform vocabulary for describing medical procedures — initially for surgical services, expanded over subsequent decades to cover the full range of medical care.

HIPAA’s transaction standards (1996) made CPT mandatory for electronic professional service claims, cementing its role as the US standard for procedure billing. No equivalent universal procedure coding system exists for the non-billing clinical documentation layer — CPT fills that role in billing, while SNOMED CT and LOINC serve clinical documentation and observation coding.

CPT Code Categories

Category I: Procedures and Services

The primary category, containing approximately 9,700 five-digit numeric codes covering evaluation and management (office visits, hospital visits, critical care), surgical procedures, radiology services, pathology and laboratory, medicine services, and anesthesia. These codes are the codes used in routine clinical billing.

Evaluation and management (E/M) codes (99202–99499) are among the highest-volume CPT codes in clinical practice. They describe patient visits by setting (office, inpatient, emergency) and complexity, and their values drive physician reimbursement across all payer types.

Category II: Performance Measurement

Optional alphanumeric codes (4 digits + F) used to track clinical performance measures. They do not generate reimbursement but enable quality reporting without requiring chart abstraction. Examples include codes for documenting blood pressure readings, smoking cessation counseling, or HbA1c testing in diabetic patients.

Category III: Emerging Technology

Temporary alphanumeric codes (4 digits + T) for new and emerging technologies, services, and procedures that do not yet have sufficient evidence for Category I assignment. If the technology gains evidence and adoption, it may be promoted to Category I; otherwise, codes expire after five years.

Key Characteristics

Five-Character Codes

Category I codes are five-digit numeric (e.g., 99213, 27447). Category II and III codes are four digits followed by F or T respectively. This format is stable and recognizable — any five-digit code in a claim context is almost certainly CPT.

Modifiers

CPT modifiers are two-character codes appended to a CPT code to indicate that a service was altered in some way without changing the fundamental definition. Examples: modifier 25 (significant, separately identifiable E/M service on same day as procedure), modifier 51 (multiple procedures, same session), modifier 59 (distinct procedural service). Modifiers are essential for accurate billing of complex encounters and are a major source of claim denials when incorrectly applied.

Technical Considerations

AMA Licensing

CPT is a copyrighted work of the American Medical Association. Organizations that display, reproduce, or distribute CPT codes in a product, application, or publication must obtain a license from the AMA. This applies to EHR vendors, billing software developers, websites that list code descriptions, and any commercial product that embeds CPT content. The license structure includes annual fees and restrictions on sublicensing.

This distinguishes CPT from most other coding systems used in healthcare: LOINC, ICD-10-CM, SNOMED CT (in member countries), and RxNorm are all freely available for commercial use. CPT requires payment. FHIR implementations that include CPT codes in terminology bindings must ensure their platform has appropriate AMA licensing.

Annual Updates

The AMA releases annual CPT updates each fall, effective January 1 of the following year. Updates add new codes, revise existing descriptions, and delete codes that are no longer appropriate. Systems that reference CPT must update their code tables annually. Claims submitted with deleted codes are rejected; failure to adopt new codes means new services cannot be billed correctly.

Relationship to Other Terms

  • ICD-10 — diagnosis codes; CPT describes what was done, ICD-10-CM describes why; both are required on professional claims
  • FHIR — CPT appears in FHIR Procedure, Claim, and related resources for procedure coding

Contrasting Terms

  • CPT vs SNOMED CT: CPT codes procedures for billing; SNOMED CT codes clinical procedures for documentation and decision support. They overlap in scope but serve different audiences. A claim uses CPT; a clinical procedure record may use SNOMED CT. Many EHRs maintain both in parallel.

  • CPT vs LOINC: LOINC codes the type of laboratory test or observation (what was measured). CPT codes the performance of a service (what was billed). A laboratory test can have both a LOINC code for the result and a CPT code for the billing claim. They are complementary and operate at different layers.

  • CPT vs ICD-10-PCS: ICD-10-PCS (Procedure Coding System) is used for inpatient facility billing on UB-04 claims — the procedure coding system for hospital inpatient services. CPT is used for physician professional services. The two systems coexist: a surgical procedure at a hospital generates both a CPT code on the physician’s claim and an ICD-10-PCS code on the facility’s claim.

Common Misconceptions

Misconception 1: CPT is Free to Use

  • Incorrect belief: CPT is a government standard like ICD-10-CM and is freely available for commercial use.
  • Reality: CPT is a proprietary code set owned by the American Medical Association. Commercial use — in software, databases, or products — requires an AMA license and annual fees. Displaying code descriptions publicly or embedding them in a product without a license is copyright infringement.
  • Why it matters: Health IT developers building products that display or process CPT codes need to budget for AMA licensing before shipping. This includes FHIR servers that serve CPT-coded Procedure or Claim resources to client applications.

Misconception 2: CPT is Used Globally

  • Incorrect belief: CPT is an international standard like ICD-10 or LOINC, used by healthcare systems worldwide.
  • Reality: CPT is a US-specific code set, tied to US payer billing requirements and HIPAA transaction standards. Other countries use their own procedure classification systems — OPCS-4 in the UK, ACHI in Australia, OPS in Germany. International FHIR implementations use local procedure coding systems, not CPT.
  • Why it matters: International health IT products should not assume CPT as a default coding system for procedures. FHIR profiles for international use will reference local coding systems; CPT may be absent or supplementary.

Why CPT Matters

CPT is the procedural lingua franca of US healthcare billing. Every physician and facility claim, every prior authorization request, every quality measure that tracks whether a service was performed — all use CPT as the identifier for the service in question. For FHIR implementations in the US, CPT will appear in Procedure resources, Claim resources, ExplanationOfBenefit resources, and any implementation guide that covers billing or quality measurement workflows.

Understanding CPT — its categories, modifiers, annual update cycle, and licensing requirements — is a practical necessity for any health IT team building applications that touch financial transactions, quality measurement, or procedure documentation in the US market.

Cross-References

  • ICD-10 — diagnosis coding system that pairs with CPT on professional claims
  • FHIR — the standard whose Procedure, Claim, and ChargeItem resources use CPT codes

Last reviewed: February 14, 2026 Definition authority: American Medical Association Content status: Canonical reference