{
  "value": "telehealth_visit_documentation",
  "label": "Document Telehealth Visit",
  "description": "Create comprehensive telehealth visit documentation. Input virtual examination findings, patient-reported symptoms, and technical details to generate compliant telehealth encounter notes.",
  "name": "Telehealth Documentation",
  "category": "Healthcare",
  "type": "Industry",
  "config": {
    "temperature": 10,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Document a telehealth visit with all required elements. I'll provide the platform used, patient location, visual observations, patient-reported symptoms, vital signs if available, and assessment/plan. Create documentation that meets telehealth compliance requirements, clearly notes limitations of virtual examination, documents patient consent for telehealth, and includes all billable elements. Note what couldn't be assessed virtually and any need for in-person follow-up."
      }
    ]
  }
}