Improve flexibility of which code types are used in claims and other misc.
[openemr.git] / contrib / forms / xmlformgen / followup_form.xml
blob6ea05d3f3bfd1119b6865ab5df9d620c7f6bef2c
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2     <!-- Generated by Hand -->
3 <form>
4     <table type="form">form_followup</table>
5     <RealName>Follow Up Form</RealName>
6     <safename>followup_form</safename>
7     <style cells_per_row="4">layout</style>
8     <acl table="patients">med</acl>
9         
10     <manual>
11            <section name="gen_info" label="General Information">
12                <field name="last_enc" label="Date of Last Encounter" type="date" labelcols="1" cols="1"/>
13                    <field name="date_visit" label="Date of Follow up" type="date" labelcols="1" cols="1"/>
14                    <field name="enc_number" label="Last Encounter Number" type="textfield" size="20" maxlength="255" hoverover="" labelcols="1" cols="1"/>
15                    <field name="reason_follow" label="Reason for follow up" type="checkbox_list" list="reas_follow" hoverover="" labelcols="1" cols="1"/>
16                 </section>
17                 
18                 <section name="followup_proper" label="Follow Up Proper">
19                    <field name="diag_last" label="Diagnosis on last encounter" type="textfield" size="30" maxlength="255" hoverover="" labelcols="1" cols="1"/>
20                    <field name="follow_note" label="Follow up Note" type="textarea" hoverover="" columns="50" labelcols="1" cols="1"/>
21                    <field name="present_state" label="Present Status" type="dropdown_list" size="20" list="outcome" hoverover="" maxlength="255" labelcols="1" cols="1"/>
22                    <field name="diag_change" label="Diagnosis Changed" type="dropdown_list" size="20" list="yesno" hoverover="" maxlength="255" labelcols="1" cols="1"/>
23                    <field name="new_diag" label="New Diagnosis" type="textfield" size="30" maxlength="255" hoverover="" labelcols="1" cols="1"/>
24                    <field name="trt_change" label="Treatment Changed" type="dropdown_list" size="20" list="yesno" hoverover="" maxlength="255" labelcols="1" cols="1"/>
25                    <field name="new_inv" label="New Investigations" type="dropdown_list" size="20" list="yesno" hoverover="" maxlength="255" labelcols="1" cols="1"/>
26                    <field name="next_visit" label="Next Visit Needed" type="dropdown_list" size="20" list="yesno" hoverover="" maxlength="255" labelcols="1" cols="1"/>
27                    <field name="app_done" label="Appointment Done" type="dropdown_list" size="20" list="yesno" hoverover="" maxlength="255" labelcols="1" cols="1"/>
28                    <field name="app_date" label="Next Visit Date" type="date" labelcols="1" cols="1"/>
29                 </section>
30                 
31         </manual>
32         
33         <list id="reas_follow" name="reas_follow" label="Follow up Reasons" type="standard" import="yes">
34              <listitem id='1' label="Routine Follow up" order='1'>Routine Follow up</listitem>
35                  <listitem id='2' label="Showing Documents and Reports" order='2'>Showing Documents and Reports</listitem>
36         </list>
37         
38         <list name="yesno" label="Yes/No" type="standard" id="yesno" import="no"/>
39         <list name="outcome" label="outcome" type="standard" id="outcome" import="no"/>
40 </form>