Advertisement
appl4e

Intake form view Data

Mar 8th, 2025
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.47 KB | None | 0 0
  1. {
  2.     "status": "success",
  3.     "status_code": 200,
  4.     "message": "Intake form data fetched successfully",
  5.     "data": {
  6.         "id": 28,
  7.         "patient_id": 401,
  8.         "docu_spa_service_id": 28,
  9.         "past_treatment": {
  10.             "answer": "yes",
  11.             "additional": {
  12.                 "prevResult": "good",
  13.                 "furtherNeed": "no explanation",
  14.                 "reqTreatment": "I don't know"
  15.             }
  16.         },
  17.         "2_past_treatment": null,
  18.         "3_physician_care": {
  19.             "answer": "yes"
  20.         },
  21.         "2_3_dependent_data": null,
  22.         "5_last_yr_darma_care": {
  23.             "answer": "yes"
  24.         },
  25.         "6_dependent_data": null,
  26.         "prescribed_medicines": {
  27.             "answer": "yes",
  28.             "medicines": [
  29.                 {
  30.                     "name": "Napa",
  31.                     "dosage": "500",
  32.                     "dosage_how_long": "1"
  33.                 },
  34.                 {
  35.                     "name": "fexo",
  36.                     "dosage": "120",
  37.                     "dosage_how_long": "2"
  38.                 }
  39.             ]
  40.         },
  41.         "prescribed_allergy_medicines": {
  42.             "medicines": [
  43.                 {
  44.                     "name": "Alatrol",
  45.                     "dosage": 10,
  46.                     "dosage_how_long": 3
  47.                 },
  48.                 {
  49.                     "name": "Alcet",
  50.                     "dosage": 20,
  51.                     "dosage_how_long": 4
  52.                 }
  53.             ]
  54.         },
  55.         "circulatory_respiratory": {
  56.             "checkValues": [
  57.                 "Asthma",
  58.                 "Dizziness"
  59.             ]
  60.         },
  61.         "digestive": {
  62.             "checkValues": [
  63.                 "Urinary Tract Infection",
  64.                 "Incontinence"
  65.             ]
  66.         },
  67.         "urinary_system": {
  68.             "checkValues": [
  69.                 "Overactive Bladder",
  70.                 "Gluten Intolerance"
  71.             ]
  72.         },
  73.         "other": {
  74.             "others": "Shivvering",
  75.             "checkValues": [
  76.                 "Heartburn",
  77.                 "other"
  78.             ]
  79.         },
  80.         "skin": {
  81.             "checkValues": [
  82.                 "Hematuria",
  83.                 "Urinary Tract Infection"
  84.             ]
  85.         },
  86.         "female_questions": {
  87.             "pregnant": null,
  88.             "breastfeeding": null,
  89.             "want_to_be_pregnant": null,
  90.             "taking_contraceptive": "no"
  91.         },
  92.         "stress_items": {
  93.             "answer": "High",
  94.             "alcohol": "never",
  95.             "smoke_vape": "never",
  96.             "specific_diet": [
  97.                 "Low Carb",
  98.                 "Dairy Free"
  99.             ],
  100.             "daily_water_qty": "4",
  101.             "recreational_drugs": "never",
  102.             "22_surgical_history": "No",
  103.             "19_caffeinated_product": "sometime",
  104.             "do_u_follow_specific_diet": "sometime"
  105.         },
  106.         "hygiene_cosmetics": {
  107.             "sun_block": "no",
  108.             "cold_sores": "yes",
  109.             "tanning_bed": "no",
  110.             "aha_bha_scrub": "no",
  111.             "tanning_cream": "no",
  112.             "permanent_cosmetics": "no",
  113.             "isotretinoin_last_year": "no"
  114.         },
  115.         "usa_govt_identity": {
  116.             "id_number": "Texas",
  117.             "selected_state": "1231231231"
  118.         },
  119.         "created_at": "2025-03-09T03:49:32.000000Z",
  120.         "updated_at": "2025-03-09T03:49:32.000000Z"
  121.     }
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement