Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 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. ]
  87. },
  88. "PatientAllergies": {
  89. "AllergyRecord": [
  90. {
  91. "AllergyName": "Penicillin",
  92. "AllergyId": "71",
  93. "SeverityLevel": "2",
  94. "Reaction": "1231233"
  95. },
  96. {
  97. "AllergyName": "Dilantin",
  98. "AllergyId": "88",
  99. "SeverityLevel": "3",
  100. "Reaction": ""
  101. }
  102. ]
  103. },
  104. "PatientConditions": {
  105. "ConditionRecord": [
  106. {
  107. "ConditionName": "1",
  108. "ConditionId": 1,
  109. "ICD9Code": "1",
  110. "ConditionDate": "2012-02-23T18:25:43.511Z"
  111. }
  112. ]
  113. },
  114. "PatientCurrentVitals": {
  115. "VitalDate": "2016-11-21T18:51:19.911Z",
  116. "Weight": 55,
  117. "Height": 5.3,
  118. "BMI": 24.9,
  119. "BPSys": 120,
  120. "BPDia": 80,
  121. "Temp": 99,
  122. "Pulse": 92,
  123. "Notes": "NA"
  124. },
  125. "AccountObj": {
  126. "AccountId": "5182",
  127. "AccountAuthKey": "X9NT-CX8L-TZ93-WC87-P2B4",
  128. "PracticeId": "1",
  129. "PracticeName": "Sudip's Clinic",
  130. "UserId": "8",
  131. "UserName": "hi_msa@yahoo.com",
  132. "UserPermissionLevel": 1,
  133. "UserFirstName": "Adam",
  134. "UserLastName": "Bennett",
  135. "UserPosition": "1"
  136. }
  137. }
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement