{
"data": {
"id": "template_abc123def456",
"mode": "generation",
"status": "completed",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:32:00Z",
"result": {
"template": {
"id": "cardiology-consultation-generated",
"title": "Cardiology Consultation Template",
"global_prompt": "Generate a comprehensive cardiology consultation note with emphasis on cardiovascular assessment and risk stratification.",
"sections": [
{
"id": "cardiac-history",
"type": "heading",
"properties": {
"level": 1,
"text": "Cardiac History",
"bold": true
},
"children": [
{
"id": "cardiac-history-text",
"type": "text",
"prompt": "Document relevant cardiac history including prior diagnoses, procedures, and interventions.",
"properties": {
"detail_level": "detailed",
"tone": "technical",
"formatting_style": "markdown"
}
}
]
},
{
"id": "current-symptoms",
"type": "heading",
"properties": {
"level": 1,
"text": "Current Symptoms",
"bold": true
},
"children": [
{
"id": "symptoms-text",
"type": "text",
"prompt": "Describe presenting cardiac symptoms including chest pain characteristics, dyspnea, palpitations, syncope, and edema.",
"properties": {
"detail_level": "exhaustive",
"tone": "technical"
}
}
]
},
{
"id": "physical-exam",
"type": "heading",
"properties": {
"level": 1,
"text": "Physical Examination",
"bold": true
},
"children": [
{
"id": "vitals",
"type": "text",
"prompt": "Document vital signs including blood pressure (both arms if applicable), heart rate, and rhythm.",
"properties": {
"detail_level": "standard",
"tone": "technical",
"label": "Vitals:",
"bold_label": true
}
},
{
"id": "cardiac-exam",
"type": "text",
"prompt": "Document cardiac examination findings: JVP, carotid examination, PMI, heart sounds, murmurs, and gallops.",
"properties": {
"detail_level": "detailed",
"tone": "technical"
}
}
]
},
{
"id": "ekg-interpretation",
"type": "heading",
"properties": {
"level": 1,
"text": "EKG Interpretation",
"bold": true
},
"children": [
{
"id": "ekg-findings",
"type": "text",
"prompt": "Interpret EKG findings including rate, rhythm, intervals, axis, and any abnormalities.",
"properties": {
"detail_level": "detailed",
"tone": "technical",
"hideIfEmpty": true
}
}
]
},
{
"id": "recommendations",
"type": "heading",
"properties": {
"level": 1,
"text": "Recommendations",
"bold": true
},
"children": [
{
"id": "recommendations-list",
"type": "list",
"prompt": "List specific recommendations including further testing, medications, lifestyle modifications, and follow-up plan.",
"properties": {
"list_type": "numeric",
"detail_level": "detailed",
"tone": "instructional"
}
}
]
}
]
}
}
}
}