purpose (e.g. primary for the clinician-facing record, rpa for EMR injection). Each document is the filled output of the session templates.
Listing the documents
Use the sameconsultationInternalId you used with the scribe session endpoint:
Filtering by purpose
Pass?purpose=primary to get only the clinician-facing document. Other valid values include rpa (for EMR injection) and emr.
Field reference
| Field | Type | Description |
|---|---|---|
id | string | Document identifier |
purpose | string | primary, rpa, emr, … — identifies the record when a session produced several |
specialty | string | null | Medical specialty associated with the record |
language | string | null | Language of the record content |
medicalRecordSummary | string | null | Plain-text summary of the record |
medicalRecord | object | null | Opaque { sections: [...] } payload — the filled templates’ output |
medicalRecordSummaryStructured | object | null | Structured summary: pastMedicalConditions, medication, recentLabsAndImaging, lastConsultation, vitalSigns, age, gender |
createdAt | string (ISO 8601) | When the document was created |
updatedAt | string (ISO 8601) | Last update timestamp |