icf_score_instrument
Score completed assessment instruments to receive clinical interpretation, severity level, and ICF qualifier mapping by providing the instrument name and response values.
Instructions
Score a completed assessment instrument and get clinical interpretation.
Pass the instrument name and a list of integer responses (one per item, in order). Returns total score, severity level, ICF qualifier mapping, and clinical guidance.
Args: name: Instrument name or abbreviation (e.g., "GAD-7", "PHQ-9", "SLEDAI") responses: List of response values, one per item in order (e.g., [1, 2, 1, 0, 1, 2, 1] for GAD-7)
Returns: Scored result with interpretation and ICF qualifier mapping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| responses | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |