<?xml version="1.0" encoding="UTF-8"?>

<!--
    Document   : ed_note.xml
    Created on : August 29, 2005, 1:12 PM
    Author     : psz
    Description:
        Purpose of the document follows. 
-->

<root suffix=":" case_insensitive="yes">
    <report>
        <seen
            pattern="Patient seen:\s*(\d{1,2}):(\d{2})\s*([AP]M)?"
                attrs="HR,MIN,AMPM"/>
        <source pattern="Source of\s+history:([^\.]*)\."/>
        <allergies/>
        <pmh>
            <medical_history/>
            <prior_hospitalizations/>
            <surgical_history/>
            <meds/>
        </pmh>
        <family_history/>
        <social_history/>
        <immunizations/>
        <developmental_history/>
        <ros>
            <general/>
            <urinary/>
        </ros>
        <current_medications/>
        <pe>
            <appearance>
                <skin/>
            </appearance>
            <head/>
            <ears/>
            <eyes/>
            <nose/>
            <neck/>
            <throat/>
            <heent/>
            <nodes/>
            <chest/>
            <cardiovascular
                alt="cv,cor,cardiac,heart"/>
            <peripheral_vascular/>
            <ankle_foot
                alt="ankle/foot"/>
            <left_ankle_foot
                alt="left ankle/foot"/>
            <right_ankle_foot
                alt="right ankle/foot"/>
            <right_knee/>
            <left_knee/>
            <wrist_hand
                alt="wrist/hand"/>
            <elbow/>
            <neurologic
                alt="neuro">
                <cranial_nerves/>
                <motor/>
                <dtrs/>
                <sensory/>
                <gait_posture
                    alt="gait &amp; posture"/>
            </neurologic>
            <mental_status/>
            <musculoskeletal/>
            <abdomen alt="abd"/>
            <back/>
            <extremities alt="ext"/>
            <gu/>
            <genitalia/>
            <vs>
                <weight/>
                <o2_sat/>
                <temp alt="t"/>
                <hr/>
                <rr/>
                <bp/>
                <p/>
                <r/>
            </vs>
            <wound_treatment alt="wound treatment/repair"/>
            <cxr/>
            <cbc/>
            <lytes/>
            <sma-7/>
            <sma-12/>
            <sma-20/>
            <abdominal_x-ray/>
            <glasgow_coma_scale>
                <best_motor_response/>
                <best_verbal_response/>
                <eyes_open/>
                <motor_score pattern="Motor\s+score\s*=\s*(\d+)\."/>
                <verbal_score pattern="Verbal\s+Score\s*=\s*(\d+)\."/>
                <eye_score pattern="Eye\s+Score\s*=\s*(\d+)\."/>
                <total_score pattern="Total\s+Score\s*=\s*(\d+)\."/>
            </glasgow_coma_scale>
            <other_pe/>
        </pe>
        <treatment_course 
            alt="treatment &amp; course,treatment/course,treatment/plan"/>
        <disposition_plan alt="disposition &amp; plan,disposition/plan"/>
        <assessment>
            <level_of_service/>
            <procedure_codes/>
            <status/>
            <repair/>
            <cpt-4_code/>
            <problem
                pattern="(\d+)\.\s+(.*)\s+(\d+\.\d+|\(Uncoded\))\."
                attrs="probno,prob,cpt"
                repeat="yes"/>
        </assessment>
        <attending_note>
            <status/>
        </attending_note>
        <preceptor_note/>
        <cpt-4>
            <level_of_service/>
            <procedure_codes/>
            <status/>
            <repair/>
        </cpt-4>
    </report>
    
</root>
