Classify clinical text with the DRG agent
Use an AI agent to classify hospital encounters into MS-DRG codes from natural language clinical text. The agent can extract ICD-10 codes from clinical descriptions and explain DRG assignments.
LLM cost: ~$0.01-0.05 per request (uses Claude Sonnet via AWS Bedrock).
For structured ICD-10 code input, use the /api/v1/drg/classify/ endpoint instead ($0 cost).
Authorizations
API key for organization authentication. Obtain from the organization settings or API key management endpoint.
Body
Request serializer for the DRG AI agent endpoint.
Natural language clinical text or DRG question (max 20,000 characters)
1 - 20000Optional MS-DRG version hint for the agent
v36- v36v37- v37v38- v38v39- v39v40- v40v43- v43
v36, v37, v38, v39, v40, v43 Whether the input clinical text has already been de-identified

