Getting Started
Note Styles
Audio Transcriptions
Macros
Schemas
{
"chief_complaints": [
"<string>"
],
"history_of_present_illness_summary": "<string>",
"history_of_present_illness": [
{
"title": "<string>",
"detail": "<string>"
}
],
"physical_exam": {
"vitals": {
"bp": "<string>",
"heart_rate": 123,
"respiratory_rate": 123,
"temperature": 123
},
"general_appearance": [
"<string>"
],
"head": [
"<string>"
],
"eyes": [
"<string>"
],
"ears": [
"<string>"
],
"nose": [
"<string>"
],
"throat": [
"<string>"
],
"neck": [
"<string>"
],
"respiratory": [
"<string>"
],
"cardiovascular": [
"<string>"
],
"gastrointestinal": [
"<string>"
],
"genitourinary": [
"<string>"
],
"neurological": [
"<string>"
],
"musculoskeletal": [
"<string>"
],
"other": [
"<string>"
]
},
"review_of_systems": {
"general": [
"<string>"
],
"skin": [
"<string>"
],
"head": [
"<string>"
],
"ears": [
"<string>"
],
"eyes": [
"<string>"
],
"nose": [
"<string>"
],
"throat": [
"<string>"
],
"neck": [
"<string>"
],
"breasts": [
"<string>"
],
"respiratory": [
"<string>"
],
"cardiovascular": [
"<string>"
],
"gastrointestinal": [
"<string>"
],
"genitourinary": [
"<string>"
],
"vascular": [
"<string>"
],
"musculoskeletal": [
"<string>"
],
"neurological": [
"<string>"
],
"hematologic": [
"<string>"
],
"endocrine": [
"<string>"
],
"psychiatric": [
"<string>"
]
},
"assessment_and_plan": [
{
"problem": "<string>",
"diagnosis_title": "<string>",
"assessment": "<string>",
"plan": "<string>",
"icd_10": {
"code": "<string>",
"description": "<string>"
}
}
],
"past_medical_history": [
{
"name": "<string>",
"status": "<string>",
"began": "<string>",
"ended": "<string>"
}
],
"family_history": [
{
"name": "<string>",
"relationship": "<string>",
"status": "<string>",
"began": "<string>",
"ended": "<string>"
}
],
"social_history": {
"occupation": "<string>",
"marital_status": "<string>",
"children": "<string>"
},
"patient_instructions": [
"<string>"
],
"cpt_icd10_code_pairs": [
{
"cpt": "<string>",
"icd_10": [
{
"code": "<string>",
"description": "<string>"
}
]
}
],
"billing_cpt": {},
"billing_icd10": {}
}
Assistant
Responses are generated using AI and may contain mistakes.