Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. {
  2. "claimId": "AB12346",
  3. "vendor": {
  4. "practiceName": "Nut House",
  5. "hpiOrganisationNumber": "LINK 3",
  6. "hpiFacilityNumber": ""
  7. },
  8. "provider": {
  9. "address": {
  10. "type": "Home",
  11. "line1": "Riddiford Street",
  12. "line2": "",
  13. "suburb": "Newtown",
  14. "city": "Wellington",
  15. "postCode": 56,
  16. "country": "New Zealand"
  17. },
  18. "contact": {
  19. "emailAddress": "john@john.com",
  20. "homePhone": "045555555",
  21. "mobilePhone": "0274544848",
  22. "workPhone": "046666666"
  23. },
  24. "details": {
  25. "providerId": "J99966",
  26. "providerTypeCode": "5",
  27. "firstName": "Alfred",
  28. "middleName": "lu",
  29. "surname": "Newman"
  30. }
  31. },
  32. "patient": {
  33. "address": {
  34. "type": "Home",
  35. "line1": "28 Winter Way",
  36. "line2": "",
  37. "suburb": "Miramar",
  38. "city": "Wellington",
  39. "postCode": 2,
  40. "country": "New Zealand"
  41. },
  42. "contact": {
  43. "emailAddress": "paul@paul.com",
  44. "homePhone": "045555555",
  45. "mobilePhone": "0214444545",
  46. "workPhone": "046666666"
  47. },
  48. "details": {
  49. "nhi": "wwwwwww",
  50. "firstName": "Chuck",
  51. "middleName": "Awesome",
  52. "surname": "Norris",
  53. "dateOfBirth": "2017-07-03T00:19:35.003Z",
  54. "gender": "M",
  55. "ethnicityCode": "54"
  56. }
  57. },
  58. "employment": {
  59. "occupationCode": "1226",
  60. "inPaidEmployment": true,
  61. "employmentStatusCode": "5",
  62. "otherEmployment": "fireman",
  63. "workTypeCode": "1",
  64. "employer": {
  65. "employerName": "SolNet Morris Dancers",
  66. "address": {
  67. "type": "Business",
  68. "line1": "L12, SolNet House",
  69. "line2": "70 The Terrace",
  70. "suburb": "",
  71. "city": "Wellington",
  72. "postCode": 20,
  73. "country": "New Zealand"
  74. }
  75. }
  76. },
  77. "injury": {
  78. "accidentDate": "2017-07-03T00:19:35.003Z",
  79. "accidentLocationCode": "999",
  80. "accidentSceneCode": "80",
  81. "causeOfAccident": "Another > surgery, surgeon accidently cut off wrong leg",
  82. "involvesVehicle": false,
  83. "medicalTreatmentInjury": false,
  84. "workInjury": false,
  85. "sportingInjury": false,
  86. "sportNameCode": "",
  87. "accContactProvider": true,
  88. "gradualProcessInjury":true,
  89. "admittedToHospital":true
  90. },
  91. "diagnosis": [
  92. {
  93. "diagnosisAction": "add",
  94. "diagnosisCodeType": "1",
  95. "diagnosisCode": "A90..",
  96. "diagnosisDescription": "Got no leg",
  97. "diagnosisSide": "left",
  98. "diagnosisSeverity": "3",
  99. "primaryDiagnosisIndicator": false
  100. },
  101. {
  102. "diagnosisAction": "modify",
  103. "diagnosisCodeType": "1",
  104. "diagnosisCode": "A90..",
  105. "diagnosisDescription": "Got no arm",
  106. "diagnosisSide": "right",
  107. "diagnosisSeverity": "3",
  108. "primaryDiagnosisIndicator": false
  109. }
  110. ],
  111. "workCapacity": {
  112. "canResumeNormalWork": false,
  113. "incapacity":
  114. {
  115. "incapacityType": "Fitforselectedwork",
  116. "incapacityComments": "string",
  117. "incapacityDateRange": {
  118. "fromDate": "2017-07-03T00:19:35.003Z",
  119. "toDate": "2017-07-03T00:19:35.003Z"
  120. },
  121. "selectedAlternateWorks": {
  122. "alternateWorkTypeCode": "1",
  123. "physicalRestrictions": {
  124. "restriction": "Lifting",
  125. "restrictionComment": "string"
  126. }
  127. ,
  128. "restrictedDaysPerWeek": 0,
  129. "restrictedHoursPerDay": 1
  130. }
  131. ,
  132. "returnToNormalWorkDate": "2017-07-03T00:19:35.003Z",
  133. "reviewIncapacityDate": "2017-07-03T00:19:35.003Z"
  134. }
  135. ,
  136. "assistanceRequired": false,
  137. "accAssistance": {
  138. "makingExpectedProgress": false,
  139. "issuesDetails": "That must hurt",
  140. "otherComments": "That must hurt"
  141. },
  142. "contactRequired": true,
  143. "accContact": {
  144. "contactPerson": "Bill Clinton",
  145. "preferredContactDay": "Monday",
  146. "contactComments": "why"
  147. }
  148. },
  149. "referrals": [
  150. {
  151. "providerTypeCode": "20",
  152. "referralReason": "who knows"
  153. },
  154. {
  155. "providerTypeCode": "20",
  156. "referralReason": "I don't know"
  157. }
  158. ],
  159. "declaration": {
  160. "providerDeclaration": "2017-07-03T00:19:35.003Z"
  161. }
  162. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement