Clinical Workflow¶
End-to-end clinical workflows in FHIR Electronic Medical Records.
Patient Registration to Discharge¶
graph TD
A[Patient Registration] --> B[Create Demographics]
B --> C[Record Allergies]
C --> D[Schedule Appointment]
D --> E[Check-In]
E --> F[Clinical Encounter]
F --> G[Diagnosis Entry]
G --> H[Prescription]
H --> I[Lab Orders]
I --> J[Documentation]
J --> K[Check-Out]
See User Guide for detailed workflows.