Advertisement
JoeSeff

Updated Model

Apr 2nd, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.95 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <form xmlns:xd="http://schemas.microsoft.com/office/infopath/2003" xmlns:openmrs="formentry.infopath_server_url cannot be empty/moduleServlet/formentry/forms/schema/38-1" id="45" name="Patient Medical History - Trial N Error" uuid="3717688e-4453-4f28-94d5-f0056e4458b6" version="3.0" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:jr="http://openrosa.org/javarosa" 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">
  3.   <header>
  4.     <enterer/>
  5.     <date_entered/>
  6.     <session/>
  7.     <uid/>
  8.   </header>
  9.   <patient>
  10.     <patient.last_name openmrs_attribute="family_name" openmrs_table="patient_name"/>
  11.     <patient.first_name openmrs_attribute="given_name" openmrs_table="patient_name"/>
  12.     <patient.medical_record_number openmrs_attribute="identifier" openmrs_table="patient_identifier"/>
  13.     <patient.patient_id openmrs_attribute="patient_id" openmrs_table="patient"/>
  14.   </patient>
  15.   <encounter>
  16.     <encounter.encounter_datetime openmrs_attribute="encounter_datetime" openmrs_table="encounter">2013-04-02</encounter.encounter_datetime>
  17.     <encounter.location_id openmrs_attribute="location_id" openmrs_table="encounter">3</encounter.location_id>
  18.     <encounter.provider_id openmrs_attribute="provider_id" openmrs_table="encounter" provider_id_type="PROVIDER.ID">1</encounter.provider_id>
  19.   </encounter>
  20.   <obs openmrs_concept="1238^MEDICAL RECORD OBSERVATIONS^99DCT" openmrs_datatype="ZZ">
  21.     <family_history_of_diabetes_mellitus multiple="0" openmrs_concept="140228^Family History of Diabetes Mellitus^99DCT" openmrs_datatype="CWE">
  22.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  23.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  24.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1065^YES^99DCT</value>
  25.     </family_history_of_diabetes_mellitus>
  26.     <diabetes_mellitus openmrs_concept="119481^Diabetes Mellitus^99DCT" openmrs_datatype="CWE">
  27.       <diagnosis_date openmrs_concept="159948^Diagnosis date^99DCT" openmrs_datatype="DT">
  28.             <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  29.             <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  30.             <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2013-04-06</value>
  31.       </diagnosis_date>
  32.     </diabetes_mellitus>
  33.     <myocardial_infarction openmrs_concept="115432^Myocardial Infarction^99DCT" openmrs_datatype="ZZ">
  34.       <diagnosis_date openmrs_concept="159948^Diagnosis date^99DCT" openmrs_datatype="DT">
  35.             <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  36.             <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  37.             <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  38.       </diagnosis_date>
  39.     </myocardial_infarction>
  40.     <cerebrovascular_accident openmrs_concept="111103^Cerebrovascular Accident^99DCT" openmrs_datatype="ZZ">
  41.       <diagnosis_date openmrs_concept="159948^Diagnosis date^99DCT" openmrs_datatype="DT">
  42.             <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  43.             <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  44.             <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  45.       </diagnosis_date>
  46.     </cerebrovascular_accident>
  47.     <htn_hypertension openmrs_concept="117399^High blood pressure^99DCT" openmrs_datatype="ZZ">
  48.       <diagnosis_date openmrs_concept="159948^Diagnosis date^99DCT" openmrs_datatype="DT">
  49.             <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  50.             <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  51.             <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  52.       </diagnosis_date>
  53.     </htn_hypertension>
  54.     <amputation multiple="0" openmrs_concept="161573^AMPUTATION^99DCT" openmrs_datatype="CWE">
  55.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  56.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  57.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">161571^YES - DM RELATED^99DCT</value>
  58.     </amputation>
  59.     <smoker multiple="0" openmrs_concept="152722^Smoker^99DCT" openmrs_datatype="CWE">
  60.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  61.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  62.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1066^NO^99DCT</value>
  63.     </smoker>
  64.     <glucose_monitoring_at_home multiple="0" openmrs_concept="161580^GLUCOSE MONITORING AT HOME^99DCT" openmrs_datatype="CWE">
  65.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  66.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  67.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1066^NO^99DCT</value>
  68.     </glucose_monitoring_at_home>
  69.     <number_of_minutes_of_exercise_per_day openmrs_concept="161262^Number of minutes of exercise per day^99DCT" openmrs_datatype="NM">
  70.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  71.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  72.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">35</value>
  73.     </number_of_minutes_of_exercise_per_day>
  74.     <free_text_comment openmrs_concept="161011^Free text comment^99DCT" openmrs_datatype="ST">
  75.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  76.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  77.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">none</value>
  78.     </free_text_comment>
  79.     <hypoglycemics openmrs_concept="161608^HYPOGLYCEMICS^99DCT" openmrs_datatype="CWE">metformin insulin_70_slash_30</hypoglycemics>
  80.     <antihypersensitives openmrs_concept="161609^ANTIHYPERSENSITIVES^99DCT" openmrs_datatype="CWE">losartan enalapril</antihypersensitives>
  81.     <side_effects openmrs_concept="161591^SIDE EFFECTS^99DCT" openmrs_datatype="ST">
  82.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  83.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  84.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Drowsiness</value>
  85.     </side_effects>
  86.     <adherence multiple="0" openmrs_concept="161581^ADHERENCE TO DRUGS^99DCT" openmrs_datatype="CWE">
  87.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  88.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  89.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">159405^Good^99DCT</value>
  90.     </adherence>
  91.   </obs>
  92.   <problem_list openmrs_concept="1284^PROBLEM LIST^99DCT" openmrs_datatype="CWE">
  93.     <problem_added multiple="0" openmrs_concept="6042^PROBLEM ADDED^99DCT" openmrs_datatype="CWE">
  94.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  95.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  96.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  97.     </problem_added>
  98.     <problem_resolved multiple="0" openmrs_concept="6097^PROBLEM RESOLVED^99DCT" openmrs_datatype="CWE">
  99.         <date xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  100.         <time xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  101.         <value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
  102.     </problem_resolved>
  103.   </problem_list>
  104.   <other/></form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement