Acute Care Playbook
This playbook explains how doctors use EMR features—such as diagnostic coding tools, AI assistance, pre-packaged prescription bundles, and document templates—to chart and prescribe treatments for common Acute Conditions (e.g., Upper Respiratory Tract Infection (URTI), Gastroenteritis, and Urinary Tract Infections (UTI)).
Detailed Step-by-Step Walkthrough
Step 1: SOAP Macros & Note Templates
To minimize typing and standardize charting during acute consultations:
- In the open EMR SOAP editor, navigate to the Clinical Notes section (
clinical-notes.vue). - Click Apply Template to open the note templates library (
clinical-note-template-slideover.vue). - Select the template for your condition (e.g., Common Cold / URTI):
- Subjective: Auto-fills typical acute symptoms (e.g., cough, sore throat, fever duration).
- Objective: Auto-fills physical examination defaults (e.g., chest clear, throat mildly injected, abdomen soft).
- Customize the text by adding specific patient details or deleting irrelevant sections.
Step 2: Diagnostic Search & ICD-11 Coding
To ensure accurate clinical data entry and billing codes:
- Scroll to the Diagnosis component (
diagnosis.vue). - Click the diagnosis search bar. This interface integrates the official WHO ICD-11 tool via the
@whoicd/icd11ectlibrary. - Type the condition (e.g., "Gastroenteritis" or "Infectious Gastroenteritis").
- The system queries the database and ICD-11 API:
- Select the matching ICD-11 term.
- The system automatically binds the selected ICD-11 code (e.g., 1A40.0 for Viral Gastroenteritis) to the active encounter.
Step 3: Prescribing Pre-Bundled Medication Packs
Instead of selecting medications individually, prescribe complete treatment packages in one click:
- In the EMR toolbar, click Prescribe Bundles under Prescriptions (
prescriptions.vue). - Search for the pre-configured Cold & Flu Medication Pack (managed in Settings
/settings/prescription/prescription-packagesusingprescription-template-object-layout.vue):- Paracetamol (Panadol) 500mg (Qty: 20 tablets, Dose: 1-2 tabs QDS PRN)
- Chlorpheniramine 4mg (Qty: 10 tablets, Dose: 1 tab ON)
- Decongestant Syrup (Qty: 1 bottle, Dose: 10ml TDS)
- Click Apply Bundle to add all items to the active prescription list.
- AI Clinical Assistant Validation:
- The AI Clinical Assistant (
clinical-assistant.vue/clinical-assistant-medication-card.vue) monitors entries in real-time. - It runs cross-checks against the patient's active allergies, age, and existing medications, displaying a warning banner if any potential drug-drug interactions or clinical contraindications are detected.
- The AI Clinical Assistant (
Step 4: Generating a 1-day Digital MC
- Scroll to the Medical Certificate section (
medical-certificate.vue). - Click Create MC to open the certificate generator.
- The system defaults the start date to today. Select a duration of 1 day.
- The system automatically retrieves the diagnostic description from the ICD-11 code bound in Step 2.
- Click Apply Signature & Generate.
- Verification QR Code: The system prints a cryptographically signed PDF containing a verification QR code, making it instantly verifiable by employers.
Hybrid Lab Flow
Workflow for managing external lab orders, reviewing LOINC FHIR API-synced test results, and scheduling virtual or in-person follow-up appointments.
Chronic Disease
SOP for managing and tracking long-term conditions (Hypertension, Diabetes), auditing lab histories, and processing repeat prescriptions under workflow-gated review rules.