Info
Supported Diagnosis Codes
Get list of supported diagnosis codes and medical conditions
GET
cURL
Updated:
- HCC is now included as a supported diagnosis code type for ambient structured data output.
- Send ICD10 or IMO codes in session context. Do not send HCC codes as input.
- HCC categories are returned from the Ambient session structured data API when an ICD-10-CM diagnosis maps to a CMS-HCC model category.
Code examples
- Python
- TypeScript
Authorizations
Suki access token (suki_token) from Login or Register. Expires after one hour.
Headers
Optional for standard partners.
Required for:
- Bearer authentication. Use the same
provider_idreturned by the Login or Register API. - Single Auth Token authentication. Include the same
provider_idon every request assdp_provider_id.
Example:
"provider-123"
Response
Request succeeded.
Response body for the /info/diagnosis endpoint
Information about supported diagnosis code types
Last modified on July 23, 2026
cURL