# CMS 2026 ICD-10-CM code extractor

**Use case:** 

Extract the CMS 2026 ICD-10-CM annual release as normalized code records for billing, EHR, and claims workflows.

## Input

```json
{
  "releaseYear": "2026",
  "updateType": "annual",
  "includeAddenda": true,
  "includeHierarchy": true,
  "maxItems": 1000
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "code": {
    "label": "Code"
  },
  "formattedCode": {
    "label": "Formatted code"
  },
  "description": {
    "label": "Description"
  },
  "billable": {
    "label": "Billable"
  },
  "releaseYear": {
    "label": "Release year"
  },
  "effectiveDate": {
    "label": "Effective date"
  },
  "chapter": {
    "label": "Chapter"
  },
  "parentCode": {
    "label": "Parent code"
  },
  "changeAction": {
    "label": "Change action"
  },
  "sourceFileName": {
    "label": "Source file"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [ICD-10-CM Codes Scraper](https://apify.com/automation-lab/icd-10-cm-codes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/icd-10-cm-codes-scraper) to learn more, explore other use cases, and run it yourself.