# ICD-10 diabetes type 2 lookup task

**Use case:** 

Find ICD-10-CM rows for type 2 diabetes and exact code E11.9 with a repeatable Apify task.

## Input

```json
{
  "searchTerms": [
    "type 2 diabetes"
  ],
  "icdCodes": [
    "E11.9"
  ],
  "maxItemsPerSearch": 25
}
```

## Output

```json
{
  "code": {
    "label": "Code",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "matchedTerm": {
    "label": "Matched term",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "chapterCode": {
    "label": "Chapter code",
    "format": "string"
  },
  "chapterTitle": {
    "label": "Chapter title",
    "format": "string"
  },
  "blockCode": {
    "label": "Block code",
    "format": "string"
  },
  "blockTitle": {
    "label": "Block title",
    "format": "string"
  },
  "parentCode": {
    "label": "Parent code",
    "format": "string"
  },
  "parentName": {
    "label": "Parent name",
    "format": "string"
  }
}
```

## About this Actor

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