ODK Connected to OpenMRS

We are looking to use ODK to collect data for patients, it would then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together. I've tried
various versions of ODK Collect/Clinic using the Android emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts looks
different from what I see on what I have downloaded in Clinic and
Collect. Can someone point me to the right version of ODK to talk to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the phone that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer" is set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen
medical history for download, the hospital ward and discharge date.

When I try ODK Collect, with the Server Type set to "OpenMRS XForm",
when I try to download forms it says, "Sorry, unable to load remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK version
I should be using, and where I can get it.

Thanks,
James

P.S. the XForm on the server has the following definition...

<?xml version="1.0" encoding="UTF-8"?>

<xf:xforms xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jr="http://
openrosa.org/javarosa">
<xf:model id="openmrs_model">
<xf:instance id="openmrs_model_instance">



<date_entered/>




<patient.birthdate_estimated openmrs_table="patient"
openmrs_attribute="birthdate_estimated"/>
<patient.family_name openmrs_table="patient_name"
openmrs_attribute="family_name"/>
<patient.given_name openmrs_table="patient_name"
openmrs_attribute="given_name"/>
<patient.middle_name openmrs_table="patient_name"
openmrs_attribute="middle_name"/>
<patient.patient_id openmrs_table="patient"
openmrs_attribute="patient_id"/>
<patient.sex openmrs_table="patient"
openmrs_attribute="gender"/>
<patient.birthdate openmrs_table="patient"
openmrs_attribute="birthdate"/>
<patient.tribe openmrs_table="patient"
openmrs_attribute="tribe"/>
<patient_address.address1 openmrs_table="patient_address"
openmrs_attribute="address1"/>
<patient.medical_record_number
openmrs_table="patient_identifier" openmrs_attribute="identifier"/>
<patient_address.address2 openmrs_table="patient_address"
openmrs_attribute="address2"/>


<encounter.encounter_datetime openmrs_table="encounter"
openmrs_attribute="encounter_datetime">'today()'</
encounter.encounter_datetime>
<encounter.location_id openmrs_table="encounter"
openmrs_attribute="location_id">15</encounter.location_id>
<encounter.provider_id openmrs_table="encounter"
openmrs_attribute="provider_id"/>


<money_paid openmrs_concept="1719^MONEY PAID^99DCT"
openmrs_datatype="NM">



</money_paid>
<temperature_c openmrs_concept="5088^TEMPERATURE (C)^99DCT"
openmrs_datatype="NM">



</temperature_c>
<systolic_blood_pressure openmrs_concept="5085^SYSTOLIC
BLOOD PRESSURE^99DCT" openmrs_datatype="NM">



</systolic_blood_pressure>
<diastolic_blood_pressure openmrs_concept="5086^DIASTOLIC
BLOOD PRESSURE^99DCT" openmrs_datatype="NM">



</diastolic_blood_pressure>
<dispensary_medication openmrs_concept="3094^DISPENSARY
MEDICATION^99DCT" openmrs_datatype="ST">
<patient_stage openmrs_concept="3092^PATIENT STAGE^99DCT"
openmrs_datatype="CWE" multiple="0">



</patient_stage>
<medication_code openmrs_concept="3093^MEDICATION
CODE^99DCT" openmrs_datatype="CWE" multiple="0">



</medication_code>
</dispensary_medication>
<weight_kg openmrs_concept="5089^WEIGHT (KG)^99DCT"
openmrs_datatype="NM">



</weight_kg>

<encounter_type openmrs_concept="3100^ENCOUNTER
TYPE^99DCT" openmrs_datatype="CWE" multiple="0">



</encounter_type>
<diagnosis_type openmrs_concept="3104^DIAGNOSIS
TYPE^99DCT" openmrs_datatype="CWE" multiple="0">



</diagnosis_type>
<diagnosis_id openmrs_concept="2879^DIAGNOSIS SET^99DCT"
openmrs_datatype="CWE" multiple="0">



</diagnosis_id>

<return_visit_date openmrs_concept="5096^RETURN VISIT
DATE^99DCT" openmrs_datatype="DT">



</return_visit_date>
<has_referral_date openmrs_concept="3097^HAS REFERRAL DATE
^99DCT" openmrs_datatype="DT">



</has_referral_date>
<unit_out openmrs_concept="3096^UNIT OUT^99DCT"
openmrs_datatype="BIT">



</unit_out>
<unit_in openmrs_concept="3095^UNIT IN^99DCT"
openmrs_datatype="BIT">



</unit_in>



</xf:instance>
<xf:bind id="patient.birthdate_estimated" nodeset="/form/patient/
patient.birthdate_estimated" type="xsd:boolean" locked="true()"/>
<xf:bind id="patient.family_name" nodeset="/form/patient/
patient.family_name" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="familyName"/>
<xf:bind id="patient.given_name" nodeset="/form/patient/
patient.given_name" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="givenName"/>
<xf:bind id="patient.middle_name" nodeset="/form/patient/
patient.middle_name" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="middleName"/>
<xf:bind id="patient.patient_id" nodeset="/form/patient/
patient.patient_id" type="xsd:int" required="true()" visible="false()"
jr:preload="patient" jr:preloadParams="patientId"/>
<xf:bind id="patient.sex" nodeset="/form/patient/patient.sex"
type="xsd:string" locked="true()" jr:preload="patient"
jr:preloadParams="sex"/>
<xf:bind id="patient.birthdate" nodeset="/form/patient/
patient.birthdate" type="xsd:date" locked="true()"
jr:preload="patient" jr:preloadParams="birthDate"/>
<xf:bind id="patient.tribe" nodeset="/form/patient/patient.tribe"
type="xsd:string" locked="true()"/>
<xf:bind id="patient_address.address1" nodeset="/form/patient/
patient_address.address1" type="xsd:string" locked="true()"/>
<xf:bind id="patient.medical_record_number" nodeset="/form/patient/
patient.medical_record_number" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="patientIdentifier"/>
<xf:bind id="patient_address.address2" nodeset="/form/patient/
patient_address.address2" type="xsd:string" locked="true()"/>
<xf:bind id="encounter.encounter_datetime" nodeset="/form/
encounter/encounter.encounter_datetime" type="xsd:date" constraint=".
<= today()" message="Encounter date cannot be after today"
required="true()"/>
<xf:bind id="encounter.location_id" nodeset="/form/encounter/
encounter.location_id" type="xsd:string" required="true()"/>
<xf:bind id="encounter.provider_id" nodeset="/form/encounter/
encounter.provider_id" type="xsd:string" required="true()"/>
<xf:bind id="money_paid" nodeset="/form/obs/money_paid/value"
constraint=". >= 0.0 and . <= 100.0" message="value should be
between 0.0 and 100.0 inclusive" type="xsd:decimal"/>
<xf:bind id="temperature_c" nodeset="/form/obs/temperature_c/
value" constraint=". >= 25.0 and . <= 43.0" message="value
should be between 25.0 and 43.0 inclusive" type="xsd:decimal"/>
<xf:bind id="systolic_blood_pressure" nodeset="/form/obs/
systolic_blood_pressure/value" constraint=". >= 0 and . <= 150"
message="value should be between 0 and 150 inclusive"
type="xsd:decimal"/>
<xf:bind id="diastolic_blood_pressure" nodeset="/form/obs/
diastolic_blood_pressure/value" constraint=". >= 0 and . <= 150"
message="value should be between 0 and 150 inclusive"
type="xsd:decimal"/>
<xf:bind id="dispensary_medication" nodeset="/form/obs/
dispensary_medication" type="xsd:string"/>
<xf:bind id="patient_stage" nodeset="/form/obs/
dispensary_medication/patient_stage/value" type="xsd:string"/>
<xf:bind id="medication_code" nodeset="/form/obs/
dispensary_medication/medication_code/value" type="xsd:string"/>
<xf:bind id="weight_kg" nodeset="/form/obs/weight_kg/value"
constraint=". >= 0.0 and . <= 250.0" message="value should be
between 0.0 and 250.0 inclusive" type="xsd:decimal"/>
<xf:bind id="diagnosis" nodeset="/form/obs/diagnosis"
type="xsd:string"/>
<xf:bind id="encounter_type" nodeset="/form/obs/diagnosis/
encounter_type/value" type="xsd:string"/>
<xf:bind id="diagnosis_type" nodeset="/form/obs/diagnosis/
diagnosis_type/value" type="xsd:string"/>
<xf:bind id="diagnosis_id" nodeset="/form/obs/diagnosis/
diagnosis_id/value" type="xsd:string"/>
<xf:bind id="return_visit_date" nodeset="/form/obs/
return_visit_date/value" type="xsd:date"/>
<xf:bind id="has_referral_date" nodeset="/form/obs/
has_referral_date/value" type="xsd:date"/>
<xf:bind id="unit_out" nodeset="/form/obs/unit_out/value"
type="xsd:boolean"/>
<xf:bind id="unit_in" nodeset="/form/obs/unit_in/value"
type="xsd:boolean"/>
</xf:model>
<xf:group id="1">
xf:labelPage1</xf:label>
<xf:input bind="patient.birthdate_estimated">
xf:labelBIRTHDATE ESTIMATED</xf:label>
</xf:input>
<xf:input bind="patient.family_name">
xf:labelFAMILY NAME</xf:label>
</xf:input>
<xf:input bind="patient.given_name">
xf:labelGIVEN NAME</xf:label>
</xf:input>
<xf:input bind="patient.middle_name">
xf:labelMIDDLE NAME</xf:label>
</xf:input>
<xf:input bind="patient.patient_id">
xf:labelPATIENT ID</xf:label>
</xf:input>
<xf:input bind="patient.sex">
xf:labelSEX</xf:label>
</xf:input>
<xf:input bind="patient.birthdate">
xf:labelBIRTHDATE</xf:label>
</xf:input>
<xf:input bind="patient.tribe">
xf:labelTRIBE</xf:label>
</xf:input>
<xf:input bind="patient_address.address1">
xf:labelADDRESS1</xf:label>
</xf:input>
<xf:input bind="patient.medical_record_number">
xf:labelMEDICAL RECORD NUMBER</xf:label>
</xf:input>
<xf:input bind="patient_address.address2">
xf:labelADDRESS2</xf:label>
</xf:input>
<xf:input bind="encounter.encounter_datetime">
xf:labelENCOUNTER DATETIME</xf:label>
</xf:input>
<xf:select1 bind="encounter.location_id">
xf:labelLOCATION ID</xf:label>
<xf:item id="10">
xf:labelUF10 - LACHAPELLE [10]</xf:label>
xf:value10</xf:value>
</xf:item>
<xf:item id="11">
xf:labelUF11 - MEDOR [11]</xf:label>
xf:value11</xf:value>
</xf:item>
<xf:item id="12">
xf:labelUF12 - PERODIN [12]</xf:label>
xf:value12</xf:value>
</xf:item>
<xf:item id="13">
xf:labelUF13 - JEAN DENIS [13]</xf:label>
xf:value13</xf:value>
</xf:item>
<xf:item id="14">
xf:labelUF14 - JEAN DENIS [14]</xf:label>
xf:value14</xf:value>
</xf:item>
<xf:item id="3">
xf:labelUF3 - DESARMES [3]</xf:label>
xf:value3</xf:value>
</xf:item>
<xf:item id="6">
xf:labelUF6 - TERNETTE [6]</xf:label>
xf:value6</xf:value>
</xf:item>
<xf:item id="7">
xf:labelUF7 - PETITE RIVIERE ARTIBONITE [7]</xf:label>
xf:value7</xf:value>
</xf:item>
<xf:item id="16">
xf:label11001 - TETE SOUS [16]</xf:label>
xf:value16</xf:value>
</xf:item>
<xf:item id="17">
xf:label11002 - MAHOUE [17]</xf:label>
xf:value17</xf:value>
</xf:item>
<xf:item id="18">
xf:label11003 - BASSE COUR [18]</xf:label>
xf:value18</xf:value>
</xf:item>
<xf:item id="19">
xf:label11004 - BOIS NEUF [19]</xf:label>
xf:value19</xf:value>
</xf:item>
<xf:item id="20">
xf:label11005 - L'ALLEE JOSEE [20]</xf:label>
xf:value20</xf:value>
</xf:item>
<xf:item id="21">
xf:label11006 - MARSEILLE [21]</xf:label>
xf:value21</xf:value>
</xf:item>
<xf:item id="22">
xf:label11007 - ACHIN [22]</xf:label>
xf:value22</xf:value>
</xf:item>
<xf:item id="23">
xf:label11008 - HAUT DIGUE [23]</xf:label>
xf:value23</xf:value>
</xf:item>
<xf:item id="24">
xf:label11010 - ESTRAL [24]</xf:label>
xf:value24</xf:value>
</xf:item>
<xf:item id="25">
xf:label11011 - PAYEN I [25]</xf:label>
xf:value25</xf:value>
</xf:item>
<xf:item id="26">
xf:label11012 - HAUT CANNE [26]</xf:label>
xf:value26</xf:value>
</xf:item>
<xf:item id="27">
xf:label11013 - VILETTE [27]</xf:label>
xf:value27</xf:value>
</xf:item>
<xf:item id="28">
xf:label11014 - PAYEN II [28]</xf:label>
xf:value28</xf:value>
</xf:item>
<xf:item id="29">
xf:label11015 - PAYEN III [29]</xf:label>
xf:value29</xf:value>
</xf:item>
<xf:item id="30">
xf:label11019 - FOND CASTRA II [30]</xf:label>
xf:value30</xf:value>
</xf:item>
<xf:item id="31">
xf:label11020 - CASTRA I [31]</xf:label>
xf:value31</xf:value>
</xf:item>
<xf:item id="32">
xf:label11021 - CASTRA II [32]</xf:label>
xf:value32</xf:value>
</xf:item>
<xf:item id="33">
xf:label11022 - DEZELLE CASTRA [33]</xf:label>
xf:value33</xf:value>
</xf:item>
<xf:item id="34">
xf:label11023 - FOND CASTRA I [34]</xf:label>
xf:value34</xf:value>
</xf:item>
<xf:item id="35">
xf:label11024 - BOIS CASTRA I [35]</xf:label>
xf:value35</xf:value>
</xf:item>
<xf:item id="36">
xf:label11025 - BOIS CASTRA II [36]</xf:label>
xf:value36</xf:value>
</xf:item>
<xf:item id="37">
xf:label11026 - LIANCOURT I [37]</xf:label>
xf:value37</xf:value>
</xf:item>
<xf:item id="38">
xf:label11027 - LIANCOURT II [38]</xf:label>
xf:value38</xf:value>
</xf:item>
<xf:item id="39">
xf:label11028 - LIANCOURT III [39]</xf:label>
xf:value39</xf:value>
</xf:item>
<xf:item id="40">
xf:label11029 - LIANCOURT IV [40]</xf:label>
xf:value40</xf:value>
</xf:item>
<xf:item id="41">
xf:label11030 - LIANCOURT V [41]</xf:label>
xf:value41</xf:value>
</xf:item>
<xf:item id="42">
xf:label11031 - LIANCOURT VI [42]</xf:label>
xf:value42</xf:value>
</xf:item>
<xf:item id="43">
xf:label11032 - LIANCOURT VII [43]</xf:label>
xf:value43</xf:value>
</xf:item>
<xf:item id="44">
xf:label11033 - COMON [44]</xf:label>
xf:value44</xf:value>
</xf:item>
<xf:item id="45">
xf:label11034 - DO COMON [45]</xf:label>
xf:value45</xf:value>
</xf:item>
<xf:item id="46">
xf:label11040 - MASSICOT II [46]</xf:label>
xf:value46</xf:value>
</xf:item>
<xf:item id="47">
xf:label11041 - MASSICOT I [47]</xf:label>
xf:value47</xf:value>
</xf:item>
<xf:item id="48">
xf:label11043 - MAROTTE [48]</xf:label>
xf:value48</xf:value>
</xf:item>
<xf:item id="49">
xf:label11060 - MOREAU LIANCOURT I [49]</xf:label>
xf:value49</xf:value>
</xf:item>
<xf:item id="50">
xf:label11070 - DROUETTE I [50]</xf:label>
xf:value50</xf:value>
</xf:item>
<xf:item id="51">
xf:label11071 - DROUETTE II [51]</xf:label>
xf:value51</xf:value>
</xf:item>
<xf:item id="52">
xf:label11072 - BOIS CHANDELE [52]</xf:label>
xf:value52</xf:value>
</xf:item>
<xf:item id="53">
xf:label11073 - DROUETTE III [53]</xf:label>
xf:value53</xf:value>
</xf:item>
<xf:item id="54">
xf:label11074 - MOREAU LIANCOURT II [54]</xf:label>
xf:value54</xf:value>
</xf:item>
<xf:item id="55">
xf:label11080 - HATTE POTERY [55]</xf:label>
xf:value55</xf:value>
</xf:item>
<xf:item id="56">
xf:label11090 - POTERY [56]</xf:label>
xf:value56</xf:value>
</xf:item>
<xf:item id="57">
xf:label11101 - PONT SONDE [57]</xf:label>
xf:value57</xf:value>
</xf:item>
<xf:item id="58">
xf:label12007 - SOURCE PINOTTE [58]</xf:label>
xf:value58</xf:value>
</xf:item>
<xf:item id="59">
xf:label12008 - NAN DIENDA [59]</xf:label>
xf:value59</xf:value>
</xf:item>
<xf:item id="60">
xf:label12009 - DESCHAPELLES CORRIDOR II [60]</xf:label>
xf:value60</xf:value>
</xf:item>
<xf:item id="61">
xf:label12010 - DESCHAPELLES CITE [61]</xf:label>
xf:value61</xf:value>
</xf:item>
<xf:item id="62">
xf:label12011 - DESCHAPELLES VV [62]</xf:label>
xf:value62</xf:value>
</xf:item>
<xf:item id="63">
xf:label12012 - DESCHAPELLES CORRIDOR I [63]</xf:label>
xf:value63</xf:value>
</xf:item>
<xf:item id="64">
xf:label12013 - DESCHAPELLES VB [64]</xf:label>
xf:value64</xf:value>
</xf:item>
<xf:item id="65">
xf:label12014 - DESCHAPELLES VE [65]</xf:label>
xf:value65</xf:value>
</xf:item>
<xf:item id="66">
xf:label12015 - DESCHAPELLES DM [66]</xf:label>
xf:value66</xf:value>
</xf:item>
<xf:item id="67">
xf:label12016 - A COTE DESCHAPELLES [67]</xf:label>
xf:value67</xf:value>
</xf:item>
<xf:item id="68">
xf:label12017 - DER DESCHAPELLES [68]</xf:label>
xf:value68</xf:value>
</xf:item>
<xf:item id="69">
xf:label12018 - SOURCE MARGUERITE [69]</xf:label>
xf:value69</xf:value>
</xf:item>
<xf:item id="70">
xf:label12019 - LES FORGES [70]</xf:label>
xf:value70</xf:value>
</xf:item>
<xf:item id="71">
xf:label12020 - DODARD VV [71]</xf:label>
xf:value71</xf:value>
</xf:item>
<xf:item id="72">
xf:label12021 - DODARD VB [72]</xf:label>
xf:value72</xf:value>
</xf:item>
<xf:item id="73">
xf:label12022 - JUMELLE [73]</xf:label>
xf:value73</xf:value>
</xf:item>
<xf:item id="74">
xf:label12028 - MORNE CANOT [74]</xf:label>
xf:value74</xf:value>
</xf:item>
<xf:item id="75">
xf:label12029 - HATTE BELANGER [75]</xf:label>
xf:value75</xf:value>
</xf:item>
<xf:item id="76">
xf:label12030 - HATTE BELANGER II [76]</xf:label>
xf:value76</xf:value>
</xf:item>
<xf:item id="77">
xf:label12031 - LA COUR VALMEY [77]</xf:label>
xf:value77</xf:value>
</xf:item>
<xf:item id="78">
xf:label12032 - BOIS D'HOMME TAMPE [78]</xf:label>
xf:value78</xf:value>
</xf:item>
<xf:item id="79">
xf:label12033 - FOND BELANGER [79]</xf:label>
xf:value79</xf:value>
</xf:item>
<xf:item id="80">
xf:label12040 - DESJARDINS [80]</xf:label>
xf:value80</xf:value>
</xf:item>
<xf:item id="81">
xf:label12041 - PONT PAREMONT [81]</xf:label>
xf:value81</xf:value>
</xf:item>
<xf:item id="82">
xf:label12042 - FERE [82]</xf:label>
xf:value82</xf:value>
</xf:item>
<xf:item id="83">
xf:label12050 - MOREAU DES ILES [83]</xf:label>
xf:value83</xf:value>
</xf:item>
<xf:item id="84">
xf:label12051 - BOIS BLANC [84]</xf:label>
xf:value84</xf:value>
</xf:item>
<xf:item id="85">
xf:label12060 - MORNE CHARLES [85]</xf:label>
xf:value85</xf:value>
</xf:item>
<xf:item id="86">
xf:label12061 - CA CHARLES [86]</xf:label>
xf:value86</xf:value>
</xf:item>
<xf:item id="87">
xf:label12070 - MARECAGE [87]</xf:label>
xf:value87</xf:value>
</xf:item>
<xf:item id="88">
xf:label12071 - DER. MARECAGE [88]</xf:label>
xf:value88</xf:value>
</xf:item>
<xf:item id="89">
xf:label12078 - CA VERRETTES [89]</xf:label>
xf:value89</xf:value>
</xf:item>
<xf:item id="90">
xf:label12080 - ANGER I [90]</xf:label>
xf:value90</xf:value>
</xf:item>
<xf:item id="91">
xf:label12081 - ANGER II [91]</xf:label>
xf:value91</xf:value>
</xf:item>
<xf:item id="92">
xf:label12090 - HATTE BOREL [92]</xf:label>
xf:value92</xf:value>
</xf:item>
<xf:item id="93">
xf:label12091 - VERRETTES [93]</xf:label>
xf:value93</xf:value>
</xf:item>
<xf:item id="94">
xf:label12092 - VERRETTES [94]</xf:label>
xf:value94</xf:value>
</xf:item>
<xf:item id="95">
xf:label12093 - HAUT VERRETTES [95]</xf:label>
xf:value95</xf:value>
</xf:item>
<xf:item id="96">
xf:label12095 - REPLOU [96]</xf:label>
xf:value96</xf:value>
</xf:item>
<xf:item id="97">
xf:label12096 - MASSEAU [97]</xf:label>
xf:value97</xf:value>
</xf:item>
<xf:item id="98">
xf:label12110 - BOREL [98]</xf:label>
xf:value98</xf:value>
</xf:item>
<xf:item id="99">
xf:label12111 - BOREL [99]</xf:label>
xf:value99</xf:value>
</xf:item>
<xf:item id="100">
xf:label12118 - COUPON I [100]</xf:label>
xf:value100</xf:value>
</xf:item>
<xf:item id="101">
xf:label12119 - COUPON II [101]</xf:label>
xf:value101</xf:value>
</xf:item>
<xf:item id="102">
xf:label12120 - COUPON III [102]</xf:label>
xf:value102</xf:value>
</xf:item>
<xf:item id="103">
xf:label12121 - BOIS CORNE [103]</xf:label>
xf:value103</xf:value>
</xf:item>
<xf:item id="104">
xf:label12130 - BELANGER [104]</xf:label>
xf:value104</xf:value>
</xf:item>
<xf:item id="105">
xf:label12140 - CHANEL [105]</xf:label>
xf:value105</xf:value>
</xf:item>
<xf:item id="106">
xf:label12141 - MIRAULT [106]</xf:label>
xf:value106</xf:value>
</xf:item>
<xf:item id="107">
xf:label12142 - CHANDELLE [107]</xf:label>
xf:value107</xf:value>
</xf:item>
<xf:item id="108">
xf:label12143 - TI CHANDELLE [108]</xf:label>
xf:value108</xf:value>
</xf:item>
<xf:item id="109">
xf:label12150 - SAVARY [109]</xf:label>
xf:value109</xf:value>
</xf:item>
<xf:item id="110">
xf:label12151 - TI ROCHER [110]</xf:label>
xf:value110</xf:value>
</xf:item>
<xf:item id="111">
xf:label12160 - ROSALIE [111]</xf:label>
xf:value111</xf:value>
</xf:item>
<xf:item id="112">
xf:label12161 - COQUILLOT II [112]</xf:label>
xf:value112</xf:value>
</xf:item>
<xf:item id="113">
xf:label12162 - TITON [113]</xf:label>
xf:value113</xf:value>
</xf:item>
<xf:item id="114">
xf:label12163 - RAYMONETTE [114]</xf:label>
xf:value114</xf:value>
</xf:item>
<xf:item id="115">
xf:label12164 - RONDO [115]</xf:label>
xf:value115</xf:value>
</xf:item>
<xf:item id="116">
xf:label12165 - COQUILLOT I [116]</xf:label>
xf:value116</xf:value>
</xf:item>
<xf:item id="117">
xf:label12170 - CHANCLOTTE [117]</xf:label>
xf:value117</xf:value>
</xf:item>
<xf:item id="118">
xf:label12171 - NAN CASE [118]</xf:label>
xf:value118</xf:value>
</xf:item>
<xf:item id="119">
xf:label12180 - JEANTON [119]</xf:label>
xf:value119</xf:value>
</xf:item>
<xf:item id="120">
xf:label14013 - CA BOIS [120]</xf:label>
xf:value120</xf:value>
</xf:item>
<xf:item id="121">
xf:label14014 - SAINTONGE [121]</xf:label>
xf:value121</xf:value>
</xf:item>
<xf:item id="122">
xf:label14015 - LEVEQUE [122]</xf:label>
xf:value122</xf:value>
</xf:item>
<xf:item id="123">
xf:label14020 - DOUBLETTE [123]</xf:label>
xf:value123</xf:value>
</xf:item>
<xf:item id="124">
xf:label14031 - BIDEAU [124]</xf:label>
xf:value124</xf:value>
</xf:item>
<xf:item id="125">
xf:label14032 - GAUDIN [125]</xf:label>
xf:value125</xf:value>
</xf:item>
<xf:item id="126">
xf:label14041 - TIENNE [126]</xf:label>
xf:value126</xf:value>
</xf:item>
<xf:item id="127">
xf:label14051 - DRICE [127]</xf:label>
xf:value127</xf:value>
</xf:item>
<xf:item id="128">
xf:label14061 - TERRE ROUGE [128]</xf:label>
xf:value128</xf:value>
</xf:item>
<xf:item id="129">
xf:label14064 - TUF GODFOI [129]</xf:label>
xf:value129</xf:value>
</xf:item>
<xf:item id="130">
xf:label14072 - BERNARD [130]</xf:label>
xf:value130</xf:value>
</xf:item>
<xf:item id="131">
xf:label14075 - BOIS BERNARD [131]</xf:label>
xf:value131</xf:value>
</xf:item>
<xf:item id="132">
xf:label14076 - SALEAU [132]</xf:label>
xf:value132</xf:value>
</xf:item>
<xf:item id="133">
xf:label14077 - VIEUX CAILLE [133]</xf:label>
xf:value133</xf:value>
</xf:item>
<xf:item id="134">
xf:label14078 - VERRETTES [134]</xf:label>
xf:value134</xf:value>
</xf:item>
<xf:item id="135">
xf:label14121 - ANTOINE [135]</xf:label>
xf:value135</xf:value>
</xf:item>
<xf:item id="136">
xf:label14122 - FOND ROUE [136]</xf:label>
xf:value136</xf:value>
</xf:item>
<xf:item id="137">
xf:label14130 - CA HUIT I [137]</xf:label>
xf:value137</xf:value>
</xf:item>
<xf:item id="138">
xf:label14131 - CA JULES [138]</xf:label>
xf:value138</xf:value>
</xf:item>
<xf:item id="139">
xf:label14132 - DUCOIN [139]</xf:label>
xf:value139</xf:value>
</xf:item>
<xf:item id="140">
xf:label14133 - NAN TETARD [140]</xf:label>
xf:value140</xf:value>
</xf:item>
<xf:item id="141">
xf:label14135 - CA HUIT II [141]</xf:label>
xf:value141</xf:value>
</xf:item>
<xf:item id="142">
xf:label14136 - DEZILE [142]</xf:label>
xf:value142</xf:value>
</xf:item>
<xf:item id="143">
xf:label14140 - CAZEAU [143]</xf:label>
xf:value143</xf:value>
</xf:item>
<xf:item id="144">
xf:label14141 - CADUC [144]</xf:label>
xf:value144</xf:value>
</xf:item>
<xf:item id="145">
xf:label14142 - LACROIX [145]</xf:label>
xf:value145</xf:value>
</xf:item>
<xf:item id="146">
xf:label14143 - PIECE YOUNE [146]</xf:label>
xf:value146</xf:value>
</xf:item>
<xf:item id="147">
xf:label14150 - GABRIEL PALMISTE [147]</xf:label>
xf:value147</xf:value>
</xf:item>
<xf:item id="148">
xf:label14151 - SOUS BELAIRE [148]</xf:label>
xf:value148</xf:value>
</xf:item>
<xf:item id="149">
xf:label14152 - L'ESPERANCE [149]</xf:label>
xf:value149</xf:value>
</xf:item>
<xf:item id="150">
xf:label14153 - NAN BOIS D'HOMME [150]</xf:label>
xf:value150</xf:value>
</xf:item>
<xf:item id="151">
xf:label14160 - L'EPINARD I [151]</xf:label>
xf:value151</xf:value>
</xf:item>
<xf:item id="152">
xf:label14161 - L'EPINARD II [152]</xf:label>
xf:value152</xf:value>
</xf:item>
<xf:item id="153">
xf:label14162 - ROPISSA [153]</xf:label>
xf:value153</xf:value>
</xf:item>
<xf:item id="154">
xf:label14164 - HERVE [154]</xf:label>
xf:value154</xf:value>
</xf:item>
<xf:item id="155">
xf:label14180 - CHAMPION [155]</xf:label>
xf:value155</xf:value>
</xf:item>
<xf:item id="156">
xf:label14182 - YOBE II [156]</xf:label>
xf:value156</xf:value>
</xf:item>
<xf:item id="157">
xf:label14183 - DEGAGE [157]</xf:label>
xf:value157</xf:value>
</xf:item>
<xf:item id="158">
xf:label14184 - VERRIER [158]</xf:label>
xf:value158</xf:value>
</xf:item>
<xf:item id="159">
xf:label14185 - YOBE I [159]</xf:label>
xf:value159</xf:value>
</xf:item>
<xf:item id="160">
xf:label14190 - MANCEAU [160]</xf:label>
xf:value160</xf:value>
</xf:item>
<xf:item id="161">
xf:label14191 - DUBOURG [161]</xf:label>
xf:value161</xf:value>
</xf:item>
<xf:item id="162">
xf:label14192 - JASMIN [162]</xf:label>
xf:value162</xf:value>
</xf:item>
<xf:item id="163">
xf:label14200 - DESJARDINS [163]</xf:label>
xf:value163</xf:value>
</xf:item>
<xf:item id="164">
xf:label14201 - MOREL [164]</xf:label>
xf:value164</xf:value>
</xf:item>
<xf:item id="165">
xf:label14202 - DIDIER [165]</xf:label>
xf:value165</xf:value>
</xf:item>
<xf:item id="166">
xf:label15008 - ACHIN II [166]</xf:label>
xf:value166</xf:value>
</xf:item>
<xf:item id="167">
xf:label15009 - MICHEL VIELLOT II [167]</xf:label>
xf:value167</xf:value>
</xf:item>
<xf:item id="168">
xf:label15010 - ACHIN I [168]</xf:label>
xf:value168</xf:value>
</xf:item>
<xf:item id="169">
xf:label15011 - SAVANE BOURG [169]</xf:label>
xf:value169</xf:value>
</xf:item>
<xf:item id="170">
xf:label15015 - TRANQUILITE [170]</xf:label>
xf:value170</xf:value>
</xf:item>
<xf:item id="171">
xf:label15016 - ROCHE A PIERRE [171]</xf:label>
xf:value171</xf:value>
</xf:item>
<xf:item id="172">
xf:label15017 - DUMOND [172]</xf:label>
xf:value172</xf:value>
</xf:item>
<xf:item id="173">
xf:label15018 - VIELLOT GESSE II [173]</xf:label>
xf:value173</xf:value>
</xf:item>
<xf:item id="174">
xf:label15019 - VIELLOT GESSE III [174]</xf:label>
xf:value174</xf:value>
</xf:item>
<xf:item id="175">
xf:label15020 - VIELLOT [175]</xf:label>
xf:value175</xf:value>
</xf:item>
<xf:item id="176">
xf:label15021 - VIELLOT GESSE I [176]</xf:label>
xf:value176</xf:value>
</xf:item>
<xf:item id="177">
xf:label15022 - MICHEL VIELLOT I [177]</xf:label>
xf:value177</xf:value>
</xf:item>
<xf:item id="178">
xf:label15023 - LA COUR BADIO [178]</xf:label>
xf:value178</xf:value>
</xf:item>
<xf:item id="179">
xf:label15024 - DESORMEAUX [179]</xf:label>
xf:value179</xf:value>
</xf:item>
<xf:item id="180">
xf:label15025 - COUDOLE [180]</xf:label>
xf:value180</xf:value>
</xf:item>
<xf:item id="181">
xf:label15027 - LABORNE I [181]</xf:label>
xf:value181</xf:value>
</xf:item>
<xf:item id="182">
xf:label15028 - CA LAGUERRE [182]</xf:label>
xf:value182</xf:value>
</xf:item>
<xf:item id="183">
xf:label15029 - MORIN [183]</xf:label>
xf:value183</xf:value>
</xf:item>
<xf:item id="184">
xf:label15030 - DOMINGUE [184]</xf:label>
xf:value184</xf:value>
</xf:item>
<xf:item id="185">
xf:label15031 - DUCASSE [185]</xf:label>
xf:value185</xf:value>
</xf:item>
<xf:item id="186">
xf:label15032 - COLMINY I [186]</xf:label>
xf:value186</xf:value>
</xf:item>
<xf:item id="187">
xf:label15033 - COLMINY II [187]</xf:label>
xf:value187</xf:value>
</xf:item>
<xf:item id="188">
xf:label15034 - COLMINY III [188]</xf:label>
xf:value188</xf:value>
</xf:item>
<xf:item id="189">
xf:label15040 - GODIN GESSE [189]</xf:label>
xf:value189</xf:value>
</xf:item>
<xf:item id="190">
xf:label15050 - DEMENE [190]</xf:label>
xf:value190</xf:value>
</xf:item>
<xf:item id="191">
xf:label15051 - VIELLOT DOLMAN [191]</xf:label>
xf:value191</xf:value>
</xf:item>
<xf:item id="192">
xf:label15061 - GODEFOI [192]</xf:label>
xf:value192</xf:value>
</xf:item>
<xf:item id="193">
xf:label15065 - ROSIER [193]</xf:label>
xf:value193</xf:value>
</xf:item>
<xf:item id="194">
xf:label15070 - SAPOTY [194]</xf:label>
xf:value194</xf:value>
</xf:item>
<xf:item id="195">
xf:label15071 - SAINTANGE [195]</xf:label>
xf:value195</xf:value>
</xf:item>
<xf:item id="196">
xf:label15076 - BIDEAU [196]</xf:label>
xf:value196</xf:value>
</xf:item>
<xf:item id="197">
xf:label15080 - BASTIEN [197]</xf:label>
xf:value197</xf:value>
</xf:item>
<xf:item id="198">
xf:label15081 - ETAN COICOU [198]</xf:label>
xf:value198</xf:value>
</xf:item>
<xf:item id="199">
xf:label15082 - DECOUVERTE [199]</xf:label>
xf:value199</xf:value>
</xf:item>
<xf:item id="200">
xf:label15083 - MODELE [200]</xf:label>
xf:value200</xf:value>
</xf:item>
<xf:item id="201">
xf:label15084 - PENYEN [201]</xf:label>
xf:value201</xf:value>
</xf:item>
<xf:item id="202">
xf:label15092 - MAYAMBE [202]</xf:label>
xf:value202</xf:value>
</xf:item>
<xf:item id="203">
xf:label15093 - CA CHARLES/MORNE CHARLES [203]</xf:label>
xf:value203</xf:value>
</xf:item>
<xf:item id="204">
xf:label15101 - MORTE [204]</xf:label>
xf:value204</xf:value>
</xf:item>
<xf:item id="205">
xf:label15102 - NAN BOIS PIN [205]</xf:label>
xf:value205</xf:value>
</xf:item>
<xf:item id="206">
xf:label15103 - BOIS PIN [206]</xf:label>
xf:value206</xf:value>
</xf:item>
<xf:item id="207">
xf:label15104 - DIJON [207]</xf:label>
xf:value207</xf:value>
</xf:item>
<xf:item id="208">
xf:label15111 - GRAND BOIS DUVERGE [208]</xf:label>
xf:value208</xf:value>
</xf:item>
<xf:item id="209">
xf:label15112 - TI BOIS DUVERGER [209]</xf:label>
xf:value209</xf:value>
</xf:item>
<xf:item id="210">
xf:label15113 - CA BOUILLY [210]</xf:label>
xf:value210</xf:value>
</xf:item>
<xf:item id="211">
xf:label15114 - DUVERGER [211]</xf:label>
xf:value211</xf:value>
</xf:item>
<xf:item id="212">
xf:label15120 - SALASSE II [212]</xf:label>
xf:value212</xf:value>
</xf:item>
<xf:item id="213">
xf:label15121 - HILAIRE [213]</xf:label>
xf:value213</xf:value>
</xf:item>
<xf:item id="214">
xf:label15122 - RAY AU POSTE [214]</xf:label>
xf:value214</xf:value>
</xf:item>
<xf:item id="215">
xf:label15123 - SALASSE I [215]</xf:label>
xf:value215</xf:value>
</xf:item>
<xf:item id="216">
xf:label15124 - NAN DALLE [216]</xf:label>
xf:value216</xf:value>
</xf:item>
<xf:item id="217">
xf:label15125 - TITON [217]</xf:label>
xf:value217</xf:value>
</xf:item>
<xf:item id="218">
xf:label15130 - DAUPHINE [218]</xf:label>
xf:value218</xf:value>
</xf:item>
<xf:item id="219">
xf:label15131 - PIED MOU [219]</xf:label>
xf:value219</xf:value>
</xf:item>
<xf:item id="220">
xf:label15132 - JN DREAU [220]</xf:label>
xf:value220</xf:value>
</xf:item>
<xf:item id="221">
xf:label15133 - FOND MAUGE [221]</xf:label>
xf:value221</xf:value>
</xf:item>
<xf:item id="222">
xf:label15135 - CHEVREAU [222]</xf:label>
xf:value222</xf:value>
</xf:item>
<xf:item id="223">
xf:label15136 - CHAMPION I [223]</xf:label>
xf:value223</xf:value>
</xf:item>
<xf:item id="224">
xf:label15137 - BOIS NEUF [224]</xf:label>
xf:value224</xf:value>
</xf:item>
<xf:item id="225">
xf:label15138 - BARREAU [225]</xf:label>
xf:value225</xf:value>
</xf:item>
<xf:item id="226">
xf:label15139 - HAUT CAMP [226]</xf:label>
xf:value226</xf:value>
</xf:item>
<xf:item id="227">
xf:label15140 - PEROTTE [227]</xf:label>
xf:value227</xf:value>
</xf:item>
<xf:item id="228">
xf:label15141 - CHAMPION II [228]</xf:label>
xf:value228</xf:value>
</xf:item>
<xf:item id="229">
xf:label15142 - DAMIER GESSE I [229]</xf:label>
xf:value229</xf:value>
</xf:item>
<xf:item id="230">
xf:label15143 - DAMIER GESSE II [230]</xf:label>
xf:value230</xf:value>
</xf:item>
<xf:item id="231">
xf:label15151 - LACROIX GESSE [231]</xf:label>
xf:value231</xf:value>
</xf:item>
<xf:item id="232">
xf:label15152 - ZEPELIN [232]</xf:label>
xf:value232</xf:value>
</xf:item>
<xf:item id="233">
xf:label15153 - SOUS MORNE [233]</xf:label>
xf:value233</xf:value>
</xf:item>
<xf:item id="234">
xf:label15154 - SOUS CAMP [234]</xf:label>
xf:value234</xf:value>
</xf:item>
<xf:item id="235">
xf:label15155 - NAN CAFE [235]</xf:label>
xf:value235</xf:value>
</xf:item>
<xf:item id="236">
xf:label15156 - LUBIN [236]</xf:label>
xf:value236</xf:value>
</xf:item>
<xf:item id="237">
xf:label15157 - JN BERTHO [237]</xf:label>
xf:value237</xf:value>
</xf:item>
<xf:item id="238">
xf:label15158 - FERAIL [238]</xf:label>
xf:value238</xf:value>
</xf:item>
<xf:item id="239">
xf:label15159 - FOND LACOU [239]</xf:label>
xf:value239</xf:value>
</xf:item>
<xf:item id="240">
xf:label15160 - CHAMPION III [240]</xf:label>
xf:value240</xf:value>
</xf:item>
<xf:item id="241">
xf:label15161 - MARINO [241]</xf:label>
xf:value241</xf:value>
</xf:item>
<xf:item id="242">
xf:label15162 - LAVERNE [242]</xf:label>
xf:value242</xf:value>
</xf:item>
<xf:item id="243">
xf:label15163 - BERNARD [243]</xf:label>
xf:value243</xf:value>
</xf:item>
<xf:item id="244">
xf:label15165 - GEORGETTE [244]</xf:label>
xf:value244</xf:value>
</xf:item>
<xf:item id="245">
xf:label15166 - CAZEAU [245]</xf:label>
xf:value245</xf:value>
</xf:item>
<xf:item id="15">
xf:labelHOSPITAL - HAS [15]</xf:label>
xf:value15</xf:value>
</xf:item>
<xf:item id="1">
xf:labelUF1 - LIANCOURT [1]</xf:label>
xf:value1</xf:value>
</xf:item>
<xf:item id="2">
xf:labelUF2 - DESCHAPELLES [2]</xf:label>
xf:value2</xf:value>
</xf:item>
<xf:item id="4">
xf:labelUF4 - TIENNE [4]</xf:label>
xf:value4</xf:value>
</xf:item>
<xf:item id="5">
xf:labelUF5 - BASTIEN [5]</xf:label>
xf:value5</xf:value>
</xf:item>
<xf:item id="8">
xf:labelUF8 - PLASSAC [8]</xf:label>
xf:value8</xf:value>
</xf:item>
<xf:item id="9">
xf:labelUF9 - DESLANDES [9]</xf:label>
xf:value9</xf:value>
</xf:item>
</xf:select1>
<xf:select1 bind="encounter.provider_id">
xf:labelPROVIDER ID</xf:label>
<xf:item id="146552">
xf:labelFRESNEL ARISTILDE [146552]</xf:label>
xf:value146552</xf:value>
</xf:item>
<xf:item id="703082">
xf:labelNacha Betty Benoit [703082]</xf:label>
xf:value703082</xf:value>
</xf:item>
<xf:item id="740954">
xf:labelCHOLERA CLINIC [740954]</xf:label>
xf:value740954</xf:value>
</xf:item>
<xf:item id="39">
xf:labelDENTAL CLINIC [39]</xf:label>
xf:value39</xf:value>
</xf:item>
<xf:item id="41">
xf:labelEYE CLINIC [41]</xf:label>
xf:value41</xf:value>
</xf:item>
<xf:item id="37">
xf:labelFAMILY PLANNING CLINIC [37]</xf:label>
xf:value37</xf:value>
</xf:item>
<xf:item id="42">
xf:labelMATERNITE CLINIC [42]</xf:label>
xf:value42</xf:value>
</xf:item>
<xf:item id="43">
xf:labelMEDICINE CLINIC [43]</xf:label>
xf:value43</xf:value>
</xf:item>
<xf:item id="741548">
xf:labelN-ICU CLINIC [741548]</xf:label>
xf:value741548</xf:value>
</xf:item>
<xf:item id="702665">
xf:labelNUTRITION CLINIC [702665]</xf:label>
xf:value702665</xf:value>
</xf:item>
<xf:item id="45">
xf:labelOB/GYN CLINIC [45]</xf:label>
xf:value45</xf:value>
</xf:item>
<xf:item id="48">
xf:labelPANSMAN CLINIC [48]</xf:label>
xf:value48</xf:value>
</xf:item>
<xf:item id="51">
xf:labelPEDIATRIC SURGERY CLINIC [51]</xf:label>
xf:value51</xf:value>
</xf:item>
<xf:item id="47">
xf:labelPEDIATRICS CLINIC [47]</xf:label>
xf:value47</xf:value>
</xf:item>
<xf:item id="50">
xf:labelPHYSICAL THERAPY CLINIC [50]</xf:label>
xf:value50</xf:value>
</xf:item>
<xf:item id="53">
xf:labelSURGERY CLINIC [53]</xf:label>
xf:value53</xf:value>
</xf:item>
<xf:item id="64">
xf:labelTB CONTACT CLINIC [64]</xf:label>
xf:value64</xf:value>
</xf:item>
<xf:item id="726067">
xf:labelAlnave Chalumeaux [726067]</xf:label>
xf:value726067</xf:value>
</xf:item>
<xf:item id="726092">
xf:labelEronie Desilus [726092]</xf:label>
xf:value726092</xf:value>
</xf:item>
<xf:item id="726077">
xf:labelDieudonne Dorsainvil [726077]</xf:label>
xf:value726077</xf:value>
</xf:item>
<xf:item id="729369">
xf:labelDuane Dowell [729369]</xf:label>
xf:value729369</xf:value>
</xf:item>
<xf:item id="726085">
xf:labelVioline Examor [726085]</xf:label>
xf:value726085</xf:value>
</xf:item>
<xf:item id="705322">
xf:labelHoward Gilmore [705322]</xf:label>
xf:value705322</xf:value>
</xf:item>
<xf:item id="737268">
xf:labelDavid Jacob [737268]</xf:label>
xf:value737268</xf:value>
</xf:item>
<xf:item id="725601">
xf:labelPhilip Lerner [725601]</xf:label>
xf:value725601</xf:value>
</xf:item>
<xf:item id="18">
xf:labelJoseph Louis-Aimé [18]</xf:label>
xf:value18</xf:value>
</xf:item>
<xf:item id="739255">
xf:labelPhara Mc Donald [739255]</xf:label>
xf:value739255</xf:value>
</xf:item>
<xf:item id="726088">
xf:labelJeanne Menard [726088]</xf:label>
xf:value726088</xf:value>
</xf:item>
<xf:item id="726090">
xf:labelCeant Marie Nognane [726090]</xf:label>
xf:value726090</xf:value>
</xf:item>
<xf:item id="726082">
xf:labelMarie Michelle Occean [726082]</xf:label>
xf:value726082</xf:value>
</xf:item>
<xf:item id="701550">
xf:labelRonine Occenac [701550]</xf:label>
xf:value701550</xf:value>
</xf:item>
<xf:item id="704686">
xf:labelReynold Paul [704686]</xf:label>
xf:value704686</xf:value>
</xf:item>
<xf:item id="704844">
xf:labelJean Gary Remy [704844]</xf:label>
xf:value704844</xf:value>
</xf:item>
<xf:item id="726096">
xf:labelEtna Senatus [726096]</xf:label>
xf:value726096</xf:value>
</xf:item>
<xf:item id="705434">
xf:labelROSA PAUL THELIUS [705434]</xf:label>
xf:value705434</xf:value>
</xf:item>
<xf:item id="725600">
xf:labelYen-Len Tang [725600]</xf:label>
xf:value725600</xf:value>
</xf:item>
<xf:item id="723699">
xf:labelLab Technician [723699]</xf:label>
xf:value723699</xf:value>
</xf:item>
<xf:item id="705289">
xf:labelJeannine Zeindler [705289]</xf:label>
xf:value705289</xf:value>
</xf:item>
</xf:select1>
<xf:group id="obs/dispensary_medication">
xf:labelDISPENSARY MEDICATION</xf:label>
<xf:repeat bind="dispensary_medication">
<xf:select1 appearance="minimal" bind="patient_stage"
concept_id="3092">
xf:labelPATIENT STAGE</xf:label>
<xf:item concept_id="3089" id="3089^A (ADULT)^99DCT">
xf:labelA (ADULT)</xf:label>
xf:value3089^A (ADULT)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3091" id="3091^I-P (YOUNG)^99DCT">
xf:labelI-P (YOUNG)</xf:label>
xf:value3091^I-P (YOUNG)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3090" id="3090^M (A BIT YOUNG)^99DCT">
xf:labelM (A BIT YOUNG)</xf:label>
xf:value3090^M (A BIT YOUNG)^99DCT</xf:value>
</xf:item>
</xf:select1>
<xf:select1 appearance="minimal" bind="medication_code"
concept_id="3093">
xf:labelMEDICATION CODE</xf:label>
<xf:item concept_id="2398" id="2398^TETRACYCLINE OPHT
5G^99DCT">
xf:labelTETRACYCLINE OPHT 5G</xf:label>
xf:value2398^TETRACYCLINE OPHT 5G^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2779" id="2779^OXYGEN 3%^99DCT">
xf:labelOXYGEN 3%</xf:label>
xf:value2779^OXYGEN 3%^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2340" id="2340^CHLOROQUINE 40MG/ML/
5ML^99DCT">
xf:labelCHLOROQUINE 40MG/ML/5ML</xf:label>
xf:value2340^CHLOROQUINE 40MG/ML/5ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="323" id="323^GENTIAN VIOLET 1%^99DCT">
xf:labelGENTIAN VIOLET 1%</xf:label>
xf:value323^GENTIAN VIOLET 1%^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3117" id="3117^PARACETAMOL 120
MG^99DCT">
xf:labelPARACETAMOL 120 MG</xf:label>
xf:value3117^PARACETAMOL 120 MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2368" id="2368^NEOMYCIN 0.5%
CREAM^99DCT">
xf:labelNEOMYCIN 0.5% CREAM</xf:label>
xf:value2368^NEOMYCIN 0.5% CREAM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3120" id="3120^SET SUTURE^99DCT">
xf:labelSET SUTURE</xf:label>
xf:value3120^SET SUTURE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2114" id="2114^CHLORAMPHENICOL 250MG
CAP^99DCT">
xf:labelCHLORAMPHENICOL 250MG CAP</xf:label>
xf:value2114^CHLORAMPHENICOL 250MG CAP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2440" id="2440^METRONIDAZOLE 250MG
TAB^99DCT">
xf:labelMETRONIDAZOLE 250MG TAB</xf:label>
xf:value2440^METRONIDAZOLE 250MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="446" id="446^ALUMINUM HYDROXIDE^99DCT">
xf:labelALUMINUM HYDROXIDE</xf:label>
xf:value446^ALUMINUM HYDROXIDE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3114" id="3114^LOFEMINAL CYCLES^99DCT">
xf:labelLOFEMINAL CYCLES</xf:label>
xf:value3114^LOFEMINAL CYCLES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2415" id="2415^OVERETTE CYCLES^99DCT">
xf:labelOVERETTE CYCLES</xf:label>
xf:value2415^OVERETTE CYCLES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2358" id="2358^DESENEX CREAM^99DCT">
xf:labelDESENEX CREAM</xf:label>
xf:value2358^DESENEX CREAM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3113" id="3113^LIDOCAINE 2% 10
ML^99DCT">
xf:labelLIDOCAINE 2% 10 ML</xf:label>
xf:value3113^LIDOCAINE 2% 10 ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2416" id="2416^NORPLANT INSERTS^99DCT">
xf:labelNORPLANT INSERTS</xf:label>
xf:value2416^NORPLANT INSERTS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2312" id="2312^ALBENDAZOLE 200MG
TAB^99DCT">
xf:labelALBENDAZOLE 200MG TAB</xf:label>
xf:value2312^ALBENDAZOLE 200MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2117" id="2117^CIPROFLOXACIN 500MG
TAB^99DCT">
xf:labelCIPROFLOXACIN 500MG TAB</xf:label>
xf:value2117^CIPROFLOXACIN 500MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2303" id="2303^NYSTATIN VAG, 100.000 IU
TAB^99DCT">
xf:labelNYSTATIN VAG, 100.000 IU TAB</xf:label>
xf:value2303^NYSTATIN VAG, 100.000 IU TAB^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2078" id="2078^ASPIRIN (ACTYLSLI.ACID)
500MG^99DCT">
xf:labelASPIRIN (ACTYLSLI.ACID) 500MG</xf:label>
xf:value2078^ASPIRIN (ACTYLSLI.ACID) 500MG^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="246" id="246^PIPERAZINE SYRUP^99DCT">
xf:labelPIPERAZINE SYRUP</xf:label>
xf:value246^PIPERAZINE SYRUP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2362" id="2362^EMUL-O-BALM^99DCT">
xf:labelEMUL-O-BALM</xf:label>
xf:value2362^EMUL-O-BALM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3066" id="3066^BICILLINE 2.4 ML
UNIT^99DCT">
xf:labelBICILLINE 2.4 ML UNIT</xf:label>
xf:value3066^BICILLINE 2.4 ML UNIT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2425" id="2425^FESO4+FOLIC ACID PREPACK
#30^99DCT">
xf:labelFESO4+FOLIC ACID PREPACK #30</xf:label>
xf:value2425^FESO4+FOLIC ACID PREPACK #30^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2442" id="2442^BETADINE IODE SOLN, 10%
200ML^99DCT">
xf:labelBETADINE IODE SOLN, 10% 200ML</xf:label>
xf:value2442^BETADINE IODE SOLN, 10% 200ML^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3119" id="3119^BANDAGE SET^99DCT">
xf:labelBANDAGE SET</xf:label>
xf:value3119^BANDAGE SET^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3122" id="3122^TYLENOL SYRUP^99DCT">
xf:labelTYLENOL SYRUP</xf:label>
xf:value3122^TYLENOL SYRUP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3121" id="3121^SULFADIAZINE 500
MG^99DCT">
xf:labelSULFADIAZINE 500 MG</xf:label>
xf:value3121^SULFADIAZINE 500 MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2486" id="2486^FOLIC ACID 5MG
TAB^99DCT">
xf:labelFOLIC ACID 5MG TAB</xf:label>
xf:value2486^FOLIC ACID 5MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3115" id="3115^NORMAL SALINE^99DCT">
xf:labelNORMAL SALINE</xf:label>
xf:value3115^NORMAL SALINE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="944" id="944^ANTACID^99DCT">
xf:labelANTACID</xf:label>
xf:value944^ANTACID^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2130" id="2130^PROCAINE PENCILLIN 3
MIU^99DCT">
xf:labelPROCAINE PENCILLIN 3 MIU</xf:label>
xf:value2130^PROCAINE PENCILLIN 3 MIU^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2543" id="2543^CONCEPTROL TAB^99DCT">
xf:labelCONCEPTROL TAB</xf:label>
xf:value2543^CONCEPTROL TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2128" id="2128^PENICILLIN PEN VK 250MG
TAB^99DCT">
xf:labelPENICILLIN PEN VK 250MG TAB</xf:label>
xf:value2128^PENICILLIN PEN VK 250MG TAB^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2444" id="2444^CHLORHEXIDINE SOLUTION
20%^99DCT">
xf:labelCHLORHEXIDINE SOLUTION 20%</xf:label>
xf:value2444^CHLORHEXIDINE SOLUTION 20%^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2495" id="2495^MULTI-VITAMIN
ADULT^99DCT">
xf:labelMULTI-VITAMIN ADULT</xf:label>
xf:value2495^MULTI-VITAMIN ADULT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2512" id="2512^AMOXICILLIN 500MG
TAB^99DCT">
xf:labelAMOXICILLIN 500MG TAB</xf:label>
xf:value2512^AMOXICILLIN 500MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2085" id="2085^PARACETAMOL 100MG
TAB^99DCT">
xf:labelPARACETAMOL 100MG TAB</xf:label>
xf:value2085^PARACETAMOL 100MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="351" id="351^ORAL REHYDRATION SALTS
PACKETS^99DCT">
xf:labelORAL REHYDRATION SALTS PACKETS</xf:label>
xf:value351^ORAL REHYDRATION SALTS PACKETS^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2521" id="2521^HCTZ 50MG #30^99DCT">
xf:labelHCTZ 50MG #30</xf:label>
xf:value2521^HCTZ 50MG #30^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2125" id="2125^PENICILLIN PEN VK 125MG
TAB^99DCT">
xf:labelPENICILLIN PEN VK 125MG TAB</xf:label>
xf:value2125^PENICILLIN PEN VK 125MG TAB^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3123" id="3123^WATER FOR INJ
10ML^99DCT">
xf:labelWATER FOR INJ 10ML</xf:label>
xf:value3123^WATER FOR INJ 10ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="88" id="88^ASPIRIN 75MG^99DCT">
xf:labelASPIRIN 75MG</xf:label>
xf:value88^ASPIRIN 75MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3124" id="3124^WATER FOR INJ
5ML^99DCT">
xf:labelWATER FOR INJ 5ML</xf:label>
xf:value3124^WATER FOR INJ 5ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3056" id="3056^BACTRIM 20/100^99DCT">
xf:labelBACTRIM 20/100</xf:label>
xf:value3056^BACTRIM 20/100^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2757" id="2757^AMINOPHYLLINE 200
MG^99DCT">
xf:labelAMINOPHYLLINE 200 MG</xf:label>
xf:value2757^AMINOPHYLLINE 200 MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2306" id="2306^CHLORPHENIRAMINE 4MG
TAB^99DCT">
xf:labelCHLORPHENIRAMINE 4MG TAB</xf:label>
xf:value2306^CHLORPHENIRAMINE 4MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2341" id="2341^CHLOROQUINE 250MG
TAB^99DCT">
xf:labelCHLOROQUINE 250MG TAB</xf:label>
xf:value2341^CHLOROQUINE 250MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2327" id="2327^PHENOBARBITAL 50/60MG
TAB^99DCT">
xf:labelPHENOBARBITAL 50/60MG TAB</xf:label>
xf:value2327^PHENOBARBITAL 50/60MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3118" id="3118^RESPERPINE 0.25^99DCT">
xf:labelRESPERPINE 0.25</xf:label>
xf:value3118^RESPERPINE 0.25^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3108" id="3108^COUGH SYRUP^99DCT">
xf:labelCOUGH SYRUP</xf:label>
xf:value3108^COUGH SYRUP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="907" id="907^MEDROXYPROGESTERONE
ACETATE^99DCT">
xf:labelMEDROXYPROGESTERONE ACETATE</xf:label>
xf:value907^MEDROXYPROGESTERONE ACETATE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2406" id="2406^PROPANTHELINE 15MG
TAB^99DCT">
xf:labelPROPANTHELINE 15MG TAB</xf:label>
xf:value2406^PROPANTHELINE 15MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2490" id="2490^VITAMIN SIROP^99DCT">
xf:labelVITAMIN SIROP</xf:label>
xf:value2490^VITAMIN SIROP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2339" id="2339^CHLOROQUINE 100MG
TAB^99DCT">
xf:labelCHLOROQUINE 100MG TAB</xf:label>
xf:value2339^CHLOROQUINE 100MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2427" id="2427^PARACETAMOL 500MG
TAB^99DCT">
xf:labelPARACETAMOL 500MG TAB</xf:label>
xf:value2427^PARACETAMOL 500MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2321" id="2321^METHYLDOPA 250MG
TAB^99DCT">
xf:labelMETHYLDOPA 250MG TAB</xf:label>
xf:value2321^METHYLDOPA 250MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3111" id="3111^BACTRIM 80/400^99DCT">
xf:labelBACTRIM 80/400</xf:label>
xf:value3111^BACTRIM 80/400^99DCT</xf:value>
</xf:item>
<xf:item concept_id="409" id="409^BENZYL BENZOATE 25%
^99DCT">
xf:labelBENZYL BENZOATE 25%</xf:label>
xf:value409^BENZYL BENZOATE 25% ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2121" id="2121^DOXYCYCLINE 100MG
TAB^99DCT">
xf:labelDOXYCYCLINE 100MG TAB</xf:label>
xf:value2121^DOXYCYCLINE 100MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="190" id="190^CONDOMS/KAPOT/144/
BX^99DCT">
xf:labelCONDOMS/KAPOT/144/BX</xf:label>
xf:value190^CONDOMS/KAPOT/144/BX^99DCT</xf:value>
</xf:item>
<xf:item concept_id="6101" id="6101^VITAMIN A,
SUPPLEMENT^99DCT">
xf:labelVITAMIN A, SUPPLEMENT</xf:label>
xf:value6101^VITAMIN A, SUPPLEMENT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2122" id="2122^ERYTHROMYCIN 250MG
TAB^99DCT">
xf:labelERYTHROMYCIN 250MG TAB</xf:label>
xf:value2122^ERYTHROMYCIN 250MG TAB^99DCT</xf:value>
</xf:item>
</xf:select1>
</xf:repeat>
</xf:group>
<xf:group id="obs/diagnosis">
xf:labelDIAGNOSIS</xf:label>
xf:hintA medical diagnosis.</xf:hint>
<xf:repeat bind="diagnosis">
<xf:select1 appearance="minimal" bind="encounter_type"
concept_id="3100">
xf:labelENCOUNTER TYPE</xf:label>
<xf:item concept_id="6100" id="6100^RETURN VISIT^99DCT">
xf:labelRETURN VISIT</xf:label>
xf:value6100^RETURN VISIT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3099" id="3099^NEW VISIT^99DCT">
xf:labelNEW VISIT</xf:label>
xf:value3099^NEW VISIT^99DCT</xf:value>
</xf:item>
</xf:select1>
<xf:select1 appearance="minimal" bind="diagnosis_type"
concept_id="3104">
xf:labelDIAGNOSIS TYPE</xf:label>
<xf:item concept_id="3102" id="3102^DIAGNOSIS 2(S)^99DCT">
xf:labelDIAGNOSIS 2(S)</xf:label>
xf:value3102^DIAGNOSIS 2(S)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3103" id="3103^DIAGNOSIS 3(S)^99DCT">
xf:labelDIAGNOSIS 3(S)</xf:label>
xf:value3103^DIAGNOSIS 3(S)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3101" id="3101^DIAGNOSIS 1(P)^99DCT">
xf:labelDIAGNOSIS 1(P)</xf:label>
xf:value3101^DIAGNOSIS 1(P)^99DCT</xf:value>
</xf:item>
</xf:select1>
<xf:select1 appearance="minimal" bind="diagnosis_id"
concept_id="2879">
xf:labelDIAGNOSIS SET</xf:label>
<xf:item concept_id="1797" id="1797^GIARDIASIS^99DCT">
xf:labelGIARDIASIS</xf:label>
xf:value1797^GIARDIASIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3039" id="3039^RESPIRATORY PROBLEMS
AFTER BIRTH^99DCT">
xf:labelRESPIRATORY PROBLEMS AFTER BIRTH</xf:label>
xf:value3039^RESPIRATORY PROBLEMS AFTER BIRTH^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3156" id="3156^HERNIA OF OTHER
SPECIFIED SITES WITHOUT MENTION OF OBSTRUCTION ORGANGRENE^99DCT">
xf:labelHERNIA OF OTHER SPECIFIED SITES WITHOUT MENTION
OF OBSTRUCTION ORGANGRENE</xf:label>
xf:value3156^HERNIA OF OTHER SPECIFIED SITES WITHOUT
MENTION OF OBSTRUCTION ORGANGRENE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3128" id="3128^UNSPECIFIED
ABORTION^99DCT">
xf:labelUNSPECIFIED ABORTION</xf:label>
xf:value3128^UNSPECIFIED ABORTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3141" id="3141^UNSPECIFIED PULMONARY
TUBERCULOSIS IN TREATMENT^99DCT">
xf:labelUNSPECIFIED PULMONARY TUBERCULOSIS IN
TREATMENT</xf:label>
xf:value3141^UNSPECIFIED PULMONARY TUBERCULOSIS IN
TREATMENT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3140" id="3140^UNSPECIFIED PULMONARY
TUBERCULOSIS,SUSPICION,TUBERCULOSIS^99DCT">
xf:labelUNSPECIFIED PULMONARY
TUBERCULOSIS,SUSPICION,TUBERCULOSIS</xf:label>
xf:value3140^UNSPECIFIED PULMONARY
TUBERCULOSIS,SUSPICION,TUBERCULOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3131" id="3131^UNSPECIFIED DISORDERS OF
MENSTRUSTION^99DCT">
xf:labelUNSPECIFIED DISORDERS OF MENSTRUSTION</xf:label>
xf:value3131^UNSPECIFIED DISORDERS OF
MENSTRUSTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3164" id="3164^ULCER OF LOWER LIMBS
EXCEPT DECUBITUS ULCER^99DCT">
xf:labelULCER OF LOWER LIMBS EXCEPT DECUBITUS ULCER</
xf:label>
xf:value3164^ULCER OF LOWER LIMBS EXCEPT DECUBITUS
ULCER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3125" id="3125^INFECTIVE OTITIS
EXTERNA, UNSPECIFIED^99DCT">
xf:labelINFECTIVE OTITIS EXTERNA, UNSPECIFIED</xf:label>
xf:value3125^INFECTIVE OTITIS EXTERNA,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1996" id="1996^PREGNANCY
(COMPLICATED)^99DCT">
xf:labelPREGNANCY (COMPLICATED)</xf:label>
xf:value1996^PREGNANCY (COMPLICATED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2016" id="2016^ANTEPARTUM
MALARIA^99DCT">
xf:labelANTEPARTUM MALARIA</xf:label>
xf:value2016^ANTEPARTUM MALARIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1969" id="1969^DERMATITIS/
ECZEMA^99DCT">
xf:labelDERMATITIS/ECZEMA</xf:label>
xf:value1969^DERMATITIS/ECZEMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1953" id="1953^NEURALGIA^99DCT">
xf:labelNEURALGIA</xf:label>
xf:value1953^NEURALGIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3161" id="3161^TOXOCARIASIS^99DCT">
xf:labelTOXOCARIASIS</xf:label>
xf:value3161^TOXOCARIASIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1884" id="1884^CONGENITAL HEART
DIS^99DCT">
xf:labelCONGENITAL HEART DIS</xf:label>
xf:value1884^CONGENITAL HEART DIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1926" id="1926^CYSTIC RENAL DIS^99DCT">
xf:labelCYSTIC RENAL DIS</xf:label>
xf:value1926^CYSTIC RENAL DIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1992" id="1992^PREMATURE BIRTH^99DCT">
xf:labelPREMATURE BIRTH</xf:label>
xf:value1992^PREMATURE BIRTH^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3159" id="3159^ACUTE
NASOPHARYNGITIS^99DCT">
xf:labelACUTE NASOPHARYNGITIS</xf:label>
xf:value3159^ACUTE NASOPHARYNGITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1801" id="1801^VOLUME DEPLETION
DISORDER, DEGREE C^99DCT">
xf:labelVOLUME DEPLETION DISORDER, DEGREE C</xf:label>
xf:value1801^VOLUME DEPLETION DISORDER, DEGREE C^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3162" id="3162^OTHER AND UNSPECIFIED
MYCOSES^99DCT">
xf:labelOTHER AND UNSPECIFIED MYCOSES</xf:label>
xf:value3162^OTHER AND UNSPECIFIED MYCOSES^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3151" id="3151^SHIGELLOSIS, UNSPECIFIED
^99DCT">
xf:labelSHIGELLOSIS, UNSPECIFIED</xf:label>
xf:value3151^SHIGELLOSIS, UNSPECIFIED ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3160" id="3160^URTICARIA, UNSPECIFIED
^99DCT">
xf:labelURTICARIA, UNSPECIFIED</xf:label>
xf:value3160^URTICARIA, UNSPECIFIED ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1799" id="1799^DIPHTHERIA
UNSPECIFIED^99DCT">
xf:labelDIPHTHERIA UNSPECIFIED</xf:label>
xf:value1799^DIPHTHERIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3155" id="3155^HEMORRHOIDS^99DCT">
xf:labelHEMORRHOIDS</xf:label>
xf:value3155^HEMORRHOIDS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1989" id="1989^VAGINAL BLEEDING^99DCT">
xf:labelVAGINAL BLEEDING</xf:label>
xf:value1989^VAGINAL BLEEDING^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1970" id="1970^PRURIGO^99DCT">
xf:labelPRURIGO</xf:label>
xf:value1970^PRURIGO^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1965" id="1965^IMPETIGO^99DCT">
xf:labelIMPETIGO</xf:label>
xf:value1965^IMPETIGO^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3154" id="3154^VOLUME DEPLETION
DISORDER, DEGREE B ^99DCT">
xf:labelVOLUME DEPLETION DISORDER, DEGREE B</xf:label>
xf:value3154^VOLUME DEPLETION DISORDER, DEGREE B ^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="114" id="114^OTITIS MEDIA^99DCT">
xf:labelOTITIS MEDIA</xf:label>
xf:value114^OTITIS MEDIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3127" id="3127^LATENT SYPHILIS
UNSPECIFIED, SEXUALLY TRANSMITTED^99DCT">
xf:labelLATENT SYPHILIS UNSPECIFIED, SEXUALLY
TRANSMITTED</xf:label>
xf:value3127^LATENT SYPHILIS UNSPECIFIED, SEXUALLY
TRANSMITTED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="46" id="46^PREGNANCY, ECTOPIC^99DCT">
xf:labelPREGNANCY, ECTOPIC</xf:label>
xf:value46^PREGNANCY, ECTOPIC^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3152" id="3152^AMEBIASIS
UNSPECIFIED^99DCT">
xf:labelAMEBIASIS UNSPECIFIED</xf:label>
xf:value3152^AMEBIASIS UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1928" id="1928^HYDROCOELE^99DCT">
xf:labelHYDROCOELE</xf:label>
xf:value1928^HYDROCOELE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3157" id="3157^INTESTINAL PARASITISM,
UNSPECIFIED^99DCT">
xf:labelINTESTINAL PARASITISM, UNSPECIFIED</xf:label>
xf:value3157^INTESTINAL PARASITISM, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3142" id="3142^OTHER DISEASES OF LUNG
NOT ELSEWHERE CLASSIFIED^99DCT">
xf:labelOTHER DISEASES OF LUNG NOT ELSEWHERE CLASSIFIED</
xf:label>
xf:value3142^OTHER DISEASES OF LUNG NOT ELSEWHERE
CLASSIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1976" id="1976^INTERNAL INJURY^99DCT">
xf:labelINTERNAL INJURY</xf:label>
xf:value1976^INTERNAL INJURY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1987" id="1987^GUNSHOT
UNSPECIFIED^99DCT">
xf:labelGUNSHOT UNSPECIFIED</xf:label>
xf:value1987^GUNSHOT UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1978" id="1978^INJURY TO NERVE^99DCT">
xf:labelINJURY TO NERVE</xf:label>
xf:value1978^INJURY TO NERVE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1974" id="1974^TRAUMA, CHEST^99DCT">
xf:labelTRAUMA, CHEST</xf:label>
xf:value1974^TRAUMA, CHEST^99DCT</xf:value>
</xf:item>
<xf:item concept_id="135" id="135^BURN^99DCT">
xf:labelBURN</xf:label>
xf:value135^BURN^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1979" id="1979^TRAUMA, SPINAL
CORD^99DCT">
xf:labelTRAUMA, SPINAL CORD</xf:label>
xf:value1979^TRAUMA, SPINAL CORD^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1983" id="1983^FX LOWER LIMB NEC-
CLOSED^99DCT">
xf:labelFX LOWER LIMB NEC-CLOSED</xf:label>
xf:value1983^FX LOWER LIMB NEC-CLOSED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1981" id="1981^FRACTURE OF UNSPECIFIED
BONE (CLOSED)^99DCT">
xf:labelFRACTURE OF UNSPECIFIED BONE (CLOSED)</xf:label>
xf:value1981^FRACTURE OF UNSPECIFIED BONE
(CLOSED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1917" id="1917^ASCITES^99DCT">
xf:labelASCITES</xf:label>
xf:value1917^ASCITES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1936" id="1936^ADENOPATHY^99DCT">
xf:labelADENOPATHY</xf:label>
xf:value1936^ADENOPATHY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1893" id="1893^SEPTIC SHOCK^99DCT">
xf:labelSEPTIC SHOCK</xf:label>
xf:value1893^SEPTIC SHOCK^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1984" id="1984^TIBIA FRACTURE
(CLOSED)^99DCT">
xf:labelTIBIA FRACTURE (CLOSED)</xf:label>
xf:value1984^TIBIA FRACTURE (CLOSED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1982" id="1982^ARM FRACTURE
(CLOSED)^99DCT">
xf:labelARM FRACTURE (CLOSED)</xf:label>
xf:value1982^ARM FRACTURE (CLOSED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1985" id="1985^FRACTURE RIB NOS-
CLOSED^99DCT">
xf:labelFRACTURE RIB NOS-CLOSED</xf:label>
xf:value1985^FRACTURE RIB NOS-CLOSED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1973" id="1973^WASTING SYND/
CACHEXIA^99DCT">
xf:labelWASTING SYND/CACHEXIA</xf:label>
xf:value1973^WASTING SYND/CACHEXIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1890" id="1890^EDMA^99DCT">
xf:labelEDMA</xf:label>
xf:value1890^EDMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1997" id="1997^FEVER^99DCT">
xf:labelFEVER</xf:label>
xf:value1997^FEVER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2017" id="2017^NEWBORN
INFECTION^99DCT">
xf:labelNEWBORN INFECTION</xf:label>
xf:value2017^NEWBORN INFECTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1889" id="1889^CARDIAC MURMUR^99DCT">
xf:labelCARDIAC MURMUR</xf:label>
xf:value1889^CARDIAC MURMUR^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1894" id="1894^PALPITATION^99DCT">
xf:labelPALPITATION</xf:label>
xf:value1894^PALPITATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="620" id="620^HEADACHE^99DCT">
xf:labelHEADACHE</xf:label>
xf:value620^HEADACHE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1915" id="1915^JAUNDICE^99DCT">
xf:labelJAUNDICE</xf:label>
xf:value1915^JAUNDICE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1977" id="1977^INJURY,
UNSPECIFIED^99DCT">
xf:labelINJURY, UNSPECIFIED</xf:label>
xf:value1977^INJURY, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2000" id="2000^VIRAL
INFECTIONS^99DCT">
xf:labelVIRAL INFECTIONS</xf:label>
xf:value2000^VIRAL INFECTIONS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2020" id="2020^VARICELLA/ZOSTER^99DCT">
xf:labelVARICELLA/ZOSTER</xf:label>
xf:value2020^VARICELLA/ZOSTER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2021" id="2021^SYPHILIS POSITIVE
(RPR)^99DCT">
xf:labelSYPHILIS POSITIVE (RPR)</xf:label>
xf:value2021^SYPHILIS POSITIVE (RPR)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2010" id="2010^GRANULOMA
INGUINALE^99DCT">
xf:labelGRANULOMA INGUINALE</xf:label>
xf:value2010^GRANULOMA INGUINALE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2001" id="2001^GONOCOCCAL
INFECTION^99DCT">
xf:labelGONOCOCCAL INFECTION</xf:label>
xf:value2001^GONOCOCCAL INFECTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1967" id="1967^DERMATOPHYTOSIS^99DCT">
xf:labelDERMATOPHYTOSIS</xf:label>
xf:value1967^DERMATOPHYTOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2018" id="2018^LEPTOSPIROSIS,
UNSPECIFIED^99DCT">
xf:labelLEPTOSPIROSIS, UNSPECIFIED</xf:label>
xf:value2018^LEPTOSPIROSIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2005" id="2005^TOXOPLASMOSIS,
UNSPECIFIED^99DCT">
xf:labelTOXOPLASMOSIS, UNSPECIFIED</xf:label>
xf:value2005^TOXOPLASMOSIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2003" id="2003^CANDIDIASIS,
UNSPECIFIED^99DCT">
xf:labelCANDIDIASIS, UNSPECIFIED</xf:label>
xf:value2003^CANDIDIASIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1807" id="1807^PHTHIRUS PUBIS [PUBIC
LOUSE]^99DCT">
xf:labelPHTHIRUS PUBIS [PUBIC LOUSE]</xf:label>
xf:value1807^PHTHIRUS PUBIS [PUBIC LOUSE]^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1988" id="1988^VAGINITIS^99DCT">
xf:labelVAGINITIS</xf:label>
xf:value1988^VAGINITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="42" id="42^PULMONARY TB^99DCT">
xf:labelPULMONARY TB</xf:label>
xf:value42^PULMONARY TB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1899" id="1899^ASTHMA
UNSPECIFIED^99DCT">
xf:labelASTHMA UNSPECIFIED</xf:label>
xf:value1899^ASTHMA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2011" id="2011^PLEURAL
TUBERCULOSIS^99DCT">
xf:labelPLEURAL TUBERCULOSIS</xf:label>
xf:value2011^PLEURAL TUBERCULOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2022" id="2022^MILIARY TUBERCULOSIS,
UNSPECIFIED^99DCT">
xf:labelMILIARY TUBERCULOSIS, UNSPECIFIED</xf:label>
xf:value2022^MILIARY TUBERCULOSIS, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2007" id="2007^TETANUS^99DCT">
xf:labelTETANUS</xf:label>
xf:value2007^TETANUS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2008" id="2008^SEPSIS^99DCT">
xf:labelSEPSIS</xf:label>
xf:value2008^SEPSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1999" id="1999^BACT:INFECTION^99DCT">
xf:labelBACT:INFECTION</xf:label>
xf:value1999^BACT:INFECTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2013" id="2013^AIDS^99DCT">
xf:labelAIDS</xf:label>
xf:value2013^AIDS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1950" id="1950^UNSPECIFIED NON-
ARTHROPOD-BORNE VIRAL DISEASES OF CENTRAL NERVOUS SYSTEM^99DCT">
xf:labelUNSPECIFIED NON-ARTHROPOD-BORNE VIRAL DISEASES
OF CENTRAL NERVOUS SYSTEM</xf:label>
xf:value1950^UNSPECIFIED NON-ARTHROPOD-BORNE VIRAL
DISEASES OF CENTRAL NERVOUS SYSTEM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3177" id="3177^URINARY RETENTION
^99DCT">
xf:labelURINARY RETENTION</xf:label>
xf:value3177^URINARY RETENTION ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1949" id="1949^MENINGITIS,
UNSPECIFIED^99DCT">
xf:labelMENINGITIS, UNSPECIFIED</xf:label>
xf:value1949^MENINGITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3180" id="3180^NEPHRPTIC SYNDROME WITH
UNSPECIFIED PATHOLOGICAL LESION IN KIDNEY^99DCT">
xf:labelNEPHRPTIC SYNDROME WITH UNSPECIFIED PATHOLOGICAL
LESION IN KIDNEY</xf:label>
xf:value3180^NEPHRPTIC SYNDROME WITH UNSPECIFIED
PATHOLOGICAL LESION IN KIDNEY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1938" id="1938^UNSPECIFIED DISORDER OF
THYROID^99DCT">
xf:labelUNSPECIFIED DISORDER OF THYROID</xf:label>
xf:value1938^UNSPECIFIED DISORDER OF THYROID^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3183" id="3183^ACUTE
PYELONEPHRITIS^99DCT">
xf:labelACUTE PYELONEPHRITIS</xf:label>
xf:value3183^ACUTE PYELONEPHRITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1919" id="1919^CANCER, DIGESTIVE
SYSTEM^99DCT">
xf:labelCANCER, DIGESTIVE SYSTEM</xf:label>
xf:value1919^CANCER, DIGESTIVE SYSTEM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3191" id="3191^MILD OR UNSPECIFIED PRE-
ECLAMPSIA^99DCT">
xf:labelMILD OR UNSPECIFIED PRE-ECLAMPSIA</xf:label>
xf:value3191^MILD OR UNSPECIFIED PRE-ECLAMPSIA^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3174" id="3174^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED,PRENATAL III^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL III</xf:label>
xf:value3174^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL III^99DCT</xf:value>
</xf:item>
<xf:item concept_id="141" id="141^TYPHOID FEVER^99DCT">
xf:labelTYPHOID FEVER</xf:label>
xf:value141^TYPHOID FEVER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1930" id="1930^IRON DEFICIENCY ANEMIA,
UNSPECIFIED^99DCT">
xf:labelIRON DEFICIENCY ANEMIA, UNSPECIFIED</xf:label>
xf:value1930^IRON DEFICIENCY ANEMIA, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3173" id="3173^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED,PRENATAL II^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL II</xf:label>
xf:value3173^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL II^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1972" id="1972^NUTRITIONAL
MARASMUS^99DCT">
xf:labelNUTRITIONAL MARASMUS</xf:label>
xf:value1972^NUTRITIONAL MARASMUS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3" id="3^ANEMIA UNSPECIFIED^99DCT">
xf:labelANEMIA UNSPECIFIED</xf:label>
xf:value3^ANEMIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1963" id="1963^OTHER BACKGROUND
RETINOPATHY AND RETINAL VASCULAR CHANGES^99DCT">
xf:labelOTHER BACKGROUND RETINOPATHY AND RETINAL
VASCULAR CHANGES</xf:label>
xf:value1963^OTHER BACKGROUND RETINOPATHY AND RETINAL
VASCULAR CHANGES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="903" id="903^HYPERTENSION^99DCT">
xf:labelHYPERTENSION</xf:label>
xf:value903^HYPERTENSION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1951" id="1951^PARALYSIS,
UNSPECIFIED^99DCT">
xf:labelPARALYSIS, UNSPECIFIED</xf:label>
xf:value1951^PARALYSIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3171" id="3171^CONCUSSION,
UNSPECIFIED^99DCT">
xf:labelCONCUSSION, UNSPECIFIED</xf:label>
xf:value3171^CONCUSSION, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1947" id="1947^PARALYSIS
AGITANS^99DCT">
xf:labelPARALYSIS AGITANS</xf:label>
xf:value1947^PARALYSIS AGITANS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1800" id="1800^COMA^99DCT">
xf:labelCOMA</xf:label>
xf:value1800^COMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1943" id="1943^CONFUSION/
ENCEPHALOPATHY^99DCT">
xf:labelCONFUSION/ENCEPHALOPATHY</xf:label>
xf:value1943^CONFUSION/ENCEPHALOPATHY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3192" id="3192^ECLAMPSIA COMPLICATING
PREGNANCY CHILDBIRTH OR THE PUERPERIUM COMPLICATION OF PREGNANCY
DELIVERY AND PUERPERIUM^99DCT">
xf:labelECLAMPSIA COMPLICATING PREGNANCY CHILDBIRTH OR
THE PUERPERIUM COMPLICATION OF PREGNANCY DELIVERY AND PUERPERIUM</
xf:label>
xf:value3192^ECLAMPSIA COMPLICATING PREGNANCY CHILDBIRTH
OR THE PUERPERIUM COMPLICATION OF PREGNANCY DELIVERY AND
PUERPERIUM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3172" id="3172^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED,PRENATAL I^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL I</xf:label>
xf:value3172^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL I^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3069" id="3069^ASTIGMATIS^99DCT">
xf:labelASTIGMATIS</xf:label>
xf:value3069^ASTIGMATIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1942" id="1942^HYSTERIA,
UNSPECIFIED^99DCT">
xf:labelHYSTERIA, UNSPECIFIED</xf:label>
xf:value1942^HYSTERIA, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1961" id="1961^UNSPECIFIED
CATARACT^99DCT">
xf:labelUNSPECIFIED CATARACT</xf:label>
xf:value1961^UNSPECIFIED CATARACT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1796" id="1796^KWASHIORKOR^99DCT">
xf:labelKWASHIORKOR</xf:label>
xf:value1796^KWASHIORKOR^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1962" id="1962^UNSPECIFIED
GLAUCOMA^99DCT">
xf:labelUNSPECIFIED GLAUCOMA</xf:label>
xf:value1962^UNSPECIFIED GLAUCOMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3190" id="3190^AQUIRED IMMUNODEFICIENCY
SYNDROME UNSPECIFIED^99DCT">
xf:labelAQUIRED IMMUNODEFICIENCY SYNDROME UNSPECIFIED</
xf:label>
xf:value3190^AQUIRED IMMUNODEFICIENCY SYNDROME
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1945" id="1945^EPILEPSY,
UNSPECIFIED^99DCT">
xf:labelEPILEPSY, UNSPECIFIED</xf:label>
xf:value1945^EPILEPSY, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2012" id="2012^PNEUMOCYSTOSIS^99DCT">
xf:labelPNEUMOCYSTOSIS</xf:label>
xf:value2012^PNEUMOCYSTOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3185" id="3185^OTHER DISEASES OF UPPER
RESPIRATORY TRACT^99DCT">
xf:labelOTHER DISEASES OF UPPER RESPIRATORY TRACT</
xf:label>
xf:value3185^OTHER DISEASES OF UPPER RESPIRATORY
TRACT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="10" id="10^BRONCHITIS, ACUTE^99DCT">
xf:labelBRONCHITIS, ACUTE</xf:label>
xf:value10^BRONCHITIS, ACUTE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1934" id="1934^CHRONIC LEUKEMIA^99DCT">
xf:labelCHRONIC LEUKEMIA</xf:label>
xf:value1934^CHRONIC LEUKEMIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1991" id="1991^UTERINE FIBROID^99DCT">
xf:labelUTERINE FIBROID</xf:label>
xf:value1991^UTERINE FIBROID^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3210" id="3210^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED, PRENATAL IV + ^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED, PRENATAL IV +</xf:label>
xf:value3210^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED, PRENATAL IV + ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1935" id="1935^OTHER LYMPOMA^99DCT">
xf:labelOTHER LYMPOMA</xf:label>
xf:value1935^OTHER LYMPOMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1933" id="1933^LEUKEMIA ACUTE^99DCT">
xf:labelLEUKEMIA ACUTE</xf:label>
xf:value1933^LEUKEMIA ACUTE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="5334" id="5334^CANDIDIASIS OF MOUTH
^99DCT">
xf:labelCANDIDIASIS OF MOUTH</xf:label>
xf:value5334^CANDIDIASIS OF MOUTH ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3144" id="3144^HEART FAILURE
UNSPECIFIED^99DCT">
xf:labelHEART FAILURE UNSPECIFIED</xf:label>
xf:value3144^HEART FAILURE UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="117" id="117^OTHER AND UNSPECIFIED
CONJUNCTIVITIS^99DCT">
xf:labelOTHER AND UNSPECIFIED CONJUNCTIVITIS</xf:label>
xf:value117^OTHER AND UNSPECIFIED CONJUNCTIVITIS^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="43" id="43^PNEUMONIA
UNSPECIFIED^99DCT">
xf:labelPNEUMONIA UNSPECIFIED</xf:label>
xf:value43^PNEUMONIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="5995" id="5995^URETHRAL
DISCHARGE^99DCT">
xf:labelURETHRAL DISCHARGE</xf:label>
xf:value5995^URETHRAL DISCHARGE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3068" id="3068^BLEPHARITIS,
UNSPECIFIED^99DCT">
xf:labelBLEPHARITIS, UNSPECIFIED</xf:label>
xf:value3068^BLEPHARITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="891" id="891^PERTUSSIS^99DCT">
xf:labelPERTUSSIS</xf:label>
xf:value891^PERTUSSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="16" id="16^DIARRHEA OF PRESUMED
INFECTIOUS ORIGIN^99DCT">
xf:labelDIARRHEA OF PRESUMED INFECTIOUS ORIGIN</
xf:label>
xf:value16^DIARRHEA OF PRESUMED INFECTIOUS ORIGIN^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3165" id="3165^ACUTE LARYNGITIS^99DCT">
xf:labelACUTE LARYNGITIS</xf:label>
xf:value3165^ACUTE LARYNGITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1883" id="1883^CORONARY
ATHEROSCLEROSIS^99DCT">
xf:labelCORONARY ATHEROSCLEROSIS</xf:label>
xf:value1883^CORONARY ATHEROSCLEROSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3168" id="3168^UNSPECIFIED
ARTHROPATHY^99DCT">
xf:labelUNSPECIFIED ARTHROPATHY</xf:label>
xf:value3168^UNSPECIFIED ARTHROPATHY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1885" id="1885^RHEUMATIC DISEASES OF
ENDOCARDIUM, VALVE UNSPECIFIED^99DCT">
xf:labelRHEUMATIC DISEASES OF ENDOCARDIUM, VALVE
UNSPECIFIED</xf:label>
xf:value1885^RHEUMATIC DISEASES OF ENDOCARDIUM, VALVE
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1136" id="1136^PULMONARY
EFFUSION^99DCT">
xf:labelPULMONARY EFFUSION</xf:label>
xf:value1136^PULMONARY EFFUSION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1886" id="1886^OTHER PRIMARY
CARDIOMYOPATHIES^99DCT">
xf:labelOTHER PRIMARY CARDIOMYOPATHIES</xf:label>
xf:value1886^OTHER PRIMARY CARDIOMYOPATHIES^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1998" id="1998^ANTHRAX
UNSPECIFIED^99DCT">
xf:labelANTHRAX UNSPECIFIED</xf:label>
xf:value1998^ANTHRAX UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="151" id="151^ABDOMINAL PAIN^99DCT">
xf:labelABDOMINAL PAIN</xf:label>
xf:value151^ABDOMINAL PAIN^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3126" id="3126^UNSPECIFIED CHRONIC
BRONCHITIS,BRONCHITIS^99DCT">
xf:labelUNSPECIFIED CHRONIC BRONCHITIS,BRONCHITIS</
xf:label>
xf:value3126^UNSPECIFIED CHRONIC
BRONCHITIS,BRONCHITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3138" id="3138^BRONCHOPNEUMONIA
ORGANISM UNSPECIFIED, VERY BAD^99DCT">
xf:labelBRONCHOPNEUMONIA ORGANISM UNSPECIFIED, VERY BAD</
xf:label>
xf:value3138^BRONCHOPNEUMONIA ORGANISM UNSPECIFIED, VERY
BAD^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1958" id="1958^UNSPECIFIED HEARING
LOSS^99DCT">
xf:labelUNSPECIFIED HEARING LOSS</xf:label>
xf:value1958^UNSPECIFIED HEARING LOSS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3134" id="3134^UNATTENDED DEATH^99DCT">
xf:labelUNATTENDED DEATH</xf:label>
xf:value3134^UNATTENDED DEATH^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1964" id="1964^PAPILLEDEMA^99DCT">
xf:labelPAPILLEDEMA</xf:label>
xf:value1964^PAPILLEDEMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3189" id="3189^OTHER SEVERE PROTEIN-
CALORIE MALNUTRITION^99DCT">
xf:labelOTHER SEVERE PROTEIN-CALORIE MALNUTRITION</
xf:label>
xf:value3189^OTHER SEVERE PROTEIN-CALORIE
MALNUTRITION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3176" id="3176^RELAPSING FEVER^99DCT">
xf:labelRELAPSING FEVER</xf:label>
xf:value3176^RELAPSING FEVER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3188" id="3188^MALNUTRITION WITH
MODERATE DEGREE^99DCT">
xf:labelMALNUTRITION WITH MODERATE DEGREE</xf:label>
xf:value3188^MALNUTRITION WITH MODERATE DEGREE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="123" id="123^MALARIA
UNSPECIFIED^99DCT">
xf:labelMALARIA UNSPECIFIED</xf:label>
xf:value123^MALARIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1959" id="1959^UNQUALIFIED VISUAL LOSS,
BOTH EYES^99DCT">
xf:labelUNQUALIFIED VISUAL LOSS, BOTH EYES</xf:label>
xf:value1959^UNQUALIFIED VISUAL LOSS, BOTH EYES^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3133" id="3133^UNSPECIFIED SYMPTOM
ASSSOCIATED WITH FEMALE GENITAL ORGANS^99DCT">
xf:labelUNSPECIFIED SYMPTOM ASSSOCIATED WITH FEMALE
GENITAL ORGANS</xf:label>
xf:value3133^UNSPECIFIED SYMPTOM ASSSOCIATED WITH FEMALE
GENITAL ORGANS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="134" id="134^CELLULITIS AND ABCESS OF
UNSPECIFIED SITES^99DCT">
xf:labelCELLULITIS AND ABCESS OF UNSPECIFIED SITES</
xf:label>
xf:value134^CELLULITIS AND ABCESS OF UNSPECIFIED
SITES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1905" id="1905^ESOPHAGITIS^99DCT">
xf:labelESOPHAGITIS</xf:label>
xf:value1905^ESOPHAGITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3150" id="3150^TOOTH ABCESS^99DCT">
xf:labelTOOTH ABCESS</xf:label>
xf:value3150^TOOTH ABCESS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3184" id="3184^SICKEL CELL DISEASE:
VASO-OCCLUSIVE CRISIS^99DCT">
xf:labelSICKEL CELL DISEASE: VASO-OCCLUSIVE CRISIS</
xf:label>
xf:value3184^SICKEL CELL DISEASE: VASO-OCCLUSIVE
CRISIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3186" id="3186^SICKLE-CELL
ANEMIA^99DCT">
xf:labelSICKLE-CELL ANEMIA</xf:label>
xf:value3186^SICKLE-CELL ANEMIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3187" id="3187^MALNUTRITION WITH MILD
DEGREE^99DCT">
xf:labelMALNUTRITION WITH MILD DEGREE</xf:label>
xf:value3187^MALNUTRITION WITH MILD DEGREE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3179" id="3179^LUMBAGO^99DCT">
xf:labelLUMBAGO</xf:label>
xf:value3179^LUMBAGO^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3181" id="3181^CYSTITIS^99DCT">
xf:labelCYSTITIS</xf:label>
xf:value3181^CYSTITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3178" id="3178^ACUTE SINUSITIS^99DCT">
xf:labelACUTE SINUSITIS</xf:label>
xf:value3178^ACUTE SINUSITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3175" id="3175^OTHERS
(CANCER,HYPERTHYROID,ETC.)^99DCT">
xf:labelOTHERS (CANCER,HYPERTHYROID,ETC.)</xf:label>
xf:value3175^OTHERS (CANCER,HYPERTHYROID,ETC.)^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3182" id="3182^URINARY CALCULUS,
UNSPECIFIED^99DCT">
xf:labelURINARY CALCULUS, UNSPECIFIED</xf:label>
xf:value3182^URINARY CALCULUS, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2014" id="2014^CHANCROID^99DCT">
xf:labelCHANCROID</xf:label>
xf:value2014^CHANCROID^99DCT</xf:value>
</xf:item>
<xf:item concept_id="128" id="128^WOUND, DEEP^99DCT">
xf:labelWOUND, DEEP</xf:label>
xf:value128^WOUND, DEEP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3143" id="3143^ACUTE PERICARDITIS
UNSPECIFIED^99DCT">
xf:labelACUTE PERICARDITIS UNSPECIFIED</xf:label>
xf:value3143^ACUTE PERICARDITIS UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="140" id="140^SCABIES^99DCT">
xf:labelSCABIES</xf:label>
xf:value140^SCABIES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3158" id="3158^OTHER DISORDERS OF
INTESTINE^99DCT">
xf:labelOTHER DISORDERS OF INTESTINE</xf:label>
xf:value3158^OTHER DISORDERS OF INTESTINE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3043" id="3043^EXCESSIVE OR FREQUENT
MENSTRUATION^99DCT">
xf:labelEXCESSIVE OR FREQUENT MENSTRUATION</xf:label>
xf:value3043^EXCESSIVE OR FREQUENT MENSTRUATION^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="212" id="212^GASTRIC ULCER^99DCT">
xf:labelGASTRIC ULCER</xf:label>
xf:value212^GASTRIC ULCER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1986" id="1986^WOUND/LACERATION^99DCT">
xf:labelWOUND/LACERATION</xf:label>
xf:value1986^WOUND/LACERATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="29" id="29^HEPATITIS^99DCT">
xf:labelHEPATITIS</xf:label>
xf:value29^HEPATITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1921" id="1921^HYPERPLASIA OF THE
PROSTATE^99DCT">
xf:labelHYPERPLASIA OF THE PROSTATE</xf:label>
xf:value1921^HYPERPLASIA OF THE PROSTATE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1913" id="1913^UNSPECIFIED
PERITONITIS^99DCT">
xf:labelUNSPECIFIED PERITONITIS</xf:label>
xf:value1913^UNSPECIFIED PERITONITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="210" id="210^PEPTIC ULCER
DISEASE^99DCT">
xf:labelPEPTIC ULCER DISEASE</xf:label>
xf:value210^PEPTIC ULCER DISEASE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3145" id="3145^DEEP VEIN
THROMBOSIS^99DCT">
xf:labelDEEP VEIN THROMBOSIS</xf:label>
xf:value3145^DEEP VEIN THROMBOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="63" id="63^MEASLES WITHOUT MENTION OF
COMPLICATION^99DCT">
xf:labelMEASLES WITHOUT MENTION OF COMPLICATION</
xf:label>
xf:value63^MEASLES WITHOUT MENTION OF
COMPLICATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3044" id="3044^PERIMENOPAUSAL
SYNDROME(HEMORAGIE) ^99DCT">
xf:labelPERIMENOPAUSAL SYNDROME(HEMORAGIE)</xf:label>
xf:value3044^PERIMENOPAUSAL SYNDROME(HEMORAGIE)
^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3146" id="3146^VENOUS (PERIPHERAL)
INSUFFICIENCY, UNSPECIFIED^99DCT">
xf:labelVENOUS (PERIPHERAL) INSUFFICIENCY, UNSPECIFIED</
xf:label>
xf:value3146^VENOUS (PERIPHERAL) INSUFFICIENCY,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3129" id="3129^EPIDIDYMITIS/
ORCHITIS^99DCT">
xf:labelEPIDIDYMITIS/ORCHITIS</xf:label>
xf:value3129^EPIDIDYMITIS/ORCHITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3147" id="3147^CONJUNCTIVAL
XEROSIS^99DCT">
xf:labelCONJUNCTIVAL XEROSIS</xf:label>
xf:value3147^CONJUNCTIVAL XEROSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3130" id="3130^OTHER VENERAL
DISEASES,SEXUALLY TRANSMITTED^99DCT">
xf:labelOTHER VENERAL DISEASES,SEXUALLY TRANSMITTED</
xf:label>
xf:value3130^OTHER VENERAL DISEASES,SEXUALLY
TRANSMITTED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1897" id="1897^BRONCHITIS,
UNSPECIFIED^99DCT">
xf:labelBRONCHITIS, UNSPECIFIED</xf:label>
xf:value1897^BRONCHITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3148" id="3148^UNSPECIFIED DISORDER OF
EYE AND ADNEXA^99DCT">
xf:labelUNSPECIFIED DISORDER OF EYE AND ADNEXA</
xf:label>
xf:value3148^UNSPECIFIED DISORDER OF EYE AND
ADNEXA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1903" id="1903^UNSPECIFIED PLEURAL
EFFUSION^99DCT">
xf:labelUNSPECIFIED PLEURAL EFFUSION</xf:label>
xf:value1903^UNSPECIFIED PLEURAL EFFUSION^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3149" id="3149^ACUTE
TONSILLITIS^99DCT">
xf:labelACUTE TONSILLITIS</xf:label>
xf:value3149^ACUTE TONSILLITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1895" id="1895^OTHER DISEASES OF
PHARYNX^99DCT">
xf:labelOTHER DISEASES OF PHARYNX</xf:label>
xf:value1895^OTHER DISEASES OF PHARYNX^99DCT</xf:value>
</xf:item>
<xf:item concept_id="127" id="127^DYSMENORRHEA^99DCT">
xf:labelDYSMENORRHEA</xf:label>
xf:value127^DYSMENORRHEA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3169" id="3169^OSTOARTHROSIS
UNSPECIFIED WHETHER GENERALIZED OR LOCALIZED^99DCT">
xf:labelOSTOARTHROSIS UNSPECIFIED WHETHER GENERALIZED OR
LOCALIZED</xf:label>
xf:value3169^OSTOARTHROSIS UNSPECIFIED WHETHER
GENERALIZED OR LOCALIZED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1891" id="1891^PERIPHERAL VASCULAR
DISEASE, UNSPECIFIED^99DCT">
xf:labelPERIPHERAL VASCULAR DISEASE, UNSPECIFIED</
xf:label>
xf:value1891^PERIPHERAL VASCULAR DISEASE,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3163" id="3163^PITYRIASIS
VERSICOLOR^99DCT">
xf:labelPITYRIASIS VERSICOLOR</xf:label>
xf:value3163^PITYRIASIS VERSICOLOR^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1892" id="1892^PHLEBITIS AND
THROMBOPHLEBITIS OF LOWER EXTREMITIES, UNSPECIFIE^99DCT">
xf:labelPHLEBITIS AND THROMBOPHLEBITIS OF LOWER
EXTREMITIES, UNSPECIFIE</xf:label>
xf:value1892^PHLEBITIS AND THROMBOPHLEBITIS OF LOWER
EXTREMITIES, UNSPECIFIE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3139" id="3139^SEVERE ASTHMA
CRISIS^99DCT">
xf:labelSEVERE ASTHMA CRISIS</xf:label>
xf:value3139^SEVERE ASTHMA CRISIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1888" id="1888^CONGESTIVE HEART
FAILURE, UNSPECIFIED^99DCT">
xf:labelCONGESTIVE HEART FAILURE, UNSPECIFIED</xf:label>
xf:value1888^CONGESTIVE HEART FAILURE,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3166" id="3166^UNSPECIFIED SITE OF
SPRAIN AND STRAIN^99DCT">
xf:labelUNSPECIFIED SITE OF SPRAIN AND STRAIN</xf:label>
xf:value3166^UNSPECIFIED SITE OF SPRAIN AND
STRAIN^99DCT</xf:value>
</xf:item>
<xf:item concept_id="892" id="892^VARICELLA WITHOUT MENTION
OF COMPLICATION^99DCT">
xf:labelVARICELLA WITHOUT MENTION OF COMPLICATION</
xf:label>
xf:value892^VARICELLA WITHOUT MENTION OF
COMPLICATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1920" id="1920^CYSTITIS,
UNSPECIFIED^99DCT">
xf:labelCYSTITIS, UNSPECIFIED</xf:label>
xf:value1920^CYSTITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3132" id="3132^HYDROCELE
UNSPECIFIED^99DCT">
xf:labelHYDROCELE UNSPECIFIED</xf:label>
xf:value3132^HYDROCELE UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1922" id="1922^URETHRAL STRICTURE,
UNSPECIFIED^99DCT">
xf:labelURETHRAL STRICTURE, UNSPECIFIED</xf:label>
xf:value1922^URETHRAL STRICTURE, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3153" id="3153^VOLUME DEPLETION
DISORDER, DEGREE A^99DCT">
xf:labelVOLUME DEPLETION DISORDER, DEGREE A</xf:label>
xf:value3153^VOLUME DEPLETION DISORDER, DEGREE A^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2025" id="2025^GALLBLADDER
DISEASE^99DCT">
xf:labelGALLBLADDER DISEASE</xf:label>
xf:value2025^GALLBLADDER DISEASE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1925" id="1925^NEPHROLITHIASIS^99DCT">
xf:labelNEPHROLITHIASIS</xf:label>
xf:value1925^NEPHROLITHIASIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3137" id="3137^BRONCHOPNEUMONIA
ORGANISM UNSPECIFIED,BAD,PNEUMONIA^99DCT">
xf:labelBRONCHOPNEUMONIA ORGANISM
UNSPECIFIED,BAD,PNEUMONIA</xf:label>
xf:value3137^BRONCHOPNEUMONIA ORGANISM
UNSPECIFIED,BAD,PNEUMONIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1909" id="1909^BOWEL
OBSTRUCTION^99DCT">
xf:labelBOWEL OBSTRUCTION</xf:label>
xf:value1909^BOWEL OBSTRUCTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3170" id="3170^SCIATICA^99DCT">
xf:labelSCIATICA</xf:label>
xf:value3170^SCIATICA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1916" id="1916^LIVER CIRRHOSIS^99DCT">
xf:labelLIVER CIRRHOSIS</xf:label>
xf:value1916^LIVER CIRRHOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3167" id="3167^PYOGENIC ARTHRITIS
^99DCT">
xf:labelPYOGENIC ARTHRITIS</xf:label>
xf:value3167^PYOGENIC ARTHRITIS ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1902" id="1902^OTHER SPONTANEOUS
PNEUMOTHORAX^99DCT">
xf:labelOTHER SPONTANEOUS PNEUMOTHORAX</xf:label>
xf:value1902^OTHER SPONTANEOUS PNEUMOTHORAX^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="166" id="166^DOG BITE^99DCT">
xf:labelDOG BITE</xf:label>
xf:value166^DOG BITE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1918" id="1918^HERNIA INGUINAL^99DCT">
xf:labelHERNIA INGUINAL</xf:label>
xf:value1918^HERNIA INGUINAL^99DCT</xf:value>
</xf:item>
<xf:item concept_id="6103" id="6103^OSTEOARTHROSIS,
UNSPECIFIED WHETHER GENERALIZED OR LOCALIZED^99DCT">
xf:labelOSTEOARTHROSIS, UNSPECIFIED WHETHER GENERALIZED
OR LOCALIZED</xf:label>
xf:value6103^OSTEOARTHROSIS, UNSPECIFIED WHETHER
GENERALIZED OR LOCALIZED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1910" id="1910^UNSPECIFIED GASTRITIS
AND GASTRODUODENITIS^99DCT">
xf:labelUNSPECIFIED GASTRITIS AND GASTRODUODENITIS</
xf:label>
xf:value1910^UNSPECIFIED GASTRITIS AND
GASTRODUODENITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1957" id="1957^UNSPECIFIED OTITIS
MEDIA^99DCT">
xf:labelUNSPECIFIED OTITIS MEDIA</xf:label>
xf:value1957^UNSPECIFIED OTITIS MEDIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1923"
id="1923^GLOMERULONEPHRITIS^99DCT">
xf:labelGLOMERULONEPHRITIS</xf:label>
xf:value1923^GLOMERULONEPHRITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1924" id="1924^UNSPECIFIED DISORDER OF
URETHRA AND URINARY TRACT^99DCT">
xf:labelUNSPECIFIED DISORDER OF URETHRA AND URINARY
TRACT</xf:label>
xf:value1924^UNSPECIFIED DISORDER OF URETHRA AND URINARY
TRACT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3045" id="3045^ACUTE UPPER RESPIRATORY
INFECTIONS OF UNSPECIFIED SITE^99DCT">
xf:labelACUTE UPPER RESPIRATORY INFECTIONS OF
UNSPECIFIED SITE</xf:label>
xf:value3045^ACUTE UPPER RESPIRATORY INFECTIONS OF
UNSPECIFIED SITE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1900" id="1900^EMPHYSEMA^99DCT">
xf:labelEMPHYSEMA</xf:label>
xf:value1900^EMPHYSEMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1954" id="1954^ARTHRITIS^99DCT">
xf:labelARTHRITIS</xf:label>
xf:value1954^ARTHRITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1911" id="1911^GASTROENTERITIS/
DIARRHEA^99DCT">
xf:labelGASTROENTERITIS/DIARRHEA</xf:label>
xf:value1911^GASTROENTERITIS/DIARRHEA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1901" id="1901^INTERSTITIAL LUNG DIS/
LUNG DIS^99DCT">
xf:labelINTERSTITIAL LUNG DIS/ LUNG DIS</xf:label>
xf:value1901^INTERSTITIAL LUNG DIS/ LUNG DIS^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1932" id="1932^HEREDITARY HEMOLYTIC
ANEMIA, UNSPECIFIED^99DCT">
xf:labelHEREDITARY HEMOLYTIC ANEMIA, UNSPECIFIED</
xf:label>
xf:value1932^HEREDITARY HEMOLYTIC ANEMIA,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="219" id="219^PSYCHOSIS^99DCT">
xf:labelPSYCHOSIS</xf:label>
xf:value219^PSYCHOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1940" id="1940^NEUROSIS^99DCT">
xf:labelNEUROSIS</xf:label>
xf:value1940^NEUROSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1975" id="1975^BRAIN INJURY NEC^99DCT">
xf:labelBRAIN INJURY NEC</xf:label>
xf:value1975^BRAIN INJURY NEC^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1952" id="1952^MONONEUROPATHY,
UNSPECIFIED^99DCT">
xf:labelMONONEUROPATHY, UNSPECIFIED</xf:label>
xf:value1952^MONONEUROPATHY, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1956" id="1956^PYOGEN ARTHRITIS-
UNSPEC^99DCT">
xf:labelPYOGEN ARTHRITIS-UNSPEC</xf:label>
xf:value1956^PYOGEN ARTHRITIS-UNSPEC^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1798" id="1798^CONTUSION OF UNSPECIFIED
SITE^99DCT">
xf:labelCONTUSION OF UNSPECIFIED SITE</xf:label>
xf:value1798^CONTUSION OF UNSPECIFIED SITE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="6107" id="6107^UNSPECIFIED ENDOCRINE
DISORDER^99DCT">
xf:labelUNSPECIFIED ENDOCRINE DISORDER</xf:label>
xf:value6107^UNSPECIFIED ENDOCRINE DISORDER^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1927" id="1927^NEPHROTIC SYNDROME WITH
UNSPECIFIED PATHOLOGICAL LESION IN KIDNEY^99DCT">
xf:labelNEPHROTIC SYNDROME WITH UNSPECIFIED PATHOLOGICAL
LESION IN KIDNEY</xf:label>
xf:value1927^NEPHROTIC SYNDROME WITH UNSPECIFIED
PATHOLOGICAL LESION IN KIDNEY^99DCT</xf:value>
</xf:item>
</xf:select1>
</xf:repeat>
</xf:group>
<xf:input bind="money_paid">
xf:labelMONEY PAID</xf:label>
xf:hintMoney a patient pays at the dispensary.</xf:hint>
</xf:input>
<xf:input bind="temperature_c">
xf:labelTEMPERATURE (C)</xf:label>
xf:hintPatient's temperature in degrees centigrade.</xf:hint>
</xf:input>
<xf:input bind="systolic_blood_pressure">
xf:labelSYSTOLIC BLOOD PRESSURE</xf:label>
xf:hintA patient's systolic blood pressure measurement (taken
with a manual cuff in either a sitting or standing position)</xf:hint>
</xf:input>
<xf:input bind="diastolic_blood_pressure">
xf:labelDIASTOLIC BLOOD PRESSURE</xf:label>
xf:hintA patient's diastolic blood pressure measurement (taken
with a manual cuff in either a sitting or standing position)</xf:hint>
</xf:input>
<xf:input bind="weight_kg">
xf:labelWEIGHT (KG)</xf:label>
xf:hintPatient's weight in kilograms.</xf:hint>
</xf:input>
<xf:input bind="return_visit_date">
xf:labelRETURN VISIT DATE</xf:label>
xf:hintPatient is to return on this date</xf:hint>
</xf:input>
<xf:input bind="has_referral_date">
xf:labelHAS REFERRAL DATE</xf:label>
</xf:input>
<xf:input bind="unit_out">
xf:labelUNIT OUT</xf:label>
</xf:input>
<xf:input bind="unit_in">
xf:labelUNIT IN</xf:label>
</xf:input>
</xf:group>
</xf:xforms>

hey james,

we've moved odk clinic v1.0 into a community supported mode. what that
means is that our core team doesn't have the cycles to maintain it.
daniel kayiwa and sam mbugua are doing what they can to keep it going,
but they too are swamped with their fulltime jobs.

there are versions of clinic v1.0 out in the wild that are working
(mvp and msf come to mind), but we still have an open issue for the
community to document what the exact configurations and limitations
are. see http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic
for more.

you may have seen videos of clinic v2.0 which is in use at ampath.
that's a pretty specific tool which i built for their doctors and it's
currently not generic enough for the average user to configure and use
-- that's mostly because the clinical summary module which it uses is
pretty complicated to setup. for that reason, i have not made it
widely available.

i'm working on getting time and money to merge the two code bases into
a v3.0 that will be more useful to everyone, but that process is slow
going. i'm hoping to have something to announce in early 2012, but as
with all things, i can't make any promises.

for now, i've filed your issue at
http://code.google.com/p/opendatakit/issues/detail?id=444. please
follow our progress there.

thanks for your patience,

yaw

··· On Mon, Nov 21, 2011 at 12:47, James Arbaugh wrote: > We are looking to use ODK to collect data for patients, it would then > be stored in OpenMRS. > > I'm having trouble getting things to play nicely together. I've tried > various versions of ODK Collect/Clinic using the Android emulator, > with our implementation of OpenMRS. I have also tried various > versions of the XForms module. What I see on screen casts looks > different from what I see on what I have downloaded in Clinic and > Collect. Can someone point me to the right version of ODK to talk to > OpenMRS. > > We have OpenMRS Version: 1.8.2 Build 21762 in production. > Currently installed are Reporting Compatibility 1.5.4.1, and XForms > 4.0.8. > > The emulator is using Android 2.1 (the same version of the phone that > we want to try). > > When I try ODK Clinic, I see the list of Cohorts, but none of them > download when selected. "Error: inflating: unknown compression > method." The XForms global property "xforms.xformSerializer" is set > to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen > medical history for download, the hospital ward and discharge date. > > When I try ODK Collect, with the Server Type set to "OpenMRS XForm", > when I try to download forms it says, "Sorry, unable to load remote > form list!" I do have a simple XForm on the OpenMRS server. > > Can someone please tell me where to get started and which ODK version > I should be using, and where I can get it. > > Thanks, > James

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and send me the
url?

··· On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh wrote:

We are looking to use ODK to collect data for patients, it would then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together. I've tried
various versions of ODK Collect/Clinic using the Android emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts looks
different from what I see on what I have downloaded in Clinic and
Collect. Can someone point me to the right version of ODK to talk to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the phone that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer" is set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen
medical history for download, the hospital ward and discharge date.

When I try ODK Collect, with the Server Type set to "OpenMRS XForm",
when I try to download forms it says, "Sorry, unable to load remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK version
I should be using, and where I can get it.

Thanks,
James

P.S. the XForm on the server has the following definition...

<?xml version="1.0" encoding="UTF-8"?>

<xf:xforms xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jr="http://
openrosa.org/javarosa">
<xf:model id="openmrs_model">
<xf:instance id="openmrs_model_instance">



<date_entered/>




<patient.birthdate_estimated openmrs_table="patient"
openmrs_attribute="birthdate_estimated"/>
<patient.family_name openmrs_table="patient_name"
openmrs_attribute="family_name"/>
<patient.given_name openmrs_table="patient_name"
openmrs_attribute="given_name"/>
<patient.middle_name openmrs_table="patient_name"
openmrs_attribute="middle_name"/>
<patient.patient_id openmrs_table="patient"
openmrs_attribute="patient_id"/>
<patient.sex openmrs_table="patient"
openmrs_attribute="gender"/>
<patient.birthdate openmrs_table="patient"
openmrs_attribute="birthdate"/>
<patient.tribe openmrs_table="patient"
openmrs_attribute="tribe"/>
<patient_address.address1 openmrs_table="patient_address"
openmrs_attribute="address1"/>
<patient.medical_record_number
openmrs_table="patient_identifier" openmrs_attribute="identifier"/>
<patient_address.address2 openmrs_table="patient_address"
openmrs_attribute="address2"/>


<encounter.encounter_datetime openmrs_table="encounter"
openmrs_attribute="encounter_datetime">'today()'</
encounter.encounter_datetime>
<encounter.location_id openmrs_table="encounter"
openmrs_attribute="location_id">15</encounter.location_id>
<encounter.provider_id openmrs_table="encounter"
openmrs_attribute="provider_id"/>


<money_paid openmrs_concept="1719^MONEY PAID^99DCT"
openmrs_datatype="NM">



</money_paid>
<temperature_c openmrs_concept="5088^TEMPERATURE (C)^99DCT"
openmrs_datatype="NM">



</temperature_c>
<systolic_blood_pressure openmrs_concept="5085^SYSTOLIC
BLOOD PRESSURE^99DCT" openmrs_datatype="NM">



</systolic_blood_pressure>
<diastolic_blood_pressure openmrs_concept="5086^DIASTOLIC
BLOOD PRESSURE^99DCT" openmrs_datatype="NM">



</diastolic_blood_pressure>
<dispensary_medication openmrs_concept="3094^DISPENSARY
MEDICATION^99DCT" openmrs_datatype="ST">
<patient_stage openmrs_concept="3092^PATIENT STAGE^99DCT"
openmrs_datatype="CWE" multiple="0">



</patient_stage>
<medication_code openmrs_concept="3093^MEDICATION
CODE^99DCT" openmrs_datatype="CWE" multiple="0">



</medication_code>
</dispensary_medication>
<weight_kg openmrs_concept="5089^WEIGHT (KG)^99DCT"
openmrs_datatype="NM">



</weight_kg>

<encounter_type openmrs_concept="3100^ENCOUNTER
TYPE^99DCT" openmrs_datatype="CWE" multiple="0">



</encounter_type>
<diagnosis_type openmrs_concept="3104^DIAGNOSIS
TYPE^99DCT" openmrs_datatype="CWE" multiple="0">



</diagnosis_type>
<diagnosis_id openmrs_concept="2879^DIAGNOSIS SET^99DCT"
openmrs_datatype="CWE" multiple="0">



</diagnosis_id>

<return_visit_date openmrs_concept="5096^RETURN VISIT
DATE^99DCT" openmrs_datatype="DT">



</return_visit_date>
<has_referral_date openmrs_concept="3097^HAS REFERRAL DATE
^99DCT" openmrs_datatype="DT">



</has_referral_date>
<unit_out openmrs_concept="3096^UNIT OUT^99DCT"
openmrs_datatype="BIT">



</unit_out>
<unit_in openmrs_concept="3095^UNIT IN^99DCT"
openmrs_datatype="BIT">



</unit_in>



</xf:instance>
<xf:bind id="patient.birthdate_estimated" nodeset="/form/patient/
patient.birthdate_estimated" type="xsd:boolean" locked="true()"/>
<xf:bind id="patient.family_name" nodeset="/form/patient/
patient.family_name" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="familyName"/>
<xf:bind id="patient.given_name" nodeset="/form/patient/
patient.given_name" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="givenName"/>
<xf:bind id="patient.middle_name" nodeset="/form/patient/
patient.middle_name" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="middleName"/>
<xf:bind id="patient.patient_id" nodeset="/form/patient/
patient.patient_id" type="xsd:int" required="true()" visible="false()"
jr:preload="patient" jr:preloadParams="patientId"/>
<xf:bind id="patient.sex" nodeset="/form/patient/patient.sex"
type="xsd:string" locked="true()" jr:preload="patient"
jr:preloadParams="sex"/>
<xf:bind id="patient.birthdate" nodeset="/form/patient/
patient.birthdate" type="xsd:date" locked="true()"
jr:preload="patient" jr:preloadParams="birthDate"/>
<xf:bind id="patient.tribe" nodeset="/form/patient/patient.tribe"
type="xsd:string" locked="true()"/>
<xf:bind id="patient_address.address1" nodeset="/form/patient/
patient_address.address1" type="xsd:string" locked="true()"/>
<xf:bind id="patient.medical_record_number" nodeset="/form/patient/
patient.medical_record_number" type="xsd:string" locked="true()"
jr:preload="patient" jr:preloadParams="patientIdentifier"/>
<xf:bind id="patient_address.address2" nodeset="/form/patient/
patient_address.address2" type="xsd:string" locked="true()"/>
<xf:bind id="encounter.encounter_datetime" nodeset="/form/
encounter/encounter.encounter_datetime" type="xsd:date" constraint=".
<= today()" message="Encounter date cannot be after today"
required="true()"/>
<xf:bind id="encounter.location_id" nodeset="/form/encounter/
encounter.location_id" type="xsd:string" required="true()"/>
<xf:bind id="encounter.provider_id" nodeset="/form/encounter/
encounter.provider_id" type="xsd:string" required="true()"/>
<xf:bind id="money_paid" nodeset="/form/obs/money_paid/value"
constraint=". >= 0.0 and . <= 100.0" message="value should be
between 0.0 and 100.0 inclusive" type="xsd:decimal"/>
<xf:bind id="temperature_c" nodeset="/form/obs/temperature_c/
value" constraint=". >= 25.0 and . <= 43.0" message="value
should be between 25.0 and 43.0 inclusive" type="xsd:decimal"/>
<xf:bind id="systolic_blood_pressure" nodeset="/form/obs/
systolic_blood_pressure/value" constraint=". >= 0 and . <= 150"
message="value should be between 0 and 150 inclusive"
type="xsd:decimal"/>
<xf:bind id="diastolic_blood_pressure" nodeset="/form/obs/
diastolic_blood_pressure/value" constraint=". >= 0 and . <= 150"
message="value should be between 0 and 150 inclusive"
type="xsd:decimal"/>
<xf:bind id="dispensary_medication" nodeset="/form/obs/
dispensary_medication" type="xsd:string"/>
<xf:bind id="patient_stage" nodeset="/form/obs/
dispensary_medication/patient_stage/value" type="xsd:string"/>
<xf:bind id="medication_code" nodeset="/form/obs/
dispensary_medication/medication_code/value" type="xsd:string"/>
<xf:bind id="weight_kg" nodeset="/form/obs/weight_kg/value"
constraint=". >= 0.0 and . <= 250.0" message="value should be
between 0.0 and 250.0 inclusive" type="xsd:decimal"/>
<xf:bind id="diagnosis" nodeset="/form/obs/diagnosis"
type="xsd:string"/>
<xf:bind id="encounter_type" nodeset="/form/obs/diagnosis/
encounter_type/value" type="xsd:string"/>
<xf:bind id="diagnosis_type" nodeset="/form/obs/diagnosis/
diagnosis_type/value" type="xsd:string"/>
<xf:bind id="diagnosis_id" nodeset="/form/obs/diagnosis/
diagnosis_id/value" type="xsd:string"/>
<xf:bind id="return_visit_date" nodeset="/form/obs/
return_visit_date/value" type="xsd:date"/>
<xf:bind id="has_referral_date" nodeset="/form/obs/
has_referral_date/value" type="xsd:date"/>
<xf:bind id="unit_out" nodeset="/form/obs/unit_out/value"
type="xsd:boolean"/>
<xf:bind id="unit_in" nodeset="/form/obs/unit_in/value"
type="xsd:boolean"/>
</xf:model>
<xf:group id="1">
xf:labelPage1</xf:label>
<xf:input bind="patient.birthdate_estimated">
xf:labelBIRTHDATE ESTIMATED</xf:label>
</xf:input>
<xf:input bind="patient.family_name">
xf:labelFAMILY NAME</xf:label>
</xf:input>
<xf:input bind="patient.given_name">
xf:labelGIVEN NAME</xf:label>
</xf:input>
<xf:input bind="patient.middle_name">
xf:labelMIDDLE NAME</xf:label>
</xf:input>
<xf:input bind="patient.patient_id">
xf:labelPATIENT ID</xf:label>
</xf:input>
<xf:input bind="patient.sex">
xf:labelSEX</xf:label>
</xf:input>
<xf:input bind="patient.birthdate">
xf:labelBIRTHDATE</xf:label>
</xf:input>
<xf:input bind="patient.tribe">
xf:labelTRIBE</xf:label>
</xf:input>
<xf:input bind="patient_address.address1">
xf:labelADDRESS1</xf:label>
</xf:input>
<xf:input bind="patient.medical_record_number">
xf:labelMEDICAL RECORD NUMBER</xf:label>
</xf:input>
<xf:input bind="patient_address.address2">
xf:labelADDRESS2</xf:label>
</xf:input>
<xf:input bind="encounter.encounter_datetime">
xf:labelENCOUNTER DATETIME</xf:label>
</xf:input>
<xf:select1 bind="encounter.location_id">
xf:labelLOCATION ID</xf:label>
<xf:item id="10">
xf:labelUF10 - LACHAPELLE [10]</xf:label>
xf:value10</xf:value>
</xf:item>
<xf:item id="11">
xf:labelUF11 - MEDOR [11]</xf:label>
xf:value11</xf:value>
</xf:item>
<xf:item id="12">
xf:labelUF12 - PERODIN [12]</xf:label>
xf:value12</xf:value>
</xf:item>
<xf:item id="13">
xf:labelUF13 - JEAN DENIS [13]</xf:label>
xf:value13</xf:value>
</xf:item>
<xf:item id="14">
xf:labelUF14 - JEAN DENIS [14]</xf:label>
xf:value14</xf:value>
</xf:item>
<xf:item id="3">
xf:labelUF3 - DESARMES [3]</xf:label>
xf:value3</xf:value>
</xf:item>
<xf:item id="6">
xf:labelUF6 - TERNETTE [6]</xf:label>
xf:value6</xf:value>
</xf:item>
<xf:item id="7">
xf:labelUF7 - PETITE RIVIERE ARTIBONITE [7]</xf:label>
xf:value7</xf:value>
</xf:item>
<xf:item id="16">
xf:label11001 - TETE SOUS [16]</xf:label>
xf:value16</xf:value>
</xf:item>
<xf:item id="17">
xf:label11002 - MAHOUE [17]</xf:label>
xf:value17</xf:value>
</xf:item>
<xf:item id="18">
xf:label11003 - BASSE COUR [18]</xf:label>
xf:value18</xf:value>
</xf:item>
<xf:item id="19">
xf:label11004 - BOIS NEUF [19]</xf:label>
xf:value19</xf:value>
</xf:item>
<xf:item id="20">
xf:label11005 - L'ALLEE JOSEE [20]</xf:label>
xf:value20</xf:value>
</xf:item>
<xf:item id="21">
xf:label11006 - MARSEILLE [21]</xf:label>
xf:value21</xf:value>
</xf:item>
<xf:item id="22">
xf:label11007 - ACHIN [22]</xf:label>
xf:value22</xf:value>
</xf:item>
<xf:item id="23">
xf:label11008 - HAUT DIGUE [23]</xf:label>
xf:value23</xf:value>
</xf:item>
<xf:item id="24">
xf:label11010 - ESTRAL [24]</xf:label>
xf:value24</xf:value>
</xf:item>
<xf:item id="25">
xf:label11011 - PAYEN I [25]</xf:label>
xf:value25</xf:value>
</xf:item>
<xf:item id="26">
xf:label11012 - HAUT CANNE [26]</xf:label>
xf:value26</xf:value>
</xf:item>
<xf:item id="27">
xf:label11013 - VILETTE [27]</xf:label>
xf:value27</xf:value>
</xf:item>
<xf:item id="28">
xf:label11014 - PAYEN II [28]</xf:label>
xf:value28</xf:value>
</xf:item>
<xf:item id="29">
xf:label11015 - PAYEN III [29]</xf:label>
xf:value29</xf:value>
</xf:item>
<xf:item id="30">
xf:label11019 - FOND CASTRA II [30]</xf:label>
xf:value30</xf:value>
</xf:item>
<xf:item id="31">
xf:label11020 - CASTRA I [31]</xf:label>
xf:value31</xf:value>
</xf:item>
<xf:item id="32">
xf:label11021 - CASTRA II [32]</xf:label>
xf:value32</xf:value>
</xf:item>
<xf:item id="33">
xf:label11022 - DEZELLE CASTRA [33]</xf:label>
xf:value33</xf:value>
</xf:item>
<xf:item id="34">
xf:label11023 - FOND CASTRA I [34]</xf:label>
xf:value34</xf:value>
</xf:item>
<xf:item id="35">
xf:label11024 - BOIS CASTRA I [35]</xf:label>
xf:value35</xf:value>
</xf:item>
<xf:item id="36">
xf:label11025 - BOIS CASTRA II [36]</xf:label>
xf:value36</xf:value>
</xf:item>
<xf:item id="37">
xf:label11026 - LIANCOURT I [37]</xf:label>
xf:value37</xf:value>
</xf:item>
<xf:item id="38">
xf:label11027 - LIANCOURT II [38]</xf:label>
xf:value38</xf:value>
</xf:item>
<xf:item id="39">
xf:label11028 - LIANCOURT III [39]</xf:label>
xf:value39</xf:value>
</xf:item>
<xf:item id="40">
xf:label11029 - LIANCOURT IV [40]</xf:label>
xf:value40</xf:value>
</xf:item>
<xf:item id="41">
xf:label11030 - LIANCOURT V [41]</xf:label>
xf:value41</xf:value>
</xf:item>
<xf:item id="42">
xf:label11031 - LIANCOURT VI [42]</xf:label>
xf:value42</xf:value>
</xf:item>
<xf:item id="43">
xf:label11032 - LIANCOURT VII [43]</xf:label>
xf:value43</xf:value>
</xf:item>
<xf:item id="44">
xf:label11033 - COMON [44]</xf:label>
xf:value44</xf:value>
</xf:item>
<xf:item id="45">
xf:label11034 - DO COMON [45]</xf:label>
xf:value45</xf:value>
</xf:item>
<xf:item id="46">
xf:label11040 - MASSICOT II [46]</xf:label>
xf:value46</xf:value>
</xf:item>
<xf:item id="47">
xf:label11041 - MASSICOT I [47]</xf:label>
xf:value47</xf:value>
</xf:item>
<xf:item id="48">
xf:label11043 - MAROTTE [48]</xf:label>
xf:value48</xf:value>
</xf:item>
<xf:item id="49">
xf:label11060 - MOREAU LIANCOURT I [49]</xf:label>
xf:value49</xf:value>
</xf:item>
<xf:item id="50">
xf:label11070 - DROUETTE I [50]</xf:label>
xf:value50</xf:value>
</xf:item>
<xf:item id="51">
xf:label11071 - DROUETTE II [51]</xf:label>
xf:value51</xf:value>
</xf:item>
<xf:item id="52">
xf:label11072 - BOIS CHANDELE [52]</xf:label>
xf:value52</xf:value>
</xf:item>
<xf:item id="53">
xf:label11073 - DROUETTE III [53]</xf:label>
xf:value53</xf:value>
</xf:item>
<xf:item id="54">
xf:label11074 - MOREAU LIANCOURT II [54]</xf:label>
xf:value54</xf:value>
</xf:item>
<xf:item id="55">
xf:label11080 - HATTE POTERY [55]</xf:label>
xf:value55</xf:value>
</xf:item>
<xf:item id="56">
xf:label11090 - POTERY [56]</xf:label>
xf:value56</xf:value>
</xf:item>
<xf:item id="57">
xf:label11101 - PONT SONDE [57]</xf:label>
xf:value57</xf:value>
</xf:item>
<xf:item id="58">
xf:label12007 - SOURCE PINOTTE [58]</xf:label>
xf:value58</xf:value>
</xf:item>
<xf:item id="59">
xf:label12008 - NAN DIENDA [59]</xf:label>
xf:value59</xf:value>
</xf:item>
<xf:item id="60">
xf:label12009 - DESCHAPELLES CORRIDOR II [60]</xf:label>
xf:value60</xf:value>
</xf:item>
<xf:item id="61">
xf:label12010 - DESCHAPELLES CITE [61]</xf:label>
xf:value61</xf:value>
</xf:item>
<xf:item id="62">
xf:label12011 - DESCHAPELLES VV [62]</xf:label>
xf:value62</xf:value>
</xf:item>
<xf:item id="63">
xf:label12012 - DESCHAPELLES CORRIDOR I [63]</xf:label>
xf:value63</xf:value>
</xf:item>
<xf:item id="64">
xf:label12013 - DESCHAPELLES VB [64]</xf:label>
xf:value64</xf:value>
</xf:item>
<xf:item id="65">
xf:label12014 - DESCHAPELLES VE [65]</xf:label>
xf:value65</xf:value>
</xf:item>
<xf:item id="66">
xf:label12015 - DESCHAPELLES DM [66]</xf:label>
xf:value66</xf:value>
</xf:item>
<xf:item id="67">
xf:label12016 - A COTE DESCHAPELLES [67]</xf:label>
xf:value67</xf:value>
</xf:item>
<xf:item id="68">
xf:label12017 - DER DESCHAPELLES [68]</xf:label>
xf:value68</xf:value>
</xf:item>
<xf:item id="69">
xf:label12018 - SOURCE MARGUERITE [69]</xf:label>
xf:value69</xf:value>
</xf:item>
<xf:item id="70">
xf:label12019 - LES FORGES [70]</xf:label>
xf:value70</xf:value>
</xf:item>
<xf:item id="71">
xf:label12020 - DODARD VV [71]</xf:label>
xf:value71</xf:value>
</xf:item>
<xf:item id="72">
xf:label12021 - DODARD VB [72]</xf:label>
xf:value72</xf:value>
</xf:item>
<xf:item id="73">
xf:label12022 - JUMELLE [73]</xf:label>
xf:value73</xf:value>
</xf:item>
<xf:item id="74">
xf:label12028 - MORNE CANOT [74]</xf:label>
xf:value74</xf:value>
</xf:item>
<xf:item id="75">
xf:label12029 - HATTE BELANGER [75]</xf:label>
xf:value75</xf:value>
</xf:item>
<xf:item id="76">
xf:label12030 - HATTE BELANGER II [76]</xf:label>
xf:value76</xf:value>
</xf:item>
<xf:item id="77">
xf:label12031 - LA COUR VALMEY [77]</xf:label>
xf:value77</xf:value>
</xf:item>
<xf:item id="78">
xf:label12032 - BOIS D'HOMME TAMPE [78]</xf:label>
xf:value78</xf:value>
</xf:item>
<xf:item id="79">
xf:label12033 - FOND BELANGER [79]</xf:label>
xf:value79</xf:value>
</xf:item>
<xf:item id="80">
xf:label12040 - DESJARDINS [80]</xf:label>
xf:value80</xf:value>
</xf:item>
<xf:item id="81">
xf:label12041 - PONT PAREMONT [81]</xf:label>
xf:value81</xf:value>
</xf:item>
<xf:item id="82">
xf:label12042 - FERE [82]</xf:label>
xf:value82</xf:value>
</xf:item>
<xf:item id="83">
xf:label12050 - MOREAU DES ILES [83]</xf:label>
xf:value83</xf:value>
</xf:item>
<xf:item id="84">
xf:label12051 - BOIS BLANC [84]</xf:label>
xf:value84</xf:value>
</xf:item>
<xf:item id="85">
xf:label12060 - MORNE CHARLES [85]</xf:label>
xf:value85</xf:value>
</xf:item>
<xf:item id="86">
xf:label12061 - CA CHARLES [86]</xf:label>
xf:value86</xf:value>
</xf:item>
<xf:item id="87">
xf:label12070 - MARECAGE [87]</xf:label>
xf:value87</xf:value>
</xf:item>
<xf:item id="88">
xf:label12071 - DER. MARECAGE [88]</xf:label>
xf:value88</xf:value>
</xf:item>
<xf:item id="89">
xf:label12078 - CA VERRETTES [89]</xf:label>
xf:value89</xf:value>
</xf:item>
<xf:item id="90">
xf:label12080 - ANGER I [90]</xf:label>
xf:value90</xf:value>
</xf:item>
<xf:item id="91">
xf:label12081 - ANGER II [91]</xf:label>
xf:value91</xf:value>
</xf:item>
<xf:item id="92">
xf:label12090 - HATTE BOREL [92]</xf:label>
xf:value92</xf:value>
</xf:item>
<xf:item id="93">
xf:label12091 - VERRETTES [93]</xf:label>
xf:value93</xf:value>
</xf:item>
<xf:item id="94">
xf:label12092 - VERRETTES [94]</xf:label>
xf:value94</xf:value>
</xf:item>
<xf:item id="95">
xf:label12093 - HAUT VERRETTES [95]</xf:label>
xf:value95</xf:value>
</xf:item>
<xf:item id="96">
xf:label12095 - REPLOU [96]</xf:label>
xf:value96</xf:value>
</xf:item>
<xf:item id="97">
xf:label12096 - MASSEAU [97]</xf:label>
xf:value97</xf:value>
</xf:item>
<xf:item id="98">
xf:label12110 - BOREL [98]</xf:label>
xf:value98</xf:value>
</xf:item>
<xf:item id="99">
xf:label12111 - BOREL [99]</xf:label>
xf:value99</xf:value>
</xf:item>
<xf:item id="100">
xf:label12118 - COUPON I [100]</xf:label>
xf:value100</xf:value>
</xf:item>
<xf:item id="101">
xf:label12119 - COUPON II [101]</xf:label>
xf:value101</xf:value>
</xf:item>
<xf:item id="102">
xf:label12120 - COUPON III [102]</xf:label>
xf:value102</xf:value>
</xf:item>
<xf:item id="103">
xf:label12121 - BOIS CORNE [103]</xf:label>
xf:value103</xf:value>
</xf:item>
<xf:item id="104">
xf:label12130 - BELANGER [104]</xf:label>
xf:value104</xf:value>
</xf:item>
<xf:item id="105">
xf:label12140 - CHANEL [105]</xf:label>
xf:value105</xf:value>
</xf:item>
<xf:item id="106">
xf:label12141 - MIRAULT [106]</xf:label>
xf:value106</xf:value>
</xf:item>
<xf:item id="107">
xf:label12142 - CHANDELLE [107]</xf:label>
xf:value107</xf:value>
</xf:item>
<xf:item id="108">
xf:label12143 - TI CHANDELLE [108]</xf:label>
xf:value108</xf:value>
</xf:item>
<xf:item id="109">
xf:label12150 - SAVARY [109]</xf:label>
xf:value109</xf:value>
</xf:item>
<xf:item id="110">
xf:label12151 - TI ROCHER [110]</xf:label>
xf:value110</xf:value>
</xf:item>
<xf:item id="111">
xf:label12160 - ROSALIE [111]</xf:label>
xf:value111</xf:value>
</xf:item>
<xf:item id="112">
xf:label12161 - COQUILLOT II [112]</xf:label>
xf:value112</xf:value>
</xf:item>
<xf:item id="113">
xf:label12162 - TITON [113]</xf:label>
xf:value113</xf:value>
</xf:item>
<xf:item id="114">
xf:label12163 - RAYMONETTE [114]</xf:label>
xf:value114</xf:value>
</xf:item>
<xf:item id="115">
xf:label12164 - RONDO [115]</xf:label>
xf:value115</xf:value>
</xf:item>
<xf:item id="116">
xf:label12165 - COQUILLOT I [116]</xf:label>
xf:value116</xf:value>
</xf:item>
<xf:item id="117">
xf:label12170 - CHANCLOTTE [117]</xf:label>
xf:value117</xf:value>
</xf:item>
<xf:item id="118">
xf:label12171 - NAN CASE [118]</xf:label>
xf:value118</xf:value>
</xf:item>
<xf:item id="119">
xf:label12180 - JEANTON [119]</xf:label>
xf:value119</xf:value>
</xf:item>
<xf:item id="120">
xf:label14013 - CA BOIS [120]</xf:label>
xf:value120</xf:value>
</xf:item>
<xf:item id="121">
xf:label14014 - SAINTONGE [121]</xf:label>
xf:value121</xf:value>
</xf:item>
<xf:item id="122">
xf:label14015 - LEVEQUE [122]</xf:label>
xf:value122</xf:value>
</xf:item>
<xf:item id="123">
xf:label14020 - DOUBLETTE [123]</xf:label>
xf:value123</xf:value>
</xf:item>
<xf:item id="124">
xf:label14031 - BIDEAU [124]</xf:label>
xf:value124</xf:value>
</xf:item>
<xf:item id="125">
xf:label14032 - GAUDIN [125]</xf:label>
xf:value125</xf:value>
</xf:item>
<xf:item id="126">
xf:label14041 - TIENNE [126]</xf:label>
xf:value126</xf:value>
</xf:item>
<xf:item id="127">
xf:label14051 - DRICE [127]</xf:label>
xf:value127</xf:value>
</xf:item>
<xf:item id="128">
xf:label14061 - TERRE ROUGE [128]</xf:label>
xf:value128</xf:value>
</xf:item>
<xf:item id="129">
xf:label14064 - TUF GODFOI [129]</xf:label>
xf:value129</xf:value>
</xf:item>
<xf:item id="130">
xf:label14072 - BERNARD [130]</xf:label>
xf:value130</xf:value>
</xf:item>
<xf:item id="131">
xf:label14075 - BOIS BERNARD [131]</xf:label>
xf:value131</xf:value>
</xf:item>
<xf:item id="132">
xf:label14076 - SALEAU [132]</xf:label>
xf:value132</xf:value>
</xf:item>
<xf:item id="133">
xf:label14077 - VIEUX CAILLE [133]</xf:label>
xf:value133</xf:value>
</xf:item>
<xf:item id="134">
xf:label14078 - VERRETTES [134]</xf:label>
xf:value134</xf:value>
</xf:item>
<xf:item id="135">
xf:label14121 - ANTOINE [135]</xf:label>
xf:value135</xf:value>
</xf:item>
<xf:item id="136">
xf:label14122 - FOND ROUE [136]</xf:label>
xf:value136</xf:value>
</xf:item>
<xf:item id="137">
xf:label14130 - CA HUIT I [137]</xf:label>
xf:value137</xf:value>
</xf:item>
<xf:item id="138">
xf:label14131 - CA JULES [138]</xf:label>
xf:value138</xf:value>
</xf:item>
<xf:item id="139">
xf:label14132 - DUCOIN [139]</xf:label>
xf:value139</xf:value>
</xf:item>
<xf:item id="140">
xf:label14133 - NAN TETARD [140]</xf:label>
xf:value140</xf:value>
</xf:item>
<xf:item id="141">
xf:label14135 - CA HUIT II [141]</xf:label>
xf:value141</xf:value>
</xf:item>
<xf:item id="142">
xf:label14136 - DEZILE [142]</xf:label>
xf:value142</xf:value>
</xf:item>
<xf:item id="143">
xf:label14140 - CAZEAU [143]</xf:label>
xf:value143</xf:value>
</xf:item>
<xf:item id="144">
xf:label14141 - CADUC [144]</xf:label>
xf:value144</xf:value>
</xf:item>
<xf:item id="145">
xf:label14142 - LACROIX [145]</xf:label>
xf:value145</xf:value>
</xf:item>
<xf:item id="146">
xf:label14143 - PIECE YOUNE [146]</xf:label>
xf:value146</xf:value>
</xf:item>
<xf:item id="147">
xf:label14150 - GABRIEL PALMISTE [147]</xf:label>
xf:value147</xf:value>
</xf:item>
<xf:item id="148">
xf:label14151 - SOUS BELAIRE [148]</xf:label>
xf:value148</xf:value>
</xf:item>
<xf:item id="149">
xf:label14152 - L'ESPERANCE [149]</xf:label>
xf:value149</xf:value>
</xf:item>
<xf:item id="150">
xf:label14153 - NAN BOIS D'HOMME [150]</xf:label>
xf:value150</xf:value>
</xf:item>
<xf:item id="151">
xf:label14160 - L'EPINARD I [151]</xf:label>
xf:value151</xf:value>
</xf:item>
<xf:item id="152">
xf:label14161 - L'EPINARD II [152]</xf:label>
xf:value152</xf:value>
</xf:item>
<xf:item id="153">
xf:label14162 - ROPISSA [153]</xf:label>
xf:value153</xf:value>
</xf:item>
<xf:item id="154">
xf:label14164 - HERVE [154]</xf:label>
xf:value154</xf:value>
</xf:item>
<xf:item id="155">
xf:label14180 - CHAMPION [155]</xf:label>
xf:value155</xf:value>
</xf:item>
<xf:item id="156">
xf:label14182 - YOBE II [156]</xf:label>
xf:value156</xf:value>
</xf:item>
<xf:item id="157">
xf:label14183 - DEGAGE [157]</xf:label>
xf:value157</xf:value>
</xf:item>
<xf:item id="158">
xf:label14184 - VERRIER [158]</xf:label>
xf:value158</xf:value>
</xf:item>
<xf:item id="159">
xf:label14185 - YOBE I [159]</xf:label>
xf:value159</xf:value>
</xf:item>
<xf:item id="160">
xf:label14190 - MANCEAU [160]</xf:label>
xf:value160</xf:value>
</xf:item>
<xf:item id="161">
xf:label14191 - DUBOURG [161]</xf:label>
xf:value161</xf:value>
</xf:item>
<xf:item id="162">
xf:label14192 - JASMIN [162]</xf:label>
xf:value162</xf:value>
</xf:item>
<xf:item id="163">
xf:label14200 - DESJARDINS [163]</xf:label>
xf:value163</xf:value>
</xf:item>
<xf:item id="164">
xf:label14201 - MOREL [164]</xf:label>
xf:value164</xf:value>
</xf:item>
<xf:item id="165">
xf:label14202 - DIDIER [165]</xf:label>
xf:value165</xf:value>
</xf:item>
<xf:item id="166">
xf:label15008 - ACHIN II [166]</xf:label>
xf:value166</xf:value>
</xf:item>
<xf:item id="167">
xf:label15009 - MICHEL VIELLOT II [167]</xf:label>
xf:value167</xf:value>
</xf:item>
<xf:item id="168">
xf:label15010 - ACHIN I [168]</xf:label>
xf:value168</xf:value>
</xf:item>
<xf:item id="169">
xf:label15011 - SAVANE BOURG [169]</xf:label>
xf:value169</xf:value>
</xf:item>
<xf:item id="170">
xf:label15015 - TRANQUILITE [170]</xf:label>
xf:value170</xf:value>
</xf:item>
<xf:item id="171">
xf:label15016 - ROCHE A PIERRE [171]</xf:label>
xf:value171</xf:value>
</xf:item>
<xf:item id="172">
xf:label15017 - DUMOND [172]</xf:label>
xf:value172</xf:value>
</xf:item>
<xf:item id="173">
xf:label15018 - VIELLOT GESSE II [173]</xf:label>
xf:value173</xf:value>
</xf:item>
<xf:item id="174">
xf:label15019 - VIELLOT GESSE III [174]</xf:label>
xf:value174</xf:value>
</xf:item>
<xf:item id="175">
xf:label15020 - VIELLOT [175]</xf:label>
xf:value175</xf:value>
</xf:item>
<xf:item id="176">
xf:label15021 - VIELLOT GESSE I [176]</xf:label>
xf:value176</xf:value>
</xf:item>
<xf:item id="177">
xf:label15022 - MICHEL VIELLOT I [177]</xf:label>
xf:value177</xf:value>
</xf:item>
<xf:item id="178">
xf:label15023 - LA COUR BADIO [178]</xf:label>
xf:value178</xf:value>
</xf:item>
<xf:item id="179">
xf:label15024 - DESORMEAUX [179]</xf:label>
xf:value179</xf:value>
</xf:item>
<xf:item id="180">
xf:label15025 - COUDOLE [180]</xf:label>
xf:value180</xf:value>
</xf:item>
<xf:item id="181">
xf:label15027 - LABORNE I [181]</xf:label>
xf:value181</xf:value>
</xf:item>
<xf:item id="182">
xf:label15028 - CA LAGUERRE [182]</xf:label>
xf:value182</xf:value>
</xf:item>
<xf:item id="183">
xf:label15029 - MORIN [183]</xf:label>
xf:value183</xf:value>
</xf:item>
<xf:item id="184">
xf:label15030 - DOMINGUE [184]</xf:label>
xf:value184</xf:value>
</xf:item>
<xf:item id="185">
xf:label15031 - DUCASSE [185]</xf:label>
xf:value185</xf:value>
</xf:item>
<xf:item id="186">
xf:label15032 - COLMINY I [186]</xf:label>
xf:value186</xf:value>
</xf:item>
<xf:item id="187">
xf:label15033 - COLMINY II [187]</xf:label>
xf:value187</xf:value>
</xf:item>
<xf:item id="188">
xf:label15034 - COLMINY III [188]</xf:label>
xf:value188</xf:value>
</xf:item>
<xf:item id="189">
xf:label15040 - GODIN GESSE [189]</xf:label>
xf:value189</xf:value>
</xf:item>
<xf:item id="190">
xf:label15050 - DEMENE [190]</xf:label>
xf:value190</xf:value>
</xf:item>
<xf:item id="191">
xf:label15051 - VIELLOT DOLMAN [191]</xf:label>
xf:value191</xf:value>
</xf:item>
<xf:item id="192">
xf:label15061 - GODEFOI [192]</xf:label>
xf:value192</xf:value>
</xf:item>
<xf:item id="193">
xf:label15065 - ROSIER [193]</xf:label>
xf:value193</xf:value>
</xf:item>
<xf:item id="194">
xf:label15070 - SAPOTY [194]</xf:label>
xf:value194</xf:value>
</xf:item>
<xf:item id="195">
xf:label15071 - SAINTANGE [195]</xf:label>
xf:value195</xf:value>
</xf:item>
<xf:item id="196">
xf:label15076 - BIDEAU [196]</xf:label>
xf:value196</xf:value>
</xf:item>
<xf:item id="197">
xf:label15080 - BASTIEN [197]</xf:label>
xf:value197</xf:value>
</xf:item>
<xf:item id="198">
xf:label15081 - ETAN COICOU [198]</xf:label>
xf:value198</xf:value>
</xf:item>
<xf:item id="199">
xf:label15082 - DECOUVERTE [199]</xf:label>
xf:value199</xf:value>
</xf:item>
<xf:item id="200">
xf:label15083 - MODELE [200]</xf:label>
xf:value200</xf:value>
</xf:item>
<xf:item id="201">
xf:label15084 - PENYEN [201]</xf:label>
xf:value201</xf:value>
</xf:item>
<xf:item id="202">
xf:label15092 - MAYAMBE [202]</xf:label>
xf:value202</xf:value>
</xf:item>
<xf:item id="203">
xf:label15093 - CA CHARLES/MORNE CHARLES [203]</xf:label>
xf:value203</xf:value>
</xf:item>
<xf:item id="204">
xf:label15101 - MORTE [204]</xf:label>
xf:value204</xf:value>
</xf:item>
<xf:item id="205">
xf:label15102 - NAN BOIS PIN [205]</xf:label>
xf:value205</xf:value>
</xf:item>
<xf:item id="206">
xf:label15103 - BOIS PIN [206]</xf:label>
xf:value206</xf:value>
</xf:item>
<xf:item id="207">
xf:label15104 - DIJON [207]</xf:label>
xf:value207</xf:value>
</xf:item>
<xf:item id="208">
xf:label15111 - GRAND BOIS DUVERGE [208]</xf:label>
xf:value208</xf:value>
</xf:item>
<xf:item id="209">
xf:label15112 - TI BOIS DUVERGER [209]</xf:label>
xf:value209</xf:value>
</xf:item>
<xf:item id="210">
xf:label15113 - CA BOUILLY [210]</xf:label>
xf:value210</xf:value>
</xf:item>
<xf:item id="211">
xf:label15114 - DUVERGER [211]</xf:label>
xf:value211</xf:value>
</xf:item>
<xf:item id="212">
xf:label15120 - SALASSE II [212]</xf:label>
xf:value212</xf:value>
</xf:item>
<xf:item id="213">
xf:label15121 - HILAIRE [213]</xf:label>
xf:value213</xf:value>
</xf:item>
<xf:item id="214">
xf:label15122 - RAY AU POSTE [214]</xf:label>
xf:value214</xf:value>
</xf:item>
<xf:item id="215">
xf:label15123 - SALASSE I [215]</xf:label>
xf:value215</xf:value>
</xf:item>
<xf:item id="216">
xf:label15124 - NAN DALLE [216]</xf:label>
xf:value216</xf:value>
</xf:item>
<xf:item id="217">
xf:label15125 - TITON [217]</xf:label>
xf:value217</xf:value>
</xf:item>
<xf:item id="218">
xf:label15130 - DAUPHINE [218]</xf:label>
xf:value218</xf:value>
</xf:item>
<xf:item id="219">
xf:label15131 - PIED MOU [219]</xf:label>
xf:value219</xf:value>
</xf:item>
<xf:item id="220">
xf:label15132 - JN DREAU [220]</xf:label>
xf:value220</xf:value>
</xf:item>
<xf:item id="221">
xf:label15133 - FOND MAUGE [221]</xf:label>
xf:value221</xf:value>
</xf:item>
<xf:item id="222">
xf:label15135 - CHEVREAU [222]</xf:label>
xf:value222</xf:value>
</xf:item>
<xf:item id="223">
xf:label15136 - CHAMPION I [223]</xf:label>
xf:value223</xf:value>
</xf:item>
<xf:item id="224">
xf:label15137 - BOIS NEUF [224]</xf:label>
xf:value224</xf:value>
</xf:item>
<xf:item id="225">
xf:label15138 - BARREAU [225]</xf:label>
xf:value225</xf:value>
</xf:item>
<xf:item id="226">
xf:label15139 - HAUT CAMP [226]</xf:label>
xf:value226</xf:value>
</xf:item>
<xf:item id="227">
xf:label15140 - PEROTTE [227]</xf:label>
xf:value227</xf:value>
</xf:item>
<xf:item id="228">
xf:label15141 - CHAMPION II [228]</xf:label>
xf:value228</xf:value>
</xf:item>
<xf:item id="229">
xf:label15142 - DAMIER GESSE I [229]</xf:label>
xf:value229</xf:value>
</xf:item>
<xf:item id="230">
xf:label15143 - DAMIER GESSE II [230]</xf:label>
xf:value230</xf:value>
</xf:item>
<xf:item id="231">
xf:label15151 - LACROIX GESSE [231]</xf:label>
xf:value231</xf:value>
</xf:item>
<xf:item id="232">
xf:label15152 - ZEPELIN [232]</xf:label>
xf:value232</xf:value>
</xf:item>
<xf:item id="233">
xf:label15153 - SOUS MORNE [233]</xf:label>
xf:value233</xf:value>
</xf:item>
<xf:item id="234">
xf:label15154 - SOUS CAMP [234]</xf:label>
xf:value234</xf:value>
</xf:item>
<xf:item id="235">
xf:label15155 - NAN CAFE [235]</xf:label>
xf:value235</xf:value>
</xf:item>
<xf:item id="236">
xf:label15156 - LUBIN [236]</xf:label>
xf:value236</xf:value>
</xf:item>
<xf:item id="237">
xf:label15157 - JN BERTHO [237]</xf:label>
xf:value237</xf:value>
</xf:item>
<xf:item id="238">
xf:label15158 - FERAIL [238]</xf:label>
xf:value238</xf:value>
</xf:item>
<xf:item id="239">
xf:label15159 - FOND LACOU [239]</xf:label>
xf:value239</xf:value>
</xf:item>
<xf:item id="240">
xf:label15160 - CHAMPION III [240]</xf:label>
xf:value240</xf:value>
</xf:item>
<xf:item id="241">
xf:label15161 - MARINO [241]</xf:label>
xf:value241</xf:value>
</xf:item>
<xf:item id="242">
xf:label15162 - LAVERNE [242]</xf:label>
xf:value242</xf:value>
</xf:item>
<xf:item id="243">
xf:label15163 - BERNARD [243]</xf:label>
xf:value243</xf:value>
</xf:item>
<xf:item id="244">
xf:label15165 - GEORGETTE [244]</xf:label>
xf:value244</xf:value>
</xf:item>
<xf:item id="245">
xf:label15166 - CAZEAU [245]</xf:label>
xf:value245</xf:value>
</xf:item>
<xf:item id="15">
xf:labelHOSPITAL - HAS [15]</xf:label>
xf:value15</xf:value>
</xf:item>
<xf:item id="1">
xf:labelUF1 - LIANCOURT [1]</xf:label>
xf:value1</xf:value>
</xf:item>
<xf:item id="2">
xf:labelUF2 - DESCHAPELLES [2]</xf:label>
xf:value2</xf:value>
</xf:item>
<xf:item id="4">
xf:labelUF4 - TIENNE [4]</xf:label>
xf:value4</xf:value>
</xf:item>
<xf:item id="5">
xf:labelUF5 - BASTIEN [5]</xf:label>
xf:value5</xf:value>
</xf:item>
<xf:item id="8">
xf:labelUF8 - PLASSAC [8]</xf:label>
xf:value8</xf:value>
</xf:item>
<xf:item id="9">
xf:labelUF9 - DESLANDES [9]</xf:label>
xf:value9</xf:value>
</xf:item>
</xf:select1>
<xf:select1 bind="encounter.provider_id">
xf:labelPROVIDER ID</xf:label>
<xf:item id="146552">
xf:labelFRESNEL ARISTILDE [146552]</xf:label>
xf:value146552</xf:value>
</xf:item>
<xf:item id="703082">
xf:labelNacha Betty Benoit [703082]</xf:label>
xf:value703082</xf:value>
</xf:item>
<xf:item id="740954">
xf:labelCHOLERA CLINIC [740954]</xf:label>
xf:value740954</xf:value>
</xf:item>
<xf:item id="39">
xf:labelDENTAL CLINIC [39]</xf:label>
xf:value39</xf:value>
</xf:item>
<xf:item id="41">
xf:labelEYE CLINIC [41]</xf:label>
xf:value41</xf:value>
</xf:item>
<xf:item id="37">
xf:labelFAMILY PLANNING CLINIC [37]</xf:label>
xf:value37</xf:value>
</xf:item>
<xf:item id="42">
xf:labelMATERNITE CLINIC [42]</xf:label>
xf:value42</xf:value>
</xf:item>
<xf:item id="43">
xf:labelMEDICINE CLINIC [43]</xf:label>
xf:value43</xf:value>
</xf:item>
<xf:item id="741548">
xf:labelN-ICU CLINIC [741548]</xf:label>
xf:value741548</xf:value>
</xf:item>
<xf:item id="702665">
xf:labelNUTRITION CLINIC [702665]</xf:label>
xf:value702665</xf:value>
</xf:item>
<xf:item id="45">
xf:labelOB/GYN CLINIC [45]</xf:label>
xf:value45</xf:value>
</xf:item>
<xf:item id="48">
xf:labelPANSMAN CLINIC [48]</xf:label>
xf:value48</xf:value>
</xf:item>
<xf:item id="51">
xf:labelPEDIATRIC SURGERY CLINIC [51]</xf:label>
xf:value51</xf:value>
</xf:item>
<xf:item id="47">
xf:labelPEDIATRICS CLINIC [47]</xf:label>
xf:value47</xf:value>
</xf:item>
<xf:item id="50">
xf:labelPHYSICAL THERAPY CLINIC [50]</xf:label>
xf:value50</xf:value>
</xf:item>
<xf:item id="53">
xf:labelSURGERY CLINIC [53]</xf:label>
xf:value53</xf:value>
</xf:item>
<xf:item id="64">
xf:labelTB CONTACT CLINIC [64]</xf:label>
xf:value64</xf:value>
</xf:item>
<xf:item id="726067">
xf:labelAlnave Chalumeaux [726067]</xf:label>
xf:value726067</xf:value>
</xf:item>
<xf:item id="726092">
xf:labelEronie Desilus [726092]</xf:label>
xf:value726092</xf:value>
</xf:item>
<xf:item id="726077">
xf:labelDieudonne Dorsainvil [726077]</xf:label>
xf:value726077</xf:value>
</xf:item>
<xf:item id="729369">
xf:labelDuane Dowell [729369]</xf:label>
xf:value729369</xf:value>
</xf:item>
<xf:item id="726085">
xf:labelVioline Examor [726085]</xf:label>
xf:value726085</xf:value>
</xf:item>
<xf:item id="705322">
xf:labelHoward Gilmore [705322]</xf:label>
xf:value705322</xf:value>
</xf:item>
<xf:item id="737268">
xf:labelDavid Jacob [737268]</xf:label>
xf:value737268</xf:value>
</xf:item>
<xf:item id="725601">
xf:labelPhilip Lerner [725601]</xf:label>
xf:value725601</xf:value>
</xf:item>
<xf:item id="18">
xf:labelJoseph Louis-Aimé [18]</xf:label>
xf:value18</xf:value>
</xf:item>
<xf:item id="739255">
xf:labelPhara Mc Donald [739255]</xf:label>
xf:value739255</xf:value>
</xf:item>
<xf:item id="726088">
xf:labelJeanne Menard [726088]</xf:label>
xf:value726088</xf:value>
</xf:item>
<xf:item id="726090">
xf:labelCeant Marie Nognane [726090]</xf:label>
xf:value726090</xf:value>
</xf:item>
<xf:item id="726082">
xf:labelMarie Michelle Occean [726082]</xf:label>
xf:value726082</xf:value>
</xf:item>
<xf:item id="701550">
xf:labelRonine Occenac [701550]</xf:label>
xf:value701550</xf:value>
</xf:item>
<xf:item id="704686">
xf:labelReynold Paul [704686]</xf:label>
xf:value704686</xf:value>
</xf:item>
<xf:item id="704844">
xf:labelJean Gary Remy [704844]</xf:label>
xf:value704844</xf:value>
</xf:item>
<xf:item id="726096">
xf:labelEtna Senatus [726096]</xf:label>
xf:value726096</xf:value>
</xf:item>
<xf:item id="705434">
xf:labelROSA PAUL THELIUS [705434]</xf:label>
xf:value705434</xf:value>
</xf:item>
<xf:item id="725600">
xf:labelYen-Len Tang [725600]</xf:label>
xf:value725600</xf:value>
</xf:item>
<xf:item id="723699">
xf:labelLab Technician [723699]</xf:label>
xf:value723699</xf:value>
</xf:item>
<xf:item id="705289">
xf:labelJeannine Zeindler [705289]</xf:label>
xf:value705289</xf:value>
</xf:item>
</xf:select1>
<xf:group id="obs/dispensary_medication">
xf:labelDISPENSARY MEDICATION</xf:label>
<xf:repeat bind="dispensary_medication">
<xf:select1 appearance="minimal" bind="patient_stage"
concept_id="3092">
xf:labelPATIENT STAGE</xf:label>
<xf:item concept_id="3089" id="3089^A (ADULT)^99DCT">
xf:labelA (ADULT)</xf:label>
xf:value3089^A (ADULT)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3091" id="3091^I-P (YOUNG)^99DCT">
xf:labelI-P (YOUNG)</xf:label>
xf:value3091^I-P (YOUNG)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3090" id="3090^M (A BIT YOUNG)^99DCT">
xf:labelM (A BIT YOUNG)</xf:label>
xf:value3090^M (A BIT YOUNG)^99DCT</xf:value>
</xf:item>
</xf:select1>
<xf:select1 appearance="minimal" bind="medication_code"
concept_id="3093">
xf:labelMEDICATION CODE</xf:label>
<xf:item concept_id="2398" id="2398^TETRACYCLINE OPHT
5G^99DCT">
xf:labelTETRACYCLINE OPHT 5G</xf:label>
xf:value2398^TETRACYCLINE OPHT 5G^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2779" id="2779^OXYGEN 3%^99DCT">
xf:labelOXYGEN 3%</xf:label>
xf:value2779^OXYGEN 3%^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2340" id="2340^CHLOROQUINE 40MG/ML/
5ML^99DCT">
xf:labelCHLOROQUINE 40MG/ML/5ML</xf:label>
xf:value2340^CHLOROQUINE 40MG/ML/5ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="323" id="323^GENTIAN VIOLET 1%^99DCT">
xf:labelGENTIAN VIOLET 1%</xf:label>
xf:value323^GENTIAN VIOLET 1%^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3117" id="3117^PARACETAMOL 120
MG^99DCT">
xf:labelPARACETAMOL 120 MG</xf:label>
xf:value3117^PARACETAMOL 120 MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2368" id="2368^NEOMYCIN 0.5%
CREAM^99DCT">
xf:labelNEOMYCIN 0.5% CREAM</xf:label>
xf:value2368^NEOMYCIN 0.5% CREAM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3120" id="3120^SET SUTURE^99DCT">
xf:labelSET SUTURE</xf:label>
xf:value3120^SET SUTURE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2114" id="2114^CHLORAMPHENICOL 250MG
CAP^99DCT">
xf:labelCHLORAMPHENICOL 250MG CAP</xf:label>
xf:value2114^CHLORAMPHENICOL 250MG CAP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2440" id="2440^METRONIDAZOLE 250MG
TAB^99DCT">
xf:labelMETRONIDAZOLE 250MG TAB</xf:label>
xf:value2440^METRONIDAZOLE 250MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="446" id="446^ALUMINUM HYDROXIDE^99DCT">
xf:labelALUMINUM HYDROXIDE</xf:label>
xf:value446^ALUMINUM HYDROXIDE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3114" id="3114^LOFEMINAL CYCLES^99DCT">
xf:labelLOFEMINAL CYCLES</xf:label>
xf:value3114^LOFEMINAL CYCLES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2415" id="2415^OVERETTE CYCLES^99DCT">
xf:labelOVERETTE CYCLES</xf:label>
xf:value2415^OVERETTE CYCLES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2358" id="2358^DESENEX CREAM^99DCT">
xf:labelDESENEX CREAM</xf:label>
xf:value2358^DESENEX CREAM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3113" id="3113^LIDOCAINE 2% 10
ML^99DCT">
xf:labelLIDOCAINE 2% 10 ML</xf:label>
xf:value3113^LIDOCAINE 2% 10 ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2416" id="2416^NORPLANT INSERTS^99DCT">
xf:labelNORPLANT INSERTS</xf:label>
xf:value2416^NORPLANT INSERTS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2312" id="2312^ALBENDAZOLE 200MG
TAB^99DCT">
xf:labelALBENDAZOLE 200MG TAB</xf:label>
xf:value2312^ALBENDAZOLE 200MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2117" id="2117^CIPROFLOXACIN 500MG
TAB^99DCT">
xf:labelCIPROFLOXACIN 500MG TAB</xf:label>
xf:value2117^CIPROFLOXACIN 500MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2303" id="2303^NYSTATIN VAG, 100.000 IU
TAB^99DCT">
xf:labelNYSTATIN VAG, 100.000 IU TAB</xf:label>
xf:value2303^NYSTATIN VAG, 100.000 IU TAB^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2078" id="2078^ASPIRIN (ACTYLSLI.ACID)
500MG^99DCT">
xf:labelASPIRIN (ACTYLSLI.ACID) 500MG</xf:label>
xf:value2078^ASPIRIN (ACTYLSLI.ACID) 500MG^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="246" id="246^PIPERAZINE SYRUP^99DCT">
xf:labelPIPERAZINE SYRUP</xf:label>
xf:value246^PIPERAZINE SYRUP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2362" id="2362^EMUL-O-BALM^99DCT">
xf:labelEMUL-O-BALM</xf:label>
xf:value2362^EMUL-O-BALM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3066" id="3066^BICILLINE 2.4 ML
UNIT^99DCT">
xf:labelBICILLINE 2.4 ML UNIT</xf:label>
xf:value3066^BICILLINE 2.4 ML UNIT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2425" id="2425^FESO4+FOLIC ACID PREPACK
#30^99DCT">
xf:labelFESO4+FOLIC ACID PREPACK #30</xf:label>
xf:value2425^FESO4+FOLIC ACID PREPACK #30^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2442" id="2442^BETADINE IODE SOLN, 10%
200ML^99DCT">
xf:labelBETADINE IODE SOLN, 10% 200ML</xf:label>
xf:value2442^BETADINE IODE SOLN, 10% 200ML^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3119" id="3119^BANDAGE SET^99DCT">
xf:labelBANDAGE SET</xf:label>
xf:value3119^BANDAGE SET^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3122" id="3122^TYLENOL SYRUP^99DCT">
xf:labelTYLENOL SYRUP</xf:label>
xf:value3122^TYLENOL SYRUP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3121" id="3121^SULFADIAZINE 500
MG^99DCT">
xf:labelSULFADIAZINE 500 MG</xf:label>
xf:value3121^SULFADIAZINE 500 MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2486" id="2486^FOLIC ACID 5MG
TAB^99DCT">
xf:labelFOLIC ACID 5MG TAB</xf:label>
xf:value2486^FOLIC ACID 5MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3115" id="3115^NORMAL SALINE^99DCT">
xf:labelNORMAL SALINE</xf:label>
xf:value3115^NORMAL SALINE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="944" id="944^ANTACID^99DCT">
xf:labelANTACID</xf:label>
xf:value944^ANTACID^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2130" id="2130^PROCAINE PENCILLIN 3
MIU^99DCT">
xf:labelPROCAINE PENCILLIN 3 MIU</xf:label>
xf:value2130^PROCAINE PENCILLIN 3 MIU^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2543" id="2543^CONCEPTROL TAB^99DCT">
xf:labelCONCEPTROL TAB</xf:label>
xf:value2543^CONCEPTROL TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2128" id="2128^PENICILLIN PEN VK 250MG
TAB^99DCT">
xf:labelPENICILLIN PEN VK 250MG TAB</xf:label>
xf:value2128^PENICILLIN PEN VK 250MG TAB^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2444" id="2444^CHLORHEXIDINE SOLUTION
20%^99DCT">
xf:labelCHLORHEXIDINE SOLUTION 20%</xf:label>
xf:value2444^CHLORHEXIDINE SOLUTION 20%^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2495" id="2495^MULTI-VITAMIN
ADULT^99DCT">
xf:labelMULTI-VITAMIN ADULT</xf:label>
xf:value2495^MULTI-VITAMIN ADULT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2512" id="2512^AMOXICILLIN 500MG
TAB^99DCT">
xf:labelAMOXICILLIN 500MG TAB</xf:label>
xf:value2512^AMOXICILLIN 500MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2085" id="2085^PARACETAMOL 100MG
TAB^99DCT">
xf:labelPARACETAMOL 100MG TAB</xf:label>
xf:value2085^PARACETAMOL 100MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="351" id="351^ORAL REHYDRATION SALTS
PACKETS^99DCT">
xf:labelORAL REHYDRATION SALTS PACKETS</xf:label>
xf:value351^ORAL REHYDRATION SALTS PACKETS^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2521" id="2521^HCTZ 50MG #30^99DCT">
xf:labelHCTZ 50MG #30</xf:label>
xf:value2521^HCTZ 50MG #30^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2125" id="2125^PENICILLIN PEN VK 125MG
TAB^99DCT">
xf:labelPENICILLIN PEN VK 125MG TAB</xf:label>
xf:value2125^PENICILLIN PEN VK 125MG TAB^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3123" id="3123^WATER FOR INJ
10ML^99DCT">
xf:labelWATER FOR INJ 10ML</xf:label>
xf:value3123^WATER FOR INJ 10ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="88" id="88^ASPIRIN 75MG^99DCT">
xf:labelASPIRIN 75MG</xf:label>
xf:value88^ASPIRIN 75MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3124" id="3124^WATER FOR INJ
5ML^99DCT">
xf:labelWATER FOR INJ 5ML</xf:label>
xf:value3124^WATER FOR INJ 5ML^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3056" id="3056^BACTRIM 20/100^99DCT">
xf:labelBACTRIM 20/100</xf:label>
xf:value3056^BACTRIM 20/100^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2757" id="2757^AMINOPHYLLINE 200
MG^99DCT">
xf:labelAMINOPHYLLINE 200 MG</xf:label>
xf:value2757^AMINOPHYLLINE 200 MG^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2306" id="2306^CHLORPHENIRAMINE 4MG
TAB^99DCT">
xf:labelCHLORPHENIRAMINE 4MG TAB</xf:label>
xf:value2306^CHLORPHENIRAMINE 4MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2341" id="2341^CHLOROQUINE 250MG
TAB^99DCT">
xf:labelCHLOROQUINE 250MG TAB</xf:label>
xf:value2341^CHLOROQUINE 250MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2327" id="2327^PHENOBARBITAL 50/60MG
TAB^99DCT">
xf:labelPHENOBARBITAL 50/60MG TAB</xf:label>
xf:value2327^PHENOBARBITAL 50/60MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3118" id="3118^RESPERPINE 0.25^99DCT">
xf:labelRESPERPINE 0.25</xf:label>
xf:value3118^RESPERPINE 0.25^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3108" id="3108^COUGH SYRUP^99DCT">
xf:labelCOUGH SYRUP</xf:label>
xf:value3108^COUGH SYRUP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="907" id="907^MEDROXYPROGESTERONE
ACETATE^99DCT">
xf:labelMEDROXYPROGESTERONE ACETATE</xf:label>
xf:value907^MEDROXYPROGESTERONE ACETATE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2406" id="2406^PROPANTHELINE 15MG
TAB^99DCT">
xf:labelPROPANTHELINE 15MG TAB</xf:label>
xf:value2406^PROPANTHELINE 15MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2490" id="2490^VITAMIN SIROP^99DCT">
xf:labelVITAMIN SIROP</xf:label>
xf:value2490^VITAMIN SIROP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2339" id="2339^CHLOROQUINE 100MG
TAB^99DCT">
xf:labelCHLOROQUINE 100MG TAB</xf:label>
xf:value2339^CHLOROQUINE 100MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2427" id="2427^PARACETAMOL 500MG
TAB^99DCT">
xf:labelPARACETAMOL 500MG TAB</xf:label>
xf:value2427^PARACETAMOL 500MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2321" id="2321^METHYLDOPA 250MG
TAB^99DCT">
xf:labelMETHYLDOPA 250MG TAB</xf:label>
xf:value2321^METHYLDOPA 250MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3111" id="3111^BACTRIM 80/400^99DCT">
xf:labelBACTRIM 80/400</xf:label>
xf:value3111^BACTRIM 80/400^99DCT</xf:value>
</xf:item>
<xf:item concept_id="409" id="409^BENZYL BENZOATE 25%
^99DCT">
xf:labelBENZYL BENZOATE 25%</xf:label>
xf:value409^BENZYL BENZOATE 25% ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2121" id="2121^DOXYCYCLINE 100MG
TAB^99DCT">
xf:labelDOXYCYCLINE 100MG TAB</xf:label>
xf:value2121^DOXYCYCLINE 100MG TAB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="190" id="190^CONDOMS/KAPOT/144/
BX^99DCT">
xf:labelCONDOMS/KAPOT/144/BX</xf:label>
xf:value190^CONDOMS/KAPOT/144/BX^99DCT</xf:value>
</xf:item>
<xf:item concept_id="6101" id="6101^VITAMIN A,
SUPPLEMENT^99DCT">
xf:labelVITAMIN A, SUPPLEMENT</xf:label>
xf:value6101^VITAMIN A, SUPPLEMENT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2122" id="2122^ERYTHROMYCIN 250MG
TAB^99DCT">
xf:labelERYTHROMYCIN 250MG TAB</xf:label>
xf:value2122^ERYTHROMYCIN 250MG TAB^99DCT</xf:value>
</xf:item>
</xf:select1>
</xf:repeat>
</xf:group>
<xf:group id="obs/diagnosis">
xf:labelDIAGNOSIS</xf:label>
xf:hintA medical diagnosis.</xf:hint>
<xf:repeat bind="diagnosis">
<xf:select1 appearance="minimal" bind="encounter_type"
concept_id="3100">
xf:labelENCOUNTER TYPE</xf:label>
<xf:item concept_id="6100" id="6100^RETURN VISIT^99DCT">
xf:labelRETURN VISIT</xf:label>
xf:value6100^RETURN VISIT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3099" id="3099^NEW VISIT^99DCT">
xf:labelNEW VISIT</xf:label>
xf:value3099^NEW VISIT^99DCT</xf:value>
</xf:item>
</xf:select1>
<xf:select1 appearance="minimal" bind="diagnosis_type"
concept_id="3104">
xf:labelDIAGNOSIS TYPE</xf:label>
<xf:item concept_id="3102" id="3102^DIAGNOSIS 2(S)^99DCT">
xf:labelDIAGNOSIS 2(S)</xf:label>
xf:value3102^DIAGNOSIS 2(S)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3103" id="3103^DIAGNOSIS 3(S)^99DCT">
xf:labelDIAGNOSIS 3(S)</xf:label>
xf:value3103^DIAGNOSIS 3(S)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3101" id="3101^DIAGNOSIS 1(P)^99DCT">
xf:labelDIAGNOSIS 1(P)</xf:label>
xf:value3101^DIAGNOSIS 1(P)^99DCT</xf:value>
</xf:item>
</xf:select1>
<xf:select1 appearance="minimal" bind="diagnosis_id"
concept_id="2879">
xf:labelDIAGNOSIS SET</xf:label>
<xf:item concept_id="1797" id="1797^GIARDIASIS^99DCT">
xf:labelGIARDIASIS</xf:label>
xf:value1797^GIARDIASIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3039" id="3039^RESPIRATORY PROBLEMS
AFTER BIRTH^99DCT">
xf:labelRESPIRATORY PROBLEMS AFTER BIRTH</xf:label>
xf:value3039^RESPIRATORY PROBLEMS AFTER BIRTH^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3156" id="3156^HERNIA OF OTHER
SPECIFIED SITES WITHOUT MENTION OF OBSTRUCTION ORGANGRENE^99DCT">
xf:labelHERNIA OF OTHER SPECIFIED SITES WITHOUT MENTION
OF OBSTRUCTION ORGANGRENE</xf:label>
xf:value3156^HERNIA OF OTHER SPECIFIED SITES WITHOUT
MENTION OF OBSTRUCTION ORGANGRENE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3128" id="3128^UNSPECIFIED
ABORTION^99DCT">
xf:labelUNSPECIFIED ABORTION</xf:label>
xf:value3128^UNSPECIFIED ABORTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3141" id="3141^UNSPECIFIED PULMONARY
TUBERCULOSIS IN TREATMENT^99DCT">
xf:labelUNSPECIFIED PULMONARY TUBERCULOSIS IN
TREATMENT</xf:label>
xf:value3141^UNSPECIFIED PULMONARY TUBERCULOSIS IN
TREATMENT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3140" id="3140^UNSPECIFIED PULMONARY
TUBERCULOSIS,SUSPICION,TUBERCULOSIS^99DCT">
xf:labelUNSPECIFIED PULMONARY
TUBERCULOSIS,SUSPICION,TUBERCULOSIS</xf:label>
xf:value3140^UNSPECIFIED PULMONARY
TUBERCULOSIS,SUSPICION,TUBERCULOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3131" id="3131^UNSPECIFIED DISORDERS OF
MENSTRUSTION^99DCT">
xf:labelUNSPECIFIED DISORDERS OF MENSTRUSTION</xf:label>
xf:value3131^UNSPECIFIED DISORDERS OF
MENSTRUSTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3164" id="3164^ULCER OF LOWER LIMBS
EXCEPT DECUBITUS ULCER^99DCT">
xf:labelULCER OF LOWER LIMBS EXCEPT DECUBITUS ULCER</
xf:label>
xf:value3164^ULCER OF LOWER LIMBS EXCEPT DECUBITUS
ULCER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3125" id="3125^INFECTIVE OTITIS
EXTERNA, UNSPECIFIED^99DCT">
xf:labelINFECTIVE OTITIS EXTERNA, UNSPECIFIED</xf:label>
xf:value3125^INFECTIVE OTITIS EXTERNA,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1996" id="1996^PREGNANCY
(COMPLICATED)^99DCT">
xf:labelPREGNANCY (COMPLICATED)</xf:label>
xf:value1996^PREGNANCY (COMPLICATED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2016" id="2016^ANTEPARTUM
MALARIA^99DCT">
xf:labelANTEPARTUM MALARIA</xf:label>
xf:value2016^ANTEPARTUM MALARIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1969" id="1969^DERMATITIS/
ECZEMA^99DCT">
xf:labelDERMATITIS/ECZEMA</xf:label>
xf:value1969^DERMATITIS/ECZEMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1953" id="1953^NEURALGIA^99DCT">
xf:labelNEURALGIA</xf:label>
xf:value1953^NEURALGIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3161" id="3161^TOXOCARIASIS^99DCT">
xf:labelTOXOCARIASIS</xf:label>
xf:value3161^TOXOCARIASIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1884" id="1884^CONGENITAL HEART
DIS^99DCT">
xf:labelCONGENITAL HEART DIS</xf:label>
xf:value1884^CONGENITAL HEART DIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1926" id="1926^CYSTIC RENAL DIS^99DCT">
xf:labelCYSTIC RENAL DIS</xf:label>
xf:value1926^CYSTIC RENAL DIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1992" id="1992^PREMATURE BIRTH^99DCT">
xf:labelPREMATURE BIRTH</xf:label>
xf:value1992^PREMATURE BIRTH^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3159" id="3159^ACUTE
NASOPHARYNGITIS^99DCT">
xf:labelACUTE NASOPHARYNGITIS</xf:label>
xf:value3159^ACUTE NASOPHARYNGITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1801" id="1801^VOLUME DEPLETION
DISORDER, DEGREE C^99DCT">
xf:labelVOLUME DEPLETION DISORDER, DEGREE C</xf:label>
xf:value1801^VOLUME DEPLETION DISORDER, DEGREE C^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3162" id="3162^OTHER AND UNSPECIFIED
MYCOSES^99DCT">
xf:labelOTHER AND UNSPECIFIED MYCOSES</xf:label>
xf:value3162^OTHER AND UNSPECIFIED MYCOSES^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3151" id="3151^SHIGELLOSIS, UNSPECIFIED
^99DCT">
xf:labelSHIGELLOSIS, UNSPECIFIED</xf:label>
xf:value3151^SHIGELLOSIS, UNSPECIFIED ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3160" id="3160^URTICARIA, UNSPECIFIED
^99DCT">
xf:labelURTICARIA, UNSPECIFIED</xf:label>
xf:value3160^URTICARIA, UNSPECIFIED ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1799" id="1799^DIPHTHERIA
UNSPECIFIED^99DCT">
xf:labelDIPHTHERIA UNSPECIFIED</xf:label>
xf:value1799^DIPHTHERIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3155" id="3155^HEMORRHOIDS^99DCT">
xf:labelHEMORRHOIDS</xf:label>
xf:value3155^HEMORRHOIDS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1989" id="1989^VAGINAL BLEEDING^99DCT">
xf:labelVAGINAL BLEEDING</xf:label>
xf:value1989^VAGINAL BLEEDING^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1970" id="1970^PRURIGO^99DCT">
xf:labelPRURIGO</xf:label>
xf:value1970^PRURIGO^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1965" id="1965^IMPETIGO^99DCT">
xf:labelIMPETIGO</xf:label>
xf:value1965^IMPETIGO^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3154" id="3154^VOLUME DEPLETION
DISORDER, DEGREE B ^99DCT">
xf:labelVOLUME DEPLETION DISORDER, DEGREE B</xf:label>
xf:value3154^VOLUME DEPLETION DISORDER, DEGREE B ^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="114" id="114^OTITIS MEDIA^99DCT">
xf:labelOTITIS MEDIA</xf:label>
xf:value114^OTITIS MEDIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3127" id="3127^LATENT SYPHILIS
UNSPECIFIED, SEXUALLY TRANSMITTED^99DCT">
xf:labelLATENT SYPHILIS UNSPECIFIED, SEXUALLY
TRANSMITTED</xf:label>
xf:value3127^LATENT SYPHILIS UNSPECIFIED, SEXUALLY
TRANSMITTED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="46" id="46^PREGNANCY, ECTOPIC^99DCT">
xf:labelPREGNANCY, ECTOPIC</xf:label>
xf:value46^PREGNANCY, ECTOPIC^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3152" id="3152^AMEBIASIS
UNSPECIFIED^99DCT">
xf:labelAMEBIASIS UNSPECIFIED</xf:label>
xf:value3152^AMEBIASIS UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1928" id="1928^HYDROCOELE^99DCT">
xf:labelHYDROCOELE</xf:label>
xf:value1928^HYDROCOELE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3157" id="3157^INTESTINAL PARASITISM,
UNSPECIFIED^99DCT">
xf:labelINTESTINAL PARASITISM, UNSPECIFIED</xf:label>
xf:value3157^INTESTINAL PARASITISM, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3142" id="3142^OTHER DISEASES OF LUNG
NOT ELSEWHERE CLASSIFIED^99DCT">
xf:labelOTHER DISEASES OF LUNG NOT ELSEWHERE CLASSIFIED</
xf:label>
xf:value3142^OTHER DISEASES OF LUNG NOT ELSEWHERE
CLASSIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1976" id="1976^INTERNAL INJURY^99DCT">
xf:labelINTERNAL INJURY</xf:label>
xf:value1976^INTERNAL INJURY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1987" id="1987^GUNSHOT
UNSPECIFIED^99DCT">
xf:labelGUNSHOT UNSPECIFIED</xf:label>
xf:value1987^GUNSHOT UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1978" id="1978^INJURY TO NERVE^99DCT">
xf:labelINJURY TO NERVE</xf:label>
xf:value1978^INJURY TO NERVE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1974" id="1974^TRAUMA, CHEST^99DCT">
xf:labelTRAUMA, CHEST</xf:label>
xf:value1974^TRAUMA, CHEST^99DCT</xf:value>
</xf:item>
<xf:item concept_id="135" id="135^BURN^99DCT">
xf:labelBURN</xf:label>
xf:value135^BURN^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1979" id="1979^TRAUMA, SPINAL
CORD^99DCT">
xf:labelTRAUMA, SPINAL CORD</xf:label>
xf:value1979^TRAUMA, SPINAL CORD^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1983" id="1983^FX LOWER LIMB NEC-
CLOSED^99DCT">
xf:labelFX LOWER LIMB NEC-CLOSED</xf:label>
xf:value1983^FX LOWER LIMB NEC-CLOSED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1981" id="1981^FRACTURE OF UNSPECIFIED
BONE (CLOSED)^99DCT">
xf:labelFRACTURE OF UNSPECIFIED BONE (CLOSED)</xf:label>
xf:value1981^FRACTURE OF UNSPECIFIED BONE
(CLOSED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1917" id="1917^ASCITES^99DCT">
xf:labelASCITES</xf:label>
xf:value1917^ASCITES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1936" id="1936^ADENOPATHY^99DCT">
xf:labelADENOPATHY</xf:label>
xf:value1936^ADENOPATHY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1893" id="1893^SEPTIC SHOCK^99DCT">
xf:labelSEPTIC SHOCK</xf:label>
xf:value1893^SEPTIC SHOCK^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1984" id="1984^TIBIA FRACTURE
(CLOSED)^99DCT">
xf:labelTIBIA FRACTURE (CLOSED)</xf:label>
xf:value1984^TIBIA FRACTURE (CLOSED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1982" id="1982^ARM FRACTURE
(CLOSED)^99DCT">
xf:labelARM FRACTURE (CLOSED)</xf:label>
xf:value1982^ARM FRACTURE (CLOSED)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1985" id="1985^FRACTURE RIB NOS-
CLOSED^99DCT">
xf:labelFRACTURE RIB NOS-CLOSED</xf:label>
xf:value1985^FRACTURE RIB NOS-CLOSED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1973" id="1973^WASTING SYND/
CACHEXIA^99DCT">
xf:labelWASTING SYND/CACHEXIA</xf:label>
xf:value1973^WASTING SYND/CACHEXIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1890" id="1890^EDMA^99DCT">
xf:labelEDMA</xf:label>
xf:value1890^EDMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1997" id="1997^FEVER^99DCT">
xf:labelFEVER</xf:label>
xf:value1997^FEVER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2017" id="2017^NEWBORN
INFECTION^99DCT">
xf:labelNEWBORN INFECTION</xf:label>
xf:value2017^NEWBORN INFECTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1889" id="1889^CARDIAC MURMUR^99DCT">
xf:labelCARDIAC MURMUR</xf:label>
xf:value1889^CARDIAC MURMUR^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1894" id="1894^PALPITATION^99DCT">
xf:labelPALPITATION</xf:label>
xf:value1894^PALPITATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="620" id="620^HEADACHE^99DCT">
xf:labelHEADACHE</xf:label>
xf:value620^HEADACHE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1915" id="1915^JAUNDICE^99DCT">
xf:labelJAUNDICE</xf:label>
xf:value1915^JAUNDICE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1977" id="1977^INJURY,
UNSPECIFIED^99DCT">
xf:labelINJURY, UNSPECIFIED</xf:label>
xf:value1977^INJURY, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2000" id="2000^VIRAL
INFECTIONS^99DCT">
xf:labelVIRAL INFECTIONS</xf:label>
xf:value2000^VIRAL INFECTIONS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2020" id="2020^VARICELLA/ZOSTER^99DCT">
xf:labelVARICELLA/ZOSTER</xf:label>
xf:value2020^VARICELLA/ZOSTER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2021" id="2021^SYPHILIS POSITIVE
(RPR)^99DCT">
xf:labelSYPHILIS POSITIVE (RPR)</xf:label>
xf:value2021^SYPHILIS POSITIVE (RPR)^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2010" id="2010^GRANULOMA
INGUINALE^99DCT">
xf:labelGRANULOMA INGUINALE</xf:label>
xf:value2010^GRANULOMA INGUINALE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2001" id="2001^GONOCOCCAL
INFECTION^99DCT">
xf:labelGONOCOCCAL INFECTION</xf:label>
xf:value2001^GONOCOCCAL INFECTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1967" id="1967^DERMATOPHYTOSIS^99DCT">
xf:labelDERMATOPHYTOSIS</xf:label>
xf:value1967^DERMATOPHYTOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2018" id="2018^LEPTOSPIROSIS,
UNSPECIFIED^99DCT">
xf:labelLEPTOSPIROSIS, UNSPECIFIED</xf:label>
xf:value2018^LEPTOSPIROSIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2005" id="2005^TOXOPLASMOSIS,
UNSPECIFIED^99DCT">
xf:labelTOXOPLASMOSIS, UNSPECIFIED</xf:label>
xf:value2005^TOXOPLASMOSIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2003" id="2003^CANDIDIASIS,
UNSPECIFIED^99DCT">
xf:labelCANDIDIASIS, UNSPECIFIED</xf:label>
xf:value2003^CANDIDIASIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1807" id="1807^PHTHIRUS PUBIS [PUBIC
LOUSE]^99DCT">
xf:labelPHTHIRUS PUBIS [PUBIC LOUSE]</xf:label>
xf:value1807^PHTHIRUS PUBIS [PUBIC LOUSE]^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1988" id="1988^VAGINITIS^99DCT">
xf:labelVAGINITIS</xf:label>
xf:value1988^VAGINITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="42" id="42^PULMONARY TB^99DCT">
xf:labelPULMONARY TB</xf:label>
xf:value42^PULMONARY TB^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1899" id="1899^ASTHMA
UNSPECIFIED^99DCT">
xf:labelASTHMA UNSPECIFIED</xf:label>
xf:value1899^ASTHMA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2011" id="2011^PLEURAL
TUBERCULOSIS^99DCT">
xf:labelPLEURAL TUBERCULOSIS</xf:label>
xf:value2011^PLEURAL TUBERCULOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2022" id="2022^MILIARY TUBERCULOSIS,
UNSPECIFIED^99DCT">
xf:labelMILIARY TUBERCULOSIS, UNSPECIFIED</xf:label>
xf:value2022^MILIARY TUBERCULOSIS, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2007" id="2007^TETANUS^99DCT">
xf:labelTETANUS</xf:label>
xf:value2007^TETANUS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2008" id="2008^SEPSIS^99DCT">
xf:labelSEPSIS</xf:label>
xf:value2008^SEPSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1999" id="1999^BACT:INFECTION^99DCT">
xf:labelBACT:INFECTION</xf:label>
xf:value1999^BACT:INFECTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2013" id="2013^AIDS^99DCT">
xf:labelAIDS</xf:label>
xf:value2013^AIDS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1950" id="1950^UNSPECIFIED NON-
ARTHROPOD-BORNE VIRAL DISEASES OF CENTRAL NERVOUS SYSTEM^99DCT">
xf:labelUNSPECIFIED NON-ARTHROPOD-BORNE VIRAL DISEASES
OF CENTRAL NERVOUS SYSTEM</xf:label>
xf:value1950^UNSPECIFIED NON-ARTHROPOD-BORNE VIRAL
DISEASES OF CENTRAL NERVOUS SYSTEM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3177" id="3177^URINARY RETENTION
^99DCT">
xf:labelURINARY RETENTION</xf:label>
xf:value3177^URINARY RETENTION ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1949" id="1949^MENINGITIS,
UNSPECIFIED^99DCT">
xf:labelMENINGITIS, UNSPECIFIED</xf:label>
xf:value1949^MENINGITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3180" id="3180^NEPHRPTIC SYNDROME WITH
UNSPECIFIED PATHOLOGICAL LESION IN KIDNEY^99DCT">
xf:labelNEPHRPTIC SYNDROME WITH UNSPECIFIED PATHOLOGICAL
LESION IN KIDNEY</xf:label>
xf:value3180^NEPHRPTIC SYNDROME WITH UNSPECIFIED
PATHOLOGICAL LESION IN KIDNEY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1938" id="1938^UNSPECIFIED DISORDER OF
THYROID^99DCT">
xf:labelUNSPECIFIED DISORDER OF THYROID</xf:label>
xf:value1938^UNSPECIFIED DISORDER OF THYROID^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3183" id="3183^ACUTE
PYELONEPHRITIS^99DCT">
xf:labelACUTE PYELONEPHRITIS</xf:label>
xf:value3183^ACUTE PYELONEPHRITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1919" id="1919^CANCER, DIGESTIVE
SYSTEM^99DCT">
xf:labelCANCER, DIGESTIVE SYSTEM</xf:label>
xf:value1919^CANCER, DIGESTIVE SYSTEM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3191" id="3191^MILD OR UNSPECIFIED PRE-
ECLAMPSIA^99DCT">
xf:labelMILD OR UNSPECIFIED PRE-ECLAMPSIA</xf:label>
xf:value3191^MILD OR UNSPECIFIED PRE-ECLAMPSIA^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3174" id="3174^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED,PRENATAL III^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL III</xf:label>
xf:value3174^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL III^99DCT</xf:value>
</xf:item>
<xf:item concept_id="141" id="141^TYPHOID FEVER^99DCT">
xf:labelTYPHOID FEVER</xf:label>
xf:value141^TYPHOID FEVER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1930" id="1930^IRON DEFICIENCY ANEMIA,
UNSPECIFIED^99DCT">
xf:labelIRON DEFICIENCY ANEMIA, UNSPECIFIED</xf:label>
xf:value1930^IRON DEFICIENCY ANEMIA, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3173" id="3173^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED,PRENATAL II^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL II</xf:label>
xf:value3173^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL II^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1972" id="1972^NUTRITIONAL
MARASMUS^99DCT">
xf:labelNUTRITIONAL MARASMUS</xf:label>
xf:value1972^NUTRITIONAL MARASMUS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3" id="3^ANEMIA UNSPECIFIED^99DCT">
xf:labelANEMIA UNSPECIFIED</xf:label>
xf:value3^ANEMIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1963" id="1963^OTHER BACKGROUND
RETINOPATHY AND RETINAL VASCULAR CHANGES^99DCT">
xf:labelOTHER BACKGROUND RETINOPATHY AND RETINAL
VASCULAR CHANGES</xf:label>
xf:value1963^OTHER BACKGROUND RETINOPATHY AND RETINAL
VASCULAR CHANGES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="903" id="903^HYPERTENSION^99DCT">
xf:labelHYPERTENSION</xf:label>
xf:value903^HYPERTENSION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1951" id="1951^PARALYSIS,
UNSPECIFIED^99DCT">
xf:labelPARALYSIS, UNSPECIFIED</xf:label>
xf:value1951^PARALYSIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3171" id="3171^CONCUSSION,
UNSPECIFIED^99DCT">
xf:labelCONCUSSION, UNSPECIFIED</xf:label>
xf:value3171^CONCUSSION, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1947" id="1947^PARALYSIS
AGITANS^99DCT">
xf:labelPARALYSIS AGITANS</xf:label>
xf:value1947^PARALYSIS AGITANS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1800" id="1800^COMA^99DCT">
xf:labelCOMA</xf:label>
xf:value1800^COMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1943" id="1943^CONFUSION/
ENCEPHALOPATHY^99DCT">
xf:labelCONFUSION/ENCEPHALOPATHY</xf:label>
xf:value1943^CONFUSION/ENCEPHALOPATHY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3192" id="3192^ECLAMPSIA COMPLICATING
PREGNANCY CHILDBIRTH OR THE PUERPERIUM COMPLICATION OF PREGNANCY
DELIVERY AND PUERPERIUM^99DCT">
xf:labelECLAMPSIA COMPLICATING PREGNANCY CHILDBIRTH OR
THE PUERPERIUM COMPLICATION OF PREGNANCY DELIVERY AND PUERPERIUM</
xf:label>
xf:value3192^ECLAMPSIA COMPLICATING PREGNANCY CHILDBIRTH
OR THE PUERPERIUM COMPLICATION OF PREGNANCY DELIVERY AND
PUERPERIUM^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3172" id="3172^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED,PRENATAL I^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL I</xf:label>
xf:value3172^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED,PRENATAL I^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3069" id="3069^ASTIGMATIS^99DCT">
xf:labelASTIGMATIS</xf:label>
xf:value3069^ASTIGMATIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1942" id="1942^HYSTERIA,
UNSPECIFIED^99DCT">
xf:labelHYSTERIA, UNSPECIFIED</xf:label>
xf:value1942^HYSTERIA, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1961" id="1961^UNSPECIFIED
CATARACT^99DCT">
xf:labelUNSPECIFIED CATARACT</xf:label>
xf:value1961^UNSPECIFIED CATARACT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1796" id="1796^KWASHIORKOR^99DCT">
xf:labelKWASHIORKOR</xf:label>
xf:value1796^KWASHIORKOR^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1962" id="1962^UNSPECIFIED
GLAUCOMA^99DCT">
xf:labelUNSPECIFIED GLAUCOMA</xf:label>
xf:value1962^UNSPECIFIED GLAUCOMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3190" id="3190^AQUIRED IMMUNODEFICIENCY
SYNDROME UNSPECIFIED^99DCT">
xf:labelAQUIRED IMMUNODEFICIENCY SYNDROME UNSPECIFIED</
xf:label>
xf:value3190^AQUIRED IMMUNODEFICIENCY SYNDROME
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1945" id="1945^EPILEPSY,
UNSPECIFIED^99DCT">
xf:labelEPILEPSY, UNSPECIFIED</xf:label>
xf:value1945^EPILEPSY, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="2012" id="2012^PNEUMOCYSTOSIS^99DCT">
xf:labelPNEUMOCYSTOSIS</xf:label>
xf:value2012^PNEUMOCYSTOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3185" id="3185^OTHER DISEASES OF UPPER
RESPIRATORY TRACT^99DCT">
xf:labelOTHER DISEASES OF UPPER RESPIRATORY TRACT</
xf:label>
xf:value3185^OTHER DISEASES OF UPPER RESPIRATORY
TRACT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="10" id="10^BRONCHITIS, ACUTE^99DCT">
xf:labelBRONCHITIS, ACUTE</xf:label>
xf:value10^BRONCHITIS, ACUTE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1934" id="1934^CHRONIC LEUKEMIA^99DCT">
xf:labelCHRONIC LEUKEMIA</xf:label>
xf:value1934^CHRONIC LEUKEMIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1991" id="1991^UTERINE FIBROID^99DCT">
xf:labelUTERINE FIBROID</xf:label>
xf:value1991^UTERINE FIBROID^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3210" id="3210^PREGNANCY EXAMINATION OR
TEST PREGNANCY UNCONFIRMED, PRENATAL IV + ^99DCT">
xf:labelPREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED, PRENATAL IV +</xf:label>
xf:value3210^PREGNANCY EXAMINATION OR TEST PREGNANCY
UNCONFIRMED, PRENATAL IV + ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1935" id="1935^OTHER LYMPOMA^99DCT">
xf:labelOTHER LYMPOMA</xf:label>
xf:value1935^OTHER LYMPOMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1933" id="1933^LEUKEMIA ACUTE^99DCT">
xf:labelLEUKEMIA ACUTE</xf:label>
xf:value1933^LEUKEMIA ACUTE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="5334" id="5334^CANDIDIASIS OF MOUTH
^99DCT">
xf:labelCANDIDIASIS OF MOUTH</xf:label>
xf:value5334^CANDIDIASIS OF MOUTH ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3144" id="3144^HEART FAILURE
UNSPECIFIED^99DCT">
xf:labelHEART FAILURE UNSPECIFIED</xf:label>
xf:value3144^HEART FAILURE UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="117" id="117^OTHER AND UNSPECIFIED
CONJUNCTIVITIS^99DCT">
xf:labelOTHER AND UNSPECIFIED CONJUNCTIVITIS</xf:label>
xf:value117^OTHER AND UNSPECIFIED CONJUNCTIVITIS^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="43" id="43^PNEUMONIA
UNSPECIFIED^99DCT">
xf:labelPNEUMONIA UNSPECIFIED</xf:label>
xf:value43^PNEUMONIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="5995" id="5995^URETHRAL
DISCHARGE^99DCT">
xf:labelURETHRAL DISCHARGE</xf:label>
xf:value5995^URETHRAL DISCHARGE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3068" id="3068^BLEPHARITIS,
UNSPECIFIED^99DCT">
xf:labelBLEPHARITIS, UNSPECIFIED</xf:label>
xf:value3068^BLEPHARITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="891" id="891^PERTUSSIS^99DCT">
xf:labelPERTUSSIS</xf:label>
xf:value891^PERTUSSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="16" id="16^DIARRHEA OF PRESUMED
INFECTIOUS ORIGIN^99DCT">
xf:labelDIARRHEA OF PRESUMED INFECTIOUS ORIGIN</
xf:label>
xf:value16^DIARRHEA OF PRESUMED INFECTIOUS ORIGIN^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3165" id="3165^ACUTE LARYNGITIS^99DCT">
xf:labelACUTE LARYNGITIS</xf:label>
xf:value3165^ACUTE LARYNGITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1883" id="1883^CORONARY
ATHEROSCLEROSIS^99DCT">
xf:labelCORONARY ATHEROSCLEROSIS</xf:label>
xf:value1883^CORONARY ATHEROSCLEROSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3168" id="3168^UNSPECIFIED
ARTHROPATHY^99DCT">
xf:labelUNSPECIFIED ARTHROPATHY</xf:label>
xf:value3168^UNSPECIFIED ARTHROPATHY^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1885" id="1885^RHEUMATIC DISEASES OF
ENDOCARDIUM, VALVE UNSPECIFIED^99DCT">
xf:labelRHEUMATIC DISEASES OF ENDOCARDIUM, VALVE
UNSPECIFIED</xf:label>
xf:value1885^RHEUMATIC DISEASES OF ENDOCARDIUM, VALVE
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1136" id="1136^PULMONARY
EFFUSION^99DCT">
xf:labelPULMONARY EFFUSION</xf:label>
xf:value1136^PULMONARY EFFUSION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1886" id="1886^OTHER PRIMARY
CARDIOMYOPATHIES^99DCT">
xf:labelOTHER PRIMARY CARDIOMYOPATHIES</xf:label>
xf:value1886^OTHER PRIMARY CARDIOMYOPATHIES^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1998" id="1998^ANTHRAX
UNSPECIFIED^99DCT">
xf:labelANTHRAX UNSPECIFIED</xf:label>
xf:value1998^ANTHRAX UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="151" id="151^ABDOMINAL PAIN^99DCT">
xf:labelABDOMINAL PAIN</xf:label>
xf:value151^ABDOMINAL PAIN^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3126" id="3126^UNSPECIFIED CHRONIC
BRONCHITIS,BRONCHITIS^99DCT">
xf:labelUNSPECIFIED CHRONIC BRONCHITIS,BRONCHITIS</
xf:label>
xf:value3126^UNSPECIFIED CHRONIC
BRONCHITIS,BRONCHITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3138" id="3138^BRONCHOPNEUMONIA
ORGANISM UNSPECIFIED, VERY BAD^99DCT">
xf:labelBRONCHOPNEUMONIA ORGANISM UNSPECIFIED, VERY BAD</
xf:label>
xf:value3138^BRONCHOPNEUMONIA ORGANISM UNSPECIFIED, VERY
BAD^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1958" id="1958^UNSPECIFIED HEARING
LOSS^99DCT">
xf:labelUNSPECIFIED HEARING LOSS</xf:label>
xf:value1958^UNSPECIFIED HEARING LOSS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3134" id="3134^UNATTENDED DEATH^99DCT">
xf:labelUNATTENDED DEATH</xf:label>
xf:value3134^UNATTENDED DEATH^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1964" id="1964^PAPILLEDEMA^99DCT">
xf:labelPAPILLEDEMA</xf:label>
xf:value1964^PAPILLEDEMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3189" id="3189^OTHER SEVERE PROTEIN-
CALORIE MALNUTRITION^99DCT">
xf:labelOTHER SEVERE PROTEIN-CALORIE MALNUTRITION</
xf:label>
xf:value3189^OTHER SEVERE PROTEIN-CALORIE
MALNUTRITION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3176" id="3176^RELAPSING FEVER^99DCT">
xf:labelRELAPSING FEVER</xf:label>
xf:value3176^RELAPSING FEVER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3188" id="3188^MALNUTRITION WITH
MODERATE DEGREE^99DCT">
xf:labelMALNUTRITION WITH MODERATE DEGREE</xf:label>
xf:value3188^MALNUTRITION WITH MODERATE DEGREE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="123" id="123^MALARIA
UNSPECIFIED^99DCT">
xf:labelMALARIA UNSPECIFIED</xf:label>
xf:value123^MALARIA UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1959" id="1959^UNQUALIFIED VISUAL LOSS,
BOTH EYES^99DCT">
xf:labelUNQUALIFIED VISUAL LOSS, BOTH EYES</xf:label>
xf:value1959^UNQUALIFIED VISUAL LOSS, BOTH EYES^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3133" id="3133^UNSPECIFIED SYMPTOM
ASSSOCIATED WITH FEMALE GENITAL ORGANS^99DCT">
xf:labelUNSPECIFIED SYMPTOM ASSSOCIATED WITH FEMALE
GENITAL ORGANS</xf:label>
xf:value3133^UNSPECIFIED SYMPTOM ASSSOCIATED WITH FEMALE
GENITAL ORGANS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="134" id="134^CELLULITIS AND ABCESS OF
UNSPECIFIED SITES^99DCT">
xf:labelCELLULITIS AND ABCESS OF UNSPECIFIED SITES</
xf:label>
xf:value134^CELLULITIS AND ABCESS OF UNSPECIFIED
SITES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1905" id="1905^ESOPHAGITIS^99DCT">
xf:labelESOPHAGITIS</xf:label>
xf:value1905^ESOPHAGITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3150" id="3150^TOOTH ABCESS^99DCT">
xf:labelTOOTH ABCESS</xf:label>
xf:value3150^TOOTH ABCESS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3184" id="3184^SICKEL CELL DISEASE:
VASO-OCCLUSIVE CRISIS^99DCT">
xf:labelSICKEL CELL DISEASE: VASO-OCCLUSIVE CRISIS</
xf:label>
xf:value3184^SICKEL CELL DISEASE: VASO-OCCLUSIVE
CRISIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3186" id="3186^SICKLE-CELL
ANEMIA^99DCT">
xf:labelSICKLE-CELL ANEMIA</xf:label>
xf:value3186^SICKLE-CELL ANEMIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3187" id="3187^MALNUTRITION WITH MILD
DEGREE^99DCT">
xf:labelMALNUTRITION WITH MILD DEGREE</xf:label>
xf:value3187^MALNUTRITION WITH MILD DEGREE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3179" id="3179^LUMBAGO^99DCT">
xf:labelLUMBAGO</xf:label>
xf:value3179^LUMBAGO^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3181" id="3181^CYSTITIS^99DCT">
xf:labelCYSTITIS</xf:label>
xf:value3181^CYSTITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3178" id="3178^ACUTE SINUSITIS^99DCT">
xf:labelACUTE SINUSITIS</xf:label>
xf:value3178^ACUTE SINUSITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3175" id="3175^OTHERS
(CANCER,HYPERTHYROID,ETC.)^99DCT">
xf:labelOTHERS (CANCER,HYPERTHYROID,ETC.)</xf:label>
xf:value3175^OTHERS (CANCER,HYPERTHYROID,ETC.)^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3182" id="3182^URINARY CALCULUS,
UNSPECIFIED^99DCT">
xf:labelURINARY CALCULUS, UNSPECIFIED</xf:label>
xf:value3182^URINARY CALCULUS, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2014" id="2014^CHANCROID^99DCT">
xf:labelCHANCROID</xf:label>
xf:value2014^CHANCROID^99DCT</xf:value>
</xf:item>
<xf:item concept_id="128" id="128^WOUND, DEEP^99DCT">
xf:labelWOUND, DEEP</xf:label>
xf:value128^WOUND, DEEP^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3143" id="3143^ACUTE PERICARDITIS
UNSPECIFIED^99DCT">
xf:labelACUTE PERICARDITIS UNSPECIFIED</xf:label>
xf:value3143^ACUTE PERICARDITIS UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="140" id="140^SCABIES^99DCT">
xf:labelSCABIES</xf:label>
xf:value140^SCABIES^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3158" id="3158^OTHER DISORDERS OF
INTESTINE^99DCT">
xf:labelOTHER DISORDERS OF INTESTINE</xf:label>
xf:value3158^OTHER DISORDERS OF INTESTINE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3043" id="3043^EXCESSIVE OR FREQUENT
MENSTRUATION^99DCT">
xf:labelEXCESSIVE OR FREQUENT MENSTRUATION</xf:label>
xf:value3043^EXCESSIVE OR FREQUENT MENSTRUATION^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="212" id="212^GASTRIC ULCER^99DCT">
xf:labelGASTRIC ULCER</xf:label>
xf:value212^GASTRIC ULCER^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1986" id="1986^WOUND/LACERATION^99DCT">
xf:labelWOUND/LACERATION</xf:label>
xf:value1986^WOUND/LACERATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="29" id="29^HEPATITIS^99DCT">
xf:labelHEPATITIS</xf:label>
xf:value29^HEPATITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1921" id="1921^HYPERPLASIA OF THE
PROSTATE^99DCT">
xf:labelHYPERPLASIA OF THE PROSTATE</xf:label>
xf:value1921^HYPERPLASIA OF THE PROSTATE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1913" id="1913^UNSPECIFIED
PERITONITIS^99DCT">
xf:labelUNSPECIFIED PERITONITIS</xf:label>
xf:value1913^UNSPECIFIED PERITONITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="210" id="210^PEPTIC ULCER
DISEASE^99DCT">
xf:labelPEPTIC ULCER DISEASE</xf:label>
xf:value210^PEPTIC ULCER DISEASE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3145" id="3145^DEEP VEIN
THROMBOSIS^99DCT">
xf:labelDEEP VEIN THROMBOSIS</xf:label>
xf:value3145^DEEP VEIN THROMBOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="63" id="63^MEASLES WITHOUT MENTION OF
COMPLICATION^99DCT">
xf:labelMEASLES WITHOUT MENTION OF COMPLICATION</
xf:label>
xf:value63^MEASLES WITHOUT MENTION OF
COMPLICATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3044" id="3044^PERIMENOPAUSAL
SYNDROME(HEMORAGIE) ^99DCT">
xf:labelPERIMENOPAUSAL SYNDROME(HEMORAGIE)</xf:label>
xf:value3044^PERIMENOPAUSAL SYNDROME(HEMORAGIE)
^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3146" id="3146^VENOUS (PERIPHERAL)
INSUFFICIENCY, UNSPECIFIED^99DCT">
xf:labelVENOUS (PERIPHERAL) INSUFFICIENCY, UNSPECIFIED</
xf:label>
xf:value3146^VENOUS (PERIPHERAL) INSUFFICIENCY,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3129" id="3129^EPIDIDYMITIS/
ORCHITIS^99DCT">
xf:labelEPIDIDYMITIS/ORCHITIS</xf:label>
xf:value3129^EPIDIDYMITIS/ORCHITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3147" id="3147^CONJUNCTIVAL
XEROSIS^99DCT">
xf:labelCONJUNCTIVAL XEROSIS</xf:label>
xf:value3147^CONJUNCTIVAL XEROSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3130" id="3130^OTHER VENERAL
DISEASES,SEXUALLY TRANSMITTED^99DCT">
xf:labelOTHER VENERAL DISEASES,SEXUALLY TRANSMITTED</
xf:label>
xf:value3130^OTHER VENERAL DISEASES,SEXUALLY
TRANSMITTED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1897" id="1897^BRONCHITIS,
UNSPECIFIED^99DCT">
xf:labelBRONCHITIS, UNSPECIFIED</xf:label>
xf:value1897^BRONCHITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3148" id="3148^UNSPECIFIED DISORDER OF
EYE AND ADNEXA^99DCT">
xf:labelUNSPECIFIED DISORDER OF EYE AND ADNEXA</
xf:label>
xf:value3148^UNSPECIFIED DISORDER OF EYE AND
ADNEXA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1903" id="1903^UNSPECIFIED PLEURAL
EFFUSION^99DCT">
xf:labelUNSPECIFIED PLEURAL EFFUSION</xf:label>
xf:value1903^UNSPECIFIED PLEURAL EFFUSION^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3149" id="3149^ACUTE
TONSILLITIS^99DCT">
xf:labelACUTE TONSILLITIS</xf:label>
xf:value3149^ACUTE TONSILLITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1895" id="1895^OTHER DISEASES OF
PHARYNX^99DCT">
xf:labelOTHER DISEASES OF PHARYNX</xf:label>
xf:value1895^OTHER DISEASES OF PHARYNX^99DCT</xf:value>
</xf:item>
<xf:item concept_id="127" id="127^DYSMENORRHEA^99DCT">
xf:labelDYSMENORRHEA</xf:label>
xf:value127^DYSMENORRHEA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3169" id="3169^OSTOARTHROSIS
UNSPECIFIED WHETHER GENERALIZED OR LOCALIZED^99DCT">
xf:labelOSTOARTHROSIS UNSPECIFIED WHETHER GENERALIZED OR
LOCALIZED</xf:label>
xf:value3169^OSTOARTHROSIS UNSPECIFIED WHETHER
GENERALIZED OR LOCALIZED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1891" id="1891^PERIPHERAL VASCULAR
DISEASE, UNSPECIFIED^99DCT">
xf:labelPERIPHERAL VASCULAR DISEASE, UNSPECIFIED</
xf:label>
xf:value1891^PERIPHERAL VASCULAR DISEASE,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3163" id="3163^PITYRIASIS
VERSICOLOR^99DCT">
xf:labelPITYRIASIS VERSICOLOR</xf:label>
xf:value3163^PITYRIASIS VERSICOLOR^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1892" id="1892^PHLEBITIS AND
THROMBOPHLEBITIS OF LOWER EXTREMITIES, UNSPECIFIE^99DCT">
xf:labelPHLEBITIS AND THROMBOPHLEBITIS OF LOWER
EXTREMITIES, UNSPECIFIE</xf:label>
xf:value1892^PHLEBITIS AND THROMBOPHLEBITIS OF LOWER
EXTREMITIES, UNSPECIFIE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3139" id="3139^SEVERE ASTHMA
CRISIS^99DCT">
xf:labelSEVERE ASTHMA CRISIS</xf:label>
xf:value3139^SEVERE ASTHMA CRISIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1888" id="1888^CONGESTIVE HEART
FAILURE, UNSPECIFIED^99DCT">
xf:labelCONGESTIVE HEART FAILURE, UNSPECIFIED</xf:label>
xf:value1888^CONGESTIVE HEART FAILURE,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3166" id="3166^UNSPECIFIED SITE OF
SPRAIN AND STRAIN^99DCT">
xf:labelUNSPECIFIED SITE OF SPRAIN AND STRAIN</xf:label>
xf:value3166^UNSPECIFIED SITE OF SPRAIN AND
STRAIN^99DCT</xf:value>
</xf:item>
<xf:item concept_id="892" id="892^VARICELLA WITHOUT MENTION
OF COMPLICATION^99DCT">
xf:labelVARICELLA WITHOUT MENTION OF COMPLICATION</
xf:label>
xf:value892^VARICELLA WITHOUT MENTION OF
COMPLICATION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1920" id="1920^CYSTITIS,
UNSPECIFIED^99DCT">
xf:labelCYSTITIS, UNSPECIFIED</xf:label>
xf:value1920^CYSTITIS, UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3132" id="3132^HYDROCELE
UNSPECIFIED^99DCT">
xf:labelHYDROCELE UNSPECIFIED</xf:label>
xf:value3132^HYDROCELE UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1922" id="1922^URETHRAL STRICTURE,
UNSPECIFIED^99DCT">
xf:labelURETHRAL STRICTURE, UNSPECIFIED</xf:label>
xf:value1922^URETHRAL STRICTURE, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="3153" id="3153^VOLUME DEPLETION
DISORDER, DEGREE A^99DCT">
xf:labelVOLUME DEPLETION DISORDER, DEGREE A</xf:label>
xf:value3153^VOLUME DEPLETION DISORDER, DEGREE A^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="2025" id="2025^GALLBLADDER
DISEASE^99DCT">
xf:labelGALLBLADDER DISEASE</xf:label>
xf:value2025^GALLBLADDER DISEASE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1925" id="1925^NEPHROLITHIASIS^99DCT">
xf:labelNEPHROLITHIASIS</xf:label>
xf:value1925^NEPHROLITHIASIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3137" id="3137^BRONCHOPNEUMONIA
ORGANISM UNSPECIFIED,BAD,PNEUMONIA^99DCT">
xf:labelBRONCHOPNEUMONIA ORGANISM
UNSPECIFIED,BAD,PNEUMONIA</xf:label>
xf:value3137^BRONCHOPNEUMONIA ORGANISM
UNSPECIFIED,BAD,PNEUMONIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1909" id="1909^BOWEL
OBSTRUCTION^99DCT">
xf:labelBOWEL OBSTRUCTION</xf:label>
xf:value1909^BOWEL OBSTRUCTION^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3170" id="3170^SCIATICA^99DCT">
xf:labelSCIATICA</xf:label>
xf:value3170^SCIATICA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1916" id="1916^LIVER CIRRHOSIS^99DCT">
xf:labelLIVER CIRRHOSIS</xf:label>
xf:value1916^LIVER CIRRHOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3167" id="3167^PYOGENIC ARTHRITIS
^99DCT">
xf:labelPYOGENIC ARTHRITIS</xf:label>
xf:value3167^PYOGENIC ARTHRITIS ^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1902" id="1902^OTHER SPONTANEOUS
PNEUMOTHORAX^99DCT">
xf:labelOTHER SPONTANEOUS PNEUMOTHORAX</xf:label>
xf:value1902^OTHER SPONTANEOUS PNEUMOTHORAX^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="166" id="166^DOG BITE^99DCT">
xf:labelDOG BITE</xf:label>
xf:value166^DOG BITE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1918" id="1918^HERNIA INGUINAL^99DCT">
xf:labelHERNIA INGUINAL</xf:label>
xf:value1918^HERNIA INGUINAL^99DCT</xf:value>
</xf:item>
<xf:item concept_id="6103" id="6103^OSTEOARTHROSIS,
UNSPECIFIED WHETHER GENERALIZED OR LOCALIZED^99DCT">
xf:labelOSTEOARTHROSIS, UNSPECIFIED WHETHER GENERALIZED
OR LOCALIZED</xf:label>
xf:value6103^OSTEOARTHROSIS, UNSPECIFIED WHETHER
GENERALIZED OR LOCALIZED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1910" id="1910^UNSPECIFIED GASTRITIS
AND GASTRODUODENITIS^99DCT">
xf:labelUNSPECIFIED GASTRITIS AND GASTRODUODENITIS</
xf:label>
xf:value1910^UNSPECIFIED GASTRITIS AND
GASTRODUODENITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1957" id="1957^UNSPECIFIED OTITIS
MEDIA^99DCT">
xf:labelUNSPECIFIED OTITIS MEDIA</xf:label>
xf:value1957^UNSPECIFIED OTITIS MEDIA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1923"
id="1923^GLOMERULONEPHRITIS^99DCT">
xf:labelGLOMERULONEPHRITIS</xf:label>
xf:value1923^GLOMERULONEPHRITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1924" id="1924^UNSPECIFIED DISORDER OF
URETHRA AND URINARY TRACT^99DCT">
xf:labelUNSPECIFIED DISORDER OF URETHRA AND URINARY
TRACT</xf:label>
xf:value1924^UNSPECIFIED DISORDER OF URETHRA AND URINARY
TRACT^99DCT</xf:value>
</xf:item>
<xf:item concept_id="3045" id="3045^ACUTE UPPER RESPIRATORY
INFECTIONS OF UNSPECIFIED SITE^99DCT">
xf:labelACUTE UPPER RESPIRATORY INFECTIONS OF
UNSPECIFIED SITE</xf:label>
xf:value3045^ACUTE UPPER RESPIRATORY INFECTIONS OF
UNSPECIFIED SITE^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1900" id="1900^EMPHYSEMA^99DCT">
xf:labelEMPHYSEMA</xf:label>
xf:value1900^EMPHYSEMA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1954" id="1954^ARTHRITIS^99DCT">
xf:labelARTHRITIS</xf:label>
xf:value1954^ARTHRITIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1911" id="1911^GASTROENTERITIS/
DIARRHEA^99DCT">
xf:labelGASTROENTERITIS/DIARRHEA</xf:label>
xf:value1911^GASTROENTERITIS/DIARRHEA^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1901" id="1901^INTERSTITIAL LUNG DIS/
LUNG DIS^99DCT">
xf:labelINTERSTITIAL LUNG DIS/ LUNG DIS</xf:label>
xf:value1901^INTERSTITIAL LUNG DIS/ LUNG DIS^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1932" id="1932^HEREDITARY HEMOLYTIC
ANEMIA, UNSPECIFIED^99DCT">
xf:labelHEREDITARY HEMOLYTIC ANEMIA, UNSPECIFIED</
xf:label>
xf:value1932^HEREDITARY HEMOLYTIC ANEMIA,
UNSPECIFIED^99DCT</xf:value>
</xf:item>
<xf:item concept_id="219" id="219^PSYCHOSIS^99DCT">
xf:labelPSYCHOSIS</xf:label>
xf:value219^PSYCHOSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1940" id="1940^NEUROSIS^99DCT">
xf:labelNEUROSIS</xf:label>
xf:value1940^NEUROSIS^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1975" id="1975^BRAIN INJURY NEC^99DCT">
xf:labelBRAIN INJURY NEC</xf:label>
xf:value1975^BRAIN INJURY NEC^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1952" id="1952^MONONEUROPATHY,
UNSPECIFIED^99DCT">
xf:labelMONONEUROPATHY, UNSPECIFIED</xf:label>
xf:value1952^MONONEUROPATHY, UNSPECIFIED^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1956" id="1956^PYOGEN ARTHRITIS-
UNSPEC^99DCT">
xf:labelPYOGEN ARTHRITIS-UNSPEC</xf:label>
xf:value1956^PYOGEN ARTHRITIS-UNSPEC^99DCT</xf:value>
</xf:item>
<xf:item concept_id="1798" id="1798^CONTUSION OF UNSPECIFIED
SITE^99DCT">
xf:labelCONTUSION OF UNSPECIFIED SITE</xf:label>
xf:value1798^CONTUSION OF UNSPECIFIED SITE^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="6107" id="6107^UNSPECIFIED ENDOCRINE
DISORDER^99DCT">
xf:labelUNSPECIFIED ENDOCRINE DISORDER</xf:label>
xf:value6107^UNSPECIFIED ENDOCRINE DISORDER^99DCT</
xf:value>
</xf:item>
<xf:item concept_id="1927" id="1927^NEPHROTIC SYNDROME WITH
UNSPECIFIED PATHOLOGICAL LESION IN KIDNEY^99DCT">
xf:labelNEPHROTIC SYNDROME WITH UNSPECIFIED PATHOLOGICAL
LESION IN KIDNEY</xf:label>
xf:value1927^NEPHROTIC SYNDROME WITH UNSPECIFIED
PATHOLOGICAL LESION IN KIDNEY^99DCT</xf:value>
</xf:item>
</xf:select1>
</xf:repeat>
</xf:group>
<xf:input bind="money_paid">
xf:labelMONEY PAID</xf:label>
xf:hintMoney a patient pays at the dispensary.</xf:hint>
</xf:input>
<xf:input bind="temperature_c">
xf:labelTEMPERATURE (C)</xf:label>
xf:hintPatient's temperature in degrees centigrade.</xf:hint>
</xf:input>
<xf:input bind="systolic_blood_pressure">
xf:labelSYSTOLIC BLOOD PRESSURE</xf:label>
xf:hintA patient's systolic blood pressure measurement (taken
with a manual cuff in either a sitting or standing position)</xf:hint>
</xf:input>
<xf:input bind="diastolic_blood_pressure">
xf:labelDIASTOLIC BLOOD PRESSURE</xf:label>
xf:hintA patient's diastolic blood pressure measurement (taken
with a manual cuff in either a sitting or standing position)</xf:hint>
</xf:input>
<xf:input bind="weight_kg">
xf:labelWEIGHT (KG)</xf:label>
xf:hintPatient's weight in kilograms.</xf:hint>
</xf:input>
<xf:input bind="return_visit_date">
xf:labelRETURN VISIT DATE</xf:label>
xf:hintPatient is to return on this date</xf:hint>
</xf:input>
<xf:input bind="has_referral_date">
xf:labelHAS REFERRAL DATE</xf:label>
</xf:input>
<xf:input bind="unit_out">
xf:labelUNIT OUT</xf:label>
</xf:input>
<xf:input bind="unit_in">
xf:labelUNIT IN</xf:label>
</xf:input>
</xf:group>
</xf:xforms>

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

Hi James,

This doesn't help you too much right now, but I recently implemented a
project where we connected openXdata to openMRS using a custom module. I
have attached the poster we made for the recent Lung Health conference
in case you're interested. The module is working pretty will and very
well given the complexity of this particular project.

Unfortunately the people who paid for study, who committed to making the
code open-source are taking their time to make it happen. However, I am
hopeful that within a month the code will be released - the plan is for
it to then take up it's new home on the openMRS modules page.

The module only does one-way data transfer - it picks uploads from the
openXdata database and imports them into openMRS so I don't know if
that's even useful for your use case.

If I'm not mistaken, the code parses the xml directly I believe so it
could probably be adapted to ODK but it is written for the way openxdata
stores forms. Anyway, kind of a mute point until I get it open-sourced.

Sincerely,

Sarah Bird

Poster-2011-10-20-FINAL-small.pdf (2.34 MB)

··· On 11/21/2011 03:35 PM, Yaw Anokwa wrote: > hey james, > > we've moved odk clinic v1.0 into a community supported mode. what that > means is that our core team doesn't have the cycles to maintain it. > daniel kayiwa and sam mbugua are doing what they can to keep it going, > but they too are swamped with their fulltime jobs. > > there are versions of clinic v1.0 out in the wild that are working > (mvp and msf come to mind), but we still have an open issue for the > community to document what the exact configurations and limitations > are. see http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic > for more. > > you may have seen videos of clinic v2.0 which is in use at ampath. > that's a pretty specific tool which i built for their doctors and it's > currently not generic enough for the average user to configure and use > -- that's mostly because the clinical summary module which it uses is > pretty complicated to setup. for that reason, i have not made it > widely available. > > i'm working on getting time and money to merge the two code bases into > a v3.0 that will be more useful to everyone, but that process is slow > going. i'm hoping to have something to announce in early 2012, but as > with all things, i can't make any promises. > > for now, i've filed your issue at > http://code.google.com/p/opendatakit/issues/detail?id=444. please > follow our progress there. > > thanks for your patience, > > yaw > > On Mon, Nov 21, 2011 at 12:47, James Arbaugh wrote: >> We are looking to use ODK to collect data for patients, it would then >> be stored in OpenMRS. >> >> I'm having trouble getting things to play nicely together. I've tried >> various versions of ODK Collect/Clinic using the Android emulator, >> with our implementation of OpenMRS. I have also tried various >> versions of the XForms module. What I see on screen casts looks >> different from what I see on what I have downloaded in Clinic and >> Collect. Can someone point me to the right version of ODK to talk to >> OpenMRS. >> >> We have OpenMRS Version: 1.8.2 Build 21762 in production. >> Currently installed are Reporting Compatibility 1.5.4.1, and XForms >> 4.0.8. >> >> The emulator is using Android 2.1 (the same version of the phone that >> we want to try). >> >> When I try ODK Clinic, I see the list of Cohorts, but none of them >> download when selected. "Error: inflating: unknown compression >> method." The XForms global property "xforms.xformSerializer" is set >> to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen >> medical history for download, the hospital ward and discharge date. >> >> When I try ODK Collect, with the Server Type set to "OpenMRS XForm", >> when I try to download forms it says, "Sorry, unable to load remote >> form list!" I do have a simple XForm on the OpenMRS server. >> >> Can someone please tell me where to get started and which ODK version >> I should be using, and where I can get it. >> >> Thanks, >> James

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web browser.

I wasn't seeing any errors in the tomcat log when I tried to connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a clean
start. The tables weren't created for me automatically when I tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?) I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform; http://pastebin.com/download.php?i=3scc2viH.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

··· On Nov 22, 4:01 am, Daniel Kayiwa wrote: > Hi James, > > What value do you have in the url setting on the mobile app? > Can you also put your tomcat log contents on pastebin.com and send me the > url? > > > > > > > > On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh wrote: > > We are looking to use ODK to collect data for patients, it would then > > be stored in OpenMRS. > > > I'm having trouble getting things to play nicely together. I've tried > > various versions of ODK Collect/Clinic using the Android emulator, > > with our implementation of OpenMRS. I have also tried various > > versions of the XForms module. What I see on screen casts looks > > different from what I see on what I have downloaded in Clinic and > > Collect. Can someone point me to the right version of ODK to talk to > > OpenMRS. > > > We have OpenMRS Version: 1.8.2 Build 21762 in production. > > Currently installed are Reporting Compatibility 1.5.4.1, and XForms > > 4.0.8. > > > The emulator is using Android 2.1 (the same version of the phone that > > we want to try). > > > When I try ODK Clinic, I see the list of Cohorts, but none of them > > download when selected. "Error: inflating: unknown compression > > method." The XForms global property "xforms.xformSerializer" is set > > to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen > > medical history for download, the hospital ward and discharge date. > > > When I try ODK Collect, with the Server Type set to "OpenMRS XForm", > > when I try to download forms it says, "Sorry, unable to load remote > > form list!" I do have a simple XForm on the OpenMRS server. > > > Can someone please tell me where to get started and which ODK version > > I should be using, and where I can get it. > > > Thanks, > > James >

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how it goes?

odk-clinic.apk (559 KB)

··· On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web browser.

I wasn't seeing any errors in the tomcat log when I tried to connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a clean
start. The tables weren't created for me automatically when I tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?) I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform;
http://pastebin.com/download.php?i=3scc2viH.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and send me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it would then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together. I've tried
various versions of ODK Collect/Clinic using the Android emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts looks
different from what I see on what I have downloaded in Clinic and
Collect. Can someone point me to the right version of ODK to talk to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the phone that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer" is set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen
medical history for download, the hospital ward and discharge date.

When I try ODK Collect, with the Server Type set to "OpenMRS XForm",
when I try to download forms it says, "Sorry, unable to load remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

··· On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa wrote: > > Hi James, am trying to investigate what could be the problem. > Do you mind trying to install the attached apk and tell me how it goes? > > > On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh wrote: >> >> Thanks everyone for your suggestions and information. >> >> The URL setting in the mobile app is http://10.1.1.5:8081/openmrs >> >> For the record, the url works when I use the emulator's web browser. >> >> I wasn't seeing any errors in the tomcat log when I tried to connect >> with ODK Clinic/Connect. I decided to uninstall xforms, remove the >> global properties and xforms tables from the database to have a clean >> start. The tables weren't created for me automatically when I tried >> to load 4.0.8, and xforms failed to start. (Is this a known bug?) I >> rolled back to 3.8.8, and then upgraded to xforms module version >> 4.0.8. I then created a simple xform; >> http://pastebin.com/download.php?i=3scc2viH. >> I also created a cohort with just one patient, in case the other >> cohorts were too large. I also chose the weight concept as the >> "medical history field". >> >> When I try to download the cohort with just one patient (in ODK >> Clinic) it downloads (after showing the error). When I click to >> select the patient, ODK Clinic crashed with the error "Sorry! The >> application ODK Clinic (process org.odk.clinic android) has stopped >> unexpetedly. Please try again. Force Close" I tried restarting the >> phone emulator, with the same results. I tried to set the xforms >> property from purc forms to javarosa, it still didn't work. >> >> The version of ODK Collect is 1.1 per the app. In the Application >> Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per >> the app. Per the Application Info it's ODK Clinic version 1. >> >> In all of this I have never seen anything unusual in the OpenMRS >> catalina.out log file. >> >> At this point, the ability to fill out forms into OpenMRS is the most >> important; which makes Collect more important than Clinic. >> >> Any other thoughts? >> >> Thanks, >> James >> >> On Nov 22, 4:01 am, Daniel Kayiwa wrote: >> > Hi James, >> > >> > What value do you have in the url setting on the mobile app? >> > Can you also put your tomcat log contents on pastebin.com and send me >> > the >> > url? >> > >> > >> > >> > >> > >> > >> > >> > On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh wrote: >> > > We are looking to use ODK to collect data for patients, it would then >> > > be stored in OpenMRS. >> > >> > > I'm having trouble getting things to play nicely together. I've tried >> > > various versions of ODK Collect/Clinic using the Android emulator, >> > > with our implementation of OpenMRS. I have also tried various >> > > versions of the XForms module. What I see on screen casts looks >> > > different from what I see on what I have downloaded in Clinic and >> > > Collect. Can someone point me to the right version of ODK to talk to >> > > OpenMRS. >> > >> > > We have OpenMRS Version: 1.8.2 Build 21762 in production. >> > > Currently installed are Reporting Compatibility 1.5.4.1, and XForms >> > > 4.0.8. >> > >> > > The emulator is using Android 2.1 (the same version of the phone that >> > > we want to try). >> > >> > > When I try ODK Clinic, I see the list of Cohorts, but none of them >> > > download when selected. "Error: inflating: unknown compression >> > > method." The XForms global property "xforms.xformSerializer" is set >> > > to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen >> > > medical history for download, the hospital ward and discharge date. >> > >> > > When I try ODK Collect, with the Server Type set to "OpenMRS XForm", >> > > when I try to download forms it says, "Sorry, unable to load remote >> > > form list!" I do have a simple XForm on the OpenMRS server. >> > >> > > Can someone please tell me where to get started and which ODK version >> > > I should be using, and where I can get it. >> > >> > > Thanks, >> > > James >> > >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > > > -- > If we keep uppermost in our minds the unkind and unjust acts of others, we > shall find it impossible to love them as Christ has loved us; but if our > thoughts dwell upon the wondrous love and pity of Christ for us, the same > spirit will flow out to others. > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en >

Thanks Yaw. Sorry. Will be use links next time.

··· On 11/22/2011 09:12 AM, Yaw Anokwa wrote: > daniel, james and sarah, > > please be careful about sending out attachments on the list. > > if you can use dropbox for files or pastie/dpaste for forms and send > out a link, i think our users with low bandwidth would really > appreciate it. > > On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa wrote: >> Hi James, am trying to investigate what could be the problem. >> Do you mind trying to install the attached apk and tell me how it goes? >> >> >> On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh wrote: >>> Thanks everyone for your suggestions and information. >>> >>> The URL setting in the mobile app is http://10.1.1.5:8081/openmrs >>> >>> For the record, the url works when I use the emulator's web browser. >>> >>> I wasn't seeing any errors in the tomcat log when I tried to connect >>> with ODK Clinic/Connect. I decided to uninstall xforms, remove the >>> global properties and xforms tables from the database to have a clean >>> start. The tables weren't created for me automatically when I tried >>> to load 4.0.8, and xforms failed to start. (Is this a known bug?) I >>> rolled back to 3.8.8, and then upgraded to xforms module version >>> 4.0.8. I then created a simple xform; >>> http://pastebin.com/download.php?i=3scc2viH. >>> I also created a cohort with just one patient, in case the other >>> cohorts were too large. I also chose the weight concept as the >>> "medical history field". >>> >>> When I try to download the cohort with just one patient (in ODK >>> Clinic) it downloads (after showing the error). When I click to >>> select the patient, ODK Clinic crashed with the error "Sorry! The >>> application ODK Clinic (process org.odk.clinic android) has stopped >>> unexpetedly. Please try again. Force Close" I tried restarting the >>> phone emulator, with the same results. I tried to set the xforms >>> property from purc forms to javarosa, it still didn't work. >>> >>> The version of ODK Collect is 1.1 per the app. In the Application >>> Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per >>> the app. Per the Application Info it's ODK Clinic version 1. >>> >>> In all of this I have never seen anything unusual in the OpenMRS >>> catalina.out log file. >>> >>> At this point, the ability to fill out forms into OpenMRS is the most >>> important; which makes Collect more important than Clinic. >>> >>> Any other thoughts? >>> >>> Thanks, >>> James >>> >>> On Nov 22, 4:01 am, Daniel Kayiwa wrote: >>>> Hi James, >>>> >>>> What value do you have in the url setting on the mobile app? >>>> Can you also put your tomcat log contents on pastebin.com and send me >>>> the >>>> url? >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh wrote: >>>>> We are looking to use ODK to collect data for patients, it would then >>>>> be stored in OpenMRS. >>>>> I'm having trouble getting things to play nicely together. I've tried >>>>> various versions of ODK Collect/Clinic using the Android emulator, >>>>> with our implementation of OpenMRS. I have also tried various >>>>> versions of the XForms module. What I see on screen casts looks >>>>> different from what I see on what I have downloaded in Clinic and >>>>> Collect. Can someone point me to the right version of ODK to talk to >>>>> OpenMRS. >>>>> We have OpenMRS Version: 1.8.2 Build 21762 in production. >>>>> Currently installed are Reporting Compatibility 1.5.4.1, and XForms >>>>> 4.0.8. >>>>> The emulator is using Android 2.1 (the same version of the phone that >>>>> we want to try). >>>>> When I try ODK Clinic, I see the list of Cohorts, but none of them >>>>> download when selected. "Error: inflating: unknown compression >>>>> method." The XForms global property "xforms.xformSerializer" is set >>>>> to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen >>>>> medical history for download, the hospital ward and discharge date. >>>>> When I try ODK Collect, with the Server Type set to "OpenMRS XForm", >>>>> when I try to download forms it says, "Sorry, unable to load remote >>>>> form list!" I do have a simple XForm on the OpenMRS server. >>>>> Can someone please tell me where to get started and which ODK version >>>>> I should be using, and where I can get it. >>>>> Thanks, >>>>> James >>> -- >>> Post: opendatakit@googlegroups.com >>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>> Options: http://groups.google.com/group/opendatakit?hl=en >> >> >> -- >> If we keep uppermost in our minds the unkind and unjust acts of others, we >> shall find it impossible to love them as Christ has loved us; but if our >> thoughts dwell upon the wondrous love and pity of Christ for us, the same >> spirit will flow out to others. >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en >>

Thanks Daniel for the ODK-Clinic.apk file. I installed it into a new
emulator device. I was able to change the URL and credentials to
match my local server. I am now able to connect to the server and
download XForms from the server to ODK. I'm also able to download a
cohort of 80 patients with hospital admissions within the last day, as
well as my cohort with one patient in it. It also download the cohort
with 1544 patients, but it took several minutes to do so. (For the
record, it took several retries to actually get the cohorts to
download). When I changed the medical history field to values the
patient in the cohort had, it showed the medical history for them.
So, all of that to say, everything works with the version of ODK-
Clinic you sent! Thank you!

Is it possible to fill out a form for a patient that's not currently
in the cohort on the phone? It'd be important that Internet
connectivity to the server wasn't required to do that. If it's not
currently possible, I would suggest this feature be added someday.

Thanks!
James

P.S. Yaw, I understand the pain of large files via email. I used to
be an email administrator with HF radio clients accessing my server at
300 baud.

P.S.S. Sarah, your project sounds quite interesting, and I'm glad to
see that it was successful.

P.S.S.S. We've been trying to get OpenMRS-JR up and running to talk to
OpenMRS directly with J2ME phones and Natu had a breakthrough on that
today. Anyone interested can find more information at
https://wiki.openmrs.org/display/docs/OpenMRS-jr.

··· On Nov 22, 11:02 am, Daniel Kayiwa wrote: > Hi James, am trying to investigate what could be the problem. > Do you mind trying to install the attached apk and tell me how it goes?

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to connect
OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with OpenMRS 1.6 +
xForms 4.9. Do you happen to know if this apk was built with the repository
here: http://code.google.com/p/opendatakit/source/checkout?repo=clinic ?

Sarah: Any word from releasing the code of the custom module in the Peru
project?

Thanks in advance

Best,

William

··· -------------------------------------------------- From: "Yaw Anokwa" Sent: Tuesday, November 22, 2011 11:12 AM To: Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how it goes?

On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh jmsrbgh@gmail.com wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web browser.

I wasn't seeing any errors in the tomcat log when I tried to connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a clean
start. The tables weren't created for me automatically when I tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?) I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform;
http://pastebin.com/download.php?i=3scc2viH.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and send me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it would
then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together. I've
tried
various versions of ODK Collect/Clinic using the Android emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts looks
different from what I see on what I have downloaded in Clinic and
Collect. Can someone point me to the right version of ODK to talk
to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the phone
that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer" is set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen
medical history for download, the hospital ward and discharge date.

When I try ODK Collect, with the Server Type set to "OpenMRS XForm",
when I try to download forms it says, "Sorry, unable to load remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK
version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

Hi William,

The paperwork is moving....finally.

I was about to say that I believe it will be released within a month.
However, that's what I said last time so I can see why you might not
believe me.

The people who funded the study sat on the paperwork for over 6 months,
that paperwork is now finally out, but there is still some more to be done.

I will let you know as soon as it is available. We are scheduled to do an
overview of it on the ict4chw list before long, so I hope it gets out
before then!

Best,

Bird

··· On Fri, Feb 3, 2012 at 1:16 PM, William Aviles Monterrey wrote:

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to connect
OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with OpenMRS 1.6

Sarah: Any word from releasing the code of the custom module in the Peru
project?

Thanks in advance

Best,

William

------------------------------**--------------------
From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, November 22, 2011 11:12 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how it goes?

On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh jmsrbgh@gmail.com wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web browser.

I wasn't seeing any errors in the tomcat log when I tried to connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a clean
start. The tables weren't created for me automatically when I tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?) I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform;
http://pastebin.com/download.**php?i=3scc2viHhttp://pastebin.com/download.php?i=3scc2viH
.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and send me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it would >
then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together. I've >
tried
various versions of ODK Collect/Clinic using the Android emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts looks
different from what I see on what I have downloaded in Clinic and
Collect. Can someone point me to the right version of ODK to talk
to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the phone >
that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer" is set
to "org.fcitmuk.epihandy.**EpihandyXformSerializer" I have chosen
medical history for download, the hospital ward and discharge date.

When I try ODK Collect, with the Server Type set to "OpenMRS XForm",
when I try to download forms it says, "Sorry, unable to load remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK > >
version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

Thanks Sarah for your answer.

Looking forward to read about the project in the ict4chw.

William

··· From: Sarah Bird Sent: Friday, February 03, 2012 3:22 PM To: opendatakit@googlegroups.com Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

Hi William,

The paperwork is moving....finally.

I was about to say that I believe it will be released within a month. However, that's what I said last time so I can see why you might not believe me.

The people who funded the study sat on the paperwork for over 6 months, that paperwork is now finally out, but there is still some more to be done.

I will let you know as soon as it is available. We are scheduled to do an overview of it on the ict4chw list before long, so I hope it gets out before then!

Best,

Bird

On Fri, Feb 3, 2012 at 1:16 PM, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to connect OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with OpenMRS 1.6 + xForms 4.9. Do you happen to know if this apk was built with the repository here: http://code.google.com/p/opendatakit/source/checkout?repo=clinic ?

Sarah: Any word from releasing the code of the custom module in the Peru project?

Thanks in advance

Best,

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, November 22, 2011 11:12 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa <kayiwadaniel@gmail.com> wrote:


  Hi James, am trying to investigate what could be the problem.
  Do you mind trying to install the attached apk and tell me how it goes?


  On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh <jmsrbgh@gmail.com> wrote:


    Thanks everyone for your suggestions and information.

    The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

    For the record, the url works when I use the emulator's web browser.

    I wasn't seeing any errors in the tomcat log when I tried to connect
    with ODK Clinic/Connect.  I decided to uninstall xforms, remove the
    global properties and xforms tables from the database to have a clean
    start.  The tables weren't created for me automatically when I tried
    to load 4.0.8, and xforms failed to start. (Is this a known bug?)  I
    rolled back to 3.8.8, and then upgraded to xforms module version
    4.0.8.  I then created a simple xform;
    http://pastebin.com/download.php?i=3scc2viH.
    I also created a cohort with just one patient, in case the other
    cohorts were too large. I also chose the weight concept as the
    "medical history field".

    When I try to download the cohort with just one patient (in ODK
    Clinic) it downloads (after showing the error).  When I click to
    select the patient, ODK Clinic crashed with the error "Sorry! The
    application ODK Clinic (process org.odk.clinic android) has stopped
    unexpetedly. Please try again. Force Close" I tried restarting the
    phone emulator, with the same results. I tried to set the xforms
    property from purc forms to javarosa, it still didn't work.

    The version of ODK Collect is 1.1 per the app.  In the Application
    Info, it's ODK Collect version 3.  The version of Clinic is v0.0.1 per
    the app. Per the Application Info it's ODK Clinic version 1.

    In all of this I have never seen anything unusual in the OpenMRS
    catalina.out log file.

    At this point, the ability to fill out forms into OpenMRS is the most
    important; which makes Collect more important than Clinic.

    Any other thoughts?

    Thanks,
    James

    On Nov 22, 4:01 am, Daniel Kayiwa <kayiwadan...@gmail.com> wrote:
    > Hi James,
    >
    > What value do you have in the url setting on the mobile app?
    > Can you also put your tomcat log contents on pastebin.com and send me
    > the
    > url?
    >
    >
    >
    >
    >
    >
    >
    > On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh <jmsr...@gmail.com> wrote:
    > > We are looking to use ODK to collect data for patients, it would > > then
    > > be stored in OpenMRS.
    >
    > > I'm having trouble getting things to play nicely together.  I've > > tried
    > > various versions of ODK Collect/Clinic using the Android emulator,
    > > with our implementation of OpenMRS.  I have also tried various
    > > versions of the XForms module.  What I see on screen casts looks
    > > different from what I see on what I have downloaded in Clinic and
    > > Collect.  Can someone point me to the right version of ODK to talk > > to
    > > OpenMRS.
    >
    > > We have OpenMRS Version: 1.8.2 Build 21762 in production.
    > > Currently installed are Reporting Compatibility 1.5.4.1, and XForms
    > > 4.0.8.
    >
    > > The emulator is using Android 2.1 (the same version of the phone > > that
    > > we want to try).
    >
    > > When I try ODK Clinic, I see the list of Cohorts, but none of them
    > > download when selected. "Error: inflating: unknown compression
    > > method."  The XForms global property "xforms.xformSerializer" is set
    > > to "org.fcitmuk.epihandy.EpihandyXformSerializer"  I have chosen
    > > medical history for download, the hospital ward and discharge date.
    >
    > > When I try ODK Collect, with the Server Type set to "OpenMRS XForm",
    > > when I try to download forms it says, "Sorry, unable to load remote
    > > form list!"  I do have a simple XForm on the OpenMRS server.
    >
    > > Can someone please tell me where to get started and which ODK > > version
    > > I should be using, and where I can get it.
    >
    > > Thanks,
    > > James
    >

    --
    Post: opendatakit@googlegroups.com
    Unsubscribe: opendatakit+unsubscribe@googlegroups.com
    Options: http://groups.google.com/group/opendatakit?hl=en




  --
  If we keep uppermost in our minds the unkind and unjust acts of others, we
  shall find it impossible to love them as Christ has loved us; but if our
  thoughts dwell upon the wondrous love and pity of Christ for us, the same
  spirit will flow out to others.

  --
  Post: opendatakit@googlegroups.com
  Unsubscribe: opendatakit+unsubscribe@googlegroups.com
  Options: http://groups.google.com/group/opendatakit?hl=en



-- 
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en 

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

Hi William,

It has been some time since i built that apk.
So the code at that location has gone through quite some number of changes
since then.

··· On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey <wravmon@gmail.com wrote:

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to connect
OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with OpenMRS 1.6

Sarah: Any word from releasing the code of the custom module in the Peru
project?

Thanks in advance

Best,

William

------------------------------**--------------------
From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, November 22, 2011 11:12 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how it goes?

On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh jmsrbgh@gmail.com wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web browser.

I wasn't seeing any errors in the tomcat log when I tried to connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a clean
start. The tables weren't created for me automatically when I tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?) I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform;
http://pastebin.com/download.**php?i=3scc2viHhttp://pastebin.com/download.php?i=3scc2viH
.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and send me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it would >
then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together. I've >
tried
various versions of ODK Collect/Clinic using the Android emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts looks
different from what I see on what I have downloaded in Clinic and
Collect. Can someone point me to the right version of ODK to talk
to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the phone >
that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer" is set
to "org.fcitmuk.epihandy.**EpihandyXformSerializer" I have chosen
medical history for download, the hospital ward and discharge date.

When I try ODK Collect, with the Server Type set to "OpenMRS XForm",
when I try to download forms it says, "Sorry, unable to load remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK > >
version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@**googlegroups.comopendatakit%2Bunsubscribe@googlegroups.com
Options: http://groups.google.com/**group/opendatakit?hl=enhttp://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others, we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

William,

ODK Clinic v1 is the repo you pointed to. It works, but there are
issues that make it hard to use as it is. I've documented them at
http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic. I'm
in dissertation writing mode, so it's going to be some time before I
can get to those issues -- that's why it's in community support mode.
The code base is simple enough for someone else to fix them though.

ODK Clinic v2 has been running well at AMPATH for the past few months.
Glad to give you access to that code, but it's very far from turnkey
to get it up and running at a non-AMPATH site. Again, I'll try to
address these issues when I have more time, but it's going to take a
month or two.

Yaw

··· On Sat, Feb 4, 2012 at 09:45, Daniel Kayiwa wrote: > > Hi William, > > It has been some time since i built that apk. > So the code at that location has gone through quite some number of changes > since then. > > > > On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey wrote: >> >> Hi Daniel, Yaw and Sarah >> >> About this thread I have a few questions for you, I am trying to connect >> OpenMRS to ODK, but I think I would have to modify a bit the code. >> >> Yaw: Any news about odk-clinic's new version? >> >> Daniel: The apk that you attached in the email is working with OpenMRS 1.6 >> + xForms 4.9. Do you happen to know if this apk was built with the >> repository here: >> http://code.google.com/p/opendatakit/source/checkout?repo=clinic ? >> >> Sarah: Any word from releasing the code of the custom module in the Peru >> project? >> >> Thanks in advance >> >> Best, >> >> William >> >> >> -------------------------------------------------- >> From: "Yaw Anokwa" >> Sent: Tuesday, November 22, 2011 11:12 AM >> To: >> Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS >> >> >>> daniel, james and sarah, >>> >>> please be careful about sending out attachments on the list. >>> >>> if you can use dropbox for files or pastie/dpaste for forms and send >>> out a link, i think our users with low bandwidth would really >>> appreciate it. >>> >>> On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa wrote: >>>> >>>> >>>> Hi James, am trying to investigate what could be the problem. >>>> Do you mind trying to install the attached apk and tell me how it goes? >>>> >>>> >>>> On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh wrote: >>>>> >>>>> >>>>> Thanks everyone for your suggestions and information. >>>>> >>>>> The URL setting in the mobile app is http://10.1.1.5:8081/openmrs >>>>> >>>>> For the record, the url works when I use the emulator's web browser. >>>>> >>>>> I wasn't seeing any errors in the tomcat log when I tried to connect >>>>> with ODK Clinic/Connect. I decided to uninstall xforms, remove the >>>>> global properties and xforms tables from the database to have a clean >>>>> start. The tables weren't created for me automatically when I tried >>>>> to load 4.0.8, and xforms failed to start. (Is this a known bug?) I >>>>> rolled back to 3.8.8, and then upgraded to xforms module version >>>>> 4.0.8. I then created a simple xform; >>>>> http://pastebin.com/download.php?i=3scc2viH. >>>>> I also created a cohort with just one patient, in case the other >>>>> cohorts were too large. I also chose the weight concept as the >>>>> "medical history field". >>>>> >>>>> When I try to download the cohort with just one patient (in ODK >>>>> Clinic) it downloads (after showing the error). When I click to >>>>> select the patient, ODK Clinic crashed with the error "Sorry! The >>>>> application ODK Clinic (process org.odk.clinic android) has stopped >>>>> unexpetedly. Please try again. Force Close" I tried restarting the >>>>> phone emulator, with the same results. I tried to set the xforms >>>>> property from purc forms to javarosa, it still didn't work. >>>>> >>>>> The version of ODK Collect is 1.1 per the app. In the Application >>>>> Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 per >>>>> the app. Per the Application Info it's ODK Clinic version 1. >>>>> >>>>> In all of this I have never seen anything unusual in the OpenMRS >>>>> catalina.out log file. >>>>> >>>>> At this point, the ability to fill out forms into OpenMRS is the most >>>>> important; which makes Collect more important than Clinic. >>>>> >>>>> Any other thoughts? >>>>> >>>>> Thanks, >>>>> James >>>>> >>>>> On Nov 22, 4:01 am, Daniel Kayiwa wrote: >>>>> > Hi James, >>>>> > >>>>> > What value do you have in the url setting on the mobile app? >>>>> > Can you also put your tomcat log contents on pastebin.com and send me >>>>> > the >>>>> > url? >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh wrote: >>>>> > > We are looking to use ODK to collect data for patients, it would > >>>>> > > > then >>>>> > > be stored in OpenMRS. >>>>> > >>>>> > > I'm having trouble getting things to play nicely together. I've > >>>>> > > > tried >>>>> > > various versions of ODK Collect/Clinic using the Android emulator, >>>>> > > with our implementation of OpenMRS. I have also tried various >>>>> > > versions of the XForms module. What I see on screen casts looks >>>>> > > different from what I see on what I have downloaded in Clinic and >>>>> > > Collect. Can someone point me to the right version of ODK to talk >>>>> > > > > to >>>>> > > OpenMRS. >>>>> > >>>>> > > We have OpenMRS Version: 1.8.2 Build 21762 in production. >>>>> > > Currently installed are Reporting Compatibility 1.5.4.1, and XForms >>>>> > > 4.0.8. >>>>> > >>>>> > > The emulator is using Android 2.1 (the same version of the phone > >>>>> > > > that >>>>> > > we want to try). >>>>> > >>>>> > > When I try ODK Clinic, I see the list of Cohorts, but none of them >>>>> > > download when selected. "Error: inflating: unknown compression >>>>> > > method." The XForms global property "xforms.xformSerializer" is >>>>> > > set >>>>> > > to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen >>>>> > > medical history for download, the hospital ward and discharge date. >>>>> > >>>>> > > When I try ODK Collect, with the Server Type set to "OpenMRS >>>>> > > XForm", >>>>> > > when I try to download forms it says, "Sorry, unable to load remote >>>>> > > form list!" I do have a simple XForm on the OpenMRS server. >>>>> > >>>>> > > Can someone please tell me where to get started and which ODK > > >>>>> > > version >>>>> > > I should be using, and where I can get it. >>>>> > >>>>> > > Thanks, >>>>> > > James >>>>> > >>>>> >>>>> -- >>>>> Post: opendatakit@googlegroups.com >>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>>> Options: http://groups.google.com/group/opendatakit?hl=en >>>> >>>> >>>> >>>> >>>> -- >>>> If we keep uppermost in our minds the unkind and unjust acts of others, >>>> we >>>> shall find it impossible to love them as Christ has loved us; but if our >>>> thoughts dwell upon the wondrous love and pity of Christ for us, the >>>> same >>>> spirit will flow out to others. >>>> >>>> -- >>>> Post: opendatakit@googlegroups.com >>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>> Options: http://groups.google.com/group/opendatakit?hl=en >>>> >>> >>> -- >>> Post: opendatakit@googlegroups.com >>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>> Options: http://groups.google.com/group/opendatakit?hl=en >> >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > > > > -- > If we keep uppermost in our minds the unkind and unjust acts of others, we > shall find it impossible to love them as Christ has loved us; but if our > thoughts dwell upon the wondrous love and pity of Christ for us, the same > spirit will flow out to others. > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Hi Yaw, Daniel

I have tested the ODK Clinic in the repo with the same configuration and
server and it's not working. I think I am going over the problem but I just
wanted to make sure that it's worthy taking into consideration the
development of ODKClinic 2.

Is the code en Clinic 2 completely different from Clinic 1?

Best

William

··· -------------------------------------------------- From: "Yaw Anokwa" Sent: Saturday, February 04, 2012 11:57 AM To: Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

William,

ODK Clinic v1 is the repo you pointed to. It works, but there are
issues that make it hard to use as it is. I've documented them at
http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic. I'm
in dissertation writing mode, so it's going to be some time before I
can get to those issues -- that's why it's in community support mode.
The code base is simple enough for someone else to fix them though.

ODK Clinic v2 has been running well at AMPATH for the past few months.
Glad to give you access to that code, but it's very far from turnkey
to get it up and running at a non-AMPATH site. Again, I'll try to
address these issues when I have more time, but it's going to take a
month or two.

Yaw

On Sat, Feb 4, 2012 at 09:45, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi William,

It has been some time since i built that apk.
So the code at that location has gone through quite some number of
changes
since then.

On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to connect
OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with OpenMRS
1.6

Sarah: Any word from releasing the code of the custom module in the Peru
project?

Thanks in advance

Best,

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, November 22, 2011 11:12 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how it
goes?

On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh jmsrbgh@gmail.com wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web browser.

I wasn't seeing any errors in the tomcat log when I tried to connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a clean
start. The tables weren't created for me automatically when I tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?) I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform;
http://pastebin.com/download.php?i=3scc2viH.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1
per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and send
me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it would

then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together. I've

tried
various versions of ODK Collect/Clinic using the Android
emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts looks
different from what I see on what I have downloaded in Clinic and
Collect. Can someone point me to the right version of ODK to
talk

to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and
XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the phone

that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of
them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer" is
set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen
medical history for download, the hospital ward and discharge
date.

When I try ODK Collect, with the Server Type set to "OpenMRS
XForm",
when I try to download forms it says, "Sorry, unable to load
remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK > >
version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of
others,
we
shall find it impossible to love them as Christ has loved us; but if
our
thoughts dwell upon the wondrous love and pity of Christ for us, the
same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if our
thoughts dwell upon the wondrous love and pity of Christ for us, the same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

Yes. v1 and v2 are entirely different.

··· On Tue, Feb 7, 2012 at 08:41, William Aviles Monterrey wrote: > Hi Yaw, Daniel > > I have tested the ODK Clinic in the repo with the same configuration and > server and it's not working. I think I am going over the problem but I just > wanted to make sure that it's worthy taking into consideration the > development of ODKClinic 2. > > Is the code en Clinic 2 completely different from Clinic 1? > > Best > > > William > > > > -------------------------------------------------- > From: "Yaw Anokwa" > Sent: Saturday, February 04, 2012 11:57 AM > > To: > Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS > >> William, >> >> ODK Clinic v1 is the repo you pointed to. It works, but there are >> issues that make it hard to use as it is. I've documented them at >> http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic. I'm >> in dissertation writing mode, so it's going to be some time before I >> can get to those issues -- that's why it's in community support mode. >> The code base is simple enough for someone else to fix them though. >> >> ODK Clinic v2 has been running well at AMPATH for the past few months. >> Glad to give you access to that code, but it's very far from turnkey >> to get it up and running at a non-AMPATH site. Again, I'll try to >> address these issues when I have more time, but it's going to take a >> month or two. >> >> Yaw >> >> On Sat, Feb 4, 2012 at 09:45, Daniel Kayiwa wrote: >>> >>> >>> Hi William, >>> >>> It has been some time since i built that apk. >>> So the code at that location has gone through quite some number of >>> changes >>> since then. >>> >>> >>> >>> On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey wrote: >>>> >>>> >>>> Hi Daniel, Yaw and Sarah >>>> >>>> About this thread I have a few questions for you, I am trying to connect >>>> OpenMRS to ODK, but I think I would have to modify a bit the code. >>>> >>>> Yaw: Any news about odk-clinic's new version? >>>> >>>> Daniel: The apk that you attached in the email is working with OpenMRS >>>> 1.6 >>>> + xForms 4.9. Do you happen to know if this apk was built with the >>>> repository here: >>>> http://code.google.com/p/opendatakit/source/checkout?repo=clinic ? >>>> >>>> Sarah: Any word from releasing the code of the custom module in the Peru >>>> project? >>>> >>>> Thanks in advance >>>> >>>> Best, >>>> >>>> William >>>> >>>> >>>> -------------------------------------------------- >>>> From: "Yaw Anokwa" >>>> Sent: Tuesday, November 22, 2011 11:12 AM >>>> To: >>>> Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS >>>> >>>> >>>>> daniel, james and sarah, >>>>> >>>>> please be careful about sending out attachments on the list. >>>>> >>>>> if you can use dropbox for files or pastie/dpaste for forms and send >>>>> out a link, i think our users with low bandwidth would really >>>>> appreciate it. >>>>> >>>>> On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa wrote: >>>>>> >>>>>> >>>>>> >>>>>> Hi James, am trying to investigate what could be the problem. >>>>>> Do you mind trying to install the attached apk and tell me how it >>>>>> goes? >>>>>> >>>>>> >>>>>> On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> Thanks everyone for your suggestions and information. >>>>>>> >>>>>>> The URL setting in the mobile app is http://10.1.1.5:8081/openmrs >>>>>>> >>>>>>> For the record, the url works when I use the emulator's web browser. >>>>>>> >>>>>>> I wasn't seeing any errors in the tomcat log when I tried to connect >>>>>>> with ODK Clinic/Connect. I decided to uninstall xforms, remove the >>>>>>> global properties and xforms tables from the database to have a clean >>>>>>> start. The tables weren't created for me automatically when I tried >>>>>>> to load 4.0.8, and xforms failed to start. (Is this a known bug?) I >>>>>>> rolled back to 3.8.8, and then upgraded to xforms module version >>>>>>> 4.0.8. I then created a simple xform; >>>>>>> http://pastebin.com/download.php?i=3scc2viH. >>>>>>> I also created a cohort with just one patient, in case the other >>>>>>> cohorts were too large. I also chose the weight concept as the >>>>>>> "medical history field". >>>>>>> >>>>>>> When I try to download the cohort with just one patient (in ODK >>>>>>> Clinic) it downloads (after showing the error). When I click to >>>>>>> select the patient, ODK Clinic crashed with the error "Sorry! The >>>>>>> application ODK Clinic (process org.odk.clinic android) has stopped >>>>>>> unexpetedly. Please try again. Force Close" I tried restarting the >>>>>>> phone emulator, with the same results. I tried to set the xforms >>>>>>> property from purc forms to javarosa, it still didn't work. >>>>>>> >>>>>>> The version of ODK Collect is 1.1 per the app. In the Application >>>>>>> Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 >>>>>>> per >>>>>>> the app. Per the Application Info it's ODK Clinic version 1. >>>>>>> >>>>>>> In all of this I have never seen anything unusual in the OpenMRS >>>>>>> catalina.out log file. >>>>>>> >>>>>>> At this point, the ability to fill out forms into OpenMRS is the most >>>>>>> important; which makes Collect more important than Clinic. >>>>>>> >>>>>>> Any other thoughts? >>>>>>> >>>>>>> Thanks, >>>>>>> James >>>>>>> >>>>>>> On Nov 22, 4:01 am, Daniel Kayiwa wrote: >>>>>>> > Hi James, >>>>>>> > >>>>>>> > What value do you have in the url setting on the mobile app? >>>>>>> > Can you also put your tomcat log contents on pastebin.com and send >>>>>>> > > me >>>>>>> > the >>>>>>> > url? >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh wrote: >>>>>>> > > We are looking to use ODK to collect data for patients, it would >>>>>>> > > > > > >>>>>>> > > > then >>>>>>> > > be stored in OpenMRS. >>>>>>> > >>>>>>> > > I'm having trouble getting things to play nicely together. I've >>>>>>> > > > > > >>>>>>> > > > tried >>>>>>> > > various versions of ODK Collect/Clinic using the Android > > >>>>>>> > > emulator, >>>>>>> > > with our implementation of OpenMRS. I have also tried various >>>>>>> > > versions of the XForms module. What I see on screen casts looks >>>>>>> > > different from what I see on what I have downloaded in Clinic and >>>>>>> > > Collect. Can someone point me to the right version of ODK to > > >>>>>>> > > talk >>>>>>> > > > > to >>>>>>> > > OpenMRS. >>>>>>> > >>>>>>> > > We have OpenMRS Version: 1.8.2 Build 21762 in production. >>>>>>> > > Currently installed are Reporting Compatibility 1.5.4.1, and > > >>>>>>> > > XForms >>>>>>> > > 4.0.8. >>>>>>> > >>>>>>> > > The emulator is using Android 2.1 (the same version of the phone >>>>>>> > > > > > >>>>>>> > > > that >>>>>>> > > we want to try). >>>>>>> > >>>>>>> > > When I try ODK Clinic, I see the list of Cohorts, but none of > > >>>>>>> > > them >>>>>>> > > download when selected. "Error: inflating: unknown compression >>>>>>> > > method." The XForms global property "xforms.xformSerializer" is >>>>>>> > > set >>>>>>> > > to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have chosen >>>>>>> > > medical history for download, the hospital ward and discharge > > >>>>>>> > > date. >>>>>>> > >>>>>>> > > When I try ODK Collect, with the Server Type set to "OpenMRS >>>>>>> > > XForm", >>>>>>> > > when I try to download forms it says, "Sorry, unable to load > > >>>>>>> > > remote >>>>>>> > > form list!" I do have a simple XForm on the OpenMRS server. >>>>>>> > >>>>>>> > > Can someone please tell me where to get started and which ODK > > >>>>>>> > > version >>>>>>> > > I should be using, and where I can get it. >>>>>>> > >>>>>>> > > Thanks, >>>>>>> > > James >>>>>>> > >>>>>>> >>>>>>> -- >>>>>>> Post: opendatakit@googlegroups.com >>>>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>>>>> Options: http://groups.google.com/group/opendatakit?hl=en >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> If we keep uppermost in our minds the unkind and unjust acts of >>>>>> others, >>>>>> we >>>>>> shall find it impossible to love them as Christ has loved us; but if >>>>>> our >>>>>> thoughts dwell upon the wondrous love and pity of Christ for us, the >>>>>> same >>>>>> spirit will flow out to others. >>>>>> >>>>>> -- >>>>>> Post: opendatakit@googlegroups.com >>>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>>>> Options: http://groups.google.com/group/opendatakit?hl=en >>>>>> >>>>> >>>>> -- >>>>> Post: opendatakit@googlegroups.com >>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>>> Options: http://groups.google.com/group/opendatakit?hl=en >>>> >>>> >>>> >>>> -- >>>> Post: opendatakit@googlegroups.com >>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>>> Options: http://groups.google.com/group/opendatakit?hl=en >>> >>> >>> >>> >>> >>> -- >>> If we keep uppermost in our minds the unkind and unjust acts of others, >>> we >>> shall find it impossible to love them as Christ has loved us; but if our >>> thoughts dwell upon the wondrous love and pity of Christ for us, the same >>> spirit will flow out to others. >>> >>> -- >>> Post: opendatakit@googlegroups.com >>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >>> Options: http://groups.google.com/group/opendatakit?hl=en >> >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en

Ok, thanks for help Yaw, Daniel and Sarah

I really apprecciate it

William

··· -------------------------------------------------- From: "Yaw Anokwa" Sent: Tuesday, February 07, 2012 10:43 AM To: Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

Yes. v1 and v2 are entirely different.

On Tue, Feb 7, 2012 at 08:41, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Yaw, Daniel

I have tested the ODK Clinic in the repo with the same configuration and
server and it's not working. I think I am going over the problem but I
just
wanted to make sure that it's worthy taking into consideration the
development of ODKClinic 2.

Is the code en Clinic 2 completely different from Clinic 1?

Best

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Saturday, February 04, 2012 11:57 AM

To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

William,

ODK Clinic v1 is the repo you pointed to. It works, but there are
issues that make it hard to use as it is. I've documented them at
http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic. I'm
in dissertation writing mode, so it's going to be some time before I
can get to those issues -- that's why it's in community support mode.
The code base is simple enough for someone else to fix them though.

ODK Clinic v2 has been running well at AMPATH for the past few months.
Glad to give you access to that code, but it's very far from turnkey
to get it up and running at a non-AMPATH site. Again, I'll try to
address these issues when I have more time, but it's going to take a
month or two.

Yaw

On Sat, Feb 4, 2012 at 09:45, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi William,

It has been some time since i built that apk.
So the code at that location has gone through quite some number of
changes
since then.

On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to
connect
OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with OpenMRS
1.6

Sarah: Any word from releasing the code of the custom module in the
Peru
project?

Thanks in advance

Best,

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, November 22, 2011 11:12 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how it
goes?

On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh jmsrbgh@gmail.com wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web
browser.

I wasn't seeing any errors in the tomcat log when I tried to
connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a
clean
start. The tables weren't created for me automatically when I
tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?)
I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform;
http://pastebin.com/download.php?i=3scc2viH.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1
per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the
most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and
send

me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it
would

then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together.
I've

tried
various versions of ODK Collect/Clinic using the Android > >
emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts
looks
different from what I see on what I have downloaded in Clinic
and
Collect. Can someone point me to the right version of ODK to >

talk

to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and >

XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the
phone

that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of >

them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer"
is
set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have
chosen
medical history for download, the hospital ward and discharge >

date.

When I try ODK Collect, with the Server Type set to "OpenMRS
XForm",
when I try to download forms it says, "Sorry, unable to load >

remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK >

version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of
others,
we
shall find it impossible to love them as Christ has loved us; but if
our
thoughts dwell upon the wondrous love and pity of Christ for us, the
same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if
our
thoughts dwell upon the wondrous love and pity of Christ for us, the
same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

Hi

I have been trying to edit the Xforms in my OpenMRS (via Manage Xforms Properties). But whenever I make a change in it, it is not saved. Instead sometimes it shows me "Privileges Required" error.
I want to change the xforms.saveFormat property from prucforms to javarosa.

Any help will be really appreciated.

Thanks

··· On Tuesday, February 7, 2012 10:38:08 PM UTC+5:30, wmonterrey wrote: > Ok, thanks for help Yaw, Daniel and Sarah > > I really apprecciate it > > William > > -------------------------------------------------- > From: "Yaw Anokwa" > Sent: Tuesday, February 07, 2012 10:43 AM > To: > Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS > > > Yes. v1 and v2 are entirely different. > > > > On Tue, Feb 7, 2012 at 08:41, William Aviles Monterrey wrote: > >> Hi Yaw, Daniel > >> > >> I have tested the ODK Clinic in the repo with the same configuration and > >> server and it's not working. I think I am going over the problem but I > >> just > >> wanted to make sure that it's worthy taking into consideration the > >> development of ODKClinic 2. > >> > >> Is the code en Clinic 2 completely different from Clinic 1? > >> > >> Best > >> > >> > >> William > >> > >> > >> > >> -------------------------------------------------- > >> From: "Yaw Anokwa" > >> Sent: Saturday, February 04, 2012 11:57 AM > >> > >> To: > >> Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS > >> > >>> William, > >>> > >>> ODK Clinic v1 is the repo you pointed to. It works, but there are > >>> issues that make it hard to use as it is. I've documented them at > >>> http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic. I'm > >>> in dissertation writing mode, so it's going to be some time before I > >>> can get to those issues -- that's why it's in community support mode. > >>> The code base is simple enough for someone else to fix them though. > >>> > >>> ODK Clinic v2 has been running well at AMPATH for the past few months. > >>> Glad to give you access to that code, but it's very far from turnkey > >>> to get it up and running at a non-AMPATH site. Again, I'll try to > >>> address these issues when I have more time, but it's going to take a > >>> month or two. > >>> > >>> Yaw > >>> > >>> On Sat, Feb 4, 2012 at 09:45, Daniel Kayiwa wrote: > >>>> > >>>> > >>>> Hi William, > >>>> > >>>> It has been some time since i built that apk. > >>>> So the code at that location has gone through quite some number of > >>>> changes > >>>> since then. > >>>> > >>>> > >>>> > >>>> On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey wrote: > >>>>> > >>>>> > >>>>> Hi Daniel, Yaw and Sarah > >>>>> > >>>>> About this thread I have a few questions for you, I am trying to > >>>>> connect > >>>>> OpenMRS to ODK, but I think I would have to modify a bit the code. > >>>>> > >>>>> Yaw: Any news about odk-clinic's new version? > >>>>> > >>>>> Daniel: The apk that you attached in the email is working with OpenMRS > >>>>> 1.6 > >>>>> + xForms 4.9. Do you happen to know if this apk was built with the > >>>>> repository here: > >>>>> http://code.google.com/p/opendatakit/source/checkout?repo=clinic ? > >>>>> > >>>>> Sarah: Any word from releasing the code of the custom module in the > >>>>> Peru > >>>>> project? > >>>>> > >>>>> Thanks in advance > >>>>> > >>>>> Best, > >>>>> > >>>>> William > >>>>> > >>>>> > >>>>> -------------------------------------------------- > >>>>> From: "Yaw Anokwa" > >>>>> Sent: Tuesday, November 22, 2011 11:12 AM > >>>>> To: > >>>>> Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS > >>>>> > >>>>> > >>>>>> daniel, james and sarah, > >>>>>> > >>>>>> please be careful about sending out attachments on the list. > >>>>>> > >>>>>> if you can use dropbox for files or pastie/dpaste for forms and send > >>>>>> out a link, i think our users with low bandwidth would really > >>>>>> appreciate it. > >>>>>> > >>>>>> On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa wrote: > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> Hi James, am trying to investigate what could be the problem. > >>>>>>> Do you mind trying to install the attached apk and tell me how it > >>>>>>> goes? > >>>>>>> > >>>>>>> > >>>>>>> On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh wrote: > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> Thanks everyone for your suggestions and information. > >>>>>>>> > >>>>>>>> The URL setting in the mobile app is http://10.1.1.5:8081/openmrs > >>>>>>>> > >>>>>>>> For the record, the url works when I use the emulator's web > >>>>>>>> browser. > >>>>>>>> > >>>>>>>> I wasn't seeing any errors in the tomcat log when I tried to > >>>>>>>> connect > >>>>>>>> with ODK Clinic/Connect. I decided to uninstall xforms, remove the > >>>>>>>> global properties and xforms tables from the database to have a > >>>>>>>> clean > >>>>>>>> start. The tables weren't created for me automatically when I > >>>>>>>> tried > >>>>>>>> to load 4.0.8, and xforms failed to start. (Is this a known bug?) > >>>>>>>> I > >>>>>>>> rolled back to 3.8.8, and then upgraded to xforms module version > >>>>>>>> 4.0.8. I then created a simple xform; > >>>>>>>> http://pastebin.com/download.php?i=3scc2viH. > >>>>>>>> I also created a cohort with just one patient, in case the other > >>>>>>>> cohorts were too large. I also chose the weight concept as the > >>>>>>>> "medical history field". > >>>>>>>> > >>>>>>>> When I try to download the cohort with just one patient (in ODK > >>>>>>>> Clinic) it downloads (after showing the error). When I click to > >>>>>>>> select the patient, ODK Clinic crashed with the error "Sorry! The > >>>>>>>> application ODK Clinic (process org.odk.clinic android) has stopped > >>>>>>>> unexpetedly. Please try again. Force Close" I tried restarting the > >>>>>>>> phone emulator, with the same results. I tried to set the xforms > >>>>>>>> property from purc forms to javarosa, it still didn't work. > >>>>>>>> > >>>>>>>> The version of ODK Collect is 1.1 per the app. In the Application > >>>>>>>> Info, it's ODK Collect version 3. The version of Clinic is v0.0.1 > >>>>>>>> per > >>>>>>>> the app. Per the Application Info it's ODK Clinic version 1. > >>>>>>>> > >>>>>>>> In all of this I have never seen anything unusual in the OpenMRS > >>>>>>>> catalina.out log file. > >>>>>>>> > >>>>>>>> At this point, the ability to fill out forms into OpenMRS is the > >>>>>>>> most > >>>>>>>> important; which makes Collect more important than Clinic. > >>>>>>>> > >>>>>>>> Any other thoughts? > >>>>>>>> > >>>>>>>> Thanks, > >>>>>>>> James > >>>>>>>> > >>>>>>>> On Nov 22, 4:01 am, Daniel Kayiwa wrote: > >>>>>>>> > Hi James, > >>>>>>>> > > >>>>>>>> > What value do you have in the url setting on the mobile app? > >>>>>>>> > Can you also put your tomcat log contents on pastebin.com and > >>>>>>>> > send > >>>>>>>> > > me > >>>>>>>> > the > >>>>>>>> > url? > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > > >>>>>>>> > On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh wrote: > >>>>>>>> > > We are looking to use ODK to collect data for patients, it > >>>>>>>> > > would > >>>>>>>> > > > > > > >>>>>>>> > > > then > >>>>>>>> > > be stored in OpenMRS. > >>>>>>>> > > >>>>>>>> > > I'm having trouble getting things to play nicely together. > >>>>>>>> > > I've > >>>>>>>> > > > > > > >>>>>>>> > > > tried > >>>>>>>> > > various versions of ODK Collect/Clinic using the Android > > > >>>>>>>> > > emulator, > >>>>>>>> > > with our implementation of OpenMRS. I have also tried various > >>>>>>>> > > versions of the XForms module. What I see on screen casts > >>>>>>>> > > looks > >>>>>>>> > > different from what I see on what I have downloaded in Clinic > >>>>>>>> > > and > >>>>>>>> > > Collect. Can someone point me to the right version of ODK to > > >>>>>>>> > > > > >>>>>>>> > > talk > >>>>>>>> > > > > to > >>>>>>>> > > OpenMRS. > >>>>>>>> > > >>>>>>>> > > We have OpenMRS Version: 1.8.2 Build 21762 in production. > >>>>>>>> > > Currently installed are Reporting Compatibility 1.5.4.1, and > > >>>>>>>> > > > > >>>>>>>> > > XForms > >>>>>>>> > > 4.0.8. > >>>>>>>> > > >>>>>>>> > > The emulator is using Android 2.1 (the same version of the > >>>>>>>> > > phone > >>>>>>>> > > > > > > >>>>>>>> > > > that > >>>>>>>> > > we want to try). > >>>>>>>> > > >>>>>>>> > > When I try ODK Clinic, I see the list of Cohorts, but none of > > >>>>>>>> > > > > >>>>>>>> > > them > >>>>>>>> > > download when selected. "Error: inflating: unknown compression > >>>>>>>> > > method." The XForms global property "xforms.xformSerializer" > >>>>>>>> > > is > >>>>>>>> > > set > >>>>>>>> > > to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have > >>>>>>>> > > chosen > >>>>>>>> > > medical history for download, the hospital ward and discharge > > >>>>>>>> > > > > >>>>>>>> > > date. > >>>>>>>> > > >>>>>>>> > > When I try ODK Collect, with the Server Type set to "OpenMRS > >>>>>>>> > > XForm", > >>>>>>>> > > when I try to download forms it says, "Sorry, unable to load > > >>>>>>>> > > > > >>>>>>>> > > remote > >>>>>>>> > > form list!" I do have a simple XForm on the OpenMRS server. > >>>>>>>> > > >>>>>>>> > > Can someone please tell me where to get started and which ODK > > >>>>>>>> > > > > >>>>>>>> > > version > >>>>>>>> > > I should be using, and where I can get it. > >>>>>>>> > > >>>>>>>> > > Thanks, > >>>>>>>> > > James > >>>>>>>> > > >>>>>>>> > >>>>>>>> -- > >>>>>>>> Post: opendatakit@googlegroups.com > >>>>>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >>>>>>>> Options: http://groups.google.com/group/opendatakit?hl=en > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> -- > >>>>>>> If we keep uppermost in our minds the unkind and unjust acts of > >>>>>>> others, > >>>>>>> we > >>>>>>> shall find it impossible to love them as Christ has loved us; but if > >>>>>>> our > >>>>>>> thoughts dwell upon the wondrous love and pity of Christ for us, the > >>>>>>> same > >>>>>>> spirit will flow out to others. > >>>>>>> > >>>>>>> -- > >>>>>>> Post: opendatakit@googlegroups.com > >>>>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >>>>>>> Options: http://groups.google.com/group/opendatakit?hl=en > >>>>>>> > >>>>>> > >>>>>> -- > >>>>>> Post: opendatakit@googlegroups.com > >>>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >>>>>> Options: http://groups.google.com/group/opendatakit?hl=en > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> Post: opendatakit@googlegroups.com > >>>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >>>>> Options: http://groups.google.com/group/opendatakit?hl=en > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> If we keep uppermost in our minds the unkind and unjust acts of others, > >>>> we > >>>> shall find it impossible to love them as Christ has loved us; but if > >>>> our > >>>> thoughts dwell upon the wondrous love and pity of Christ for us, the > >>>> same > >>>> spirit will flow out to others. > >>>> > >>>> -- > >>>> Post: opendatakit@googlegroups.com > >>>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >>>> Options: http://groups.google.com/group/opendatakit?hl=en > >>> > >>> > >>> -- > >>> Post: opendatakit@googlegroups.com > >>> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >>> Options: http://groups.google.com/group/opendatakit?hl=en > >> > >> > >> -- > >> Post: opendatakit@googlegroups.com > >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >> Options: http://groups.google.com/group/opendatakit?hl=en > > > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options: http://groups.google.com/group/opendatakit?hl=en

Your best bet is to send this question to the OpenMRS developers list.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Tue, May 27, 2014 at 3:39 AM, tas Talhaahmad12111@iiitd.ac.in wrote:

Hi

I have been trying to edit the Xforms in my OpenMRS (via Manage Xforms Properties). But whenever I make a change in it, it is not saved. Instead sometimes it shows me "Privileges Required" error.
I want to change the xforms.saveFormat property from prucforms to javarosa.

Any help will be really appreciated.

Thanks

On Tuesday, February 7, 2012 10:38:08 PM UTC+5:30, wmonterrey wrote:

Ok, thanks for help Yaw, Daniel and Sarah

I really apprecciate it

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, February 07, 2012 10:43 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

Yes. v1 and v2 are entirely different.

On Tue, Feb 7, 2012 at 08:41, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Yaw, Daniel

I have tested the ODK Clinic in the repo with the same configuration and
server and it's not working. I think I am going over the problem but I
just
wanted to make sure that it's worthy taking into consideration the
development of ODKClinic 2.

Is the code en Clinic 2 completely different from Clinic 1?

Best

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Saturday, February 04, 2012 11:57 AM

To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

William,

ODK Clinic v1 is the repo you pointed to. It works, but there are
issues that make it hard to use as it is. I've documented them at
http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic. I'm
in dissertation writing mode, so it's going to be some time before I
can get to those issues -- that's why it's in community support mode.
The code base is simple enough for someone else to fix them though.

ODK Clinic v2 has been running well at AMPATH for the past few months.
Glad to give you access to that code, but it's very far from turnkey
to get it up and running at a non-AMPATH site. Again, I'll try to
address these issues when I have more time, but it's going to take a
month or two.

Yaw

On Sat, Feb 4, 2012 at 09:45, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi William,

It has been some time since i built that apk.
So the code at that location has gone through quite some number of
changes
since then.

On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to
connect
OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with OpenMRS
1.6

Sarah: Any word from releasing the code of the custom module in the
Peru
project?

Thanks in advance

Best,

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, November 22, 2011 11:12 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa kayiwadaniel@gmail.com wrote:

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how it
goes?

On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh jmsrbgh@gmail.com wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web
browser.

I wasn't seeing any errors in the tomcat log when I tried to
connect
with ODK Clinic/Connect. I decided to uninstall xforms, remove the
global properties and xforms tables from the database to have a
clean
start. The tables weren't created for me automatically when I
tried
to load 4.0.8, and xforms failed to start. (Is this a known bug?)
I
rolled back to 3.8.8, and then upgraded to xforms module version
4.0.8. I then created a simple xform;
http://pastebin.com/download.php?i=3scc2viH.
I also created a cohort with just one patient, in case the other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click to
select the patient, ODK Clinic crashed with the error "Sorry! The
application ODK Clinic (process org.odk.clinic android) has stopped
unexpetedly. Please try again. Force Close" I tried restarting the
phone emulator, with the same results. I tried to set the xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the Application
Info, it's ODK Collect version 3. The version of Clinic is v0.0.1
per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is the
most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.com and
send

me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it
would

then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together.
I've

tried
various versions of ODK Collect/Clinic using the Android > >
emulator,
with our implementation of OpenMRS. I have also tried various
versions of the XForms module. What I see on screen casts
looks
different from what I see on what I have downloaded in Clinic
and
Collect. Can someone point me to the right version of ODK to >

talk

to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1, and >

XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the
phone

that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none of >

them
download when selected. "Error: inflating: unknown compression
method." The XForms global property "xforms.xformSerializer"
is
set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have
chosen
medical history for download, the hospital ward and discharge >

date.

When I try ODK Collect, with the Server Type set to "OpenMRS
XForm",
when I try to download forms it says, "Sorry, unable to load >

remote
form list!" I do have a simple XForm on the OpenMRS server.

Can someone please tell me where to get started and which ODK >

version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of
others,
we
shall find it impossible to love them as Christ has loved us; but if
our
thoughts dwell upon the wondrous love and pity of Christ for us, the
same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of others,
we
shall find it impossible to love them as Christ has loved us; but if
our
thoughts dwell upon the wondrous love and pity of Christ for us, the
same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Yeah I have done that..figured it out..thanks anyways

··· On 27 May 2014 22:07, "Yaw Anokwa" wrote:

Your best bet is to send this question to the OpenMRS developers list.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, May 27, 2014 at 3:39 AM, tas Talhaahmad12111@iiitd.ac.in wrote:

Hi

I have been trying to edit the Xforms in my OpenMRS (via Manage Xforms
Properties). But whenever I make a change in it, it is not saved. Instead
sometimes it shows me "Privileges Required" error.
I want to change the xforms.saveFormat property from prucforms to
javarosa.

Any help will be really appreciated.

Thanks

On Tuesday, February 7, 2012 10:38:08 PM UTC+5:30, wmonterrey wrote:

Ok, thanks for help Yaw, Daniel and Sarah

I really apprecciate it

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, February 07, 2012 10:43 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

Yes. v1 and v2 are entirely different.

On Tue, Feb 7, 2012 at 08:41, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Yaw, Daniel

I have tested the ODK Clinic in the repo with the same configuration
and
server and it's not working. I think I am going over the problem but
I
just
wanted to make sure that it's worthy taking into consideration the
development of ODKClinic 2.

Is the code en Clinic 2 completely different from Clinic 1?

Best

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Saturday, February 04, 2012 11:57 AM

To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

William,

ODK Clinic v1 is the repo you pointed to. It works, but there are
issues that make it hard to use as it is. I've documented them at
http://code.google.com/p/opendatakit/issues/list?q=label%3AClinic.
I'm
in dissertation writing mode, so it's going to be some time before I
can get to those issues -- that's why it's in community support
mode.
The code base is simple enough for someone else to fix them though.

ODK Clinic v2 has been running well at AMPATH for the past few
months.
Glad to give you access to that code, but it's very far from turnkey
to get it up and running at a non-AMPATH site. Again, I'll try to
address these issues when I have more time, but it's going to take a
month or two.

Yaw

On Sat, Feb 4, 2012 at 09:45, Daniel Kayiwa <kayiwadaniel@gmail.com wrote:

Hi William,

It has been some time since i built that apk.
So the code at that location has gone through quite some number of
changes
since then.

On Sat, Feb 4, 2012 at 12:16 AM, William Aviles Monterrey wravmon@gmail.com wrote:

Hi Daniel, Yaw and Sarah

About this thread I have a few questions for you, I am trying to
connect
OpenMRS to ODK, but I think I would have to modify a bit the code.

Yaw: Any news about odk-clinic's new version?

Daniel: The apk that you attached in the email is working with
OpenMRS
1.6

Sarah: Any word from releasing the code of the custom module in
the
Peru
project?

Thanks in advance

Best,

William


From: "Yaw Anokwa" yanokwa@gmail.com
Sent: Tuesday, November 22, 2011 11:12 AM
To: opendatakit@googlegroups.com
Subject: Re: [ODK Community] Re: ODK Connected to OpenMRS

daniel, james and sarah,

please be careful about sending out attachments on the list.

if you can use dropbox for files or pastie/dpaste for forms and
send
out a link, i think our users with low bandwidth would really
appreciate it.

On Tue, Nov 22, 2011 at 08:02, Daniel Kayiwa < kayiwadaniel@gmail.com> wrote:

Hi James, am trying to investigate what could be the problem.
Do you mind trying to install the attached apk and tell me how
it
goes?

On Tue, Nov 22, 2011 at 5:28 PM, James Arbaugh < jmsrbgh@gmail.com> wrote:

Thanks everyone for your suggestions and information.

The URL setting in the mobile app is
http://10.1.1.5:8081/openmrs

For the record, the url works when I use the emulator's web
browser.

I wasn't seeing any errors in the tomcat log when I tried to
connect
with ODK Clinic/Connect. I decided to uninstall xforms,
remove the
global properties and xforms tables from the database to have a
clean
start. The tables weren't created for me automatically when I
tried
to load 4.0.8, and xforms failed to start. (Is this a known
bug?)
I
rolled back to 3.8.8, and then upgraded to xforms module
version
4.0.8. I then created a simple xform;
http://pastebin.com/download.php?i=3scc2viH.
I also created a cohort with just one patient, in case the
other
cohorts were too large. I also chose the weight concept as the
"medical history field".

When I try to download the cohort with just one patient (in ODK
Clinic) it downloads (after showing the error). When I click
to
select the patient, ODK Clinic crashed with the error "Sorry!
The
application ODK Clinic (process org.odk.clinic android) has
stopped
unexpetedly. Please try again. Force Close" I tried restarting
the
phone emulator, with the same results. I tried to set the
xforms
property from purc forms to javarosa, it still didn't work.

The version of ODK Collect is 1.1 per the app. In the
Application
Info, it's ODK Collect version 3. The version of Clinic is
v0.0.1
per
the app. Per the Application Info it's ODK Clinic version 1.

In all of this I have never seen anything unusual in the
OpenMRS
catalina.out log file.

At this point, the ability to fill out forms into OpenMRS is
the
most
important; which makes Collect more important than Clinic.

Any other thoughts?

Thanks,
James

On Nov 22, 4:01 am, Daniel Kayiwa kayiwadan...@gmail.com wrote:

Hi James,

What value do you have in the url setting on the mobile app?
Can you also put your tomcat log contents on pastebin.comand
send

me
the
url?

On Mon, Nov 21, 2011 at 11:47 PM, James Arbaugh jmsr...@gmail.com wrote:

We are looking to use ODK to collect data for patients, it
would

then
be stored in OpenMRS.

I'm having trouble getting things to play nicely together.
I've

tried
various versions of ODK Collect/Clinic using the Android >

emulator,
with our implementation of OpenMRS. I have also tried
various
versions of the XForms module. What I see on screen casts
looks
different from what I see on what I have downloaded in
Clinic
and
Collect. Can someone point me to the right version of ODK
to >

talk

to
OpenMRS.

We have OpenMRS Version: 1.8.2 Build 21762 in production.
Currently installed are Reporting Compatibility 1.5.4.1,
and >

XForms
4.0.8.

The emulator is using Android 2.1 (the same version of the
phone

that
we want to try).

When I try ODK Clinic, I see the list of Cohorts, but none
of >

them
download when selected. "Error: inflating: unknown
compression
method." The XForms global property
"xforms.xformSerializer"
is
set
to "org.fcitmuk.epihandy.EpihandyXformSerializer" I have
chosen
medical history for download, the hospital ward and
discharge >

date.

When I try ODK Collect, with the Server Type set to
"OpenMRS
XForm",
when I try to download forms it says, "Sorry, unable to
load >

remote
form list!" I do have a simple XForm on the OpenMRS
server.

Can someone please tell me where to get started and which
ODK >

version
I should be using, and where I can get it.

Thanks,
James

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of
others,
we
shall find it impossible to love them as Christ has loved us;
but if
our
thoughts dwell upon the wondrous love and pity of Christ for
us, the
same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
If we keep uppermost in our minds the unkind and unjust acts of
others,
we
shall find it impossible to love them as Christ has loved us; but
if
our
thoughts dwell upon the wondrous love and pity of Christ for us,
the
same
spirit will flow out to others.

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups "ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to a topic in the
Google Groups "ODK Community" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/opendatakit/NS_wxePHyaM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.