# CreateSummaryResponse

Model ID: `CreateSummaryResponse`

Response for POST /patients/submit/summary.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `encounter_id` | `string|null` | Yes |  |  |  | Yes | FHIR Encounter resource id the conversation/summary text was written to. |
| `notes_athena_sections` | `object|null` | No |  |  |  | Yes | Per-section (reason_for_visit/screening/hpi) Athena write status, or null when this encounter is not Athena-linked — see AthenaEncounterSectionsSync.sync_from_conversation for the shape. |
| `notes_fhir_error` | `string|null` | No |  |  |  | Yes | Detail when notes_fhir_status is 'failed'. |
| `notes_fhir_status` | `string` | Yes |  |  |  | No | 'linked' \| 'failed' \| 'skipped_no_notes' — outcome of writing `text` onto the encounter's FHIR notes field. |

## Example

None declared in canonical OpenAPI.
