Generate patient instructions
POST/generate_patient_instructions
Generates post-visit instructions for the patient. This extracts and summarizes the instructions the healthcare provider gave to the patient during the encounter.
Request
- application/json
Body
required
Array [
]
note objectrequired
sections
object[]required
A key identifying a section of a note. The set of possible keys depend on the template that is used. Check Note template for possible values.
Possible values: [ALLERGIES
, APPOINTMENTS
, ASSESSMENT
, ASSESSMENT_AND_PLAN
, CARDIOVASCULAR_RISKS
, CHIEF_COMPLAINT
, CURRENT_MEDICATIONS
, DIET_APPOINTMENTS
, DIET_CHIEF_COMPLAINT
, DIET_HABITS
, DIET_LIFESTYLE
, DIET_MEDICAL_HISTORY
, DIET_OBJECTIVES
, DIET_VITALS
, FAMILY_HISTORY
, HISTORY_OF_PRESENT_ILLNESS
, IMAGING_RESULTS
, IMMUNIZATIONS
, LAB_RESULTS
, MENTAL_HEALTH_EXAM
, MENTAL_HEALTH_HISTORY
, PAST_MEDICAL_HISTORY
, PAST_OBSTETRIC_HISTORY
, PAST_SURGICAL_HISTORY
, PHYSICAL_EXAM
, PLAN
, PRESCRIPTION
, PSYCHOLOGY_HISTORY_OF_COMPLAINT
, SOAP_ASSESSMENT
, SOAP_OBJECTIVE
, SOAP_PLAN
, SOAP_SUBJECTIVE
, SOCIAL_HISTORY
, VITALS
, WELL_CHILD_CARE
]
CHIEF_COMPLAINT
The section title.
Chief complaint
Content of the note section (required).
Sleep disorder
Locale of the note.
Possible values: [en-US
, en-GB
, fr-FR
]
en-US
Locale of the patient instructions.
Possible values: [en-US
, en-GB
, fr-FR
, es-ES
, es-MX
]
en-US
Recipient type of the patient instructions. This is especially useful for pediatric encounters.
Possible values: [PATIENT
, PARENT
]
PATIENT
PATIENT
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
List of instructions for the patient.
- Order a sleep test that you can do at home. This will help us understand more about how you sleep.
- After you've done the sleep test, we'll talk about the results in our next meeting.
{
"instructions": "- Order a sleep test that you can do at home. This will help us understand more about how you sleep.\n- After you've done the sleep test, we'll talk about the results in our next meeting."
}