Generate SOAP note from transcript
generate_soap_noteConvert clinical transcripts or shorthand into structured SOAP notes with optional ICD-10/CPT billing codes and patient summaries for clinician review.
Instructions
Generate a structured SOAP note (Subjective, Objective, Assessment, Plan) from a clinical transcript or shorthand. Optionally returns ICD-10/CPT/HCPCS billing-code suggestions and a plain-language patient summary. Billing codes are AI decision support and require clinician review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient | No | Optional patient demographics & history to enrich the note. | |
| template | No | Optional template within the specialty (default "standard"). | |
| specialty | Yes | Medical specialty. Call list_specialties for the full list. | |
| transcript | Yes | Clinical transcript or shorthand to expand into a SOAP note (min ~50 characters). | |
| include_icd11 | No | Also return advisory ICD-11 codes (not for US billing). | |
| patient_history | No | Free-text prior history to enrich the note. | |
| custom_instructions | No | Free-text instructions to steer formatting/content. | |
| include_billing_codes | No | Return ICD-10/CPT/HCPCS billing-code suggestions. | |
| include_patient_summary | No | Return a plain-language patient-facing summary. |