# NLM ICD-10-CM code prefix extractor

**Use case:** 

Search NLM Clinical Tables by ICD-10-CM code prefix such as E11, I10, or J45 and export matching diagnosis names.

## Input

```json
{
  "terms": [
    "E11",
    "I10",
    "J45"
  ],
  "maxResults": 50,
  "searchFields": "code",
  "displayFields": "",
  "includeRaw": true
}
```

## Output

```json
{
  "inputTerm": {
    "label": "Input term"
  },
  "code": {
    "label": "ICD-10-CM code"
  },
  "name": {
    "label": "Name"
  },
  "diagnosisDescription": {
    "label": "Description"
  },
  "rank": {
    "label": "Rank"
  },
  "totalMatchesForTerm": {
    "label": "Total matches"
  },
  "source": {
    "label": "Source"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "searchFields": {
    "label": "Search fields"
  },
  "fetchedAt": {
    "label": "Fetched at"
  },
  "rawRow": {
    "label": "Raw NLM row"
  },
  "rawCodeList": {
    "label": "Raw code list"
  }
}
```

## About this Actor

This example demonstrates how to use [NLM ICD-10-CM Clinical Tables Lookup Scraper](https://apify.com/automation-lab/nlm-icd10cm-clinical-tables-lookup-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/nlm-icd10cm-clinical-tables-lookup-scraper) to learn more, explore other use cases, and run it yourself.