{"id":1723,"date":"2026-01-20T09:56:03","date_gmt":"2026-01-20T09:56:03","guid":{"rendered":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/?p=1723"},"modified":"2026-01-27T13:12:02","modified_gmt":"2026-01-27T13:12:02","slug":"encounter-templates","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/kivicare-pro\/documentation\/features\/encounter-templates\/","title":{"rendered":"Encounter Templates"},"content":{"rendered":"<div class=\"nolwrap\">\n<p>Encounter Templates help you create reusable, standardized clinical documentation for patient visits. They streamline workflows, improve consistency, and significantly reduce documentation time for healthcare providers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Overview<\/h2>\n\n\n\n<p><strong>Encounter Templates<\/strong> allow clinics and hospitals to define structured formats for common visit types. By using predefined sections and default values, providers can document encounters faster while maintaining accuracy and completeness.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key Benefits<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u26a1 <strong>Save Time:<\/strong> Reduce documentation time by 5\u201310 minutes per patient<\/li>\n\n\n\n<li>\u2705 <strong>Standardized Records:<\/strong> Maintain consistency across providers<\/li>\n\n\n\n<li>\ud83d\udccb <strong>Complete Documentation:<\/strong> Ensure no critical fields are missed<\/li>\n\n\n\n<li>\ud83d\udd04 <strong>Reusable Templates:<\/strong> Apply templates to similar visit types<\/li>\n\n\n\n<li>\ud83d\udcca <strong>Better Reporting:<\/strong> Capture structured data for analytics and audits<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Common Encounter Template Types<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">General Practice Templates<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Annual Physical Examination<\/li>\n\n\n\n<li>Follow-Up Visit<\/li>\n\n\n\n<li>Acute Illness Visit<\/li>\n\n\n\n<li>Preventive Care Visit<\/li>\n\n\n\n<li>Chronic Disease Management<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Specialty Templates<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Diabetes Care:<\/strong> HbA1c review, medication adjustments<\/li>\n\n\n\n<li><strong>Cardiology:<\/strong> Post-MI follow-up, hypertension monitoring<\/li>\n\n\n\n<li><strong>Pediatrics:<\/strong> Well-child visits, vaccination visits<\/li>\n\n\n\n<li><strong>OB\/GYN:<\/strong> Prenatal visits, annual exams<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Creating an Encounter Template<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Open the Template Builder<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to <strong>Medical \u2192 Encounter Templates<\/strong><\/li>\n\n\n\n<li>Click <strong>Add New Template<\/strong><\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Enter Basic Template Information<\/h3>\n\n\n    <div class=\"docsy-code-block with-line-numbers\" data-language=\"javascript\">\n                \n        <div class=\"code-header\">\n            <span class=\"code-language\">JAVASCRIPT<\/span>\n            <button class=\"code-copy-btn\" aria-label=\"Copy code\">\n                <i class=\"ph ph-copy\"><\/i>\n                <span class=\"copy-text\">Copy<\/span>\n                <span class=\"copied-text\">Copied!<\/span>\n            <\/button>\n        <\/div>\n        \n        <div class=\"code-wrapper\">\n            <pre class=\"language-javascript\"><code class=\"language-javascript\">Template Name: Annual Physical Examination\nDescription: Comprehensive annual health checkup for adults\nCategory: Preventive Care\nStatus: Active\n<\/code><\/pre>\n            \n                            <div class=\"line-numbers-wrapper\" aria-hidden=\"true\">\n                                            <span class=\"line-number\">1<\/span>\n                                            <span class=\"line-number\">2<\/span>\n                                            <span class=\"line-number\">3<\/span>\n                                            <span class=\"line-number\">4<\/span>\n                                            <span class=\"line-number\">5<\/span>\n                                    <\/div>\n                    <\/div>\n        \n            <\/div>\n    \n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Define Template Sections<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">A. Chief Complaint<\/h4>\n\n\n    <div class=\"docsy-code-block with-line-numbers\" data-language=\"javascript\">\n                \n        <div class=\"code-header\">\n            <span class=\"code-language\">JAVASCRIPT<\/span>\n            <button class=\"code-copy-btn\" aria-label=\"Copy code\">\n                <i class=\"ph ph-copy\"><\/i>\n                <span class=\"copy-text\">Copy<\/span>\n                <span class=\"copied-text\">Copied!<\/span>\n            <\/button>\n        <\/div>\n        \n        <div class=\"code-wrapper\">\n            <pre class=\"language-javascript\"><code class=\"language-javascript\">Section Name: Chief Complaint\nField Type: Textarea\nLabel: Reason for Visit\nDefault Text: Annual physical examination\nRequired: Yes\n<\/code><\/pre>\n            \n                            <div class=\"line-numbers-wrapper\" aria-hidden=\"true\">\n                                            <span class=\"line-number\">1<\/span>\n                                            <span class=\"line-number\">2<\/span>\n                                            <span class=\"line-number\">3<\/span>\n                                            <span class=\"line-number\">4<\/span>\n                                            <span class=\"line-number\">5<\/span>\n                                            <span class=\"line-number\">6<\/span>\n                                    <\/div>\n                    <\/div>\n        \n            <\/div>\n    \n\n\n<h4 class=\"wp-block-heading\">B. Vital Signs<\/h4>\n\n\n    <div class=\"docsy-code-block with-line-numbers\" data-language=\"javascript\">\n                \n        <div class=\"code-header\">\n            <span class=\"code-language\">JAVASCRIPT<\/span>\n            <button class=\"code-copy-btn\" aria-label=\"Copy code\">\n                <i class=\"ph ph-copy\"><\/i>\n                <span class=\"copy-text\">Copy<\/span>\n                <span class=\"copied-text\">Copied!<\/span>\n            <\/button>\n        <\/div>\n        \n        <div class=\"code-wrapper\">\n            <pre class=\"language-javascript\"><code class=\"language-javascript\">Section Name: Vital Signs (Auto-included)\nFields:\n- Blood Pressure\n- Heart Rate\n- Temperature\n- Weight\n- Height\n- BMI (Automatically calculated)\n<\/code><\/pre>\n            \n                            <div class=\"line-numbers-wrapper\" aria-hidden=\"true\">\n                                            <span class=\"line-number\">1<\/span>\n                                            <span class=\"line-number\">2<\/span>\n                                            <span class=\"line-number\">3<\/span>\n                                            <span class=\"line-number\">4<\/span>\n                                            <span class=\"line-number\">5<\/span>\n                                            <span class=\"line-number\">6<\/span>\n                                            <span class=\"line-number\">7<\/span>\n                                            <span class=\"line-number\">8<\/span>\n                                            <span class=\"line-number\">9<\/span>\n                                    <\/div>\n                    <\/div>\n        \n            <\/div>\n    \n\n\n<h4 class=\"wp-block-heading\">C. Review of Systems<\/h4>\n\n\n    <div class=\"docsy-code-block with-line-numbers\" data-language=\"javascript\">\n                \n        <div class=\"code-header\">\n            <span class=\"code-language\">JAVASCRIPT<\/span>\n            <button class=\"code-copy-btn\" aria-label=\"Copy code\">\n                <i class=\"ph ph-copy\"><\/i>\n                <span class=\"copy-text\">Copy<\/span>\n                <span class=\"copied-text\">Copied!<\/span>\n            <\/button>\n        <\/div>\n        \n        <div class=\"code-wrapper\">\n            <pre class=\"language-javascript\"><code class=\"language-javascript\">Section Name: Review of Systems\nField Type: Checkboxes\nOptions:\n- Constitutional: No fever, chills, fatigue\n- Eyes: No vision changes\n- ENT: No hearing loss or sore throat\n- Cardiovascular: No chest pain or palpitations\n- Respiratory: No cough or shortness of breath\n- Gastrointestinal: No nausea, vomiting, diarrhea\n- Genitourinary: No dysuria or frequency\n- Musculoskeletal: No joint pain\n- Neurological: No headache or dizziness\n- Skin: No rashes\n- All systems normal\n<\/code><\/pre>\n            \n                            <div class=\"line-numbers-wrapper\" aria-hidden=\"true\">\n                                            <span class=\"line-number\">1<\/span>\n                                            <span class=\"line-number\">2<\/span>\n                                            <span class=\"line-number\">3<\/span>\n                                            <span class=\"line-number\">4<\/span>\n                                            <span class=\"line-number\">5<\/span>\n                                            <span class=\"line-number\">6<\/span>\n                                            <span class=\"line-number\">7<\/span>\n                                            <span class=\"line-number\">8<\/span>\n                                            <span class=\"line-number\">9<\/span>\n                                            <span class=\"line-number\">10<\/span>\n                                            <span class=\"line-number\">11<\/span>\n                                            <span class=\"line-number\">12<\/span>\n                                            <span class=\"line-number\">13<\/span>\n                                            <span class=\"line-number\">14<\/span>\n                                            <span class=\"line-number\">15<\/span>\n                                    <\/div>\n                    <\/div>\n        \n            <\/div>\n    \n\n\n<h4 class=\"wp-block-heading\">D. Physical Examination<\/h4>\n\n\n    <div class=\"docsy-code-block with-line-numbers\" data-language=\"javascript\">\n                \n        <div class=\"code-header\">\n            <span class=\"code-language\">JAVASCRIPT<\/span>\n            <button class=\"code-copy-btn\" aria-label=\"Copy code\">\n                <i class=\"ph ph-copy\"><\/i>\n                <span class=\"copy-text\">Copy<\/span>\n                <span class=\"copied-text\">Copied!<\/span>\n            <\/button>\n        <\/div>\n        \n        <div class=\"code-wrapper\">\n            <pre class=\"language-javascript\"><code class=\"language-javascript\">Section Name: Physical Examination\nField Types: Text and Checkboxes\n- General Appearance: Well-appearing\n- HEENT: Normocephalic, PERRLA\n- Neck: Supple, no masses\n- Heart: Regular rate and rhythm\n- Lungs: Clear to auscultation\n- Abdomen: Soft, non-tender\n- Extremities: No edema\n- Neurological: Alert and oriented x3\n<\/code><\/pre>\n            \n                            <div class=\"line-numbers-wrapper\" aria-hidden=\"true\">\n                                            <span class=\"line-number\">1<\/span>\n                                            <span class=\"line-number\">2<\/span>\n                                            <span class=\"line-number\">3<\/span>\n                                            <span class=\"line-number\">4<\/span>\n                                            <span class=\"line-number\">5<\/span>\n                                            <span class=\"line-number\">6<\/span>\n                                            <span class=\"line-number\">7<\/span>\n                                            <span class=\"line-number\">8<\/span>\n                                            <span class=\"line-number\">9<\/span>\n                                            <span class=\"line-number\">10<\/span>\n                                            <span class=\"line-number\">11<\/span>\n                                    <\/div>\n                    <\/div>\n        \n            <\/div>\n    \n\n\n<h4 class=\"wp-block-heading\">E. Assessment &amp; Plan<\/h4>\n\n\n    <div class=\"docsy-code-block with-line-numbers\" data-language=\"javascript\">\n                \n        <div class=\"code-header\">\n            <span class=\"code-language\">JAVASCRIPT<\/span>\n            <button class=\"code-copy-btn\" aria-label=\"Copy code\">\n                <i class=\"ph ph-copy\"><\/i>\n                <span class=\"copy-text\">Copy<\/span>\n                <span class=\"copied-text\">Copied!<\/span>\n            <\/button>\n        <\/div>\n        \n        <div class=\"code-wrapper\">\n            <pre class=\"language-javascript\"><code class=\"language-javascript\">Section Name: Assessment\nField Type: Textarea\nLabel: Clinical Assessment\nPlaceholder: Summary of findings and health status\n\nSection Name: Plan\nField Type: Textarea\nLabel: Treatment Plan\nPlaceholder: Recommendations, referrals, follow-up\n<\/code><\/pre>\n            \n                            <div class=\"line-numbers-wrapper\" aria-hidden=\"true\">\n                                            <span class=\"line-number\">1<\/span>\n                                            <span class=\"line-number\">2<\/span>\n                                            <span class=\"line-number\">3<\/span>\n                                            <span class=\"line-number\">4<\/span>\n                                            <span class=\"line-number\">5<\/span>\n                                            <span class=\"line-number\">6<\/span>\n                                            <span class=\"line-number\">7<\/span>\n                                            <span class=\"line-number\">8<\/span>\n                                            <span class=\"line-number\">9<\/span>\n                                            <span class=\"line-number\">10<\/span>\n                                    <\/div>\n                    <\/div>\n        \n            <\/div>\n    \n\n\n<h4 class=\"wp-block-heading\">F. Prescription Section<\/h4>\n\n\n    <div class=\"docsy-code-block with-line-numbers\" data-language=\"javascript\">\n                \n        <div class=\"code-header\">\n            <span class=\"code-language\">JAVASCRIPT<\/span>\n            <button class=\"code-copy-btn\" aria-label=\"Copy code\">\n                <i class=\"ph ph-copy\"><\/i>\n                <span class=\"copy-text\">Copy<\/span>\n                <span class=\"copied-text\">Copied!<\/span>\n            <\/button>\n        <\/div>\n        \n        <div class=\"code-wrapper\">\n            <pre class=\"language-javascript\"><code class=\"language-javascript\">Section Name: Prescriptions\nIntegration: Automatically loads prescription module\nFunctionality: Add medications directly within the encounter\n<\/code><\/pre>\n            \n                            <div class=\"line-numbers-wrapper\" aria-hidden=\"true\">\n                                            <span class=\"line-number\">1<\/span>\n                                            <span class=\"line-number\">2<\/span>\n                                            <span class=\"line-number\">3<\/span>\n                                            <span class=\"line-number\">4<\/span>\n                                    <\/div>\n                    <\/div>\n        \n            <\/div>\n    \n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Save and Activate Template<\/h3>\n\n\n\n<p>Click <strong>Save Template<\/strong>.<br>The template is now ready for use during patient encounters.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Using Encounter Templates During Visits<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step-by-Step Workflow<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Open Patient Record<\/strong>\n<ul class=\"wp-block-list\">\n<li>Go to <strong>Patients \u2192 Select Patient<\/strong><\/li>\n\n\n\n<li>Or open directly from <strong>Appointments \u2192 Start Encounter<\/strong><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Create a New Encounter<\/strong>\n<ul class=\"wp-block-list\">\n<li>Click <strong>New Encounter<\/strong><\/li>\n\n\n\n<li>Or select <strong>Start from Appointment<\/strong><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Select a Template<\/strong>\n<ul class=\"wp-block-list\">\n<li>Choose a template from the dropdown list<\/li>\n\n\n\n<li>Example: <em>Annual Physical Examination<\/em><\/li>\n\n\n\n<li>Click <strong>Load Template<\/strong><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Template Auto-Populates<\/strong>\n<ul class=\"wp-block-list\">\n<li>All sections load automatically<\/li>\n\n\n\n<li>Default values are prefilled<\/li>\n\n\n\n<li>Ready for customization<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Enter Patient-Specific Information<\/strong>\n<ul class=\"wp-block-list\">\n<li>Record vital signs<\/li>\n\n\n\n<li>Select review of systems<\/li>\n\n\n\n<li>Document physical exam findings<\/li>\n\n\n\n<li>Complete assessment and plan<\/li>\n\n\n\n<li>Prescribe medications if required<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Save Encounter<\/strong>\n<ul class=\"wp-block-list\">\n<li>Data is saved to the patient record<\/li>\n\n\n\n<li>Becomes part of the permanent medical history<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Encounter Template Examples<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Template Example 1: Diabetes Follow-Up<\/h3>\n\n\n\n<p><strong>Template Name:<\/strong> Diabetes Management Visit<\/p>\n\n\n\n<p><strong>Sections Include:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Chief Complaint (Default: Diabetes follow-up)<\/li>\n\n\n\n<li>Vital Signs with emphasis on weight tracking<\/li>\n\n\n\n<li>Diabetes-specific measurements (Blood glucose, HbA1c)<\/li>\n\n\n\n<li>Medication review and adherence<\/li>\n\n\n\n<li>Self-monitoring habits<\/li>\n\n\n\n<li>Complication screening (neuropathy, vision, renal function)<\/li>\n\n\n\n<li>Lifestyle assessment (diet, exercise, weight changes)<\/li>\n\n\n\n<li>Clinical assessment and treatment plan<\/li>\n\n\n\n<li>Lab orders, referrals, and follow-up scheduling<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Template Example 2: Pediatric Well-Child Visit<\/h3>\n\n\n\n<p><strong>Template Name:<\/strong> Well-Child Checkup<\/p>\n\n\n\n<p><strong>Sections Include:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Visit details and age calculation<\/li>\n\n\n\n<li>Growth measurements with percentiles<\/li>\n\n\n\n<li>Developmental milestone checklists<\/li>\n\n\n\n<li>Feeding and nutrition review<\/li>\n\n\n\n<li>Comprehensive physical examination<\/li>\n\n\n\n<li>Immunizations administered during the visit<\/li>\n\n\n\n<li>Parent education and anticipatory guidance<\/li>\n\n\n\n<li>Next visit scheduling and vaccine reminders<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Template Example 3: Hypertension Management<\/h3>\n\n\n\n<p><strong>Template Name:<\/strong> Hypertension Visit<\/p>\n\n\n\n<p><strong>Sections Include:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Chief complaint with default BP check<\/li>\n\n\n\n<li>Blood pressure-focused vitals<\/li>\n\n\n\n<li>Medication review and adherence<\/li>\n\n\n\n<li>Home BP monitoring review<\/li>\n\n\n\n<li>Lifestyle risk factors (diet, exercise, smoking)<\/li>\n\n\n\n<li>Target organ damage assessment<\/li>\n\n\n\n<li>Blood pressure classification<\/li>\n\n\n\n<li>Medication changes, lab orders, and follow-up plan<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\"> Advanced Encounter Template Features<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Prescription Integration<\/h3>\n\n\n\n<p>Templates can include predefined medication lists relevant to the condition.<br>Selected medications are automatically added to the prescription module.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Lab Order Templates<\/h3>\n\n\n\n<p>Include commonly ordered lab tests as checkboxes.<br>Selected tests are automatically converted into lab orders.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Follow-Up Scheduling<\/h3>\n\n\n\n<p>Providers can select follow-up intervals directly within the template, with appointment booking pre-filled for convenience.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Best Practices for Encounter Templates<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Naming Conventions<\/h3>\n\n\n\n<p><strong>Recommended:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Adult Annual Physical (18\u201364)<\/li>\n\n\n\n<li>Type 2 Diabetes Follow-Up<\/li>\n\n\n\n<li>Pediatric Well-Child \u2013 12 Months<\/li>\n<\/ul>\n\n\n\n<p><strong>Avoid:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Template 1<\/li>\n\n\n\n<li>Checkup<\/li>\n\n\n\n<li>DM<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Logical Section Order<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Chief Complaint<\/li>\n\n\n\n<li>Vital Signs<\/li>\n\n\n\n<li>History and Review of Systems<\/li>\n\n\n\n<li>Physical Examination<\/li>\n\n\n\n<li>Assessment<\/li>\n\n\n\n<li>Plan<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Use Default Values Wisely<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pre-fill normal findings<\/li>\n\n\n\n<li>Save time during routine visits<\/li>\n\n\n\n<li>Easily modify when abnormalities exist<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">Required Fields<\/h3>\n\n\n\n<p>Mark only the critical fields as required:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Vital signs<\/li>\n\n\n\n<li>Assessment<\/li>\n\n\n\n<li>Plan<\/li>\n<\/ul>\n\n\n\n<p>Avoid making every checkbox mandatory.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Managing Encounter Templates<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Editing Templates<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Updates apply only to future encounters<\/li>\n\n\n\n<li>Existing encounter records remain unchanged<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Duplicating Templates<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Duplicate templates to create variations<\/li>\n\n\n\n<li>Ideal for similar visit types (initial vs follow-up)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Deactivating Templates<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set template status to <strong>Inactive<\/strong> instead of deleting<\/li>\n\n\n\n<li>Preserves historical data<\/li>\n\n\n\n<li>Can be reactivated anytime<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Encounter Template Reports<\/h2>\n\n\n\n<p><strong>Available Metrics:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Most frequently used templates<\/li>\n\n\n\n<li>Templates never used<\/li>\n\n\n\n<li>Average documentation time<\/li>\n\n\n\n<li>Completion rates<\/li>\n<\/ul>\n\n\n\n<p>Use reports to optimize workflows and standardize care across providers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting Common Issues<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Template Not Loading<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Confirm template status is Active<\/li>\n\n\n\n<li>Verify user permissions<\/li>\n\n\n\n<li>Clear browser cache<\/li>\n\n\n\n<li>Check for JavaScript errors<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Fields Not Saving<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure required fields are completed<\/li>\n\n\n\n<li>Verify database connectivity<\/li>\n\n\n\n<li>Check validation rules and error logs<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Template Feels Too Long<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Split into logical sections<\/li>\n\n\n\n<li>Remove rarely used fields<\/li>\n\n\n\n<li>Create separate templates for specific scenarios<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">Related Features<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><a href=\"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/kivicare-pro\/documentation-kivicare-pro\/features-documentation-kivicare-pro\/custom-forms-builder\/\">Custom Forms Builder<\/a><\/strong> \u2013 Additional structured data collection<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/kivicare-pro\/documentation-kivicare-pro\/advanced-feature-pro\/medical-report-generation\/\">Medical Reports<\/a><\/strong> \u2013 Generate clinical and administrative reports<\/li>\n\n\n\n<li><strong>Print Templates<\/strong> \u2013 Create professional printable documents<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Encounter Templates help you create reusable, standardized clinical documentation for patient visits. They streamline workflows, improve consistency, and significantly reduce documentation time for healthcare providers. Overview Encounter Templates allow clinics and hospitals to define structured formats for common visit types. By using predefined sections and default values, providers can document encounters faster while maintaining accuracy [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":0,"parent":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-1723","post","type-post","status-publish","format-standard","hentry","category-features-documentation-kivicare-pro"],"featured_image_src":null,"author_info":{"display_name":"wordpressadminiq","author_link":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/author\/wordpressadminiq\/"},"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts\/1723","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/comments?post=1723"}],"version-history":[{"count":5,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts\/1723\/revisions"}],"predecessor-version":[{"id":2340,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/posts\/1723\/revisions\/2340"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/media?parent=1723"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/categories?post=1723"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/kivicare-wordpress\/wp-json\/wp\/v2\/tags?post=1723"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}