The format for specifying a property is name: description.
Specify only one property in a line.
To make the property optional, end the name with an underscore '_'.
:, {, }, [, ] are reserved symbols, please don't use in name or description.
Instead of description, a name can also be mapped to a list or a nested object schema.
{, } are used to specify a nested object.
[, ] are used to specify a list.
Opening parenthesis for a list or an object should terminate the line.
Closing parenthesis for a list or an object should be written alone in a line.
Example
History_: {
Allergies_: any allergies that the patient has
Notes_: any past diagnosis or medications relevant to the current visit
}
Diagnosis: {
ICD-10: ICD-10 code for the diagnosis
Condition: medical condition diagnosed
Notes_: additional details on this diagnosed condition
}
Medications: [
Name: name of the medicine
Dosage: dosage of the medicine (eg. 1mg)
Take: times of the day when the medication should be taken
Notes_: any additional information or instruction mentioned related to this medicine
]
Follow-up: instructions for follow-up tests or consultation
is a schema such that the extracted information will have: