Ver Fonte

Rename to stag sections, support for "Default"

Vijayakrishnan Krishnan há 4 anos atrás
pai
commit
e12a9ec4c1

+ 4 - 2
resources/views/app/patient/note/_templates-index.blade.php

@@ -4,10 +4,12 @@ $hasTemplates = false;
 if(isset($templateIndex->{$sectionInternalName})) {
     $hasTemplates = true;
     $templateName = '';
+    $defaultTemplateName = '';
     foreach($templateIndex->{$sectionInternalName} as $k => $templateSet) {
-        $templateName = $k;
-        break;
+        if($templateName === '') $templateName = $k;
+        if($templateSet->default) $defaultTemplateName = $k;
     }
+    if($defaultTemplateName !== '') $templateName = $defaultTemplateName;
 ?>
     <span class="position-relative d-none if-edit ml-3 pl-3 border-left">
         <a href="#" class="note-templates-trigger">Templates</a>

+ 9 - 5
storage/templates/index.json

@@ -1,5 +1,5 @@
 {
-    "kct-cognitive-functional": {
+    "mental-functional": {
         "functional-cognitive-assessment": {
             "name": "Functional\/Cognitive Assessment",
             "default": false
@@ -10,7 +10,7 @@
         },
         "medicare-annual-well-visit": {
             "name": "Medicare Annual Well Visit",
-            "default": false
+            "default": true
         },
         "medicare-subsequent-annual-well-visit": {
             "name": "Medicare Subsequent Annual Well Visit",
@@ -56,6 +56,10 @@
         }
     },
     "subjective": {
+        "default": {
+            "name": "Default",
+            "default": true
+        },
         "covid-19": {
             "name": "COVID-19",
             "default": false
@@ -531,10 +535,10 @@
             "default": false
         }
     },
-    "kct-mp": {
+    "minor-procedures": {
         "suture-removal": {
             "name": "Suture Removal",
-            "default": false
+            "default": true
         },
         "urinary-catheter-insertion": {
             "name": "Urinary Catheter Insertion",
@@ -1783,4 +1787,4 @@
             "default": false
         }
     }
-}
+}

+ 210 - 0
storage/templates/mental-functional/functional-cognitive-assessment.json

@@ -0,0 +1,210 @@
+{
+    "section": "mental-functional",
+    "templateSet": "Functional\/Cognitive Assessment",
+    "templates": [
+        {
+            "text": "Functional Finding",
+            "template": "Functional Finding: {children}.",
+            "children": [
+                {
+                    "text": "1 Click Normal Functional Assessment",
+                    "template": "able to bath self, independent with dressing, able to feed self, independent in toilet\n                                and transfer independent\n                            "
+                },
+                {
+                    "text": "bathing",
+                    "template": "bathing",
+                    "children": [
+                        {
+                            "text": "able to bath self",
+                            "template": "able to bath self"
+                        },
+                        {
+                            "text": "bathing assisted",
+                            "template": "bathing assisted"
+                        },
+                        {
+                            "text": "dependent for bathing",
+                            "template": "dependent for bathing"
+                        }
+                    ]
+                },
+                {
+                    "text": "dressing",
+                    "template": "dressing",
+                    "children": [
+                        {
+                            "text": "independent",
+                            "template": "independent with dressing"
+                        },
+                        {
+                            "text": "needs help",
+                            "template": "needs help with dressing"
+                        },
+                        {
+                            "text": "dependent",
+                            "template": "dependent for dressing"
+                        }
+                    ]
+                },
+                {
+                    "text": "feeding",
+                    "template": "feeding",
+                    "children": [
+                        {
+                            "text": "unable to feed self",
+                            "template": "unable to feed self"
+                        },
+                        {
+                            "text": "able to feed self",
+                            "template": "able to feed self"
+                        },
+                        {
+                            "text": "feeding assisted",
+                            "template": "feeding assisted"
+                        }
+                    ]
+                },
+                {
+                    "text": "toileting",
+                    "template": "toileting",
+                    "children": [
+                        {
+                            "text": "independent",
+                            "template": "independent in toilet"
+                        },
+                        {
+                            "text": "needs help",
+                            "template": "needs help in toilet"
+                        },
+                        {
+                            "text": "dependent",
+                            "template": "dependent in toilet"
+                        }
+                    ]
+                },
+                {
+                    "text": "transferring",
+                    "template": "transferring",
+                    "children": [
+                        {
+                            "text": "independent",
+                            "template": "transfer independent"
+                        },
+                        {
+                            "text": "assisted",
+                            "template": "transfer assisted"
+                        },
+                        {
+                            "text": "dependent",
+                            "template": "transfer dependent"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Cognitive Function Finding",
+            "template": "Cognitive Function Finding: {children}.",
+            "children": [
+                {
+                    "text": "1- Click Normal Cognitive Function",
+                    "template": "oriented to person, time and place, able to use decision making strategies, memory:\n                                own age known, able to direct attention and able to read\n                            "
+                },
+                {
+                    "text": "ability to identify person, place, and time",
+                    "template": "{children}",
+                    "children": [
+                        {
+                            "text": "oriented to person, time and place",
+                            "template": "oriented to person, time and place"
+                        },
+                        {
+                            "text": "disorientation to people, time and place",
+                            "template": "disorientation to people, time and place"
+                        },
+                        {
+                            "text": "disorientated in place",
+                            "template": "disorientated in place"
+                        },
+                        {
+                            "text": "disorientated in time",
+                            "template": "disorientated in time"
+                        },
+                        {
+                            "text": "disorientation to person",
+                            "template": "disorientation to person"
+                        }
+                    ]
+                },
+                {
+                    "text": "ability to make decisions",
+                    "template": "{children}",
+                    "children": [
+                        {
+                            "text": "able to use decision making strategies",
+                            "template": "able to use decision making strategies"
+                        },
+                        {
+                            "text": "difficulty using decision making strategies",
+                            "template": "difficulty using decision making strategies"
+                        },
+                        {
+                            "text": "unable to use decision making strategies",
+                            "template": "unable to use decision making strategies"
+                        }
+                    ]
+                },
+                {
+                    "text": "finding of memory for own age",
+                    "template": "{children}",
+                    "children": [
+                        {
+                            "text": "own age known",
+                            "template": "memory: own age known"
+                        },
+                        {
+                            "text": "own age not known",
+                            "template": "memory: own age not known"
+                        }
+                    ]
+                },
+                {
+                    "text": "ability to direct attention",
+                    "template": "{children}",
+                    "children": [
+                        {
+                            "text": "able to direct attention",
+                            "template": "able to direct attention"
+                        },
+                        {
+                            "text": "difficulty directing attention",
+                            "template": "difficulty directing attention"
+                        },
+                        {
+                            "text": "unable to direct attention",
+                            "template": "unable to direct attention"
+                        }
+                    ]
+                },
+                {
+                    "text": "finding related to ability to read",
+                    "template": "{children}",
+                    "children": [
+                        {
+                            "text": "able to read",
+                            "template": "able to read"
+                        },
+                        {
+                            "text": "difficulty reading",
+                            "template": "difficulty reading"
+                        },
+                        {
+                            "text": "unable to read",
+                            "template": "unable to read"
+                        }
+                    ]
+                }
+            ]
+        }
+    ]
+}

+ 125 - 0
storage/templates/mental-functional/medicare-annual-well-visit.json

@@ -0,0 +1,125 @@
+{
+    "section": "mental-functional",
+    "templateSet": "Medicare Annual Well Visit",
+    "templates": [
+        {
+            "text": "Normal MSE By Direct Observation",
+            "template": "The patient's speech was normal, sharing conversation with normal laryngeal efforts.\n                        Appropriate mood and affect were seen on exam. Thought processes were logical, relevant, and\n                        thoughts were completed normally. Thought content was normal. Thought content was normal with no\n                        psychotic or suicidal thoughts. The patient's judgement was realistic with normal insight into\n                        their present condition. Mental status included: correct time, place, person orientation, normal\n                        recent and remote memory, normal attention span and concentration ability. Language skills\n                        included the ability to correctly name objects. Fund of knowledge included normal awareness of\n                        current and past events.\n                    "
+        },
+        {
+            "text": "MSE (findings)",
+            "template": "MSE: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Mini Cog",
+            "template": "Mini Cog test: {children}",
+            "children": [
+                {
+                    "text": "normal",
+                    "template": "normal"
+                },
+                {
+                    "text": "abnormal",
+                    "template": "abnormal"
+                },
+                {
+                    "text": "additional mini cog findings (describe)",
+                    "template": "additional mini cog findings: {text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Mood\/Affect (describe)",
+            "template": "Mood\/Affect is described as: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Cognitive Concerns: Beneficiary or Caretaker",
+            "template": "Cognitive concerns from beneficiary or caretaker include: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Assistance with ADL's",
+            "template": "Functional Ability\/Safety Screen1. Does the patient need help with the phone,\n                        transportation, shopping, preparing meals, housework, laundry, medications or managing money?\n                        {children}\n                    ",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Safety, rugs\/lacks grab bars\/handrails\/poor light",
+            "template": "2. Does the patient's home have rugs in the hallway, lack grab bars in the bathroom, lack\n                        handrails on the stairs or have poor lighting? {children}\n                    ",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Patient noticed any hearing difficulties",
+            "template": "3. Has the patient noticed any hearing difficulties? {children}",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Fall Screening",
+            "template": "Fall Screening: {children}.",
+            "children": [
+                {
+                    "text": "falls in the the past year (#)",
+                    "template": "{text} fall(s) in the past year",
+                    "type": "number"
+                },
+                {
+                    "text": "timed \"Up and Go\" test",
+                    "template": "timed \"Up and Go\" test",
+                    "children": [
+                        {
+                            "text": "less than 30 seconds",
+                            "template": "less than 30 seconds"
+                        },
+                        {
+                            "text": "greater than 30 seconds",
+                            "template": "greater than 30 seconds"
+                        }
+                    ]
+                },
+                {
+                    "text": "other fall assessment findings (comments)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Functional Concerns: Beneficiary or Caretaker",
+            "template": "Functional concerns from beneficiary or caretaker include: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Reviewed HRA\/Copy of HRA in documents section",
+            "template": "Reviewed HRA. Copy of HRA in documents section."
+        }
+    ]
+}

+ 83 - 0
storage/templates/mental-functional/medicare-ippe.json

@@ -0,0 +1,83 @@
+{
+    "section": "mental-functional",
+    "templateSet": "Medicare IPPE",
+    "templates": [
+        {
+            "text": "Assistance with ADL's",
+            "template": "Functional Ability\/Safety Screen1. Does the patient need help with the phone,\n                        transportation, shopping, preparing meals, housework, laundry, medications or managing money?\n                        {children}\n                    ",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Safety, rugs\/lacks grab bars\/handrails\/poor light",
+            "template": "2. Does the patient's home have rugs in the hallway, lack grab bars in the bathroom, lack\n                        handrails on the stairs or have poor lighting? {children}\n                    ",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Patient noticed any hearing difficulties",
+            "template": "3. Has the patient noticed any hearing difficulties? {children}",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Fall Screening",
+            "template": "Fall Screening: {children}",
+            "children": [
+                {
+                    "text": "falls in the the past year (#)",
+                    "template": "{text} fall(s) in the past year",
+                    "type": "number"
+                },
+                {
+                    "text": "timed \"Up and Go\" test",
+                    "template": "timed \"Up and Go\" test",
+                    "children": [
+                        {
+                            "text": "less than 30 seconds",
+                            "template": "less than 30 seconds"
+                        },
+                        {
+                            "text": "greater than 30 seconds",
+                            "template": "greater than 30 seconds"
+                        }
+                    ]
+                },
+                {
+                    "text": "other fall assessment findings (comments)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Functional Concerns: Beneficiary or Caretaker",
+            "template": "Functional concerns from beneficiary or caretaker include: {text}.",
+            "type": "alpha"
+        }
+    ]
+}

+ 125 - 0
storage/templates/mental-functional/medicare-subsequent-annual-well-visit.json

@@ -0,0 +1,125 @@
+{
+    "section": "mental-functional",
+    "templateSet": "Medicare Subsequent Annual Well Visit",
+    "templates": [
+        {
+            "text": "Normal MSE By Direct Observation",
+            "template": "The patient's speech was normal, sharing conversation with normal laryngeal efforts.\n                        Appropriate mood and affect were seen on exam. Thought processes were logical, relevant, and\n                        thoughts were completed normally. Thought content was normal. Thought content was normal with no\n                        psychotic or suicidal thoughts. The patient's judgement was realistic with normal insight into\n                        their present condition. Mental status included: correct time, place, person orientation, normal\n                        recent and remote memory, normal attention span and concentration ability. Language skills\n                        included the ability to correctly name objects. Fund of knowledge included normal awareness of\n                        current and past events.\n                    "
+        },
+        {
+            "text": "MSE (findings)",
+            "template": "MSE: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Mini Cog",
+            "template": "Mini Cog test: {children}",
+            "children": [
+                {
+                    "text": "normal",
+                    "template": "normal"
+                },
+                {
+                    "text": "abnormal",
+                    "template": "abnormal"
+                },
+                {
+                    "text": "additional mini cog findings (describe)",
+                    "template": "additional mini cog findings: {text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Mood\/Affect (describe)",
+            "template": "Mood\/Affect is described as: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Cognitive Concerns: Beneficiary or Caretaker",
+            "template": "Cognitive concerns from beneficiary or caretaker include: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Assistance with ADL's",
+            "template": "Functional Ability\/Safety Screen1. Does the patient need help with the phone,\n                        transportation, shopping, preparing meals, housework, laundry, medications or managing money?\n                        {children}\n                    ",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Safety, rugs\/lacks grab bars\/handrails\/poor light",
+            "template": "2. Does the patient's home have rugs in the hallway, lack grab bars in the bathroom, lack\n                        handrails on the stairs or have poor lighting? {children}\n                    ",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Patient noticed any hearing difficulties",
+            "template": "3. Has the patient noticed any hearing difficulties? {children}",
+            "children": [
+                {
+                    "text": "No",
+                    "template": "No"
+                },
+                {
+                    "text": "Yes",
+                    "template": "Yes"
+                }
+            ]
+        },
+        {
+            "text": "Fall Screening",
+            "template": "Fall Screening: {children}.",
+            "children": [
+                {
+                    "text": "falls in the the past year (#)",
+                    "template": "{text} fall(s) in the past year",
+                    "type": "number"
+                },
+                {
+                    "text": "timed \"Up and Go\" test",
+                    "template": "timed \"Up and Go\" test",
+                    "children": [
+                        {
+                            "text": "less than 30 seconds",
+                            "template": "less than 30 seconds"
+                        },
+                        {
+                            "text": "greater than 30 seconds",
+                            "template": "greater than 30 seconds"
+                        }
+                    ]
+                },
+                {
+                    "text": "other fall assessment findings (comments)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Functional Concerns: Beneficiary or Caretaker",
+            "template": "Functional concerns from beneficiary or caretaker include: {text}.",
+            "type": "alpha"
+        },
+        {
+            "text": "Reviewed HRA\/Copy of HRA in documents section",
+            "template": "Reviewed HRA. Copy of HRA in documents section."
+        }
+    ]
+}

+ 837 - 0
storage/templates/mental-functional/promis-29.json

@@ -0,0 +1,837 @@
+{
+    "section": "mental-functional",
+    "templateSet": "Promis 29",
+    "templates": [
+        {
+            "text": "Physical Function",
+            "template": "Promis-29Physical Function {children}",
+            "children": [
+                {
+                    "text": "Do chores such as vacuuming\/yard work?",
+                    "template": "Are you able to do chores such as vacuuming or yard work?",
+                    "children": [
+                        {
+                            "text": "Without any difficulty (5)",
+                            "template": "Without any difficulty (5)"
+                        },
+                        {
+                            "text": "With a little difficulty (4)",
+                            "template": "With a little difficulty (4)"
+                        },
+                        {
+                            "text": "With some difficulty (3)",
+                            "template": "With some difficulty (3)"
+                        },
+                        {
+                            "text": "With much difficulty (2)",
+                            "template": "With much difficulty (2)"
+                        },
+                        {
+                            "text": "Unable to do (1)",
+                            "template": "Unable to do (1)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Able to go up & down stairs at normal pace?",
+                    "template": "Are you able to go up and down stairs at a normal pace?",
+                    "children": [
+                        {
+                            "text": "Without any difficulty (5)",
+                            "template": "Without any difficulty (5)"
+                        },
+                        {
+                            "text": "With a little difficulty (4)",
+                            "template": "With a little difficulty (4)"
+                        },
+                        {
+                            "text": "With some difficulty (3)",
+                            "template": "With some difficulty (3)"
+                        },
+                        {
+                            "text": "With much difficulty (2)",
+                            "template": "With much difficulty (2)"
+                        },
+                        {
+                            "text": "Unable to do (1)",
+                            "template": "Unable to do (1)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Able to go for a walk of at least 15 mins?",
+                    "template": "Are you able to go for a walk of at least 15 minutes?",
+                    "children": [
+                        {
+                            "text": "Without any difficulty (5)",
+                            "template": "Without any difficulty (5)"
+                        },
+                        {
+                            "text": "With a little difficulty (4)",
+                            "template": "With a little difficulty (4)"
+                        },
+                        {
+                            "text": "With some difficulty (3)",
+                            "template": "With some difficulty (3)"
+                        },
+                        {
+                            "text": "With much difficulty (2)",
+                            "template": "With much difficulty (2)"
+                        },
+                        {
+                            "text": "Unable to do (1)",
+                            "template": "Unable to do (1)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Are you able to run errands and shop?",
+                    "template": "Are you able to run errands and shop?",
+                    "children": [
+                        {
+                            "text": "Without any difficulty (5)",
+                            "template": "Without any difficulty (5)"
+                        },
+                        {
+                            "text": "With a little difficulty (4)",
+                            "template": "With a little difficulty (4)"
+                        },
+                        {
+                            "text": "With some difficulty (3)",
+                            "template": "With some difficulty (3)"
+                        },
+                        {
+                            "text": "With much difficulty (2)",
+                            "template": "With much difficulty (2)"
+                        },
+                        {
+                            "text": "Unable to do (1)",
+                            "template": "Unable to do (1)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Anxiety (In the past 7 days)",
+            "template": "AnxietyIn the past 7 days\u2026{children}",
+            "children": [
+                {
+                    "text": "I felt fearful",
+                    "template": "I felt fearful",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Hard to focus on anything than my anxiety",
+                    "template": "I found it hard to focus on anything other than my anxiety",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "My worries overwhelmed me",
+                    "template": "My worries overwhelmed me",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "I felt uneasy",
+                    "template": "I felt uneasy",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Depression (In the past 7 days)",
+            "template": "Depression In the past 7 days\u2026{children}",
+            "children": [
+                {
+                    "text": "I felt worthless",
+                    "template": "I felt worthless",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "I felt helpless",
+                    "template": "I felt helpless",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "I felt depressed",
+                    "template": "I felt depressed",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "I felt hopeless",
+                    "template": "I felt hopeless",
+                    "children": [
+                        {
+                            "text": "never (1)",
+                            "template": "never (1)"
+                        },
+                        {
+                            "text": "rarely (2)",
+                            "template": "rarely (2)"
+                        },
+                        {
+                            "text": "sometimes (3)",
+                            "template": "sometimes (3)"
+                        },
+                        {
+                            "text": "often (4)",
+                            "template": "often (4)"
+                        },
+                        {
+                            "text": "always (5)",
+                            "template": "always (5)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Fatigue (During the past 7 days)",
+            "template": "FatiguedDuring the past 7 days\u2026{children}",
+            "children": [
+                {
+                    "text": "I feel fatigued",
+                    "template": "I feel fatigued",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Trouble starting things because I am tired",
+                    "template": "I have trouble starting things because I am tired",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Fatigue (In the past 7 days)",
+            "template": "In the past 7 days \u2026{children}",
+            "children": [
+                {
+                    "text": "How run-down did you feel on average?",
+                    "template": "How run-down did you feel on average?",
+                    "children": [
+                        {
+                            "text": "Not at all (1)",
+                            "template": "Not at all (1)"
+                        },
+                        {
+                            "text": "A little bit (2)",
+                            "template": "A little bit (2)"
+                        },
+                        {
+                            "text": "Somewhat (3)",
+                            "template": "Somewhat (3)"
+                        },
+                        {
+                            "text": "Quite a bit (4)",
+                            "template": "Quite a bit (4)"
+                        },
+                        {
+                            "text": "Very much (5)",
+                            "template": "Very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "How fatigued were you on average?",
+                    "template": "How fatigued were you on average?",
+                    "children": [
+                        {
+                            "text": "Not at all (1)",
+                            "template": "Not at all (1)"
+                        },
+                        {
+                            "text": "A little bit (2)",
+                            "template": "A little bit (2)"
+                        },
+                        {
+                            "text": "Somewhat (3)",
+                            "template": "Somewhat (3)"
+                        },
+                        {
+                            "text": "Quite a bit (4)",
+                            "template": "Quite a bit (4)"
+                        },
+                        {
+                            "text": "Very much (5)",
+                            "template": "Very much (5)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Sleep Disturbance (In the past 7 days)",
+            "template": "Sleep DisturbanceIn the past 7 days\u2026{children}",
+            "children": [
+                {
+                    "text": "My sleep quality was",
+                    "template": "My sleep quality was",
+                    "children": [
+                        {
+                            "text": "very poor (5)",
+                            "template": "very poor (5)"
+                        },
+                        {
+                            "text": "poor (4)",
+                            "template": "poor (4)"
+                        },
+                        {
+                            "text": "fair (3)",
+                            "template": "fair (3)"
+                        },
+                        {
+                            "text": "good (2)",
+                            "template": "good (2)"
+                        },
+                        {
+                            "text": "very good (1)",
+                            "template": "very good (1)"
+                        }
+                    ]
+                },
+                {
+                    "text": "My sleep was refreshing",
+                    "template": "My sleep was refreshing",
+                    "children": [
+                        {
+                            "text": "not at all (5)",
+                            "template": "not at all (5)"
+                        },
+                        {
+                            "text": "a little bit (4)",
+                            "template": "a little bit (4)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (2)",
+                            "template": "quite a bit (2)"
+                        },
+                        {
+                            "text": "very much (1)",
+                            "template": "very much (1)"
+                        }
+                    ]
+                },
+                {
+                    "text": "I had a problem with my sleep",
+                    "template": "I had a problem with my sleep",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "I had difficulty falling asleep",
+                    "template": "I had difficulty falling asleep",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Satisfaction with Social Role (In the past 7 days)",
+            "template": "Satisfaction with Social RoleIn the past 7 days...{children}",
+            "children": [
+                {
+                    "text": "I am satisfied with how much work I can do",
+                    "template": "I am satisfied with how much work I can do (including work at home)",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "I am satisfied with my ability to work",
+                    "template": "I am satisfied with my ability to work (include work at home)",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Satisfied ability person\/household responsibility",
+                    "template": "I am satisfied with my ability to do regular personal and household\n                                responsibilities\n                            ",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Satisfied w\/ ability to perform daily routines",
+                    "template": "I am satisfied with my ability to perform my daily routines",
+                    "children": [
+                        {
+                            "text": "not at all (1)",
+                            "template": "not at all (1)"
+                        },
+                        {
+                            "text": "a little bit (2)",
+                            "template": "a little bit (2)"
+                        },
+                        {
+                            "text": "somewhat (3)",
+                            "template": "somewhat (3)"
+                        },
+                        {
+                            "text": "quite a bit (4)",
+                            "template": "quite a bit (4)"
+                        },
+                        {
+                            "text": "very much (5)",
+                            "template": "very much (5)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Pain Interference (In the past 7 days)",
+            "template": "Pain Interference In the past 7 days \u2026{children}",
+            "children": [
+                {
+                    "text": "Pain interfere with your day to day activities?",
+                    "template": "How much did pain interfere with your day to day activities?",
+                    "children": [
+                        {
+                            "text": "Not at all (1)",
+                            "template": "Not at all (1)"
+                        },
+                        {
+                            "text": "A little bit (2)",
+                            "template": "A little bit (2)"
+                        },
+                        {
+                            "text": "Somewhat (3)",
+                            "template": "Somewhat (3)"
+                        },
+                        {
+                            "text": "Quite a bit (4)",
+                            "template": "Quite a bit (4)"
+                        },
+                        {
+                            "text": "Very much (5)",
+                            "template": "Very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Pain interfere with work around the home?",
+                    "template": "How much did pain interfere with work around the home?",
+                    "children": [
+                        {
+                            "text": "Not at all (1)",
+                            "template": "Not at all (1)"
+                        },
+                        {
+                            "text": "A little bit (2)",
+                            "template": "A little bit (2)"
+                        },
+                        {
+                            "text": "Somewhat (3)",
+                            "template": "Somewhat (3)"
+                        },
+                        {
+                            "text": "Quite a bit (4)",
+                            "template": "Quite a bit (4)"
+                        },
+                        {
+                            "text": "Very much (5)",
+                            "template": "Very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Pain interfere w\/ participation social activity?",
+                    "template": "How much did pain interfere with your ability to participate in social\n                                activities?\n                            ",
+                    "children": [
+                        {
+                            "text": "Not at all (1)",
+                            "template": "Not at all (1)"
+                        },
+                        {
+                            "text": "A little bit (2)",
+                            "template": "A little bit (2)"
+                        },
+                        {
+                            "text": "Somewhat (3)",
+                            "template": "Somewhat (3)"
+                        },
+                        {
+                            "text": "Quite a bit (4)",
+                            "template": "Quite a bit (4)"
+                        },
+                        {
+                            "text": "Very much (5)",
+                            "template": "Very much (5)"
+                        }
+                    ]
+                },
+                {
+                    "text": "Pain interfere with your household chores?",
+                    "template": "How much did pain interfere with your household chores?",
+                    "children": [
+                        {
+                            "text": "Not at all (1)",
+                            "template": "Not at all (1)"
+                        },
+                        {
+                            "text": "A little bit (2)",
+                            "template": "A little bit (2)"
+                        },
+                        {
+                            "text": "Somewhat (3)",
+                            "template": "Somewhat (3)"
+                        },
+                        {
+                            "text": "Quite a bit (4)",
+                            "template": "Quite a bit (4)"
+                        },
+                        {
+                            "text": "Very much (5)",
+                            "template": "Very much (5)"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "In the past 7 days, rate your pain on average?",
+            "template": "Pain IntensityIn the past 7 days\u2026How would you rate your pain on average, 0\n                        (no pain) - 10 (worst pain imaginable)? {children}\n                    ",
+            "children": [
+                {
+                    "text": "0 (no pain)",
+                    "template": "(0)"
+                },
+                {
+                    "text": "1",
+                    "template": "(1)"
+                },
+                {
+                    "text": "2",
+                    "template": "(2)"
+                },
+                {
+                    "text": "3",
+                    "template": "(3)"
+                },
+                {
+                    "text": "4",
+                    "template": "(4)"
+                },
+                {
+                    "text": "5",
+                    "template": "(5)"
+                },
+                {
+                    "text": "6",
+                    "template": "(6)"
+                },
+                {
+                    "text": "7",
+                    "template": "(7)"
+                },
+                {
+                    "text": "8",
+                    "template": "(8)"
+                },
+                {
+                    "text": "9",
+                    "template": "(9)"
+                },
+                {
+                    "text": "10 (worst imaginable pain)",
+                    "template": "(10)"
+                }
+            ]
+        },
+        {
+            "text": "Total Score (#)",
+            "template": "Total Score: {text}",
+            "type": "number"
+        }
+    ]
+}

+ 1487 - 0
storage/templates/minor-procedures/colposcopy-note.json

@@ -0,0 +1,1487 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "Colposcopy Note",
+    "templates": [
+        {
+            "text": "Procedure (title)",
+            "template": "Procedure: {text}",
+            "type": "alpha"
+        },
+        {
+            "text": "Pre proced consent\/risks\/benfits\/altern",
+            "template": "Pre procedural written and verbal consent obtained, risks, benefits and alternatives\n                        have been explained. All questions have been answered and patient wishes to proceed.\n                    "
+        },
+        {
+            "text": "Pre medications",
+            "template": "Pre medications: {children}",
+            "children": [
+                {
+                    "text": "none",
+                    "template": "none"
+                },
+                {
+                    "text": "ibuprofen 800mg",
+                    "template": "ibuprofen 800mg"
+                },
+                {
+                    "text": "alprazolam 0.5mg",
+                    "template": "alprazolam 0.5mg"
+                },
+                {
+                    "text": "other medication (specify)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Cervix prepped with normal saline",
+            "template": "Cervix prepped with normal saline."
+        },
+        {
+            "text": "Vulva",
+            "template": "Vulva: {children}",
+            "children": [
+                {
+                    "text": "NL appearance",
+                    "template": "NL appearance"
+                },
+                {
+                    "text": "changes in texture",
+                    "template": "changes in texture",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "condyloma",
+                    "template": "condyloma",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "excoriation",
+                    "template": "excoriation",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "lesions",
+                    "template": "lesions",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "lichenification",
+                    "template": "lichenification",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "lumps",
+                    "template": "lumps",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "swelling",
+                    "template": "swelling",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "tender",
+                    "template": "tender",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "whitening",
+                    "template": "whitening",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "other vulva findings",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Cervix",
+            "template": "Cervix: {children}",
+            "children": [
+                {
+                    "text": "NL appearance",
+                    "template": "NL appearance"
+                },
+                {
+                    "text": "deviated from midline",
+                    "template": "deviated from midline"
+                },
+                {
+                    "text": "cervical motion tenderness",
+                    "template": "cervical motion tenderness",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "retroversion",
+                    "template": "retroversion",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "anteversion",
+                    "template": "anteversion",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "lesions",
+                    "template": "lesions",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "inflammation",
+                    "template": "inflammation",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "bleeding",
+                    "template": "bleeding",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "discharge",
+                    "template": "discharge",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "other cervix findings",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Application of Acetic acid\/Lugols",
+            "template": "{children} acetic acid applied to cervix and assessed. Diluted Lugol's iodine solution was\n                        then applied to cervix and assessed.\n                    ",
+            "children": [
+                {
+                    "text": "3% Acetic acid",
+                    "template": "3%"
+                },
+                {
+                    "text": "4% Acetic acid",
+                    "template": "4%"
+                },
+                {
+                    "text": "5% Acetic acid",
+                    "template": "5%"
+                }
+            ]
+        },
+        {
+            "text": "Transformation Zone",
+            "template": "Colposcopic ExaminationTransformation Zone: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "fully visualized",
+                    "template": "fully visualized",
+                    "type": "plus-minus"
+                },
+                {
+                    "text": "zone\/visualization (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Acetowhite Epith",
+            "template": "Acetowhite Epithelium: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "specify zone",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Atypical Vessels",
+            "template": "Atypical Vessels: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "specify zone",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Erosion",
+            "template": "Erosion: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "specify zone",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Iodine-Negative Epith",
+            "template": "Iodine-Negative Epithelium: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "specify zone",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Punctuation",
+            "template": "Punctuation: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "specify zone",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Mosaic",
+            "template": "Mosaic: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "specify zone",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Leukoplakia",
+            "template": "Leukoplakia: {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "specify zone",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Additional Examination Findings",
+            "template": "Additional Examination Findings: {children}",
+            "children": [
+                {
+                    "text": "non-acetowhite micropap surface",
+                    "template": "non-acetowhite micropap surface",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "exophytic condyloma",
+                    "template": "exophytic condyloma",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "inflammation",
+                    "template": "inflammation",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "ulcer",
+                    "template": "ulcer",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "polyp",
+                    "template": "polyp",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "Nabothian cyst",
+                    "template": "Nabothian cyst",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "new squamocolumnar junction",
+                    "template": "new squamocolumnar junction",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "immature squamous metaplasia",
+                    "template": "immature squamous metaplasia",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "decreased Lugol\u2019s uptake",
+                    "template": "decreased Lugol\u2019s uptake",
+                    "children": [
+                        {
+                            "text": "1 o'clock",
+                            "template": "1 o'clock"
+                        },
+                        {
+                            "text": "2 o'clock",
+                            "template": "2 o'clock"
+                        },
+                        {
+                            "text": "3 o'clock",
+                            "template": "3 o'clock"
+                        },
+                        {
+                            "text": "4 o'clock",
+                            "template": "4 o'clock"
+                        },
+                        {
+                            "text": "5 o'clock",
+                            "template": "5 o'clock"
+                        },
+                        {
+                            "text": "6 o'clock",
+                            "template": "6 o'clock"
+                        },
+                        {
+                            "text": "7 o'clock",
+                            "template": "7 o'clock"
+                        },
+                        {
+                            "text": "8 o'clock",
+                            "template": "8 o'clock"
+                        },
+                        {
+                            "text": "9 o'clock",
+                            "template": "9 o'clock"
+                        },
+                        {
+                            "text": "10 o'clock",
+                            "template": "10 o'clock"
+                        },
+                        {
+                            "text": "11 o'clock",
+                            "template": "11 o'clock"
+                        },
+                        {
+                            "text": "12 o'clock",
+                            "template": "12 o'clock"
+                        }
+                    ]
+                },
+                {
+                    "text": "other findings (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "#1. Biopsy",
+            "template": "Pathology SpecimensBiopsy via cervical punch#1. {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "additional comments (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "#2. Biopsy",
+            "template": "#2. {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "additional comments (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "#3. Biopsy",
+            "template": "#3. {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "additional comments (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "#4. Biopsy",
+            "template": "#4. {children}",
+            "children": [
+                {
+                    "text": "1 o'clock",
+                    "template": "1 o'clock"
+                },
+                {
+                    "text": "2 o'clock",
+                    "template": "2 o'clock"
+                },
+                {
+                    "text": "3 o'clock",
+                    "template": "3 o'clock"
+                },
+                {
+                    "text": "4 o'clock",
+                    "template": "4 o'clock"
+                },
+                {
+                    "text": "5 o'clock",
+                    "template": "5 o'clock"
+                },
+                {
+                    "text": "6 o'clock",
+                    "template": "6 o'clock"
+                },
+                {
+                    "text": "7 o'clock",
+                    "template": "7 o'clock"
+                },
+                {
+                    "text": "8 o'clock",
+                    "template": "8 o'clock"
+                },
+                {
+                    "text": "9 o'clock",
+                    "template": "9 o'clock"
+                },
+                {
+                    "text": "10 o'clock",
+                    "template": "10 o'clock"
+                },
+                {
+                    "text": "11 o'clock",
+                    "template": "11 o'clock"
+                },
+                {
+                    "text": "12 o'clock",
+                    "template": "12 o'clock"
+                },
+                {
+                    "text": "additional comments (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "ECC",
+            "template": "ECC: {children}",
+            "children": [
+                {
+                    "text": "not done",
+                    "template": "not done"
+                },
+                {
+                    "text": "yes, sampled by curettage",
+                    "template": "yes, sampled by curettage"
+                },
+                {
+                    "text": "yes, sampled by cytobrush",
+                    "template": "yes, sampled by cytobrush"
+                }
+            ]
+        },
+        {
+            "text": "Reid Score",
+            "template": "Reid Score: {children}",
+            "children": [
+                {
+                    "text": "Ried Score (#)",
+                    "template": "{text}",
+                    "type": "number"
+                },
+                {
+                    "text": "Ried score comments (describe)",
+                    "template": "comments:",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Hemostasis\/pt status\/peri pad\/instructions",
+            "template": "Hemostasis was achieve by {children}. All instruments were removed. Patient tolerated the\n                        procedure well. Peri pad and post procedure instructions given to patient.\n                    ",
+            "children": [
+                {
+                    "text": "direct pressure",
+                    "template": "direct pressure"
+                },
+                {
+                    "text": "silver nitrate stick(s)",
+                    "template": "silver nitrate stick(s)"
+                },
+                {
+                    "text": "Monsel's solution",
+                    "template": "Monsel's solution"
+                }
+            ]
+        },
+        {
+            "text": "Complications",
+            "template": "Complications: {children}",
+            "children": [
+                {
+                    "text": "none",
+                    "template": "none"
+                },
+                {
+                    "text": "complications (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "EBL",
+            "template": "EBL: {children}",
+            "children": [
+                {
+                    "text": "none",
+                    "template": "none"
+                },
+                {
+                    "text": "minimal",
+                    "template": "minimal"
+                },
+                {
+                    "text": ">25 ml",
+                    "template": ">25 ml"
+                },
+                {
+                    "text": ">50 ml",
+                    "template": ">50 ml"
+                },
+                {
+                    "text": ">100 ml",
+                    "template": ">100 ml"
+                },
+                {
+                    "text": "estimate of blood loss (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Impression (specify)",
+            "template": "Impression: {text}",
+            "type": "alpha"
+        }
+    ]
+}

+ 126 - 0
storage/templates/minor-procedures/eye.json

@@ -0,0 +1,126 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "EYE",
+    "templates": [
+        {
+            "text": "Procedure",
+            "template": "Procedure: {children}",
+            "children": [
+                {
+                    "text": "eye",
+                    "template": "eye",
+                    "children": [
+                        {
+                            "text": "right",
+                            "template": "Right"
+                        },
+                        {
+                            "text": "left",
+                            "template": "Left"
+                        }
+                    ]
+                },
+                {
+                    "text": "foreign body removal",
+                    "template": "foreign body removal"
+                },
+                {
+                    "text": "slit lamp exam",
+                    "template": "slit lamp exam"
+                }
+            ]
+        },
+        {
+            "text": "Medications",
+            "template": "Medications: {children}",
+            "children": [
+                {
+                    "text": "Proparcaine",
+                    "template": "Proparcaine"
+                },
+                {
+                    "text": "Flourescein",
+                    "template": "Flourescein"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "FB removed with",
+            "template": "Foreign body removed with {children}",
+            "children": [
+                {
+                    "text": "needle gauge",
+                    "template": "{children} gauge needle",
+                    "children": [
+                        {
+                            "text": "25",
+                            "template": "25"
+                        },
+                        {
+                            "text": "27",
+                            "template": "27"
+                        }
+                    ]
+                },
+                {
+                    "text": "Qtip",
+                    "template": "Qtip"
+                },
+                {
+                    "text": "rust ring remover",
+                    "template": "rust ring remover"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Irrigation",
+            "template": "Irrigation: {children}",
+            "children": [
+                {
+                    "text": "with Morgan lens (ml)",
+                    "template": "{text} ml of normal saline with Morgan lens",
+                    "type": "number"
+                },
+                {
+                    "text": "without Morgan lens (ml)",
+                    "template": "{text} ml of normal saline without Morgan lens",
+                    "type": "number"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "pH",
+            "template": "pH: {text}",
+            "type": "number"
+        },
+        {
+            "text": "Vaccination",
+            "template": "Vaccination: {children}",
+            "children": [
+                {
+                    "text": "Td 0.5ml IM",
+                    "template": "Td 0.5ml IM"
+                },
+                {
+                    "text": "Tdap 0.5ml IM",
+                    "template": "Tdap 0.5ml IM"
+                }
+            ]
+        }
+    ]
+}

+ 249 - 0
storage/templates/minor-procedures/fb-removal.json

@@ -0,0 +1,249 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "FB Removal",
+    "templates": [
+        {
+            "text": "Procedure",
+            "template": "Foreign Body RemovalProcedure: {children}",
+            "children": [
+                {
+                    "text": "conjunctival FB removed with cotton applicator",
+                    "template": "conjunctival foreign body removed with cotton applicator"
+                },
+                {
+                    "text": "corneal FB removed with 27 gauge needle",
+                    "template": "corneal foreign body removed with 27 gauge needle"
+                },
+                {
+                    "text": "corneal FB (rust ring) removed, ophthalmic burr",
+                    "template": "corneal foreign body (rust ring) removed with ophthalmic burr"
+                },
+                {
+                    "text": "ear foreign body removed with",
+                    "template": "ear foreign body removed with {children}",
+                    "children": [
+                        {
+                            "text": "forceps",
+                            "template": "forceps"
+                        },
+                        {
+                            "text": "curette",
+                            "template": "curette"
+                        }
+                    ]
+                },
+                {
+                    "text": "cerumen removed with",
+                    "template": "cerumen removed with {children}",
+                    "children": [
+                        {
+                            "text": "irrigation",
+                            "template": "irrigation"
+                        },
+                        {
+                            "text": "suction",
+                            "template": "suction"
+                        },
+                        {
+                            "text": "curette",
+                            "template": "curette"
+                        }
+                    ]
+                },
+                {
+                    "text": "nasal FB removed with",
+                    "template": "nasal foreign body removed with {children}",
+                    "children": [
+                        {
+                            "text": "forceps",
+                            "template": "forceps"
+                        },
+                        {
+                            "text": "balloon instrument",
+                            "template": "balloon instrument"
+                        }
+                    ]
+                },
+                {
+                    "text": "subcutaneous FB removed with forceps",
+                    "template": "subcutaneous foreign body removed with forceps"
+                },
+                {
+                    "text": "incision required",
+                    "template": "incision required, later sutured"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Suture",
+            "template": "Suture: {children}",
+            "children": [
+                {
+                    "text": "nylon (size)",
+                    "template": "{text}-0 nylon",
+                    "type": "number"
+                },
+                {
+                    "text": "prolene (size)",
+                    "template": "{text}-0 prolene",
+                    "type": "number"
+                },
+                {
+                    "text": "vicryl (size)",
+                    "template": "{text}-0 vicryl",
+                    "type": "number"
+                }
+            ]
+        },
+        {
+            "text": "Sutures Used (#)",
+            "template": "{tb}{tb}number of sutures used: {text}",
+            "type": "number"
+        },
+        {
+            "text": "Timing",
+            "template": "Timing: {children}",
+            "children": [
+                {
+                    "text": "just PTA",
+                    "template": "just PTA"
+                },
+                {
+                    "text": "within 6 hours",
+                    "template": "within 6 hours"
+                },
+                {
+                    "text": "6-12 hours",
+                    "template": "6-12 hours"
+                },
+                {
+                    "text": "12-24 hours",
+                    "template": "12-24 hours"
+                },
+                {
+                    "text": "24-48 hours",
+                    "template": "24-48 hours"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Position",
+            "template": "Position: {children}",
+            "children": [
+                {
+                    "text": "eye",
+                    "template": "eye"
+                },
+                {
+                    "text": "ear",
+                    "template": "ear"
+                },
+                {
+                    "text": "earwax",
+                    "template": "earwax"
+                },
+                {
+                    "text": "nose",
+                    "template": "nose"
+                },
+                {
+                    "text": "under nail",
+                    "template": "under nail"
+                },
+                {
+                    "text": "subcutaneous",
+                    "template": "subcutaneous"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Preparation",
+            "template": "Preparation: {children}",
+            "children": [
+                {
+                    "text": "sterile saline",
+                    "template": "sterile saline"
+                },
+                {
+                    "text": "irrigation",
+                    "template": "irrigation"
+                },
+                {
+                    "text": "dilute betadine",
+                    "template": "dilute betadine"
+                },
+                {
+                    "text": "peroxide",
+                    "template": "peroxide"
+                },
+                {
+                    "text": "exploration",
+                    "template": "exploration"
+                },
+                {
+                    "text": "no FB's",
+                    "template": "no FB's"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Anesthesia",
+            "template": "Anesthesia: {children}",
+            "children": [
+                {
+                    "text": "local only",
+                    "template": "local only"
+                },
+                {
+                    "text": "digital block",
+                    "template": "digital block"
+                },
+                {
+                    "text": "1% lidocaine",
+                    "template": "1% lidocaine"
+                },
+                {
+                    "text": "HCO3 added",
+                    "template": "HCO3 added"
+                },
+                {
+                    "text": "epi added",
+                    "template": "epi added"
+                },
+                {
+                    "text": "LET",
+                    "template": "LET"
+                },
+                {
+                    "text": "tetracaine",
+                    "template": "tetracaine"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        }
+    ]
+}

+ 99 - 0
storage/templates/minor-procedures/i-d-abscess.json

@@ -0,0 +1,99 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "I&D Abscess",
+    "templates": [
+        {
+            "text": "Procedure",
+            "template": "Incision and Drainage of AbscessProcedure: {children}",
+            "children": [
+                {
+                    "text": "abscess incised",
+                    "template": "abscess incised"
+                },
+                {
+                    "text": "pus drained",
+                    "template": "pus drained"
+                },
+                {
+                    "text": "culture sent",
+                    "template": "culture sent"
+                },
+                {
+                    "text": "irrigated",
+                    "template": "irrigated"
+                },
+                {
+                    "text": "loculations opened",
+                    "template": "loculations opened"
+                },
+                {
+                    "text": "packed with iodoform",
+                    "template": "packed with iodoform"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Preparation",
+            "template": "Preparation: {children}",
+            "children": [
+                {
+                    "text": "sterile saline",
+                    "template": "sterile saline"
+                },
+                {
+                    "text": "irrigation",
+                    "template": "irrigation"
+                },
+                {
+                    "text": "dilute betadine",
+                    "template": "dilute betadine"
+                },
+                {
+                    "text": "peroxide",
+                    "template": "peroxide"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Anesthesia",
+            "template": "Anesthesia: {children}",
+            "children": [
+                {
+                    "text": "local only",
+                    "template": "local only"
+                },
+                {
+                    "text": "digital block",
+                    "template": "digital block"
+                },
+                {
+                    "text": "1% lidocaine",
+                    "template": "1% lidocaine"
+                },
+                {
+                    "text": "HCO3 added",
+                    "template": "HCO3 added"
+                },
+                {
+                    "text": "epi added",
+                    "template": "epi added"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        }
+    ]
+}

+ 386 - 0
storage/templates/minor-procedures/laceration-repair.json

@@ -0,0 +1,386 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "Laceration Repair",
+    "templates": [
+        {
+            "text": "#1 Laceration",
+            "template": "Laceration Repair#1-{children}",
+            "children": [
+                {
+                    "text": "site (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                },
+                {
+                    "text": "length (cm)",
+                    "template": "length {text} cm",
+                    "type": "number"
+                },
+                {
+                    "text": "layers",
+                    "template": "layers {children}",
+                    "children": [
+                        {
+                            "text": "1",
+                            "template": "1"
+                        },
+                        {
+                            "text": "2",
+                            "template": "2"
+                        },
+                        {
+                            "text": "3",
+                            "template": "3"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "#2 Laceration",
+            "template": "#2-{children}",
+            "children": [
+                {
+                    "text": "site (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                },
+                {
+                    "text": "length (cm)",
+                    "template": "length {text} cm",
+                    "type": "number"
+                },
+                {
+                    "text": "layers",
+                    "template": "layers {children}",
+                    "children": [
+                        {
+                            "text": "1",
+                            "template": "1"
+                        },
+                        {
+                            "text": "2",
+                            "template": "2"
+                        },
+                        {
+                            "text": "3",
+                            "template": "3"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Timing",
+            "template": "Timing: {children}",
+            "children": [
+                {
+                    "text": "just PTA",
+                    "template": "just PTA"
+                },
+                {
+                    "text": "within 6 hours",
+                    "template": "within 6 hours"
+                },
+                {
+                    "text": "6-12 hours",
+                    "template": "6-12 hours"
+                },
+                {
+                    "text": "12-24 hours",
+                    "template": "12-24 hours"
+                },
+                {
+                    "text": "24-48 hours",
+                    "template": "24-48 hours"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Depth",
+            "template": "Depth: {children}",
+            "children": [
+                {
+                    "text": "superficial",
+                    "template": "superficial"
+                },
+                {
+                    "text": "skin only",
+                    "template": "skin only"
+                },
+                {
+                    "text": "SQ",
+                    "template": "SQ"
+                },
+                {
+                    "text": "muscle",
+                    "template": "muscle"
+                },
+                {
+                    "text": "tendons OK",
+                    "template": "tendons OK"
+                },
+                {
+                    "text": "joint OK",
+                    "template": "joint OK"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Shape",
+            "template": "Shape: {children}",
+            "children": [
+                {
+                    "text": "linear",
+                    "template": "linear"
+                },
+                {
+                    "text": "stellate",
+                    "template": "stellate"
+                },
+                {
+                    "text": "skin flap",
+                    "template": "skin flap"
+                },
+                {
+                    "text": "irregular",
+                    "template": "irregular"
+                },
+                {
+                    "text": "skin loss",
+                    "template": "skin loss"
+                },
+                {
+                    "text": "avulsion",
+                    "template": "avulsion"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Contamination",
+            "template": "Contamination: {children}",
+            "children": [
+                {
+                    "text": "clean",
+                    "template": "clean"
+                },
+                {
+                    "text": "dirty",
+                    "template": "dirty"
+                },
+                {
+                    "text": "debris",
+                    "template": "debris"
+                },
+                {
+                    "text": "FB's",
+                    "template": "FB's"
+                },
+                {
+                    "text": "dry blood",
+                    "template": "dry blood"
+                },
+                {
+                    "text": "pus",
+                    "template": "pus"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Preparation",
+            "template": "Preparation: {children}",
+            "children": [
+                {
+                    "text": "sterile saline",
+                    "template": "sterile saline"
+                },
+                {
+                    "text": "irrigation",
+                    "template": "irrigation"
+                },
+                {
+                    "text": "dilute betadine",
+                    "template": "dilute betadine"
+                },
+                {
+                    "text": "peroxide",
+                    "template": "peroxide"
+                },
+                {
+                    "text": "exploration",
+                    "template": "exploration"
+                },
+                {
+                    "text": "no FB's",
+                    "template": "no FB's"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Anesthesia",
+            "template": "Anesthesia: {children}",
+            "children": [
+                {
+                    "text": "local only",
+                    "template": "local only"
+                },
+                {
+                    "text": "digital block",
+                    "template": "digital block"
+                },
+                {
+                    "text": "1% lidocaine",
+                    "template": "1% lidocaine"
+                },
+                {
+                    "text": "HCO3 added",
+                    "template": "HCO3 added"
+                },
+                {
+                    "text": "epi added",
+                    "template": "epi added"
+                },
+                {
+                    "text": "LET",
+                    "template": "LET"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Repair",
+            "template": "Repair: {children}",
+            "children": [
+                {
+                    "text": "simple",
+                    "template": "simple"
+                },
+                {
+                    "text": "intermediate",
+                    "template": "intermediate"
+                },
+                {
+                    "text": "plastic",
+                    "template": "plastic"
+                },
+                {
+                    "text": "sub Q",
+                    "template": "sub Q"
+                },
+                {
+                    "text": "cuticular",
+                    "template": "cuticular"
+                },
+                {
+                    "text": "debridement",
+                    "template": "debridement"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Suture #1",
+            "template": "Suture #1: {children}",
+            "children": [
+                {
+                    "text": "prolene (size)",
+                    "template": "{text}-0 prolene",
+                    "type": "number"
+                },
+                {
+                    "text": "ethilon (size)",
+                    "template": "{text}-0 ethilon",
+                    "type": "number"
+                },
+                {
+                    "text": "vicryl (size)",
+                    "template": "{text}-0 vicryl",
+                    "type": "number"
+                }
+            ]
+        },
+        {
+            "text": "Sutures Used (#)",
+            "template": "{tb}{tb}number of sutures used: {text}",
+            "type": "number"
+        },
+        {
+            "text": "Suture #2",
+            "template": "Suture #2: {children}",
+            "children": [
+                {
+                    "text": "prolene (size)",
+                    "template": "{text}-0 prolene",
+                    "type": "number"
+                },
+                {
+                    "text": "ethilon (size)",
+                    "template": "{text}-0 ethilon",
+                    "type": "number"
+                },
+                {
+                    "text": "vicryl (size)",
+                    "template": "{text}-0 vicryl",
+                    "type": "number"
+                }
+            ]
+        },
+        {
+            "text": "Sutures Used (#)",
+            "template": "{tb}{tb}number of sutures used: {text}",
+            "type": "number"
+        },
+        {
+            "text": "Materials",
+            "template": "Materials: {children}",
+            "children": [
+                {
+                    "text": "steri-strips",
+                    "template": "steri-strips"
+                },
+                {
+                    "text": "staples",
+                    "template": "staples"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        }
+    ]
+}

+ 99 - 0
storage/templates/minor-procedures/nail-procedure.json

@@ -0,0 +1,99 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "Nail Procedure",
+    "templates": [
+        {
+            "text": "Procedure",
+            "template": "Nail ProcedureProcedure: {children}",
+            "children": [
+                {
+                    "text": "nail removed",
+                    "template": "nail removed"
+                },
+                {
+                    "text": "nail trimmed",
+                    "template": "nail trimmed"
+                },
+                {
+                    "text": "nail bed sutured",
+                    "template": "nail bed sutured"
+                },
+                {
+                    "text": "subungal hematoma",
+                    "template": "subungal hematoma"
+                },
+                {
+                    "text": "trephination with cautery",
+                    "template": "trephination with cautery"
+                },
+                {
+                    "text": "hematoma expressed",
+                    "template": "hematoma expressed"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Preparation",
+            "template": "Preparation: {children}",
+            "children": [
+                {
+                    "text": "sterile saline",
+                    "template": "sterile saline"
+                },
+                {
+                    "text": "irrigation",
+                    "template": "irrigation"
+                },
+                {
+                    "text": "dilute betadine",
+                    "template": "dilute betadine"
+                },
+                {
+                    "text": "peroxide",
+                    "template": "peroxide"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Anesthesia",
+            "template": "Anesthesia: {children}",
+            "children": [
+                {
+                    "text": "local only",
+                    "template": "local only"
+                },
+                {
+                    "text": "digital block",
+                    "template": "digital block"
+                },
+                {
+                    "text": "1% lidocaine",
+                    "template": "1% lidocaine"
+                },
+                {
+                    "text": "HCO3 added",
+                    "template": "HCO3 added"
+                },
+                {
+                    "text": "epi added",
+                    "template": "epi added"
+                },
+                {
+                    "text": "other (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        }
+    ]
+}

+ 122 - 0
storage/templates/minor-procedures/splint-application.json

@@ -0,0 +1,122 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "Splint Application",
+    "templates": [
+        {
+            "text": "Splint Application",
+            "template": "Splint {children}.",
+            "children": [
+                {
+                    "text": "applied by me",
+                    "template": "applied by me"
+                },
+                {
+                    "text": "supervised by me",
+                    "template": "application supervised by me"
+                }
+            ]
+        },
+        {
+            "text": "Type (specify)",
+            "template": "Type of splint applied: {children}.",
+            "children": [
+                {
+                    "text": "right",
+                    "template": "right",
+                    "children": [
+                        {
+                            "text": "ulnar gutter",
+                            "template": "ulnar gutter"
+                        },
+                        {
+                            "text": "radial gutter",
+                            "template": "radial gutter"
+                        },
+                        {
+                            "text": "finger",
+                            "template": "finger"
+                        },
+                        {
+                            "text": "volar",
+                            "template": "volar"
+                        },
+                        {
+                            "text": "posterior molded",
+                            "template": "posterior molded"
+                        },
+                        {
+                            "text": "sugar tong",
+                            "template": "sugar tong"
+                        },
+                        {
+                            "text": "long arm",
+                            "template": "long arm"
+                        },
+                        {
+                            "text": "short arm",
+                            "template": "short arm"
+                        },
+                        {
+                            "text": "long leg",
+                            "template": "long leg"
+                        },
+                        {
+                            "text": "short leg",
+                            "template": "short leg"
+                        }
+                    ]
+                },
+                {
+                    "text": "left",
+                    "template": "left",
+                    "children": [
+                        {
+                            "text": "ulnar gutter",
+                            "template": "ulnar gutter"
+                        },
+                        {
+                            "text": "radial gutter",
+                            "template": "radial gutter"
+                        },
+                        {
+                            "text": "finger",
+                            "template": "finger"
+                        },
+                        {
+                            "text": "volar",
+                            "template": "volar"
+                        },
+                        {
+                            "text": "posterior molded",
+                            "template": "posterior molded"
+                        },
+                        {
+                            "text": "sugar tong",
+                            "template": "sugar tong"
+                        },
+                        {
+                            "text": "long arm",
+                            "template": "long arm"
+                        },
+                        {
+                            "text": "short arm",
+                            "template": "short arm"
+                        },
+                        {
+                            "text": "long leg",
+                            "template": "long leg"
+                        },
+                        {
+                            "text": "short leg",
+                            "template": "short leg"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "text": "Post application neurovascular exam-normal",
+            "template": "Post application neurovascular exam-normal."
+        }
+    ]
+}

+ 144 - 0
storage/templates/minor-procedures/suture-removal.json

@@ -0,0 +1,144 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "Suture Removal",
+    "templates": [
+        {
+            "text": "Prep",
+            "template": "The wound was cleansed with {children}",
+            "children": [
+                {
+                    "text": "betadine solution",
+                    "template": "betadine solution"
+                },
+                {
+                    "text": "other prep (specify)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Sutures\/Clips removed)",
+            "template": "and all {children} were removed using sterile technique.",
+            "children": [
+                {
+                    "text": "sutures",
+                    "template": "sutures"
+                },
+                {
+                    "text": "clips",
+                    "template": "clips"
+                },
+                {
+                    "text": "other suture\/clips (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Wound assessment",
+            "template": "Wound appeared {children}.",
+            "children": [
+                {
+                    "text": "intact",
+                    "template": "intact"
+                },
+                {
+                    "text": "healed",
+                    "template": "healed"
+                },
+                {
+                    "text": "open",
+                    "template": "open"
+                },
+                {
+                    "text": "red",
+                    "template": "red"
+                },
+                {
+                    "text": "warm",
+                    "template": "warm"
+                },
+                {
+                    "text": "drainage",
+                    "template": "with {children} drainage",
+                    "children": [
+                        {
+                            "text": "serous",
+                            "template": "serous"
+                        },
+                        {
+                            "text": "serosanguinous",
+                            "template": "serosanguinous"
+                        },
+                        {
+                            "text": "sanguineous",
+                            "template": "sanguineous"
+                        },
+                        {
+                            "text": "purulent",
+                            "template": "purulent"
+                        },
+                        {
+                            "text": "fibrinous",
+                            "template": "fibrinous"
+                        }
+                    ]
+                },
+                {
+                    "text": "with odor",
+                    "template": "with odor"
+                },
+                {
+                    "text": "without odor",
+                    "template": "without odor"
+                },
+                {
+                    "text": "other wound description",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Dressing",
+            "template": "The wound was then dressed with {children}.",
+            "children": [
+                {
+                    "text": "sterile dressing",
+                    "template": "a sterile dressing"
+                },
+                {
+                    "text": "2x2 gauze",
+                    "template": "2x2 gauze"
+                },
+                {
+                    "text": "4x4 gauze",
+                    "template": "4x4 gauze"
+                },
+                {
+                    "text": "band aid",
+                    "template": "a band aid"
+                },
+                {
+                    "text": "opsite",
+                    "template": "an opsite"
+                },
+                {
+                    "text": "paper tape",
+                    "template": "paper tape"
+                },
+                {
+                    "text": "tegaderm",
+                    "template": "tegaderm applied"
+                },
+                {
+                    "text": "other dressing (describe)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        }
+    ]
+}

+ 250 - 0
storage/templates/minor-procedures/urinary-catheter-insertion.json

@@ -0,0 +1,250 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "Urinary Catheter Insertion",
+    "templates": [
+        {
+            "text": "Prep",
+            "template": "Using a sterile technique and after cleansing the genitalia with {children}",
+            "children": [
+                {
+                    "text": "betadine",
+                    "template": "betadine"
+                },
+                {
+                    "text": "other prep (specify)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Catheter size",
+            "template": "a {children} french",
+            "children": [
+                {
+                    "text": "12",
+                    "template": "12"
+                },
+                {
+                    "text": "14",
+                    "template": "14"
+                },
+                {
+                    "text": "16",
+                    "template": "16"
+                },
+                {
+                    "text": "other catheter size (french)",
+                    "template": "{text}",
+                    "type": "number"
+                }
+            ]
+        },
+        {
+            "text": "Catheter type)",
+            "template": "{children} catheter was inserted into the bladder.",
+            "children": [
+                {
+                    "text": "Coude: 2 way",
+                    "template": "2 way {children} Coude",
+                    "children": [
+                        {
+                            "text": "silicone",
+                            "template": "silicone"
+                        },
+                        {
+                            "text": "latex",
+                            "template": "latex"
+                        },
+                        {
+                            "text": "latex free",
+                            "template": "latex free"
+                        }
+                    ]
+                },
+                {
+                    "text": "Coude: 3 way",
+                    "template": "3 way {children} Coude",
+                    "children": [
+                        {
+                            "text": "silicone",
+                            "template": "silicone"
+                        },
+                        {
+                            "text": "latex",
+                            "template": "latex"
+                        },
+                        {
+                            "text": "latex free",
+                            "template": "latex free"
+                        }
+                    ]
+                },
+                {
+                    "text": "Foley: 2 way",
+                    "template": "2 way {children} Foley",
+                    "children": [
+                        {
+                            "text": "silicone",
+                            "template": "silicone"
+                        },
+                        {
+                            "text": "latex",
+                            "template": "latex"
+                        },
+                        {
+                            "text": "latex free",
+                            "template": "latex free"
+                        }
+                    ]
+                },
+                {
+                    "text": "Foley: 3 way",
+                    "template": "3 way {children} Foley",
+                    "children": [
+                        {
+                            "text": "silicone",
+                            "template": "silicone"
+                        },
+                        {
+                            "text": "latex",
+                            "template": "latex"
+                        },
+                        {
+                            "text": "latex free",
+                            "template": "latex free"
+                        }
+                    ]
+                },
+                {
+                    "text": "other catheter (type)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Balloon inflation size",
+            "template": "Return was noted and the balloon was inflated with {children} ml of sterile water.",
+            "children": [
+                {
+                    "text": "5 ml",
+                    "template": "5"
+                },
+                {
+                    "text": "10 ml",
+                    "template": "10"
+                },
+                {
+                    "text": "other ballon inflation (ml)",
+                    "template": "{text}",
+                    "type": "number"
+                }
+            ]
+        },
+        {
+            "text": "Urine description",
+            "template": "Drainage from the catheter appeared {children}.",
+            "children": [
+                {
+                    "text": "clarity",
+                    "template": "{children}",
+                    "children": [
+                        {
+                            "text": "clear",
+                            "template": "clear"
+                        },
+                        {
+                            "text": "hazy",
+                            "template": "hazy"
+                        },
+                        {
+                            "text": "cloudy",
+                            "template": "cloudy"
+                        },
+                        {
+                            "text": "turbid",
+                            "template": "turbid"
+                        },
+                        {
+                            "text": "milky",
+                            "template": "milky"
+                        }
+                    ]
+                },
+                {
+                    "text": "color",
+                    "template": "{children}",
+                    "children": [
+                        {
+                            "text": "yellow",
+                            "template": "yellow"
+                        },
+                        {
+                            "text": "amber",
+                            "template": "amber"
+                        },
+                        {
+                            "text": "dark yellow",
+                            "template": "dark yellow"
+                        },
+                        {
+                            "text": "red",
+                            "template": "red"
+                        },
+                        {
+                            "text": "blue-green",
+                            "template": "blue-green"
+                        },
+                        {
+                            "text": "orange",
+                            "template": "orange"
+                        }
+                    ]
+                },
+                {
+                    "text": "odor",
+                    "template": "odor",
+                    "children": [
+                        {
+                            "text": "non offensive odor",
+                            "template": "with non offensive odor"
+                        },
+                        {
+                            "text": "offensive odor",
+                            "template": "with offensive odor"
+                        }
+                    ]
+                },
+                {
+                    "text": "other urine (description)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        },
+        {
+            "text": "Drainage bag",
+            "template": "{children}.",
+            "children": [
+                {
+                    "text": "leg bag was attached and secured",
+                    "template": "Leg bag was attached and secured"
+                },
+                {
+                    "text": "drainage bag was attached and secured",
+                    "template": "Drainage bag was attached and secured"
+                }
+            ]
+        },
+        {
+            "text": "Output measured (mls)",
+            "template": "Output measured {text} ml.",
+            "type": "number"
+        },
+        {
+            "text": "Catheter Care Instructions Provided",
+            "template": "Routine catheter care instructions were provided."
+        }
+    ]
+}

+ 25 - 0
storage/templates/minor-procedures/urinary-catheter-removal.json

@@ -0,0 +1,25 @@
+{
+    "section": "minor-procedures",
+    "templateSet": "Urinary Catheter Removal",
+    "templates": [
+        {
+            "text": "Deflated\/removed intact\/uneventful",
+            "template": "The existing {children} catheter was removed intact UN-eventfully after deflating the balloon. The\n                        patient tolerated the procedure well.\n                    ",
+            "children": [
+                {
+                    "text": "Coude",
+                    "template": "Coude"
+                },
+                {
+                    "text": "Foley",
+                    "template": "Foley"
+                },
+                {
+                    "text": "other catheter (type)",
+                    "template": "{text}",
+                    "type": "alpha"
+                }
+            ]
+        }
+    ]
+}