Advertisement
Gheffs

Patient encounter

Aug 16th, 2021
819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.81 KB | None | 0 0
  1. data = {
  2.             "doctype": "Patient Encounter",
  3.             "patient": patient,
  4.             "patient_name": patient_.get("patient_name"),
  5.             "patient_sex": patient_.get("sex"),
  6.             "patient_age": patient_obj.get_age(),
  7.             "practitioner":practitioner.name,
  8.             "weight_in_kilograms": "62",
  9.             "height_in_centimeters": "156",
  10.             "head_circumference_in_centimeters": "30",
  11.             "temperature": "37.0",
  12.             "heart_rate": "100",
  13.             "respiratory_rate": "100",
  14.             "percutaneous_oxygen_saturation": "100",
  15.             "blood_pressure": "120",
  16.             "blood_pressure_systolic": "120",
  17.             "blood_pressure_diastolic": "120",
  18.             # "drug_allergy": "Malarial",
  19.             # "food_allergy": "Ugali",
  20.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement