get_policy
Retrieve detailed Medicare coverage policy information including criteria, codes, attachments, and version history using a specific policy ID.
Instructions
Get detailed information about a specific Medicare coverage policy. Use this after finding a policy ID from search_policies or lookup_code. Can include criteria, codes, attachments, and version history.
Examples:
get_policy("L33831") - LCD for ultrasound guidance
get_policy("A52458", { include: "criteria,codes" }) - with coverage criteria
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | Yes | Policy ID (e.g., L33831, A52458, NCD220.6) | |
| include | No | Additional data: 'criteria', 'codes', 'attachments', 'versions' |