icf_validate_code
Validates ICF codes by checking format, qualifiers, and verifying existence via the WHO ICD-API. Supports base and fully qualified codes.
Instructions
Validate an ICF code — check format, qualifiers, and verify it exists.
Supports both base codes and fully qualified codes with qualifiers:
Base: "b280", "d4501"
Qualified: "b280.2", "d450.23", "s730.312", "e120+3"
Args: code: ICF code to validate (e.g., "b280", "d450.23", "s730.312")
Returns: Code analysis with format validation, qualifier breakdown, and API verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |