candidhealth 0.34.6 → 0.34.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  3. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  4. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  5. package/api/resources/diagnoses/client/Client.js +3 -3
  6. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  7. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  8. package/api/resources/encounters/resources/v4/client/Client.d.ts +15 -4
  9. package/api/resources/encounters/resources/v4/client/Client.js +20 -9
  10. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -1
  11. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
  12. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
  13. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -0
  14. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  15. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -0
  16. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  17. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  18. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  19. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  20. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  21. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  22. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  23. package/api/resources/individual/types/Patient.d.ts +11 -0
  24. package/api/resources/individual/types/PatientCreate.d.ts +1 -0
  25. package/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +21 -0
  26. package/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
  27. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
  28. package/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
  29. package/api/resources/individual/types/PatientUpdate.d.ts +2 -0
  30. package/api/resources/individual/types/index.d.ts +2 -0
  31. package/api/resources/individual/types/index.js +2 -0
  32. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  33. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  34. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  35. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  36. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  37. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  38. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
  39. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
  40. package/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  41. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
  42. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
  43. package/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
  44. package/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  45. package/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  46. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  47. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  48. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  49. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  50. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  51. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  52. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
  53. package/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
  54. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  55. package/api/resources/preEncounter/resources/common/types/index.js +1 -0
  56. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +34 -2
  57. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +42 -10
  58. package/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
  59. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  60. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +16 -2
  61. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -10
  62. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +8 -1
  63. package/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  64. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  65. package/api/resources/serviceFacility/client/Client.js +1 -1
  66. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +15 -1
  67. package/api/resources/serviceLines/resources/v2/client/Client.js +18 -4
  68. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +3 -0
  69. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  70. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  71. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  72. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  73. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  74. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  75. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  76. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  77. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  78. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +15 -4
  79. package/dist/api/resources/encounters/resources/v4/client/Client.js +20 -9
  80. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +6 -1
  81. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +2 -1
  82. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +12 -2
  83. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +10 -0
  84. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -0
  85. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +10 -0
  86. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  87. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  88. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  89. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  90. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  91. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  92. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  93. package/dist/api/resources/individual/types/Patient.d.ts +11 -0
  94. package/dist/api/resources/individual/types/PatientCreate.d.ts +1 -0
  95. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +21 -0
  96. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfo.js +5 -0
  97. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +8 -0
  98. package/dist/api/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +5 -0
  99. package/dist/api/resources/individual/types/PatientUpdate.d.ts +2 -0
  100. package/dist/api/resources/individual/types/index.d.ts +2 -0
  101. package/dist/api/resources/individual/types/index.js +2 -0
  102. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  103. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  104. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  105. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  106. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  107. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  108. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +12 -1
  109. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +18 -7
  110. package/dist/api/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  111. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +14 -0
  112. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +5 -0
  113. package/dist/api/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +1 -0
  114. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  115. package/dist/api/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  116. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  117. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  118. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  119. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  120. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  121. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  122. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +8 -0
  123. package/dist/api/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +5 -0
  124. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  125. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
  126. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +34 -2
  127. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +42 -10
  128. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +1 -0
  129. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  130. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +16 -2
  131. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -10
  132. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +8 -1
  133. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  134. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  135. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  136. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +15 -1
  137. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +18 -4
  138. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +3 -0
  139. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  140. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  141. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  142. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  143. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  144. package/dist/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  145. package/dist/serialization/resources/individual/types/Patient.d.ts +2 -0
  146. package/dist/serialization/resources/individual/types/Patient.js +2 -0
  147. package/dist/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
  148. package/dist/serialization/resources/individual/types/PatientCreate.js +2 -0
  149. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
  150. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
  151. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
  152. package/dist/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
  153. package/dist/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
  154. package/dist/serialization/resources/individual/types/PatientUpdate.js +2 -0
  155. package/dist/serialization/resources/individual/types/index.d.ts +2 -0
  156. package/dist/serialization/resources/individual/types/index.js +2 -0
  157. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  158. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  159. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
  160. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
  161. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
  162. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
  163. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  164. package/dist/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  165. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
  166. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
  167. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  168. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  169. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
  170. package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
  171. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  172. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  173. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
  174. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
  175. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -0
  176. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +4 -0
  177. package/package.json +1 -1
  178. package/reference.md +5555 -0
  179. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +1 -0
  180. package/serialization/resources/encounters/resources/v4/client/requests/EncounterUpdate.js +1 -0
  181. package/serialization/resources/encounters/resources/v4/types/EncounterBase.d.ts +1 -0
  182. package/serialization/resources/encounters/resources/v4/types/EncounterBase.js +1 -0
  183. package/serialization/resources/individual/types/Patient.d.ts +2 -0
  184. package/serialization/resources/individual/types/Patient.js +2 -0
  185. package/serialization/resources/individual/types/PatientCreate.d.ts +2 -0
  186. package/serialization/resources/individual/types/PatientCreate.js +2 -0
  187. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.d.ts +14 -0
  188. package/serialization/resources/individual/types/PatientNonInsurancePayerInfo.js +35 -0
  189. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.d.ts +14 -0
  190. package/serialization/resources/individual/types/PatientNonInsurancePayerInfoCreate.js +35 -0
  191. package/serialization/resources/individual/types/PatientUpdate.d.ts +2 -0
  192. package/serialization/resources/individual/types/PatientUpdate.js +2 -0
  193. package/serialization/resources/individual/types/index.d.ts +2 -0
  194. package/serialization/resources/individual/types/index.js +2 -0
  195. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.d.ts +2 -0
  196. package/serialization/resources/nonInsurancePayers/resources/v1/types/CreateNonInsurancePayerRequest.js +2 -0
  197. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.d.ts +18 -0
  198. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerAddressUpdate.js +42 -0
  199. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.d.ts +2 -0
  200. package/serialization/resources/nonInsurancePayers/resources/v1/types/NonInsurancePayerUpdateRequest.js +2 -0
  201. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.d.ts +1 -0
  202. package/serialization/resources/nonInsurancePayers/resources/v1/types/index.js +1 -0
  203. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.d.ts +14 -0
  204. package/serialization/resources/preEncounter/resources/common/types/CanonicalNonInsurancePayerAssociation.js +35 -0
  205. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  206. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  207. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.d.ts +2 -0
  208. package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/Subscriber.js +2 -0
  209. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.d.ts +1 -1
  210. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Guarantor.js +1 -1
  211. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +3 -0
  212. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +3 -0
  213. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +4 -0
  214. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +4 -0
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.PatientNonInsurancePayerInfo = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ const NonInsurancePayer_1 = require("../../nonInsurancePayers/resources/v1/types/NonInsurancePayer");
32
+ exports.PatientNonInsurancePayerInfo = core.serialization.object({
33
+ nonInsurancePayer: core.serialization.property("non_insurance_payer", NonInsurancePayer_1.NonInsurancePayer),
34
+ memberId: core.serialization.property("member_id", core.serialization.string().optional()),
35
+ });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../index";
5
+ import * as CandidApi from "../../../../api/index";
6
+ import * as core from "../../../../core";
7
+ import { NonInsurancePayerId } from "../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId";
8
+ export declare const PatientNonInsurancePayerInfoCreate: core.serialization.ObjectSchema<serializers.PatientNonInsurancePayerInfoCreate.Raw, CandidApi.PatientNonInsurancePayerInfoCreate>;
9
+ export declare namespace PatientNonInsurancePayerInfoCreate {
10
+ interface Raw {
11
+ non_insurance_payer_id: NonInsurancePayerId.Raw;
12
+ member_id?: string | null;
13
+ }
14
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.PatientNonInsurancePayerInfoCreate = void 0;
30
+ const core = __importStar(require("../../../../core"));
31
+ const NonInsurancePayerId_1 = require("../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId");
32
+ exports.PatientNonInsurancePayerInfoCreate = core.serialization.object({
33
+ nonInsurancePayerId: core.serialization.property("non_insurance_payer_id", NonInsurancePayerId_1.NonInsurancePayerId),
34
+ memberId: core.serialization.property("member_id", core.serialization.string().optional()),
35
+ });
@@ -9,6 +9,7 @@ import { StreetAddressShortZip } from "../../commons/types/StreetAddressShortZip
9
9
  import { PhoneNumber } from "../../commons/types/PhoneNumber";
10
10
  import { Email } from "../../commons/types/Email";
11
11
  import { NonInsurancePayerId } from "../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId";
12
+ import { PatientNonInsurancePayerInfoCreate } from "./PatientNonInsurancePayerInfoCreate";
12
13
  export declare const PatientUpdate: core.serialization.ObjectSchema<serializers.PatientUpdate.Raw, CandidApi.PatientUpdate>;
13
14
  export declare namespace PatientUpdate {
14
15
  interface Raw {
@@ -23,5 +24,6 @@ export declare namespace PatientUpdate {
23
24
  email?: Email.Raw | null;
24
25
  email_consent?: boolean | null;
25
26
  non_insurance_payers?: NonInsurancePayerId.Raw[] | null;
27
+ non_insurance_payers_info?: PatientNonInsurancePayerInfoCreate.Raw[] | null;
26
28
  }
27
29
  }
@@ -33,6 +33,7 @@ const StreetAddressShortZip_1 = require("../../commons/types/StreetAddressShortZ
33
33
  const PhoneNumber_1 = require("../../commons/types/PhoneNumber");
34
34
  const Email_1 = require("../../commons/types/Email");
35
35
  const NonInsurancePayerId_1 = require("../../nonInsurancePayers/resources/v1/types/NonInsurancePayerId");
36
+ const PatientNonInsurancePayerInfoCreate_1 = require("./PatientNonInsurancePayerInfoCreate");
36
37
  exports.PatientUpdate = core.serialization.object({
37
38
  firstName: core.serialization.property("first_name", core.serialization.string().optional()),
38
39
  lastName: core.serialization.property("last_name", core.serialization.string().optional()),
@@ -45,4 +46,5 @@ exports.PatientUpdate = core.serialization.object({
45
46
  email: Email_1.Email.optional(),
46
47
  emailConsent: core.serialization.property("email_consent", core.serialization.boolean().optional()),
47
48
  nonInsurancePayers: core.serialization.property("non_insurance_payers", core.serialization.list(NonInsurancePayerId_1.NonInsurancePayerId).optional()),
49
+ nonInsurancePayersInfo: core.serialization.property("non_insurance_payers_info", core.serialization.list(PatientNonInsurancePayerInfoCreate_1.PatientNonInsurancePayerInfoCreate).optional()),
48
50
  });
@@ -3,6 +3,8 @@ export * from "./IndividualBase";
3
3
  export * from "./SubscriberBase";
4
4
  export * from "./SubscriberCreate";
5
5
  export * from "./Subscriber";
6
+ export * from "./PatientNonInsurancePayerInfoCreate";
7
+ export * from "./PatientNonInsurancePayerInfo";
6
8
  export * from "./PatientCreate";
7
9
  export * from "./PatientUpdate";
8
10
  export * from "./PatientBase";
@@ -19,6 +19,8 @@ __exportStar(require("./IndividualBase"), exports);
19
19
  __exportStar(require("./SubscriberBase"), exports);
20
20
  __exportStar(require("./SubscriberCreate"), exports);
21
21
  __exportStar(require("./Subscriber"), exports);
22
+ __exportStar(require("./PatientNonInsurancePayerInfoCreate"), exports);
23
+ __exportStar(require("./PatientNonInsurancePayerInfo"), exports);
22
24
  __exportStar(require("./PatientCreate"), exports);
23
25
  __exportStar(require("./PatientUpdate"), exports);
24
26
  __exportStar(require("./PatientBase"), exports);
@@ -4,11 +4,13 @@
4
4
  import * as serializers from "../../../../../index";
5
5
  import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
+ import { StreetAddressShortZip } from "../../../../commons/types/StreetAddressShortZip";
7
8
  export declare const CreateNonInsurancePayerRequest: core.serialization.ObjectSchema<serializers.nonInsurancePayers.v1.CreateNonInsurancePayerRequest.Raw, CandidApi.nonInsurancePayers.v1.CreateNonInsurancePayerRequest>;
8
9
  export declare namespace CreateNonInsurancePayerRequest {
9
10
  interface Raw {
10
11
  name: string;
11
12
  description?: string | null;
12
13
  category?: string | null;
14
+ address?: StreetAddressShortZip.Raw | null;
13
15
  }
14
16
  }
@@ -28,8 +28,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.CreateNonInsurancePayerRequest = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
+ const StreetAddressShortZip_1 = require("../../../../commons/types/StreetAddressShortZip");
31
32
  exports.CreateNonInsurancePayerRequest = core.serialization.object({
32
33
  name: core.serialization.string(),
33
34
  description: core.serialization.string().optional(),
34
35
  category: core.serialization.string().optional(),
36
+ address: StreetAddressShortZip_1.StreetAddressShortZip.optional(),
35
37
  });
@@ -0,0 +1,18 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { StreetAddressShortZip } from "../../../../commons/types/StreetAddressShortZip";
8
+ export declare const NonInsurancePayerAddressUpdate: core.serialization.Schema<serializers.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate.Raw, CandidApi.nonInsurancePayers.v1.NonInsurancePayerAddressUpdate>;
9
+ export declare namespace NonInsurancePayerAddressUpdate {
10
+ type Raw = NonInsurancePayerAddressUpdate.Remove | NonInsurancePayerAddressUpdate.Set;
11
+ interface Remove {
12
+ type: "remove";
13
+ }
14
+ interface Set {
15
+ type: "set";
16
+ value?: StreetAddressShortZip.Raw | null;
17
+ }
18
+ }
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.NonInsurancePayerAddressUpdate = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ const StreetAddressShortZip_1 = require("../../../../commons/types/StreetAddressShortZip");
32
+ exports.NonInsurancePayerAddressUpdate = core.serialization
33
+ .union("type", {
34
+ remove: core.serialization.object({}),
35
+ set: core.serialization.object({
36
+ value: StreetAddressShortZip_1.StreetAddressShortZip.optional(),
37
+ }),
38
+ })
39
+ .transform({
40
+ transform: (value) => value,
41
+ untransform: (value) => value,
42
+ });
@@ -6,11 +6,13 @@ import * as CandidApi from "../../../../../../api/index";
6
6
  import * as core from "../../../../../../core";
7
7
  import { NonInsurancePayerDescriptionUpdate } from "./NonInsurancePayerDescriptionUpdate";
8
8
  import { NonInsurancePayerCategoryUpdate } from "./NonInsurancePayerCategoryUpdate";
9
+ import { NonInsurancePayerAddressUpdate } from "./NonInsurancePayerAddressUpdate";
9
10
  export declare const NonInsurancePayerUpdateRequest: core.serialization.ObjectSchema<serializers.nonInsurancePayers.v1.NonInsurancePayerUpdateRequest.Raw, CandidApi.nonInsurancePayers.v1.NonInsurancePayerUpdateRequest>;
10
11
  export declare namespace NonInsurancePayerUpdateRequest {
11
12
  interface Raw {
12
13
  name?: string | null;
13
14
  description?: NonInsurancePayerDescriptionUpdate.Raw | null;
14
15
  category?: NonInsurancePayerCategoryUpdate.Raw | null;
16
+ address?: NonInsurancePayerAddressUpdate.Raw | null;
15
17
  }
16
18
  }
@@ -30,8 +30,10 @@ exports.NonInsurancePayerUpdateRequest = void 0;
30
30
  const core = __importStar(require("../../../../../../core"));
31
31
  const NonInsurancePayerDescriptionUpdate_1 = require("./NonInsurancePayerDescriptionUpdate");
32
32
  const NonInsurancePayerCategoryUpdate_1 = require("./NonInsurancePayerCategoryUpdate");
33
+ const NonInsurancePayerAddressUpdate_1 = require("./NonInsurancePayerAddressUpdate");
33
34
  exports.NonInsurancePayerUpdateRequest = core.serialization.object({
34
35
  name: core.serialization.string().optional(),
35
36
  description: NonInsurancePayerDescriptionUpdate_1.NonInsurancePayerDescriptionUpdate.optional(),
36
37
  category: NonInsurancePayerCategoryUpdate_1.NonInsurancePayerCategoryUpdate.optional(),
38
+ address: NonInsurancePayerAddressUpdate_1.NonInsurancePayerAddressUpdate.optional(),
37
39
  });
@@ -5,5 +5,6 @@ export * from "./NonInsurancePayerPage";
5
5
  export * from "./NonInsurancePayerSortField";
6
6
  export * from "./NonInsurancePayerDescriptionUpdate";
7
7
  export * from "./NonInsurancePayerCategoryUpdate";
8
+ export * from "./NonInsurancePayerAddressUpdate";
8
9
  export * from "./ToggleNonInsurancePayerEnablementRequest";
9
10
  export * from "./NonInsurancePayerUpdateRequest";
@@ -21,5 +21,6 @@ __exportStar(require("./NonInsurancePayerPage"), exports);
21
21
  __exportStar(require("./NonInsurancePayerSortField"), exports);
22
22
  __exportStar(require("./NonInsurancePayerDescriptionUpdate"), exports);
23
23
  __exportStar(require("./NonInsurancePayerCategoryUpdate"), exports);
24
+ __exportStar(require("./NonInsurancePayerAddressUpdate"), exports);
24
25
  __exportStar(require("./ToggleNonInsurancePayerEnablementRequest"), exports);
25
26
  __exportStar(require("./NonInsurancePayerUpdateRequest"), exports);
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ import * as serializers from "../../../../../index";
5
+ import * as CandidApi from "../../../../../../api/index";
6
+ import * as core from "../../../../../../core";
7
+ import { CanonicalNonInsurancePayerId } from "./CanonicalNonInsurancePayerId";
8
+ export declare const CanonicalNonInsurancePayerAssociation: core.serialization.ObjectSchema<serializers.preEncounter.CanonicalNonInsurancePayerAssociation.Raw, CandidApi.preEncounter.CanonicalNonInsurancePayerAssociation>;
9
+ export declare namespace CanonicalNonInsurancePayerAssociation {
10
+ interface Raw {
11
+ id: CanonicalNonInsurancePayerId.Raw;
12
+ member_id?: string | null;
13
+ }
14
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.CanonicalNonInsurancePayerAssociation = void 0;
30
+ const core = __importStar(require("../../../../../../core"));
31
+ const CanonicalNonInsurancePayerId_1 = require("./CanonicalNonInsurancePayerId");
32
+ exports.CanonicalNonInsurancePayerAssociation = core.serialization.object({
33
+ id: CanonicalNonInsurancePayerId_1.CanonicalNonInsurancePayerId,
34
+ memberId: core.serialization.property("member_id", core.serialization.string().optional()),
35
+ });
@@ -5,6 +5,7 @@ export * from "./PatientId";
5
5
  export * from "./CoverageId";
6
6
  export * from "./AppointmentId";
7
7
  export * from "./CanonicalProviderId";
8
+ export * from "./CanonicalNonInsurancePayerAssociation";
8
9
  export * from "./CanonicalNonInsurancePayerId";
9
10
  export * from "./Relationship";
10
11
  export * from "./Gender";
@@ -21,6 +21,7 @@ __exportStar(require("./PatientId"), exports);
21
21
  __exportStar(require("./CoverageId"), exports);
22
22
  __exportStar(require("./AppointmentId"), exports);
23
23
  __exportStar(require("./CanonicalProviderId"), exports);
24
+ __exportStar(require("./CanonicalNonInsurancePayerAssociation"), exports);
24
25
  __exportStar(require("./CanonicalNonInsurancePayerId"), exports);
25
26
  __exportStar(require("./Relationship"), exports);
26
27
  __exportStar(require("./Gender"), exports);
@@ -6,11 +6,13 @@ import * as CandidApi from "../../../../../../../../api/index";
6
6
  import * as core from "../../../../../../../../core";
7
7
  import { HumanName } from "../../../../common/types/HumanName";
8
8
  import { Sex } from "../../../../common/types/Sex";
9
+ import { Address } from "../../../../common/types/Address";
9
10
  export declare const Subscriber: core.serialization.ObjectSchema<serializers.preEncounter.coverages.v1.Subscriber.Raw, CandidApi.preEncounter.coverages.v1.Subscriber>;
10
11
  export declare namespace Subscriber {
11
12
  interface Raw {
12
13
  name: HumanName.Raw;
13
14
  date_of_birth: string;
14
15
  biological_sex: Sex.Raw;
16
+ address?: Address.Raw | null;
15
17
  }
16
18
  }
@@ -30,8 +30,10 @@ exports.Subscriber = void 0;
30
30
  const core = __importStar(require("../../../../../../../../core"));
31
31
  const HumanName_1 = require("../../../../common/types/HumanName");
32
32
  const Sex_1 = require("../../../../common/types/Sex");
33
+ const Address_1 = require("../../../../common/types/Address");
33
34
  exports.Subscriber = core.serialization.object({
34
35
  name: HumanName_1.HumanName,
35
36
  dateOfBirth: core.serialization.property("date_of_birth", core.serialization.string()),
36
37
  biologicalSex: core.serialization.property("biological_sex", Sex_1.Sex),
38
+ address: Address_1.Address.optional(),
37
39
  });
@@ -11,7 +11,7 @@ export declare const Guarantor: core.serialization.ObjectSchema<serializers.preE
11
11
  export declare namespace Guarantor {
12
12
  interface Raw {
13
13
  name: HumanName.Raw;
14
- telecom: ContactPoint.Raw;
14
+ telecom?: ContactPoint.Raw | null;
15
15
  email?: string | null;
16
16
  birth_date: string;
17
17
  address: Address.Raw;
@@ -33,7 +33,7 @@ const ContactPoint_1 = require("../../../../common/types/ContactPoint");
33
33
  const Address_1 = require("../../../../common/types/Address");
34
34
  exports.Guarantor = core.serialization.object({
35
35
  name: HumanName_1.HumanName,
36
- telecom: ContactPoint_1.ContactPoint,
36
+ telecom: ContactPoint_1.ContactPoint.optional(),
37
37
  email: core.serialization.string().optional(),
38
38
  birthDate: core.serialization.property("birth_date", core.serialization.string()),
39
39
  address: Address_1.Address,
@@ -19,6 +19,7 @@ import { Contact } from "./Contact";
19
19
  import { ExternalProvider } from "../../../../common/types/ExternalProvider";
20
20
  import { FilingOrder } from "./FilingOrder";
21
21
  import { CanonicalNonInsurancePayerId } from "../../../../common/types/CanonicalNonInsurancePayerId";
22
+ import { CanonicalNonInsurancePayerAssociation } from "../../../../common/types/CanonicalNonInsurancePayerAssociation";
22
23
  import { Guarantor } from "./Guarantor";
23
24
  import { Authorization } from "./Authorization";
24
25
  import { Referral } from "./Referral";
@@ -51,9 +52,11 @@ export declare namespace MutablePatient {
51
52
  general_practitioners: ExternalProvider.Raw[];
52
53
  filing_order: FilingOrder.Raw;
53
54
  non_insurance_payers?: CanonicalNonInsurancePayerId.Raw[] | null;
55
+ non_insurance_payer_associations?: CanonicalNonInsurancePayerAssociation.Raw[] | null;
54
56
  guarantor?: Guarantor.Raw | null;
55
57
  self_pay?: boolean | null;
56
58
  authorizations?: Authorization.Raw[] | null;
57
59
  referrals?: Referral.Raw[] | null;
60
+ primary_service_facility_id?: string | null;
58
61
  }
59
62
  }
@@ -43,6 +43,7 @@ const Contact_1 = require("./Contact");
43
43
  const ExternalProvider_1 = require("../../../../common/types/ExternalProvider");
44
44
  const FilingOrder_1 = require("./FilingOrder");
45
45
  const CanonicalNonInsurancePayerId_1 = require("../../../../common/types/CanonicalNonInsurancePayerId");
46
+ const CanonicalNonInsurancePayerAssociation_1 = require("../../../../common/types/CanonicalNonInsurancePayerAssociation");
46
47
  const Guarantor_1 = require("./Guarantor");
47
48
  const Authorization_1 = require("./Authorization");
48
49
  const Referral_1 = require("./Referral");
@@ -73,8 +74,10 @@ exports.MutablePatient = core.serialization.object({
73
74
  generalPractitioners: core.serialization.property("general_practitioners", core.serialization.list(ExternalProvider_1.ExternalProvider)),
74
75
  filingOrder: core.serialization.property("filing_order", FilingOrder_1.FilingOrder),
75
76
  nonInsurancePayers: core.serialization.property("non_insurance_payers", core.serialization.list(CanonicalNonInsurancePayerId_1.CanonicalNonInsurancePayerId).optional()),
77
+ nonInsurancePayerAssociations: core.serialization.property("non_insurance_payer_associations", core.serialization.list(CanonicalNonInsurancePayerAssociation_1.CanonicalNonInsurancePayerAssociation).optional()),
76
78
  guarantor: Guarantor_1.Guarantor.optional(),
77
79
  selfPay: core.serialization.property("self_pay", core.serialization.boolean().optional()),
78
80
  authorizations: core.serialization.list(Authorization_1.Authorization).optional(),
79
81
  referrals: core.serialization.list(Referral_1.Referral).optional(),
82
+ primaryServiceFacilityId: core.serialization.property("primary_service_facility_id", core.serialization.string().optional()),
80
83
  });
@@ -11,6 +11,8 @@ import { FacilityTypeCode } from "../../../../commons/types/FacilityTypeCode";
11
11
  import { Decimal } from "../../../../commons/types/Decimal";
12
12
  import { ServiceLineUnits } from "../../../../commons/types/ServiceLineUnits";
13
13
  import { ClaimId } from "../../../../commons/types/ClaimId";
14
+ import { DrugIdentification } from "./DrugIdentification";
15
+ import { TestResult } from "./TestResult";
14
16
  export declare const ServiceLineCreateStandalone: core.serialization.ObjectSchema<serializers.serviceLines.v2.ServiceLineCreateStandalone.Raw, CandidApi.serviceLines.v2.ServiceLineCreateStandalone>;
15
17
  export declare namespace ServiceLineCreateStandalone {
16
18
  interface Raw {
@@ -29,5 +31,7 @@ export declare namespace ServiceLineCreateStandalone {
29
31
  description?: string | null;
30
32
  date_of_service?: string | null;
31
33
  end_date_of_service?: string | null;
34
+ drug_identification?: DrugIdentification.Raw | null;
35
+ test_results?: TestResult.Raw[] | null;
32
36
  }
33
37
  }
@@ -35,6 +35,8 @@ const FacilityTypeCode_1 = require("../../../../commons/types/FacilityTypeCode")
35
35
  const Decimal_1 = require("../../../../commons/types/Decimal");
36
36
  const ServiceLineUnits_1 = require("../../../../commons/types/ServiceLineUnits");
37
37
  const ClaimId_1 = require("../../../../commons/types/ClaimId");
38
+ const DrugIdentification_1 = require("./DrugIdentification");
39
+ const TestResult_1 = require("./TestResult");
38
40
  exports.ServiceLineCreateStandalone = core.serialization.object({
39
41
  modifiers: core.serialization.list(ProcedureModifier_1.ProcedureModifier).optional(),
40
42
  chargeAmountCents: core.serialization.property("charge_amount_cents", core.serialization.number().optional()),
@@ -51,4 +53,6 @@ exports.ServiceLineCreateStandalone = core.serialization.object({
51
53
  description: core.serialization.string().optional(),
52
54
  dateOfService: core.serialization.property("date_of_service", core.serialization.string().optional()),
53
55
  endDateOfService: core.serialization.property("end_date_of_service", core.serialization.string().optional()),
56
+ drugIdentification: core.serialization.property("drug_identification", DrugIdentification_1.DrugIdentification.optional()),
57
+ testResults: core.serialization.property("test_results", core.serialization.list(TestResult_1.TestResult).optional()),
54
58
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.34.6",
3
+ "version": "0.34.9",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",