Output Objects
The scribe endpoints return either the transcript or the note or both. The transcript is a JSON object that contains the transcribed text and the note is a JSON object that contains the generated clinical note. The transcript and note objects are described below.
Transcript
| transcript | Array of objects (Transcript) |
|---|
| Each array element contains: | |
| text (required) | string (Text) |
| speaker (required) | string (Speaker) Enum: "provider" "patient" "unknown" |
Note
| note | Array of objects (Sections) |
|---|
| Each array element contains: | |
| sec_title (required) | string (Sec Title) Enum: "SOAP_SUBJECTIVE" "SOAP_OBJECTIVE" "SOAP_ASSESSMENT" "SOAP_PLAN" "REASON_FOR_REFERRAL" "HISTORY_OF_PRESENT_ILLNESS" "PAST_MEDICAL_HISTORY" "MEDICATIONS" "ALLERGIES" "SOCIAL_HISTORY" "FAMILY_HISTORY" "ASSESSMENT" "PLAN" |
| sec_heading (required) | string (Sec Heading) |
| sec_text (required) | string (Sec Text) |