# Urinary tract infection ICD-10 code lookup task

**Use case:** 

Look up urinary tract infection ICD-10-CM codes and export official code names through Apify.

## Input

```json
{
  "searchTerms": [
    "urinary tract infection"
  ],
  "icdCodes": [
    "N39.0"
  ],
  "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.