icf_get_parent
Navigate up the ICF hierarchy by retrieving the parent category for any given code, moving from specific to broader classifications.
Instructions
Get the parent category of an ICF code to navigate up the hierarchy.
ICF codes are hierarchical. Use this to move from a specific code up to its broader category. For example:
d4501 → d450 (Walking)
d450 → d45 (Walking and moving)
d45 → d4 (Mobility)
Args: code: ICF code to find the parent of (e.g., "d450", "b2801")
Returns: Parent code details and the relationship to the child code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |