candidhealth 0.39.2 → 0.39.4

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 (202) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  3. package/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  4. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  5. package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  6. package/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
  7. package/api/resources/commons/types/index.d.ts +1 -0
  8. package/api/resources/commons/types/index.js +1 -0
  9. package/api/resources/contracts/resources/v2/client/Client.js +5 -5
  10. package/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  11. package/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  12. package/api/resources/diagnoses/client/Client.js +3 -3
  13. package/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  14. package/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  15. package/api/resources/encounters/resources/v4/client/Client.d.ts +231 -83
  16. package/api/resources/encounters/resources/v4/client/Client.js +297 -89
  17. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +58 -0
  18. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +113 -0
  19. package/api/resources/encounters/resources/v4/client/index.d.ts +1 -0
  20. package/api/resources/encounters/resources/v4/client/index.js +2 -1
  21. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +12 -43
  22. package/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  23. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  24. package/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
  25. package/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  26. package/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
  27. package/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
  28. package/api/resources/encounters/resources/v4/types/index.js +2 -0
  29. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  30. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  31. package/api/resources/exports/resources/v3/client/Client.js +1 -1
  32. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  33. package/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  34. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  35. package/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  36. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  37. package/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  38. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  39. package/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  40. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  41. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  42. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  43. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  44. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  45. package/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  46. package/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  47. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  48. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  49. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -12
  50. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -20
  51. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  52. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  53. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +15 -3
  54. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -12
  55. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +5 -1
  56. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +5 -1
  57. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  58. package/api/resources/serviceFacility/client/Client.js +1 -1
  59. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -2
  60. package/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
  61. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
  62. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
  63. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
  64. package/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
  65. package/api/resources/tasks/resources/v3/client/Client.js +5 -5
  66. package/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  67. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  68. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +3 -3
  69. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +5 -5
  70. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +3 -3
  71. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  72. package/dist/api/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +12 -0
  73. package/dist/api/resources/commons/types/index.d.ts +1 -0
  74. package/dist/api/resources/commons/types/index.js +1 -0
  75. package/dist/api/resources/contracts/resources/v2/client/Client.js +5 -5
  76. package/dist/api/resources/credentialing/resources/v2/client/Client.js +5 -5
  77. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +4 -4
  78. package/dist/api/resources/diagnoses/client/Client.js +3 -3
  79. package/dist/api/resources/eligibility/resources/v2/client/Client.js +3 -3
  80. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +12 -12
  81. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +231 -83
  82. package/dist/api/resources/encounters/resources/v4/client/Client.js +297 -89
  83. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +58 -0
  84. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +113 -0
  85. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +1 -0
  86. package/dist/api/resources/encounters/resources/v4/client/index.js +2 -1
  87. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +12 -43
  88. package/dist/api/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  89. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  90. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +58 -0
  91. package/dist/api/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.js +5 -0
  92. package/dist/api/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  93. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +9 -0
  94. package/dist/api/resources/encounters/resources/v4/types/EpsdtReferral.js +5 -0
  95. package/dist/api/resources/encounters/resources/v4/types/index.d.ts +2 -0
  96. package/dist/api/resources/encounters/resources/v4/types/index.js +2 -0
  97. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  98. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +2 -2
  99. package/dist/api/resources/exports/resources/v3/client/Client.js +1 -1
  100. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +1 -1
  101. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +10 -10
  102. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  103. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +4 -4
  104. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +3 -3
  105. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +5 -5
  106. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +5 -5
  107. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +1 -1
  108. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +5 -5
  109. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +5 -5
  110. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +6 -6
  111. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  112. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +5 -5
  113. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +5 -5
  114. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +5 -5
  115. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  116. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +6 -6
  117. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +2 -12
  118. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +10 -20
  119. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +2 -2
  120. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +4 -4
  121. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +15 -3
  122. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +24 -12
  123. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientRequest.d.ts +5 -1
  124. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +5 -1
  125. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +5 -5
  126. package/dist/api/resources/serviceFacility/client/Client.js +1 -1
  127. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +6 -2
  128. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +9 -5
  129. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +10 -0
  130. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +10 -0
  131. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +10 -0
  132. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +10 -0
  133. package/dist/api/resources/tasks/resources/v3/client/Client.js +5 -5
  134. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +4 -4
  135. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  136. package/dist/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
  137. package/dist/serialization/resources/commons/types/index.d.ts +1 -0
  138. package/dist/serialization/resources/commons/types/index.js +1 -0
  139. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
  140. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
  141. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
  142. package/dist/serialization/resources/encounters/resources/v4/client/index.js +2 -1
  143. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  144. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  145. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  146. package/dist/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
  147. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  148. package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  149. package/dist/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
  150. package/dist/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
  151. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  152. package/dist/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  153. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
  154. package/dist/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
  155. package/dist/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
  156. package/dist/serialization/resources/encounters/resources/v4/types/index.js +2 -0
  157. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  158. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  159. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  160. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  161. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  162. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  163. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  164. package/dist/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  165. package/package.json +1 -1
  166. package/reference.md +327 -100
  167. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.d.ts +10 -0
  168. package/serialization/resources/commons/types/EpsdtReferralConditionIndicatorCode.js +31 -0
  169. package/serialization/resources/commons/types/index.d.ts +1 -0
  170. package/serialization/resources/commons/types/index.js +1 -0
  171. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.d.ts +39 -0
  172. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientInternal.js +90 -0
  173. package/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
  174. package/serialization/resources/encounters/resources/v4/client/index.js +2 -1
  175. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +2 -0
  176. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreate.js +2 -0
  177. package/serialization/resources/encounters/resources/v4/client/requests/index.d.ts +0 -1
  178. package/serialization/resources/encounters/resources/v4/client/requests/index.js +1 -3
  179. package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
  180. package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
  181. package/serialization/resources/encounters/resources/v4/types/EncounterCreateFromPreEncounter.d.ts +44 -0
  182. package/serialization/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +18 -18
  183. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.d.ts +2 -0
  184. package/serialization/resources/encounters/resources/v4/types/EncounterOptional.js +2 -0
  185. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.d.ts +15 -0
  186. package/serialization/resources/encounters/resources/v4/types/EpsdtReferral.js +36 -0
  187. package/serialization/resources/encounters/resources/v4/types/index.d.ts +2 -0
  188. package/serialization/resources/encounters/resources/v4/types/index.js +2 -0
  189. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +2 -0
  190. package/serialization/resources/serviceLines/resources/v2/types/ServiceLine.js +2 -0
  191. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.d.ts +2 -0
  192. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreate.js +2 -0
  193. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.d.ts +2 -0
  194. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineCreateStandalone.js +2 -0
  195. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.d.ts +2 -0
  196. package/serialization/resources/serviceLines/resources/v2/types/ServiceLineUpdate.js +2 -0
  197. package/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
  198. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -319
  199. package/dist/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
  200. package/serialization/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.d.ts +0 -44
  201. /package/api/resources/encounters/resources/v4/{client/requests → types}/EncounterCreateFromPreEncounter.js +0 -0
  202. /package/{dist/api/resources/encounters/resources/v4/client/requests/EncounterCreateFromPreEncounter.js → api/resources/encounters/resources/v4/types/EpsdtReferral.js} +0 -0
@@ -1,44 +0,0 @@
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 { PreEncounterPatientId } from "../../../../../commons/types/PreEncounterPatientId";
8
- import { PreEncounterAppointmentId } from "../../../../../commons/types/PreEncounterAppointmentId";
9
- import { BillingProvider } from "../../../../../encounterProviders/resources/v2/types/BillingProvider";
10
- import { RenderingProvider } from "../../../../../encounterProviders/resources/v2/types/RenderingProvider";
11
- import { InitialReferringProvider } from "../../../../../encounterProviders/resources/v2/types/InitialReferringProvider";
12
- import { SupervisingProvider } from "../../../../../encounterProviders/resources/v2/types/SupervisingProvider";
13
- import { EncounterServiceFacilityBase } from "../../../../../serviceFacility/types/EncounterServiceFacilityBase";
14
- import { DiagnosisCreate } from "../../../../../diagnoses/types/DiagnosisCreate";
15
- import { ClinicalNoteCategoryCreate } from "../../types/ClinicalNoteCategoryCreate";
16
- import { BillingNoteBase } from "../../../../../billingNotes/resources/v2/types/BillingNoteBase";
17
- import { FacilityTypeCode } from "../../../../../commons/types/FacilityTypeCode";
18
- import { PatientHistoryCategory } from "../../types/PatientHistoryCategory";
19
- import { ServiceLineCreate } from "../../../../../serviceLines/resources/v2/types/ServiceLineCreate";
20
- import { ExternalClaimSubmissionCreate } from "../../../../../claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate";
21
- import { TagId } from "../../../../../tags/types/TagId";
22
- import { SchemaInstance } from "../../../../../customSchemas/resources/v1/types/SchemaInstance";
23
- import { EncounterBase } from "../../types/EncounterBase";
24
- export declare const EncounterCreateFromPreEncounter: core.serialization.Schema<serializers.encounters.v4.EncounterCreateFromPreEncounter.Raw, CandidApi.encounters.v4.EncounterCreateFromPreEncounter>;
25
- export declare namespace EncounterCreateFromPreEncounter {
26
- interface Raw extends EncounterBase.Raw {
27
- pre_encounter_patient_id: PreEncounterPatientId.Raw;
28
- pre_encounter_appointment_ids: PreEncounterAppointmentId.Raw[];
29
- billing_provider: BillingProvider.Raw;
30
- rendering_provider: RenderingProvider.Raw;
31
- initial_referring_provider?: InitialReferringProvider.Raw | null;
32
- supervising_provider?: SupervisingProvider.Raw | null;
33
- service_facility?: EncounterServiceFacilityBase.Raw | null;
34
- diagnoses: DiagnosisCreate.Raw[];
35
- clinical_notes?: ClinicalNoteCategoryCreate.Raw[] | null;
36
- billing_notes?: BillingNoteBase.Raw[] | null;
37
- place_of_service_code: FacilityTypeCode.Raw;
38
- patient_histories?: PatientHistoryCategory.Raw[] | null;
39
- service_lines?: ServiceLineCreate.Raw[] | null;
40
- external_claim_submission?: ExternalClaimSubmissionCreate.Raw | null;
41
- tag_ids?: TagId.Raw[] | null;
42
- schema_instances?: SchemaInstance.Raw[] | null;
43
- }
44
- }
@@ -1,44 +0,0 @@
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 { PreEncounterPatientId } from "../../../../../commons/types/PreEncounterPatientId";
8
- import { PreEncounterAppointmentId } from "../../../../../commons/types/PreEncounterAppointmentId";
9
- import { BillingProvider } from "../../../../../encounterProviders/resources/v2/types/BillingProvider";
10
- import { RenderingProvider } from "../../../../../encounterProviders/resources/v2/types/RenderingProvider";
11
- import { InitialReferringProvider } from "../../../../../encounterProviders/resources/v2/types/InitialReferringProvider";
12
- import { SupervisingProvider } from "../../../../../encounterProviders/resources/v2/types/SupervisingProvider";
13
- import { EncounterServiceFacilityBase } from "../../../../../serviceFacility/types/EncounterServiceFacilityBase";
14
- import { DiagnosisCreate } from "../../../../../diagnoses/types/DiagnosisCreate";
15
- import { ClinicalNoteCategoryCreate } from "../../types/ClinicalNoteCategoryCreate";
16
- import { BillingNoteBase } from "../../../../../billingNotes/resources/v2/types/BillingNoteBase";
17
- import { FacilityTypeCode } from "../../../../../commons/types/FacilityTypeCode";
18
- import { PatientHistoryCategory } from "../../types/PatientHistoryCategory";
19
- import { ServiceLineCreate } from "../../../../../serviceLines/resources/v2/types/ServiceLineCreate";
20
- import { ExternalClaimSubmissionCreate } from "../../../../../claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate";
21
- import { TagId } from "../../../../../tags/types/TagId";
22
- import { SchemaInstance } from "../../../../../customSchemas/resources/v1/types/SchemaInstance";
23
- import { EncounterBase } from "../../types/EncounterBase";
24
- export declare const EncounterCreateFromPreEncounter: core.serialization.Schema<serializers.encounters.v4.EncounterCreateFromPreEncounter.Raw, CandidApi.encounters.v4.EncounterCreateFromPreEncounter>;
25
- export declare namespace EncounterCreateFromPreEncounter {
26
- interface Raw extends EncounterBase.Raw {
27
- pre_encounter_patient_id: PreEncounterPatientId.Raw;
28
- pre_encounter_appointment_ids: PreEncounterAppointmentId.Raw[];
29
- billing_provider: BillingProvider.Raw;
30
- rendering_provider: RenderingProvider.Raw;
31
- initial_referring_provider?: InitialReferringProvider.Raw | null;
32
- supervising_provider?: SupervisingProvider.Raw | null;
33
- service_facility?: EncounterServiceFacilityBase.Raw | null;
34
- diagnoses: DiagnosisCreate.Raw[];
35
- clinical_notes?: ClinicalNoteCategoryCreate.Raw[] | null;
36
- billing_notes?: BillingNoteBase.Raw[] | null;
37
- place_of_service_code: FacilityTypeCode.Raw;
38
- patient_histories?: PatientHistoryCategory.Raw[] | null;
39
- service_lines?: ServiceLineCreate.Raw[] | null;
40
- external_claim_submission?: ExternalClaimSubmissionCreate.Raw | null;
41
- tag_ids?: TagId.Raw[] | null;
42
- schema_instances?: SchemaInstance.Raw[] | null;
43
- }
44
- }