lookup_concept
Retrieve the name and OMOP metadata for an exact ICD-10-CM code. Use when you have a specific billing code and need its concept details.
Instructions
Look up a single ICD-10-CM concept by its exact billing code.
Use this when the caller already has a specific code, e.g. "E11.21",
and wants its name and OMOP metadata. Not a search tool — for free-text
clinical terms use search_concepts instead.
:param concept_code: An exact ICD-10-CM code, e.g. "E11.21".
:returns: The matching concept, or None if no ICD-10-CM concept has
that code.
:rtype: Concept | None
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |