Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. {
  2. "message": {
  3. "Prescribers": {
  4. "Prescriber": [
  5. {
  6. "ID": "8",
  7. "SPI": "",
  8. "LastName": "Bennett",
  9. "FirstName": "Adam",
  10. "MiddleName": "A",
  11. "Suffix": "",
  12. "Prefix": "M.D.",
  13. "NPI": "1231232132",
  14. "DEA": "2123312",
  15. "ClinicName": "Florida Facility",
  16. "Addr1": "1001 75th St, Woodridge, IL 60517",
  17. "Addr2": "",
  18. "City": "Los angeles",
  19. "State": "AZ",
  20. "Zip": "12313",
  21. "Phone": "1231323210",
  22. "Fax": "1231232133",
  23. "Email": "hi_msa@yahoo.com",
  24. "Current": true,
  25. "UserId": "8",
  26. "UserName": "hi_msa@yahoo.com",
  27. "StateLicenseNumber": "123"
  28. }
  29. ]
  30. },
  31. "Locations": {
  32. "Location": [
  33. {
  34. "ID": "9",
  35. "ClinicName": "Arkansas Facility",
  36. "Addr1": "Arkansas Facility Address",
  37. "Addr2": "",
  38. "City": "Arkansas",
  39. "State": "AR",
  40. "Zip": "54543",
  41. "Phone": "5325231121",
  42. "Fax": "5325231121",
  43. "Current": true
  44. },
  45. {
  46. "ID": "10",
  47. "ClinicName": "Florida Facility",
  48. "Addr1": "Florida Facility Address",
  49. "Addr2": "",
  50. "City": "Florida",
  51. "State": "FL",
  52. "Zip": "54354",
  53. "Phone": "2345456456",
  54. "Fax": "2345456456",
  55. "Current": true
  56. }
  57. ]
  58. },
  59. "PatientObj": {
  60. "ID": "40",
  61. "MRN": "1",
  62. "LastName": "Lundquist",
  63. "FirstName": "Erik",
  64. "MiddleName": "L",
  65. "Suffix": "",
  66. "Prefix": "",
  67. "Gender": "M",
  68. "SSN": "123123123",
  69. "DOB": "1980-11-27T00:00:00.000Z",
  70. "Addr1": "Ad1",
  71. "Addr2": "",
  72. "City": "Los Angeles",
  73. "State": "AK",
  74. "Zip": "14121",
  75. "HomePh": "4214212111",
  76. "WorkPh": "2151251252",
  77. "CellPh": "4214214210",
  78. "Email": "mail@example.com",
  79. "PatientEligID": "1",
  80. "PatientPharmacyNCPDPID": "1",
  81. "PatientPharmacy2NCPDPID": "1"
  82. },
  83. "PatientMedications": {
  84. "MedicationRecord": [
  85. {
  86. "ID": "265",
  87. "DrugID": "265",
  88. "NDC": "1",
  89. "RxNormCode": 1650696,
  90. "Drug": "",
  91. "Supply": true,
  92. "Compound": false,
  93. "Directions": "one",
  94. "Qty": 0,
  95. "QtyQual": "1",
  96. "Refills": 4,
  97. "DaysSupply": 1,
  98. "SubstitutionAllowedFlag": 1,
  99. "Schedule": 1,
  100. "PharmacyNote": "Reas",
  101. "InternalNote": "Note",
  102. "PrescriberId": "12",
  103. "LocationId": "1",
  104. "PrescriptionDate": "2017-03-14T00:00:00.000Z",
  105. "SignDate": "2017-03-14T16:35:23.395Z",
  106. "Status": "Pending",
  107. "PharmacyNcpdpId": "1",
  108. "RouteDetail": "oral",
  109. "PartnerMedID": 265
  110. }
  111. ]
  112. },
  113. "PatientAllergies": {
  114. "AllergyRecord": [
  115. {
  116. "AllergyName": "",
  117. "AllergyId": "148",
  118. "SeverityLevel": "",
  119. "Reaction": ""
  120. }
  121. ]
  122. },
  123. "PatientConditions": {
  124. "ConditionRecord": [
  125. {
  126. "ConditionName": "1",
  127. "ConditionId": 1,
  128. "ICD9Code": "1",
  129. "ConditionDate": "2012-02-23T18:25:43.511Z"
  130. }
  131. ]
  132. },
  133. "PatientCurrentVitals": {
  134. "VitalDate": "2017-03-21T07:14:00.000Z",
  135. "Weight": 180,
  136. "Height": 60,
  137. "BMI": 24.9,
  138. "BPSys": 210,
  139. "BPDia": 80,
  140. "Temp": 96,
  141. "Pulse": 99,
  142. "Notes": "NA"
  143. },
  144. "AccountObj": {
  145. "AccountId": "5182",
  146. "AccountAuthKey": "X9NT-CX8L-TZ93-WC87-P2B4",
  147. "PracticeId": "1",
  148. "PracticeName": "Sudip's Clinic",
  149. "UserId": "8",
  150. "UserName": "hi_msa@yahoo.com",
  151. "UserPermissionLevel": 1,
  152. "UserFirstName": "Adam",
  153. "UserLastName": "Bennett",
  154. "UserPosition": "1"
  155. }
  156. }
  157. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement