candidhealth 1.8.1 → 1.9.1

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 (1057) hide show
  1. package/Client.d.ts +5 -1
  2. package/Client.js +10 -4
  3. package/README.md +28 -3
  4. package/api/resources/auth/client/Client.d.ts +2 -10
  5. package/api/resources/auth/resources/default/client/Client.d.ts +7 -14
  6. package/api/resources/auth/resources/default/client/Client.js +39 -68
  7. package/api/resources/auth/resources/default/client/index.d.ts +1 -2
  8. package/api/resources/auth/resources/default/client/index.js +5 -6
  9. package/api/resources/auth/resources/default/client/requests/index.d.ts +0 -1
  10. package/api/resources/billingNotes/client/Client.d.ts +2 -10
  11. package/api/resources/billingNotes/resources/v2/client/Client.d.ts +13 -5
  12. package/api/resources/billingNotes/resources/v2/client/Client.js +100 -54
  13. package/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
  14. package/api/resources/billingNotes/resources/v2/client/index.js +4 -4
  15. package/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -1
  16. package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
  17. package/api/resources/chargeCapture/client/Client.d.ts +2 -10
  18. package/api/resources/chargeCapture/resources/v1/client/Client.d.ts +17 -7
  19. package/api/resources/chargeCapture/resources/v1/client/Client.js +208 -116
  20. package/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
  21. package/api/resources/chargeCapture/resources/v1/client/index.js +4 -4
  22. package/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +37 -111
  23. package/api/resources/chargeCaptureBundles/client/Client.d.ts +2 -10
  24. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +13 -5
  25. package/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +115 -65
  26. package/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
  27. package/api/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
  28. package/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +21 -63
  29. package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  30. package/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +2 -2
  31. package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
  32. package/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +4 -4
  33. package/api/resources/claims/types/Claim.d.ts +5 -5
  34. package/api/resources/contracts/client/Client.d.ts +2 -10
  35. package/api/resources/contracts/resources/v2/client/Client.d.ts +30 -7
  36. package/api/resources/contracts/resources/v2/client/Client.js +179 -93
  37. package/api/resources/contracts/resources/v2/client/index.d.ts +1 -1
  38. package/api/resources/contracts/resources/v2/client/index.js +4 -4
  39. package/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +15 -1
  40. package/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +5 -15
  41. package/api/resources/credentialing/client/Client.d.ts +2 -10
  42. package/api/resources/credentialing/resources/v2/client/Client.d.ts +25 -11
  43. package/api/resources/credentialing/resources/v2/client/Client.js +374 -211
  44. package/api/resources/credentialing/resources/v2/client/index.d.ts +1 -1
  45. package/api/resources/credentialing/resources/v2/client/index.js +4 -4
  46. package/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +4 -12
  47. package/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +5 -15
  48. package/api/resources/customSchemas/client/Client.d.ts +2 -10
  49. package/api/resources/customSchemas/resources/v1/client/Client.d.ts +13 -5
  50. package/api/resources/customSchemas/resources/v1/client/Client.js +154 -89
  51. package/api/resources/customSchemas/resources/v1/client/index.d.ts +1 -1
  52. package/api/resources/customSchemas/resources/v1/client/index.js +4 -4
  53. package/api/resources/diagnoses/client/Client.d.ts +13 -6
  54. package/api/resources/diagnoses/client/Client.js +101 -56
  55. package/api/resources/diagnoses/client/index.d.ts +1 -1
  56. package/api/resources/diagnoses/client/index.js +4 -4
  57. package/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
  58. package/api/resources/eligibility/client/Client.d.ts +2 -10
  59. package/api/resources/eligibility/resources/v2/client/Client.d.ts +11 -4
  60. package/api/resources/eligibility/resources/v2/client/Client.js +102 -52
  61. package/api/resources/encounterAttachments/client/Client.d.ts +2 -10
  62. package/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +11 -4
  63. package/api/resources/encounterAttachments/resources/v1/client/Client.js +74 -37
  64. package/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
  65. package/api/resources/encounterAttachments/resources/v1/client/index.js +4 -4
  66. package/api/resources/encounterProviders/client/Client.d.ts +2 -10
  67. package/api/resources/encounterProviders/resources/v2/client/Client.d.ts +29 -13
  68. package/api/resources/encounterProviders/resources/v2/client/Client.js +449 -238
  69. package/api/resources/encounters/client/Client.d.ts +2 -10
  70. package/api/resources/encounters/resources/v4/client/Client.d.ts +50 -135
  71. package/api/resources/encounters/resources/v4/client/Client.js +207 -390
  72. package/api/resources/encounters/resources/v4/client/index.d.ts +1 -4
  73. package/api/resources/encounters/resources/v4/client/index.js +5 -8
  74. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +14 -40
  75. package/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
  76. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +12 -12
  77. package/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +12 -12
  78. package/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -3
  79. package/api/resources/encountersUniversal/types/index.d.ts +0 -3
  80. package/api/resources/encountersUniversal/types/index.js +0 -3
  81. package/api/resources/expectedNetworkStatus/client/Client.d.ts +2 -10
  82. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +7 -2
  83. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +27 -16
  84. package/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +1 -1
  85. package/api/resources/expectedNetworkStatus/resources/v1/client/index.js +4 -4
  86. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +9 -3
  87. package/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +79 -46
  88. package/api/resources/exports/client/Client.d.ts +2 -10
  89. package/api/resources/exports/resources/v3/client/Client.d.ts +7 -2
  90. package/api/resources/exports/resources/v3/client/Client.js +39 -27
  91. package/api/resources/exports/resources/v3/client/index.d.ts +1 -1
  92. package/api/resources/exports/resources/v3/client/index.js +4 -4
  93. package/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
  94. package/api/resources/externalPaymentAccountConfig/client/Client.d.ts +2 -10
  95. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +7 -2
  96. package/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +28 -20
  97. package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.d.ts +1 -1
  98. package/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +4 -4
  99. package/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -3
  100. package/api/resources/feeSchedules/client/Client.d.ts +2 -10
  101. package/api/resources/feeSchedules/resources/v3/client/Client.d.ts +29 -13
  102. package/api/resources/feeSchedules/resources/v3/client/Client.js +381 -211
  103. package/api/resources/feeSchedules/resources/v3/client/index.d.ts +1 -1
  104. package/api/resources/feeSchedules/resources/v3/client/index.js +4 -4
  105. package/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -3
  106. package/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +2 -6
  107. package/api/resources/guarantor/client/Client.d.ts +2 -10
  108. package/api/resources/guarantor/resources/v1/client/Client.d.ts +11 -4
  109. package/api/resources/guarantor/resources/v1/client/Client.js +91 -50
  110. package/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -1
  111. package/api/resources/healthCareCodeInformation/client/Client.d.ts +2 -10
  112. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +9 -3
  113. package/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +78 -47
  114. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +433 -40
  115. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
  116. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +12 -1
  117. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -52
  118. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +14 -1
  119. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +3 -0
  120. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +6 -0
  121. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +24 -5
  122. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +5 -1
  123. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +6 -0
  124. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +6 -0
  125. package/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +12 -0
  126. package/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -16
  127. package/api/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -16
  128. package/api/resources/importInvoice/client/Client.d.ts +2 -10
  129. package/api/resources/importInvoice/resources/v1/client/Client.d.ts +13 -5
  130. package/api/resources/importInvoice/resources/v1/client/Client.js +142 -82
  131. package/api/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
  132. package/api/resources/importInvoice/resources/v1/client/index.js +4 -4
  133. package/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +7 -21
  134. package/api/resources/individual/types/Patient.d.ts +1 -1
  135. package/api/resources/insuranceAdjudications/client/Client.d.ts +2 -10
  136. package/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +11 -4
  137. package/api/resources/insuranceAdjudications/resources/v1/client/Client.js +86 -47
  138. package/api/resources/insurancePayments/client/Client.d.ts +2 -10
  139. package/api/resources/insurancePayments/resources/v1/client/Client.d.ts +9 -3
  140. package/api/resources/insurancePayments/resources/v1/client/Client.js +78 -50
  141. package/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
  142. package/api/resources/insurancePayments/resources/v1/client/index.js +4 -4
  143. package/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +3 -9
  144. package/api/resources/insuranceRefunds/client/Client.d.ts +2 -10
  145. package/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +15 -6
  146. package/api/resources/insuranceRefunds/resources/v1/client/Client.js +188 -108
  147. package/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +1 -1
  148. package/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
  149. package/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +3 -9
  150. package/api/resources/medicationDispense/client/Client.d.ts +2 -10
  151. package/api/resources/medicationDispense/resources/v1/client/Client.d.ts +7 -2
  152. package/api/resources/medicationDispense/resources/v1/client/Client.js +39 -24
  153. package/api/resources/nonInsurancePayerPayments/client/Client.d.ts +2 -10
  154. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +15 -6
  155. package/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +188 -108
  156. package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +1 -1
  157. package/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
  158. package/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +3 -9
  159. package/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +2 -10
  160. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +15 -6
  161. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +188 -108
  162. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +1 -1
  163. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
  164. package/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +3 -9
  165. package/api/resources/nonInsurancePayers/client/Client.d.ts +2 -10
  166. package/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +19 -8
  167. package/api/resources/nonInsurancePayers/resources/v1/client/Client.js +252 -143
  168. package/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +1 -1
  169. package/api/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
  170. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -6
  171. package/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +3 -9
  172. package/api/resources/organizationProviders/client/Client.d.ts +2 -10
  173. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +3 -1
  174. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  175. package/api/resources/organizationProviders/resources/v3/client/Client.d.ts +13 -5
  176. package/api/resources/organizationProviders/resources/v3/client/Client.js +142 -82
  177. package/api/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
  178. package/api/resources/organizationProviders/resources/v3/client/index.js +4 -4
  179. package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +8 -24
  180. package/api/resources/organizationServiceFacilities/client/Client.d.ts +2 -10
  181. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +28 -6
  182. package/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +261 -100
  183. package/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +28 -0
  184. package/api/resources/{auth/resources/default/client/getMachineTokenForOrgId.js → organizationServiceFacilities/resources/v2/client/getByExternalId.js} +12 -1
  185. package/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -1
  186. package/api/resources/organizationServiceFacilities/resources/v2/client/index.js +6 -5
  187. package/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +8 -12
  188. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +4 -0
  189. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +4 -0
  190. package/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +4 -0
  191. package/api/resources/patientAr/client/Client.d.ts +2 -10
  192. package/api/resources/patientAr/resources/v1/client/Client.d.ts +9 -3
  193. package/api/resources/patientAr/resources/v1/client/Client.js +78 -50
  194. package/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
  195. package/api/resources/patientAr/resources/v1/client/index.js +4 -4
  196. package/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +2 -6
  197. package/api/resources/patientPayments/client/Client.d.ts +2 -10
  198. package/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
  199. package/api/resources/patientPayments/resources/v4/client/Client.d.ts +15 -6
  200. package/api/resources/patientPayments/resources/v4/client/Client.js +188 -108
  201. package/api/resources/patientPayments/resources/v4/client/index.d.ts +1 -1
  202. package/api/resources/patientPayments/resources/v4/client/index.js +4 -4
  203. package/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +4 -12
  204. package/api/resources/patientRefunds/client/Client.d.ts +2 -10
  205. package/api/resources/patientRefunds/resources/v1/client/Client.d.ts +15 -6
  206. package/api/resources/patientRefunds/resources/v1/client/Client.js +188 -108
  207. package/api/resources/patientRefunds/resources/v1/client/index.d.ts +1 -1
  208. package/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
  209. package/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +4 -12
  210. package/api/resources/payerPlanGroups/client/Client.d.ts +2 -10
  211. package/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +15 -6
  212. package/api/resources/payerPlanGroups/resources/v1/client/Client.js +192 -112
  213. package/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +1 -1
  214. package/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
  215. package/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +3 -9
  216. package/api/resources/payers/client/Client.d.ts +2 -10
  217. package/api/resources/payers/resources/v3/client/Client.d.ts +9 -3
  218. package/api/resources/payers/resources/v3/client/Client.js +54 -34
  219. package/api/resources/payers/resources/v3/client/index.d.ts +1 -1
  220. package/api/resources/payers/resources/v3/client/index.js +4 -4
  221. package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -3
  222. package/api/resources/payers/resources/v4/client/Client.d.ts +9 -3
  223. package/api/resources/payers/resources/v4/client/Client.js +54 -34
  224. package/api/resources/payers/resources/v4/client/index.d.ts +1 -1
  225. package/api/resources/payers/resources/v4/client/index.js +4 -4
  226. package/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -3
  227. package/api/resources/payers/resources/v4/types/Payer.d.ts +2 -0
  228. package/api/resources/preEncounter/client/Client.d.ts +2 -10
  229. package/api/resources/preEncounter/resources/appointments/client/Client.d.ts +2 -10
  230. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +22 -11
  231. package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +254 -147
  232. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -1
  233. package/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
  234. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
  235. package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +2 -6
  236. package/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +11 -0
  237. package/api/resources/{encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js → preEncounter/resources/common/types/CanonicalServiceFacilityId.js} +4 -0
  238. package/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -1
  239. package/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  240. package/api/resources/preEncounter/resources/common/types/index.js +1 -0
  241. package/api/resources/preEncounter/resources/coverages/client/Client.d.ts +2 -10
  242. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -12
  243. package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +296 -161
  244. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -1
  245. package/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
  246. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -3
  247. package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
  248. package/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +2 -10
  249. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +17 -7
  250. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +160 -88
  251. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -1
  252. package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
  253. package/api/resources/preEncounter/resources/images/client/Client.d.ts +2 -10
  254. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +15 -6
  255. package/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +175 -99
  256. package/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +1 -1
  257. package/api/resources/preEncounter/resources/images/resources/v1/client/index.js +4 -4
  258. package/api/resources/preEncounter/resources/lists/client/Client.d.ts +2 -10
  259. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +9 -3
  260. package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +67 -44
  261. package/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
  262. package/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +4 -4
  263. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -9
  264. package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +2 -6
  265. package/api/resources/preEncounter/resources/notes/client/Client.d.ts +2 -10
  266. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +13 -5
  267. package/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +100 -51
  268. package/api/resources/preEncounter/resources/patients/client/Client.d.ts +2 -10
  269. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +32 -16
  270. package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +404 -231
  271. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -1
  272. package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +4 -4
  273. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +2 -2
  274. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +1 -3
  275. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
  276. package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -3
  277. package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  278. package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +10 -0
  279. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
  280. package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
  281. package/api/resources/preEncounter/resources/tags/client/Client.d.ts +2 -10
  282. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +15 -6
  283. package/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +127 -67
  284. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +1 -1
  285. package/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
  286. package/api/resources/serviceFacility/client/Client.d.ts +7 -2
  287. package/api/resources/serviceFacility/client/Client.js +27 -16
  288. package/api/resources/serviceLines/client/Client.d.ts +2 -10
  289. package/api/resources/serviceLines/resources/v2/client/Client.d.ts +17 -8
  290. package/api/resources/serviceLines/resources/v2/client/Client.js +188 -103
  291. package/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -5
  292. package/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -1
  293. package/api/resources/serviceLines/resources/v2/types/index.d.ts +0 -1
  294. package/api/resources/serviceLines/resources/v2/types/index.js +0 -1
  295. package/api/resources/superbills/client/Client.d.ts +2 -10
  296. package/api/resources/superbills/resources/v1/client/Client.d.ts +7 -2
  297. package/api/resources/superbills/resources/v1/client/Client.js +39 -24
  298. package/api/resources/superbills/resources/v1/client/index.d.ts +1 -1
  299. package/api/resources/superbills/resources/v1/client/index.js +4 -4
  300. package/api/resources/tasks/client/Client.d.ts +2 -10
  301. package/api/resources/tasks/resources/v3/client/Client.d.ts +15 -6
  302. package/api/resources/tasks/resources/v3/client/Client.js +168 -96
  303. package/api/resources/tasks/resources/v3/client/index.d.ts +1 -1
  304. package/api/resources/tasks/resources/v3/client/index.js +4 -4
  305. package/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +10 -30
  306. package/api/resources/writeOffs/client/Client.d.ts +2 -10
  307. package/api/resources/writeOffs/resources/v1/client/Client.d.ts +19 -9
  308. package/api/resources/writeOffs/resources/v1/client/Client.js +160 -90
  309. package/api/resources/writeOffs/resources/v1/client/index.d.ts +1 -1
  310. package/api/resources/writeOffs/resources/v1/client/index.js +4 -4
  311. package/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
  312. package/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +4 -12
  313. package/api/resources/x12/resources/v1/types/index.d.ts +0 -1
  314. package/api/resources/x12/resources/v1/types/index.js +0 -1
  315. package/core/auth/AuthProvider.d.ts +4 -0
  316. package/core/auth/AuthProvider.js +2 -0
  317. package/core/auth/AuthRequest.d.ts +9 -0
  318. package/core/auth/AuthRequest.js +2 -0
  319. package/core/auth/BasicAuth.js +3 -3
  320. package/core/base64.d.ts +2 -0
  321. package/core/base64.js +26 -0
  322. package/core/fetcher/APIResponse.d.ts +10 -0
  323. package/core/fetcher/BinaryResponse.d.ts +20 -0
  324. package/core/fetcher/BinaryResponse.js +17 -0
  325. package/core/fetcher/Fetcher.d.ts +4 -3
  326. package/core/fetcher/Fetcher.js +32 -12
  327. package/core/fetcher/Headers.d.ts +2 -0
  328. package/core/fetcher/Headers.js +84 -0
  329. package/core/fetcher/HttpResponsePromise.d.ts +58 -0
  330. package/core/fetcher/HttpResponsePromise.js +103 -0
  331. package/core/fetcher/RawResponse.d.ts +29 -0
  332. package/core/fetcher/RawResponse.js +44 -0
  333. package/core/fetcher/ResponseWithBody.d.ts +4 -0
  334. package/core/fetcher/ResponseWithBody.js +6 -0
  335. package/core/fetcher/createRequestUrl.d.ts +1 -1
  336. package/core/fetcher/createRequestUrl.js +3 -7
  337. package/core/fetcher/getErrorResponseBody.d.ts +1 -0
  338. package/core/fetcher/getErrorResponseBody.js +44 -0
  339. package/core/fetcher/getFetchFn.js +3 -3
  340. package/core/fetcher/getResponseBody.js +34 -32
  341. package/core/fetcher/index.d.ts +5 -1
  342. package/core/fetcher/index.js +7 -1
  343. package/core/fetcher/requestWithRetries.js +44 -8
  344. package/core/form-data-utils/FormDataWrapper.d.ts +4 -0
  345. package/core/form-data-utils/FormDataWrapper.js +58 -13
  346. package/core/form-data-utils/encodeAsFormParameter.d.ts +1 -0
  347. package/core/form-data-utils/encodeAsFormParameter.js +12 -0
  348. package/core/form-data-utils/index.d.ts +1 -0
  349. package/core/form-data-utils/index.js +3 -0
  350. package/core/headers.d.ts +3 -0
  351. package/core/headers.js +29 -0
  352. package/core/index.d.ts +2 -0
  353. package/core/index.js +3 -1
  354. package/core/runtime/runtime.js +0 -1
  355. package/core/schemas/builders/lazy/index.d.ts +1 -1
  356. package/core/schemas/builders/literals/index.d.ts +1 -1
  357. package/core/schemas/builders/literals/index.js +3 -3
  358. package/core/schemas/builders/object/index.d.ts +2 -2
  359. package/core/schemas/builders/object/object.d.ts +1 -1
  360. package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  361. package/core/schemas/builders/object/types.d.ts +1 -1
  362. package/core/schemas/builders/schema-utils/index.d.ts +1 -1
  363. package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  364. package/core/schemas/builders/union/index.d.ts +1 -1
  365. package/core/schemas/builders/union/types.d.ts +1 -1
  366. package/core/schemas/builders/union/union.d.ts +1 -1
  367. package/core/schemas/utils/maybeSkipValidation.js +1 -1
  368. package/core/url/index.d.ts +2 -0
  369. package/core/url/index.js +7 -0
  370. package/core/url/join.d.ts +1 -0
  371. package/core/url/join.js +69 -0
  372. package/core/url/qs.d.ts +6 -0
  373. package/core/url/qs.js +64 -0
  374. package/dist/Client.d.ts +5 -1
  375. package/dist/Client.js +10 -4
  376. package/dist/api/resources/auth/client/Client.d.ts +2 -10
  377. package/dist/api/resources/auth/resources/default/client/Client.d.ts +7 -14
  378. package/dist/api/resources/auth/resources/default/client/Client.js +39 -68
  379. package/dist/api/resources/auth/resources/default/client/index.d.ts +1 -2
  380. package/dist/api/resources/auth/resources/default/client/index.js +5 -6
  381. package/dist/api/resources/auth/resources/default/client/requests/index.d.ts +0 -1
  382. package/dist/api/resources/billingNotes/client/Client.d.ts +2 -10
  383. package/dist/api/resources/billingNotes/resources/v2/client/Client.d.ts +13 -5
  384. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +100 -54
  385. package/dist/api/resources/billingNotes/resources/v2/client/index.d.ts +1 -1
  386. package/dist/api/resources/billingNotes/resources/v2/client/index.js +4 -4
  387. package/dist/api/resources/billingNotes/resources/v2/client/requests/StandaloneBillingNoteCreate.d.ts +2 -1
  388. package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +1 -1
  389. package/dist/api/resources/chargeCapture/client/Client.d.ts +2 -10
  390. package/dist/api/resources/chargeCapture/resources/v1/client/Client.d.ts +17 -7
  391. package/dist/api/resources/chargeCapture/resources/v1/client/Client.js +208 -116
  392. package/dist/api/resources/chargeCapture/resources/v1/client/index.d.ts +1 -1
  393. package/dist/api/resources/chargeCapture/resources/v1/client/index.js +4 -4
  394. package/dist/api/resources/chargeCapture/resources/v1/client/requests/GetAllChargeCapturesRequest.d.ts +37 -111
  395. package/dist/api/resources/chargeCaptureBundles/client/Client.d.ts +2 -10
  396. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.d.ts +13 -5
  397. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/Client.js +115 -65
  398. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.d.ts +1 -1
  399. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/index.js +4 -4
  400. package/dist/api/resources/chargeCaptureBundles/resources/v1/client/requests/GetAllChargeCaptureClaimCreationsRequest.d.ts +21 -63
  401. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreate.d.ts +2 -2
  402. package/dist/api/resources/claimSubmission/resources/v1/types/ClaimSubmissionRecordCreateOptional.d.ts +2 -2
  403. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreate.d.ts +4 -4
  404. package/dist/api/resources/claimSubmission/resources/v1/types/ExternalClaimSubmissionCreateOptional.d.ts +4 -4
  405. package/dist/api/resources/claims/types/Claim.d.ts +5 -5
  406. package/dist/api/resources/contracts/client/Client.d.ts +2 -10
  407. package/dist/api/resources/contracts/resources/v2/client/Client.d.ts +30 -7
  408. package/dist/api/resources/contracts/resources/v2/client/Client.js +179 -93
  409. package/dist/api/resources/contracts/resources/v2/client/index.d.ts +1 -1
  410. package/dist/api/resources/contracts/resources/v2/client/index.js +4 -4
  411. package/dist/api/resources/contracts/resources/v2/client/requests/ContractCreate.d.ts +15 -1
  412. package/dist/api/resources/contracts/resources/v2/client/requests/GetMultiContractsRequest.d.ts +5 -15
  413. package/dist/api/resources/credentialing/client/Client.d.ts +2 -10
  414. package/dist/api/resources/credentialing/resources/v2/client/Client.d.ts +25 -11
  415. package/dist/api/resources/credentialing/resources/v2/client/Client.js +374 -211
  416. package/dist/api/resources/credentialing/resources/v2/client/index.d.ts +1 -1
  417. package/dist/api/resources/credentialing/resources/v2/client/index.js +4 -4
  418. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllFacilityCredentialingSpansRequest.d.ts +4 -12
  419. package/dist/api/resources/credentialing/resources/v2/client/requests/GetAllProviderCredentialingSpansRequest.d.ts +5 -15
  420. package/dist/api/resources/customSchemas/client/Client.d.ts +2 -10
  421. package/dist/api/resources/customSchemas/resources/v1/client/Client.d.ts +13 -5
  422. package/dist/api/resources/customSchemas/resources/v1/client/Client.js +154 -89
  423. package/dist/api/resources/customSchemas/resources/v1/client/index.d.ts +1 -1
  424. package/dist/api/resources/customSchemas/resources/v1/client/index.js +4 -4
  425. package/dist/api/resources/diagnoses/client/Client.d.ts +13 -6
  426. package/dist/api/resources/diagnoses/client/Client.js +101 -56
  427. package/dist/api/resources/diagnoses/client/index.d.ts +1 -1
  428. package/dist/api/resources/diagnoses/client/index.js +4 -4
  429. package/dist/api/resources/diagnoses/types/Diagnosis.d.ts +2 -2
  430. package/dist/api/resources/eligibility/client/Client.d.ts +2 -10
  431. package/dist/api/resources/eligibility/resources/v2/client/Client.d.ts +11 -4
  432. package/dist/api/resources/eligibility/resources/v2/client/Client.js +102 -52
  433. package/dist/api/resources/encounterAttachments/client/Client.d.ts +2 -10
  434. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.d.ts +11 -4
  435. package/dist/api/resources/encounterAttachments/resources/v1/client/Client.js +74 -37
  436. package/dist/api/resources/encounterAttachments/resources/v1/client/index.d.ts +1 -1
  437. package/dist/api/resources/encounterAttachments/resources/v1/client/index.js +4 -4
  438. package/dist/api/resources/encounterProviders/client/Client.d.ts +2 -10
  439. package/dist/api/resources/encounterProviders/resources/v2/client/Client.d.ts +29 -13
  440. package/dist/api/resources/encounterProviders/resources/v2/client/Client.js +449 -238
  441. package/dist/api/resources/encounters/client/Client.d.ts +2 -10
  442. package/dist/api/resources/encounters/resources/v4/client/Client.d.ts +50 -135
  443. package/dist/api/resources/encounters/resources/v4/client/Client.js +207 -390
  444. package/dist/api/resources/encounters/resources/v4/client/index.d.ts +1 -4
  445. package/dist/api/resources/encounters/resources/v4/client/index.js +5 -8
  446. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +14 -40
  447. package/dist/api/resources/encounters/resources/v4/types/ClinicalNoteCategory.d.ts +1 -1
  448. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +12 -12
  449. package/dist/api/resources/encounters/resources/v4/types/EncounterPage.d.ts +12 -12
  450. package/dist/api/resources/encounters/resources/v4/types/EncounterSubmissionExpectation.d.ts +2 -3
  451. package/dist/api/resources/encountersUniversal/types/index.d.ts +0 -3
  452. package/dist/api/resources/encountersUniversal/types/index.js +0 -3
  453. package/dist/api/resources/expectedNetworkStatus/client/Client.d.ts +2 -10
  454. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.d.ts +7 -2
  455. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +27 -16
  456. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.d.ts +1 -1
  457. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/index.js +4 -4
  458. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.d.ts +9 -3
  459. package/dist/api/resources/expectedNetworkStatus/resources/v2/client/Client.js +79 -46
  460. package/dist/api/resources/exports/client/Client.d.ts +2 -10
  461. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +7 -2
  462. package/dist/api/resources/exports/resources/v3/client/Client.js +39 -27
  463. package/dist/api/resources/exports/resources/v3/client/index.d.ts +1 -1
  464. package/dist/api/resources/exports/resources/v3/client/index.js +4 -4
  465. package/dist/api/resources/exports/resources/v3/types/GetExportsResponse.d.ts +2 -2
  466. package/dist/api/resources/externalPaymentAccountConfig/client/Client.d.ts +2 -10
  467. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.d.ts +7 -2
  468. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/Client.js +28 -20
  469. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.d.ts +1 -1
  470. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/index.js +4 -4
  471. package/dist/api/resources/externalPaymentAccountConfig/resources/v1/client/requests/GetExternalPaymentAccountConfigsRequest.d.ts +1 -3
  472. package/dist/api/resources/feeSchedules/client/Client.d.ts +2 -10
  473. package/dist/api/resources/feeSchedules/resources/v3/client/Client.d.ts +29 -13
  474. package/dist/api/resources/feeSchedules/resources/v3/client/Client.js +381 -211
  475. package/dist/api/resources/feeSchedules/resources/v3/client/index.d.ts +1 -1
  476. package/dist/api/resources/feeSchedules/resources/v3/client/index.js +4 -4
  477. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetMultiRequest.d.ts +1 -3
  478. package/dist/api/resources/feeSchedules/resources/v3/client/requests/GetUniqueDimensionValuesRequest.d.ts +2 -6
  479. package/dist/api/resources/guarantor/client/Client.d.ts +2 -10
  480. package/dist/api/resources/guarantor/resources/v1/client/Client.d.ts +11 -4
  481. package/dist/api/resources/guarantor/resources/v1/client/Client.js +91 -50
  482. package/dist/api/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -1
  483. package/dist/api/resources/healthCareCodeInformation/client/Client.d.ts +2 -10
  484. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.d.ts +9 -3
  485. package/dist/api/resources/healthCareCodeInformation/resources/v1/client/Client.js +78 -47
  486. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +433 -40
  487. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
  488. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +12 -1
  489. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -52
  490. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +14 -1
  491. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +3 -0
  492. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformation.d.ts +6 -0
  493. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +24 -5
  494. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +5 -1
  495. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformation.d.ts +6 -0
  496. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformation.d.ts +6 -0
  497. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/Rd8Date.d.ts +12 -0
  498. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -16
  499. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -16
  500. package/dist/api/resources/importInvoice/client/Client.d.ts +2 -10
  501. package/dist/api/resources/importInvoice/resources/v1/client/Client.d.ts +13 -5
  502. package/dist/api/resources/importInvoice/resources/v1/client/Client.js +142 -82
  503. package/dist/api/resources/importInvoice/resources/v1/client/index.d.ts +1 -1
  504. package/dist/api/resources/importInvoice/resources/v1/client/index.js +4 -4
  505. package/dist/api/resources/importInvoice/resources/v1/client/requests/SearchImportedInvoicesRequest.d.ts +7 -21
  506. package/dist/api/resources/individual/types/Patient.d.ts +1 -1
  507. package/dist/api/resources/insuranceAdjudications/client/Client.d.ts +2 -10
  508. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.d.ts +11 -4
  509. package/dist/api/resources/insuranceAdjudications/resources/v1/client/Client.js +86 -47
  510. package/dist/api/resources/insurancePayments/client/Client.d.ts +2 -10
  511. package/dist/api/resources/insurancePayments/resources/v1/client/Client.d.ts +9 -3
  512. package/dist/api/resources/insurancePayments/resources/v1/client/Client.js +78 -50
  513. package/dist/api/resources/insurancePayments/resources/v1/client/index.d.ts +1 -1
  514. package/dist/api/resources/insurancePayments/resources/v1/client/index.js +4 -4
  515. package/dist/api/resources/insurancePayments/resources/v1/client/requests/GetMultiInsurancePaymentRequest.d.ts +3 -9
  516. package/dist/api/resources/insuranceRefunds/client/Client.d.ts +2 -10
  517. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.d.ts +15 -6
  518. package/dist/api/resources/insuranceRefunds/resources/v1/client/Client.js +188 -108
  519. package/dist/api/resources/insuranceRefunds/resources/v1/client/index.d.ts +1 -1
  520. package/dist/api/resources/insuranceRefunds/resources/v1/client/index.js +4 -4
  521. package/dist/api/resources/insuranceRefunds/resources/v1/client/requests/GetMultiInsuranceRefundsRequest.d.ts +3 -9
  522. package/dist/api/resources/medicationDispense/client/Client.d.ts +2 -10
  523. package/dist/api/resources/medicationDispense/resources/v1/client/Client.d.ts +7 -2
  524. package/dist/api/resources/medicationDispense/resources/v1/client/Client.js +39 -24
  525. package/dist/api/resources/nonInsurancePayerPayments/client/Client.d.ts +2 -10
  526. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.d.ts +15 -6
  527. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/Client.js +188 -108
  528. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.d.ts +1 -1
  529. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/index.js +4 -4
  530. package/dist/api/resources/nonInsurancePayerPayments/resources/v1/client/requests/GetMultiNonInsurancePayerPaymentRequest.d.ts +3 -9
  531. package/dist/api/resources/nonInsurancePayerRefunds/client/Client.d.ts +2 -10
  532. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.d.ts +15 -6
  533. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/Client.js +188 -108
  534. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.d.ts +1 -1
  535. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/index.js +4 -4
  536. package/dist/api/resources/nonInsurancePayerRefunds/resources/v1/client/requests/GetMultiNonInsurancePayerRefundsRequest.d.ts +3 -9
  537. package/dist/api/resources/nonInsurancePayers/client/Client.d.ts +2 -10
  538. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.d.ts +19 -8
  539. package/dist/api/resources/nonInsurancePayers/resources/v1/client/Client.js +252 -143
  540. package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.d.ts +1 -1
  541. package/dist/api/resources/nonInsurancePayers/resources/v1/client/index.js +4 -4
  542. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetMultiNonInsurancePayersRequest.d.ts +2 -6
  543. package/dist/api/resources/nonInsurancePayers/resources/v1/client/requests/GetNonInsurancePayersCategoriesRequest.d.ts +3 -9
  544. package/dist/api/resources/organizationProviders/client/Client.d.ts +2 -10
  545. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +3 -1
  546. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  547. package/dist/api/resources/organizationProviders/resources/v3/client/Client.d.ts +13 -5
  548. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +142 -82
  549. package/dist/api/resources/organizationProviders/resources/v3/client/index.d.ts +1 -1
  550. package/dist/api/resources/organizationProviders/resources/v3/client/index.js +4 -4
  551. package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +8 -24
  552. package/dist/api/resources/organizationServiceFacilities/client/Client.d.ts +2 -10
  553. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.d.ts +28 -6
  554. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/Client.js +261 -100
  555. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +28 -0
  556. package/dist/api/resources/{auth/resources/default/client/getMachineTokenForOrgId.js → organizationServiceFacilities/resources/v2/client/getByExternalId.js} +12 -1
  557. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +2 -1
  558. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/index.js +6 -5
  559. package/dist/api/resources/organizationServiceFacilities/resources/v2/client/requests/GetAllOrganizationServiceFacilitiesRequest.d.ts +8 -12
  560. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +4 -0
  561. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +4 -0
  562. package/dist/api/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +4 -0
  563. package/dist/api/resources/patientAr/client/Client.d.ts +2 -10
  564. package/dist/api/resources/patientAr/resources/v1/client/Client.d.ts +9 -3
  565. package/dist/api/resources/patientAr/resources/v1/client/Client.js +78 -50
  566. package/dist/api/resources/patientAr/resources/v1/client/index.d.ts +1 -1
  567. package/dist/api/resources/patientAr/resources/v1/client/index.js +4 -4
  568. package/dist/api/resources/patientAr/resources/v1/client/requests/GetInventoryRecordsRequest.d.ts +2 -6
  569. package/dist/api/resources/patientPayments/client/Client.d.ts +2 -10
  570. package/dist/api/resources/patientPayments/resources/v3/types/PatientPayment.d.ts +1 -1
  571. package/dist/api/resources/patientPayments/resources/v4/client/Client.d.ts +15 -6
  572. package/dist/api/resources/patientPayments/resources/v4/client/Client.js +188 -108
  573. package/dist/api/resources/patientPayments/resources/v4/client/index.d.ts +1 -1
  574. package/dist/api/resources/patientPayments/resources/v4/client/index.js +4 -4
  575. package/dist/api/resources/patientPayments/resources/v4/client/requests/GetMultiPatientPaymentsRequest.d.ts +4 -12
  576. package/dist/api/resources/patientRefunds/client/Client.d.ts +2 -10
  577. package/dist/api/resources/patientRefunds/resources/v1/client/Client.d.ts +15 -6
  578. package/dist/api/resources/patientRefunds/resources/v1/client/Client.js +188 -108
  579. package/dist/api/resources/patientRefunds/resources/v1/client/index.d.ts +1 -1
  580. package/dist/api/resources/patientRefunds/resources/v1/client/index.js +4 -4
  581. package/dist/api/resources/patientRefunds/resources/v1/client/requests/GetMultiPatientRefundsRequest.d.ts +4 -12
  582. package/dist/api/resources/payerPlanGroups/client/Client.d.ts +2 -10
  583. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.d.ts +15 -6
  584. package/dist/api/resources/payerPlanGroups/resources/v1/client/Client.js +192 -112
  585. package/dist/api/resources/payerPlanGroups/resources/v1/client/index.d.ts +1 -1
  586. package/dist/api/resources/payerPlanGroups/resources/v1/client/index.js +4 -4
  587. package/dist/api/resources/payerPlanGroups/resources/v1/client/requests/PayerPlanGroupGetMultiRequest.d.ts +3 -9
  588. package/dist/api/resources/payers/client/Client.d.ts +2 -10
  589. package/dist/api/resources/payers/resources/v3/client/Client.d.ts +9 -3
  590. package/dist/api/resources/payers/resources/v3/client/Client.js +54 -34
  591. package/dist/api/resources/payers/resources/v3/client/index.d.ts +1 -1
  592. package/dist/api/resources/payers/resources/v3/client/index.js +4 -4
  593. package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -3
  594. package/dist/api/resources/payers/resources/v4/client/Client.d.ts +9 -3
  595. package/dist/api/resources/payers/resources/v4/client/Client.js +54 -34
  596. package/dist/api/resources/payers/resources/v4/client/index.d.ts +1 -1
  597. package/dist/api/resources/payers/resources/v4/client/index.js +4 -4
  598. package/dist/api/resources/payers/resources/v4/client/requests/GetAllPayersRequest.d.ts +1 -3
  599. package/dist/api/resources/payers/resources/v4/types/Payer.d.ts +2 -0
  600. package/dist/api/resources/preEncounter/client/Client.d.ts +2 -10
  601. package/dist/api/resources/preEncounter/resources/appointments/client/Client.d.ts +2 -10
  602. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.d.ts +22 -11
  603. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +254 -147
  604. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.d.ts +1 -1
  605. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/index.js +4 -4
  606. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/AppointmentScanRequest.d.ts +1 -1
  607. package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +2 -6
  608. package/dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +11 -0
  609. package/{api/resources/encountersUniversal/types/UniversalEncounterUpdate.js → dist/api/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.js} +4 -0
  610. package/dist/api/resources/preEncounter/resources/common/types/FilterQueryString.d.ts +1 -1
  611. package/dist/api/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  612. package/dist/api/resources/preEncounter/resources/common/types/index.js +1 -0
  613. package/dist/api/resources/preEncounter/resources/coverages/client/Client.d.ts +2 -10
  614. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +26 -12
  615. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +296 -161
  616. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.d.ts +1 -1
  617. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/index.js +4 -4
  618. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageGetMultiPaginatedRequest.d.ts +1 -3
  619. package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoverageScanRequest.d.ts +1 -1
  620. package/dist/api/resources/preEncounter/resources/eligibilityChecks/client/Client.d.ts +2 -10
  621. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +17 -7
  622. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +160 -88
  623. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -1
  624. package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +4 -4
  625. package/dist/api/resources/preEncounter/resources/images/client/Client.d.ts +2 -10
  626. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.d.ts +15 -6
  627. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/Client.js +175 -99
  628. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.d.ts +1 -1
  629. package/dist/api/resources/preEncounter/resources/images/resources/v1/client/index.js +4 -4
  630. package/dist/api/resources/preEncounter/resources/lists/client/Client.d.ts +2 -10
  631. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.d.ts +9 -3
  632. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +67 -44
  633. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.d.ts +1 -1
  634. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/index.js +4 -4
  635. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +3 -9
  636. package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +2 -6
  637. package/dist/api/resources/preEncounter/resources/notes/client/Client.d.ts +2 -10
  638. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.d.ts +13 -5
  639. package/dist/api/resources/preEncounter/resources/notes/resources/v1/client/Client.js +100 -51
  640. package/dist/api/resources/preEncounter/resources/patients/client/Client.d.ts +2 -10
  641. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +32 -16
  642. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +404 -231
  643. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -1
  644. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +4 -4
  645. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/CreatePatientWithMrnRequest.d.ts +2 -2
  646. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientGetMultiRequest.d.ts +1 -3
  647. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientScanRequest.d.ts +1 -1
  648. package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/PatientsSearchRequestPaginated.d.ts +1 -3
  649. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  650. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +10 -0
  651. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
  652. package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
  653. package/dist/api/resources/preEncounter/resources/tags/client/Client.d.ts +2 -10
  654. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.d.ts +15 -6
  655. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/Client.js +127 -67
  656. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.d.ts +1 -1
  657. package/dist/api/resources/preEncounter/resources/tags/resources/v1/client/index.js +4 -4
  658. package/dist/api/resources/serviceFacility/client/Client.d.ts +7 -2
  659. package/dist/api/resources/serviceFacility/client/Client.js +27 -16
  660. package/dist/api/resources/serviceLines/client/Client.d.ts +2 -10
  661. package/dist/api/resources/serviceLines/resources/v2/client/Client.d.ts +17 -8
  662. package/dist/api/resources/serviceLines/resources/v2/client/Client.js +188 -103
  663. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLine.d.ts +5 -5
  664. package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineCreateBaseBase.d.ts +1 -1
  665. package/dist/api/resources/serviceLines/resources/v2/types/index.d.ts +0 -1
  666. package/dist/api/resources/serviceLines/resources/v2/types/index.js +0 -1
  667. package/dist/api/resources/superbills/client/Client.d.ts +2 -10
  668. package/dist/api/resources/superbills/resources/v1/client/Client.d.ts +7 -2
  669. package/dist/api/resources/superbills/resources/v1/client/Client.js +39 -24
  670. package/dist/api/resources/superbills/resources/v1/client/index.d.ts +1 -1
  671. package/dist/api/resources/superbills/resources/v1/client/index.js +4 -4
  672. package/dist/api/resources/tasks/client/Client.d.ts +2 -10
  673. package/dist/api/resources/tasks/resources/v3/client/Client.d.ts +15 -6
  674. package/dist/api/resources/tasks/resources/v3/client/Client.js +168 -96
  675. package/dist/api/resources/tasks/resources/v3/client/index.d.ts +1 -1
  676. package/dist/api/resources/tasks/resources/v3/client/index.js +4 -4
  677. package/dist/api/resources/tasks/resources/v3/client/requests/GetAllTasksRequest.d.ts +10 -30
  678. package/dist/api/resources/writeOffs/client/Client.d.ts +2 -10
  679. package/dist/api/resources/writeOffs/resources/v1/client/Client.d.ts +19 -9
  680. package/dist/api/resources/writeOffs/resources/v1/client/Client.js +160 -90
  681. package/dist/api/resources/writeOffs/resources/v1/client/index.d.ts +1 -1
  682. package/dist/api/resources/writeOffs/resources/v1/client/index.js +4 -4
  683. package/dist/api/resources/writeOffs/resources/v1/client/requests/CreateWriteOffsRequest.d.ts +2 -2
  684. package/dist/api/resources/writeOffs/resources/v1/client/requests/GetMultiWriteOffsRequest.d.ts +4 -12
  685. package/dist/api/resources/x12/resources/v1/types/index.d.ts +0 -1
  686. package/dist/api/resources/x12/resources/v1/types/index.js +0 -1
  687. package/dist/core/auth/AuthProvider.d.ts +4 -0
  688. package/dist/core/auth/AuthProvider.js +2 -0
  689. package/dist/core/auth/AuthRequest.d.ts +9 -0
  690. package/dist/core/auth/AuthRequest.js +2 -0
  691. package/dist/core/auth/BasicAuth.js +3 -3
  692. package/dist/core/base64.d.ts +2 -0
  693. package/dist/core/base64.js +26 -0
  694. package/dist/core/fetcher/APIResponse.d.ts +10 -0
  695. package/dist/core/fetcher/BinaryResponse.d.ts +20 -0
  696. package/dist/core/fetcher/BinaryResponse.js +17 -0
  697. package/dist/core/fetcher/Fetcher.d.ts +4 -3
  698. package/dist/core/fetcher/Fetcher.js +32 -12
  699. package/dist/core/fetcher/Headers.d.ts +2 -0
  700. package/dist/core/fetcher/Headers.js +84 -0
  701. package/dist/core/fetcher/HttpResponsePromise.d.ts +58 -0
  702. package/dist/core/fetcher/HttpResponsePromise.js +103 -0
  703. package/dist/core/fetcher/RawResponse.d.ts +29 -0
  704. package/dist/core/fetcher/RawResponse.js +44 -0
  705. package/dist/core/fetcher/ResponseWithBody.d.ts +4 -0
  706. package/dist/core/fetcher/ResponseWithBody.js +6 -0
  707. package/dist/core/fetcher/createRequestUrl.d.ts +1 -1
  708. package/dist/core/fetcher/createRequestUrl.js +3 -7
  709. package/dist/core/fetcher/getErrorResponseBody.d.ts +1 -0
  710. package/dist/core/fetcher/getErrorResponseBody.js +44 -0
  711. package/dist/core/fetcher/getFetchFn.js +3 -3
  712. package/dist/core/fetcher/getResponseBody.js +34 -32
  713. package/dist/core/fetcher/index.d.ts +5 -1
  714. package/dist/core/fetcher/index.js +7 -1
  715. package/dist/core/fetcher/requestWithRetries.js +44 -8
  716. package/dist/core/form-data-utils/FormDataWrapper.d.ts +4 -0
  717. package/dist/core/form-data-utils/FormDataWrapper.js +58 -13
  718. package/dist/core/form-data-utils/encodeAsFormParameter.d.ts +1 -0
  719. package/dist/core/form-data-utils/encodeAsFormParameter.js +12 -0
  720. package/dist/core/form-data-utils/index.d.ts +1 -0
  721. package/dist/core/form-data-utils/index.js +3 -0
  722. package/dist/core/headers.d.ts +3 -0
  723. package/dist/core/headers.js +29 -0
  724. package/dist/core/index.d.ts +2 -0
  725. package/dist/core/index.js +3 -1
  726. package/dist/core/runtime/runtime.js +0 -1
  727. package/dist/core/schemas/builders/lazy/index.d.ts +1 -1
  728. package/dist/core/schemas/builders/literals/index.d.ts +1 -1
  729. package/dist/core/schemas/builders/literals/index.js +3 -3
  730. package/dist/core/schemas/builders/object/index.d.ts +2 -2
  731. package/dist/core/schemas/builders/object/object.d.ts +1 -1
  732. package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
  733. package/dist/core/schemas/builders/object/types.d.ts +1 -1
  734. package/dist/core/schemas/builders/schema-utils/index.d.ts +1 -1
  735. package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
  736. package/dist/core/schemas/builders/union/index.d.ts +1 -1
  737. package/dist/core/schemas/builders/union/types.d.ts +1 -1
  738. package/dist/core/schemas/builders/union/union.d.ts +1 -1
  739. package/dist/core/schemas/utils/maybeSkipValidation.js +1 -1
  740. package/dist/core/url/index.d.ts +2 -0
  741. package/dist/core/url/index.js +7 -0
  742. package/dist/core/url/join.d.ts +1 -0
  743. package/dist/core/url/join.js +69 -0
  744. package/dist/core/url/qs.d.ts +6 -0
  745. package/dist/core/url/qs.js +64 -0
  746. package/dist/errors/CandidApiError.d.ts +4 -1
  747. package/dist/errors/CandidApiError.js +4 -7
  748. package/dist/index.d.ts +2 -2
  749. package/dist/index.js +5 -5
  750. package/dist/serialization/resources/auth/resources/default/client/requests/index.d.ts +0 -1
  751. package/dist/serialization/resources/auth/resources/default/client/requests/index.js +1 -3
  752. package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -3
  753. package/dist/serialization/resources/encounters/resources/v4/client/index.js +1 -4
  754. package/dist/serialization/resources/encountersUniversal/types/index.d.ts +0 -3
  755. package/dist/serialization/resources/encountersUniversal/types/index.js +0 -3
  756. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -1
  757. package/dist/serialization/resources/guarantor/resources/v1/types/Guarantor.js +1 -1
  758. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +1 -1
  759. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
  760. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +2 -2
  761. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +2 -2
  762. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -12
  763. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -14
  764. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +2 -2
  765. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +2 -2
  766. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +1 -1
  767. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +19 -1
  768. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -16
  769. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -16
  770. package/dist/serialization/resources/individual/types/Patient.d.ts +1 -1
  771. package/dist/serialization/resources/individual/types/Patient.js +1 -1
  772. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  773. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  774. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +15 -0
  775. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +71 -0
  776. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +1 -0
  777. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +2 -1
  778. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +3 -0
  779. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +3 -0
  780. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +3 -0
  781. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +3 -0
  782. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +3 -0
  783. package/dist/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +3 -0
  784. package/dist/serialization/resources/payers/resources/v4/types/Payer.d.ts +1 -0
  785. package/dist/serialization/resources/payers/resources/v4/types/Payer.js +1 -0
  786. package/dist/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +10 -0
  787. package/dist/serialization/resources/{x12/resources/v1/types/TypeOfBillCompositeUpdate.js → preEncounter/resources/common/types/CanonicalServiceFacilityId.js} +4 -11
  788. package/dist/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  789. package/dist/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  790. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  791. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  792. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +13 -0
  793. package/{serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js → dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js} +5 -7
  794. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
  795. package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
  796. package/dist/serialization/resources/serviceLines/resources/v2/types/index.d.ts +0 -1
  797. package/dist/serialization/resources/serviceLines/resources/v2/types/index.js +0 -1
  798. package/dist/serialization/resources/x12/resources/v1/types/index.d.ts +0 -1
  799. package/dist/serialization/resources/x12/resources/v1/types/index.js +0 -1
  800. package/dist/version.d.ts +1 -1
  801. package/dist/version.js +1 -1
  802. package/errors/CandidApiError.d.ts +4 -1
  803. package/errors/CandidApiError.js +4 -7
  804. package/index.d.ts +2 -2
  805. package/index.js +5 -5
  806. package/jest.config.mjs +37 -3
  807. package/package.json +18 -12
  808. package/reference.md +125 -335
  809. package/scripts/rename-to-esm-files.js +10 -2
  810. package/serialization/resources/auth/resources/default/client/requests/index.d.ts +0 -1
  811. package/serialization/resources/auth/resources/default/client/requests/index.js +1 -3
  812. package/serialization/resources/encounters/resources/v4/client/index.d.ts +0 -3
  813. package/serialization/resources/encounters/resources/v4/client/index.js +1 -4
  814. package/serialization/resources/encountersUniversal/types/index.d.ts +0 -3
  815. package/serialization/resources/encountersUniversal/types/index.js +0 -3
  816. package/serialization/resources/guarantor/resources/v1/types/Guarantor.d.ts +1 -1
  817. package/serialization/resources/guarantor/resources/v1/types/Guarantor.js +1 -1
  818. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.d.ts +1 -1
  819. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionCode.js +95 -1
  820. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.d.ts +2 -2
  821. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationGetAllResponse.js +2 -2
  822. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.d.ts +0 -12
  823. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationNew.js +1 -14
  824. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.d.ts +2 -2
  825. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationUpdate.js +2 -2
  826. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +1 -1
  827. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +19 -1
  828. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.d.ts +0 -16
  829. package/serialization/resources/healthCareCodeInformation/resources/v1/types/index.js +0 -16
  830. package/serialization/resources/individual/types/Patient.d.ts +1 -1
  831. package/serialization/resources/individual/types/Patient.js +1 -1
  832. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  833. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +2 -0
  834. package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.d.ts +15 -0
  835. package/serialization/resources/organizationServiceFacilities/resources/v2/client/getByExternalId.js +71 -0
  836. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.d.ts +1 -0
  837. package/serialization/resources/organizationServiceFacilities/resources/v2/client/index.js +2 -1
  838. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.d.ts +3 -0
  839. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacility.js +3 -0
  840. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.d.ts +3 -0
  841. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityCreate.js +3 -0
  842. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.d.ts +3 -0
  843. package/serialization/resources/organizationServiceFacilities/resources/v2/types/OrganizationServiceFacilityUpdate.js +3 -0
  844. package/serialization/resources/payers/resources/v4/types/Payer.d.ts +1 -0
  845. package/serialization/resources/payers/resources/v4/types/Payer.js +1 -0
  846. package/serialization/resources/preEncounter/resources/common/types/CanonicalServiceFacilityId.d.ts +10 -0
  847. package/serialization/resources/{x12/resources/v1/types/TypeOfBillCompositeUpdate.js → preEncounter/resources/common/types/CanonicalServiceFacilityId.js} +4 -11
  848. package/serialization/resources/preEncounter/resources/common/types/index.d.ts +1 -0
  849. package/serialization/resources/preEncounter/resources/common/types/index.js +1 -0
  850. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
  851. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
  852. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.d.ts +13 -0
  853. package/{dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js → serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js} +5 -7
  854. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
  855. package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
  856. package/serialization/resources/serviceLines/resources/v2/types/index.d.ts +0 -1
  857. package/serialization/resources/serviceLines/resources/v2/types/index.js +0 -1
  858. package/serialization/resources/x12/resources/v1/types/index.d.ts +0 -1
  859. package/serialization/resources/x12/resources/v1/types/index.js +0 -1
  860. package/version.d.ts +1 -1
  861. package/version.js +1 -1
  862. package/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +0 -22
  863. package/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -21
  864. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +0 -70
  865. package/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +0 -145
  866. package/api/resources/encounters/resources/v4/client/createUniversal.d.ts +0 -94
  867. package/api/resources/encounters/resources/v4/client/createUniversal.js +0 -189
  868. package/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +0 -70
  869. package/api/resources/encounters/resources/v4/client/updateUniversal.js +0 -145
  870. package/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +0 -49
  871. package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +0 -47
  872. package/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +0 -39
  873. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +0 -11
  874. package/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +0 -5
  875. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -4230
  876. package/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1064
  877. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +0 -11
  878. package/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +0 -5
  879. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -174
  880. package/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +0 -50
  881. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +0 -11
  882. package/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +0 -5
  883. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +0 -12
  884. package/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +0 -5
  885. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +0 -19
  886. package/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +0 -5
  887. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +0 -12
  888. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +0 -5
  889. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +0 -12
  890. package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +0 -5
  891. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +0 -12
  892. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +0 -5
  893. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +0 -12
  894. package/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +0 -5
  895. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +0 -11
  896. package/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +0 -5
  897. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +0 -12
  898. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +0 -5
  899. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +0 -12
  900. package/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +0 -5
  901. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +0 -11
  902. package/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +0 -5
  903. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +0 -12
  904. package/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +0 -5
  905. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +0 -11
  906. package/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +0 -5
  907. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +0 -30
  908. package/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +0 -5
  909. package/dist/api/resources/auth/resources/default/client/getMachineTokenForOrgId.d.ts +0 -22
  910. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -21
  911. package/dist/api/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js +0 -5
  912. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +0 -70
  913. package/dist/api/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +0 -145
  914. package/dist/api/resources/encounters/resources/v4/client/createUniversal.d.ts +0 -94
  915. package/dist/api/resources/encounters/resources/v4/client/createUniversal.js +0 -189
  916. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.d.ts +0 -70
  917. package/dist/api/resources/encounters/resources/v4/client/updateUniversal.js +0 -145
  918. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +0 -49
  919. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreate.js +0 -5
  920. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +0 -47
  921. package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +0 -5
  922. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +0 -39
  923. package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdate.js +0 -5
  924. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +0 -11
  925. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +0 -5
  926. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -4230
  927. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1064
  928. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +0 -11
  929. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +0 -5
  930. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -174
  931. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +0 -50
  932. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +0 -11
  933. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +0 -5
  934. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +0 -12
  935. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +0 -5
  936. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +0 -19
  937. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +0 -5
  938. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +0 -12
  939. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +0 -5
  940. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +0 -12
  941. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +0 -5
  942. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +0 -12
  943. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +0 -5
  944. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +0 -12
  945. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +0 -5
  946. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +0 -11
  947. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +0 -5
  948. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +0 -12
  949. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +0 -5
  950. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +0 -12
  951. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +0 -5
  952. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +0 -11
  953. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +0 -5
  954. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +0 -12
  955. package/dist/api/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +0 -5
  956. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +0 -11
  957. package/dist/api/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +0 -5
  958. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +0 -30
  959. package/dist/api/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.js +0 -5
  960. package/dist/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -15
  961. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +0 -49
  962. package/dist/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +0 -112
  963. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +0 -69
  964. package/dist/serialization/resources/encounters/resources/v4/client/createUniversal.js +0 -136
  965. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +0 -50
  966. package/dist/serialization/resources/encounters/resources/v4/client/updateUniversal.js +0 -113
  967. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +0 -39
  968. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +0 -72
  969. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +0 -37
  970. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +0 -70
  971. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +0 -32
  972. package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +0 -65
  973. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +0 -16
  974. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +0 -49
  975. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -10
  976. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1098
  977. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +0 -16
  978. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +0 -49
  979. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -10
  980. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +0 -84
  981. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +0 -16
  982. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +0 -49
  983. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +0 -18
  984. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +0 -51
  985. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +0 -37
  986. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +0 -68
  987. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +0 -18
  988. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +0 -51
  989. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +0 -18
  990. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +0 -51
  991. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +0 -18
  992. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +0 -51
  993. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +0 -18
  994. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +0 -51
  995. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +0 -16
  996. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +0 -49
  997. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +0 -18
  998. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +0 -51
  999. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +0 -18
  1000. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +0 -51
  1001. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +0 -16
  1002. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +0 -49
  1003. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +0 -18
  1004. package/dist/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +0 -51
  1005. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +0 -15
  1006. package/dist/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +0 -48
  1007. package/dist/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +0 -18
  1008. package/serialization/resources/auth/resources/default/client/requests/AuthGetTokenForOrgRequest.d.ts +0 -15
  1009. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.d.ts +0 -49
  1010. package/serialization/resources/encounters/resources/v4/client/createFromPreEncounterPatientUniversal.js +0 -112
  1011. package/serialization/resources/encounters/resources/v4/client/createUniversal.d.ts +0 -69
  1012. package/serialization/resources/encounters/resources/v4/client/createUniversal.js +0 -136
  1013. package/serialization/resources/encounters/resources/v4/client/updateUniversal.d.ts +0 -50
  1014. package/serialization/resources/encounters/resources/v4/client/updateUniversal.js +0 -113
  1015. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.d.ts +0 -39
  1016. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreate.js +0 -72
  1017. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.d.ts +0 -37
  1018. package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounter.js +0 -70
  1019. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.d.ts +0 -32
  1020. package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdate.js +0 -65
  1021. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.d.ts +0 -16
  1022. package/serialization/resources/healthCareCodeInformation/resources/v1/types/AdmittingDiagnosisNew.js +0 -49
  1023. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.d.ts +0 -10
  1024. package/serialization/resources/healthCareCodeInformation/resources/v1/types/CodeListQualifierCode.js +0 -1098
  1025. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.d.ts +0 -16
  1026. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ConditionInformationNew.js +0 -49
  1027. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.d.ts +0 -10
  1028. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DateTimePeriodFormatQualifier.js +0 -84
  1029. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.d.ts +0 -16
  1030. package/serialization/resources/healthCareCodeInformation/resources/v1/types/DiagnosisRelatedGroupNew.js +0 -49
  1031. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.d.ts +0 -18
  1032. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ExternalCauseOfInjuryNew.js +0 -51
  1033. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.d.ts +0 -37
  1034. package/serialization/resources/healthCareCodeInformation/resources/v1/types/HealthCareCodeInformationCreate.js +0 -68
  1035. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.d.ts +0 -18
  1036. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceInformationNew.js +0 -51
  1037. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.d.ts +0 -18
  1038. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanInformationNew.js +0 -51
  1039. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.d.ts +0 -18
  1040. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherDiagnosisInformationNew.js +0 -51
  1041. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.d.ts +0 -18
  1042. package/serialization/resources/healthCareCodeInformation/resources/v1/types/OtherProcedureInformationNew.js +0 -51
  1043. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.d.ts +0 -16
  1044. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PatientReasonForVisitNew.js +0 -49
  1045. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.d.ts +0 -18
  1046. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalDiagnosisNew.js +0 -51
  1047. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.d.ts +0 -18
  1048. package/serialization/resources/healthCareCodeInformation/resources/v1/types/PrincipalProcedureInformationNew.js +0 -51
  1049. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.d.ts +0 -16
  1050. package/serialization/resources/healthCareCodeInformation/resources/v1/types/TreatmentCodeInformationNew.js +0 -49
  1051. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.d.ts +0 -18
  1052. package/serialization/resources/healthCareCodeInformation/resources/v1/types/ValueInformationNew.js +0 -51
  1053. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.d.ts +0 -15
  1054. package/serialization/resources/serviceLines/resources/v2/types/UniversalServiceLineCreate.js +0 -48
  1055. package/serialization/resources/x12/resources/v1/types/TypeOfBillCompositeUpdate.d.ts +0 -18
  1056. /package/api/resources/{auth/resources/default/client/requests/AuthGetTokenForOrgRequest.js → preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js} +0 -0
  1057. /package/{api/resources/encountersUniversal/types/UniversalEncounterCreate.js → dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientServiceFacility.js} +0 -0
@@ -1,4230 +0,0 @@
1
- /**
2
- * This file was auto-generated by Fern from our API Definition.
3
- */
4
- export type CodeListQualifierCode =
5
- /**
6
- * Document Identification Code */
7
- "0"
8
- /**
9
- * Free On Board Site Code */
10
- | "1"
11
- /**
12
- * Channel of Distribution Code */
13
- | "2"
14
- /**
15
- * Kind of Contract Code */
16
- | "3"
17
- /**
18
- * Type of Contract Code */
19
- | "4"
20
- /**
21
- * Criticality Designator Code */
22
- | "5"
23
- /**
24
- * Quality Assurance Site Code */
25
- | "7"
26
- /**
27
- * Acceptance Site Code */
28
- | "8"
29
- /**
30
- * Transaction Status Indicator Code */
31
- | "10"
32
- /**
33
- * Contract Delivery Date Revision Agent Code */
34
- | "11"
35
- /**
36
- * Reason for Contract Delivery Date Revision Code */
37
- | "12"
38
- /**
39
- * Recommendations Regarding Delayed Deliveries Code */
40
- | "13"
41
- /**
42
- * Contract Shipment Advice Code */
43
- | "14"
44
- /**
45
- * Individual Insurance Financial Detail */
46
- | "15"
47
- /**
48
- * Cash Discount Stipulation Code */
49
- | "16"
50
- /**
51
- * Shipment Acceptance Discrepancy Explanation Code */
52
- | "17"
53
- /**
54
- * Insurance Plan Description Characteristics */
55
- | "18"
56
- /**
57
- * Contract Close-out Group Code */
58
- | "19"
59
- /**
60
- * Payment Type Code */
61
- | "20"
62
- /**
63
- * Contract Fund Reporting Transaction Code */
64
- | "21"
65
- /**
66
- * Contract Payment Deduction or Collection Code */
67
- | "22"
68
- /**
69
- * Obligation Variance Code */
70
- | "23"
71
- /**
72
- * Plus or Minus Indicator Code */
73
- | "24"
74
- /**
75
- * Reason for Delayed Closing of Contract File Code */
76
- | "25"
77
- /**
78
- * Contract Payment Line Item Status Code */
79
- | "26"
80
- /**
81
- * Special Reimbursable Provisions Code */
82
- | "27"
83
- /**
84
- * Kind of Modification Code */
85
- | "28"
86
- /**
87
- * Purchasing Contract Officer (PCO) Instructions Code */
88
- | "29"
89
- /**
90
- * Type of Delay Code */
91
- | "30"
92
- /**
93
- * Healthcare Provider Characteristics and Resources */
94
- | "31"
95
- /**
96
- * Container and Roll-on/Roll-off Number Code */
97
- | "32"
98
- /**
99
- * Air Commodity and Special Handling Code */
100
- | "33"
101
- /**
102
- * Water Commodity and Special Handling Code */
103
- | "34"
104
- /**
105
- * Air Dimension Code */
106
- | "35"
107
- /**
108
- * Air Terminal Identifier Code */
109
- | "36"
110
- /**
111
- * Water Terminal Identifier Code */
112
- | "37"
113
- /**
114
- * Consolidation and Containerization Point Code */
115
- | "38"
116
- /**
117
- * Transportation Mode or Method Code */
118
- | "39"
119
- /**
120
- * Type Pack Code */
121
- | "40"
122
- /**
123
- * Date Shipped or Received Code */
124
- | "41"
125
- /**
126
- * Estimated Time of Arrival Code */
127
- | "42"
128
- /**
129
- * Military and Civilian Grade Code */
130
- | "43"
131
- /**
132
- * Seavan Ownership Code */
133
- | "44"
134
- /**
135
- * Ocean Carrier Code */
136
- | "45"
137
- /**
138
- * Voyage Document Number Code */
139
- | "46"
140
- /**
141
- * Voyage Manifest Reference Code */
142
- | "47"
143
- /**
144
- * Vessel Status and Terms of Carriage Code */
145
- | "48"
146
- /**
147
- * Vessel Sustaining Code */
148
- | "49"
149
- /**
150
- * Subrogation Action Code */
151
- | "50"
152
- /**
153
- * Billing Advice Code */
154
- | "52"
155
- /**
156
- * Billing Status Code */
157
- | "53"
158
- /**
159
- * Type of Bill Code */
160
- | "54"
161
- /**
162
- * Recipient of Billing Status Code */
163
- | "55"
164
- /**
165
- * Sales Price Condition Code */
166
- | "56"
167
- /**
168
- * Delivery Source Code */
169
- | "57"
170
- /**
171
- * Transportation Bill Code */
172
- | "58"
173
- /**
174
- * Stock Fund or Non-stock Fund Code */
175
- | "59"
176
- /**
177
- * General Services Administration (GSA) Customer Supply Center Number Code */
178
- | "60"
179
- /**
180
- * Information Indicator Code */
181
- | "61"
182
- /**
183
- * Communications Routing Identifier Code */
184
- | "62"
185
- /**
186
- * Content Indicator Code */
187
- | "63"
188
- /**
189
- * Health Care Claim Status Code */
190
- | "65"
191
- /**
192
- * Suffix or Limit Code */
193
- | "66"
194
- /**
195
- * Type of Assistance Code */
196
- | "67"
197
- /**
198
- * Healthcare Provider Taxonomy */
199
- | "68"
200
- /**
201
- * Foreign Military Sales Country Code */
202
- | "69"
203
- /**
204
- * Service and Agency Code */
205
- | "71"
206
- /**
207
- * Disbursement Status Code */
208
- | "72"
209
- /**
210
- * Aid Type Code */
211
- | "73"
212
- /**
213
- * Demand Code */
214
- | "74"
215
- /**
216
- * Suffix Code */
217
- | "75"
218
- /**
219
- * Project Code */
220
- | "78"
221
- /**
222
- * Priority Designator Code */
223
- | "79"
224
- /**
225
- * Advice Code */
226
- | "80"
227
- /**
228
- * Status Code */
229
- | "81"
230
- /**
231
- * Shipment Hold Code */
232
- | "82"
233
- /**
234
- * Supply Condition Code */
235
- | "83"
236
- /**
237
- * Management Code */
238
- | "84"
239
- /**
240
- * Country and Activity Code */
241
- | "85"
242
- /**
243
- * Subsistence Type of Pack Code */
244
- | "87"
245
- /**
246
- * Disposal Authority Code */
247
- | "88"
248
- /**
249
- * Cooperative Logistics Program Support Code */
250
- | "89"
251
- /**
252
- * Precious Metals Indicator Code */
253
- | "90"
254
- /**
255
- * Automated Data Processing Equipment Identification Code */
256
- | "91"
257
- /**
258
- * Reason for Disposal Code */
259
- | "92"
260
- /**
261
- * Type of Storage Code */
262
- | "93"
263
- /**
264
- * Identification Code */
265
- | "94"
266
- /**
267
- * Offer and Release Option Code */
268
- | "95"
269
- /**
270
- * Shipment Release Code */
271
- | "96"
272
- /**
273
- * Ultimate Recipient Code */
274
- | "97"
275
- /**
276
- * Reason for Requisitioning Code */
277
- | "98"
278
- /**
279
- * Purpose Code */
280
- | "99"
281
- /**
282
- * Freddie Mac (Federal Home Loan Mortgage Corporation) Special Character Code */
283
- | "100"
284
- /**
285
- * Fannie Mae (Federal National Mortgage Association) Special Feature Code */
286
- | "101"
287
- /**
288
- * Mortgage Index Source Code */
289
- | "102"
290
- /**
291
- * Fannie Mae (Federal National Mortgage Association) Remittance Programs */
292
- | "103"
293
- /**
294
- * Freddie Mac (Federal Home Loan Mortgage Corporation) Remittance Programs */
295
- | "104"
296
- /**
297
- * Freddie Mac (Federal Home Loan Mortgage Corporation) Mortgage Insurance Code */
298
- | "105"
299
- /**
300
- * Fannie Mae (Federal National Mortgage Association) Pool Feature Code */
301
- | "106"
302
- /**
303
- * Fannie Mae (Federal National Mortgage Association) Mortgage Insurance Code */
304
- | "107"
305
- /**
306
- * Testing Statistical Category Code List */
307
- | "108"
308
- /**
309
- * Testing Demographic Category Code List */
310
- | "109"
311
- /**
312
- * American Society for Testing and Materials (ASTM) */
313
- | "A"
314
- /**
315
- * Bank Administration Institute (BAI) */
316
- | "B"
317
- /**
318
- * Canadian Inter*EDI */
319
- | "C"
320
- /**
321
- * Court Document Type Code */
322
- | "D"
323
- /**
324
- * Diagnostic Statistical Manual of Mental Disorders Code List (DSM) */
325
- | "E"
326
- /**
327
- * Financial Rating */
328
- | "F"
329
- /**
330
- * Risk Class */
331
- | "G"
332
- /**
333
- * Life/Annuity Status Codes */
334
- | "H"
335
- /**
336
- * Identifying Characteristics */
337
- | "I"
338
- /**
339
- * Trade Code */
340
- | "J"
341
- /**
342
- * Property Underwriting Condition Code */
343
- | "K"
344
- /**
345
- * Line Item Condition Code */
346
- | "L"
347
- /**
348
- * Policy Type Code */
349
- | "M"
350
- /**
351
- * Valuation Type Code */
352
- | "N"
353
- /**
354
- * Source of Loss Code */
355
- | "O"
356
- /**
357
- * Ceiling Type Code */
358
- | "P"
359
- /**
360
- * Surface Descriptor Code */
361
- | "Q"
362
- /**
363
- * Coverage Modifier */
364
- | "R"
365
- /**
366
- * Society for Worldwide Interbank Financial Telecommunications (SWIFT) */
367
- | "S"
368
- /**
369
- * Personal Property and Contents Code */
370
- | "T"
371
- /**
372
- * Residential and Commercial Room Code */
373
- | "U"
374
- /**
375
- * Violation Type Code List */
376
- | "V"
377
- /**
378
- * Court Issued Warrant Type Code */
379
- | "W"
380
- /**
381
- * Vehicle Class */
382
- | "X"
383
- /**
384
- * Rental Charge */
385
- | "Y"
386
- /**
387
- * Cancellation Reason */
388
- | "Z"
389
- /**
390
- * Ownership Code */
391
- | "A1"
392
- /**
393
- * Customer Within Country Code */
394
- | "A2"
395
- /**
396
- * Delivery Term Code */
397
- | "A3"
398
- /**
399
- * Case Designator Number */
400
- | "A4"
401
- /**
402
- * Subcase Number */
403
- | "A5"
404
- /**
405
- * Freight Forwarder Number */
406
- | "A6"
407
- /**
408
- * Record Control Number */
409
- | "A7"
410
- /**
411
- * Program Year Code */
412
- | "A8"
413
- /**
414
- * Supplemental Data */
415
- | "A9"
416
- /**
417
- * Country Code (Finance and Acquisition) */
418
- | "AA"
419
- /**
420
- * Defense Priorities and Allocations System Code */
421
- | "AB"
422
- /**
423
- * Account Characteristics Code */
424
- | "AC"
425
- /**
426
- * Acquisition Advice Code */
427
- | "AD"
428
- /**
429
- * Beneficiary Type */
430
- | "AE"
431
- /**
432
- * Class of Pitch */
433
- | "AF"
434
- /**
435
- * Grade of Difficulty */
436
- | "AG"
437
- /**
438
- * Acquisition Method Suffix Code */
439
- | "AH"
440
- /**
441
- * Acquisition Method Code */
442
- | "AI"
443
- /**
444
- * Utilization Code */
445
- | "AJ"
446
- /**
447
- * Distribution Code */
448
- | "AK"
449
- /**
450
- * Special Requirements Code */
451
- | "AL"
452
- /**
453
- * Locale of Activity */
454
- | "AM"
455
- /**
456
- * Nature of Event Code */
457
- | "AN"
458
- /**
459
- * Settlement/Payout Options */
460
- | "AO"
461
- /**
462
- * Application Question Identifier */
463
- | "AQ"
464
- /**
465
- * Arrest Reason */
466
- | "AR"
467
- /**
468
- * Form Type Code */
469
- | "AS"
470
- /**
471
- * Allegation Type Code */
472
- | "AT"
473
- /**
474
- * All Patient Refined Diagnosis Related Groups (APR-DRG) */
475
- | "AU"
476
- /**
477
- * Subrogation Payment Options */
478
- | "AV"
479
- /**
480
- * All Patient Diagnosis Related Groups (AP-DRG) */
481
- | "AW"
482
- /**
483
- * Ambulatory Patient Groups (APG) */
484
- | "AX"
485
- /**
486
- * Subrogation Response Codes */
487
- | "AY"
488
- /**
489
- * Subrogation Request Codes */
490
- | "AZ"
491
- /**
492
- * Vessel Stowage Location Code */
493
- | "BA"
494
- /**
495
- * Business Type */
496
- | "BB"
497
- /**
498
- * Transportation Holding Delay Code */
499
- | "BC"
500
- /**
501
- * Transportation Priority Code */
502
- | "BD"
503
- /**
504
- * Value */
505
- | "BE"
506
- /**
507
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Diagnosis */
508
- | "BF"
509
- /**
510
- * Condition */
511
- | "BG"
512
- /**
513
- * Occurrence */
514
- | "BH"
515
- /**
516
- * Occurrence Span */
517
- | "BI"
518
- /**
519
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Admitting Diagnosis */
520
- | "BJ"
521
- /**
522
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Diagnosis */
523
- | "BK"
524
- /**
525
- * Application Fee Status Codes */
526
- | "BL"
527
- /**
528
- * International Classification of Diseases Clinical Modification (ICD-9-CM) External Cause of Injury Code (E-codes) */
529
- | "BN"
530
- /**
531
- * Healthcare Common Procedure Coding System */
532
- | "BO"
533
- /**
534
- * Healthcare Common Procedure Coding System Principal Procedure */
535
- | "BP"
536
- /**
537
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Other Procedure Codes */
538
- | "BQ"
539
- /**
540
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Principal Procedure Codes */
541
- | "BR"
542
- /**
543
- * Current Procedural Terminology (CPT) Codes */
544
- | "BS"
545
- /**
546
- * Accident Description */
547
- | "BT"
548
- /**
549
- * Part of Body Affected */
550
- | "BU"
551
- /**
552
- * Education Institution Type Code */
553
- | "BV"
554
- /**
555
- * Educational Areas Code */
556
- | "BW"
557
- /**
558
- * Profession Type Code */
559
- | "BX"
560
- /**
561
- * Share Type Code */
562
- | "BY"
563
- /**
564
- * Business Size Code */
565
- | "BZ"
566
- /**
567
- * Eye Color Code */
568
- | "C1"
569
- /**
570
- * Hair Color Code */
571
- | "C2"
572
- /**
573
- * Skin Tone Code */
574
- | "C3"
575
- /**
576
- * Type of Inquiry Code */
577
- | "CA"
578
- /**
579
- * Billed Office Indicator Code */
580
- | "CB"
581
- /**
582
- * Treasury Symbol Code */
583
- | "CC"
584
- /**
585
- * Supplementary Accounting Classification Code */
586
- | "CD"
587
- /**
588
- * Reference and Station Code */
589
- | "CE"
590
- /**
591
- * Major Force Program Code */
592
- | "CF"
593
- /**
594
- * Aircraft Mission Design Series Code */
595
- | "CG"
596
- /**
597
- * Type of Issue Code */
598
- | "CH"
599
- /**
600
- * Criminal Charge */
601
- | "CI"
602
- /**
603
- * Criminal Charge Grade */
604
- | "CJ"
605
- /**
606
- * Coupon Adjustment Reason Code */
607
- | "CK"
608
- /**
609
- * County Designator Code */
610
- | "CL"
611
- /**
612
- * Financial Management Service Cash-Link Code */
613
- | "CM"
614
- /**
615
- * Cause of Injury Code */
616
- | "CN"
617
- /**
618
- * Customized Notice Type Code */
619
- | "CO"
620
- /**
621
- * Salvage Disposition Code */
622
- | "CP"
623
- /**
624
- * Capacity Type Indicator */
625
- | "CQ"
626
- /**
627
- * Federal Item Identification Guide Criticality (FIIG) Code */
628
- | "CR"
629
- /**
630
- * Clause Status Type */
631
- | "CS"
632
- /**
633
- * Compensation Type Codes */
634
- | "CT"
635
- /**
636
- * Cuisine Type Code */
637
- | "CU"
638
- /**
639
- * Coverage Code List */
640
- | "CV"
641
- /**
642
- * Controvert Code */
643
- | "CW"
644
- /**
645
- * Conviction Offense Type */
646
- | "CZ"
647
- /**
648
- * Driver's License Withdrawal Type */
649
- | "D1"
650
- /**
651
- * Driver's License Withdrawal Extent */
652
- | "D2"
653
- /**
654
- * Driver's License Withdrawal Basis */
655
- | "D3"
656
- /**
657
- * Driver's License Withdrawal Due Process Status */
658
- | "D4"
659
- /**
660
- * Driver's License Withdrawal Reason */
661
- | "D5"
662
- /**
663
- * Device Availability Code */
664
- | "DA"
665
- /**
666
- * Debtor Business Type Code */
667
- | "DB"
668
- /**
669
- * Report Distribution Code */
670
- | "DC"
671
- /**
672
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Primary Diagnosis */
673
- | "DD"
674
- /**
675
- * Signal Code */
676
- | "DE"
677
- /**
678
- * Media and Status Code */
679
- | "DF"
680
- /**
681
- * Fund Code */
682
- | "DG"
683
- /**
684
- * Drug Detail Code */
685
- | "DH"
686
- /**
687
- * Single Use Label Code */
688
- | "DI"
689
- /**
690
- * Remedial Action Code */
691
- | "DJ"
692
- /**
693
- * Program Originator Code */
694
- | "DK"
695
- /**
696
- * Service Contract Act Operation Code */
697
- | "DL"
698
- /**
699
- * Agent Status Code */
700
- | "DM"
701
- /**
702
- * Nature of Debt Code */
703
- | "DN"
704
- /**
705
- * Device Operator Type Code */
706
- | "DO"
707
- /**
708
- * Producer Financial History Codes */
709
- | "DP"
710
- /**
711
- * Device Status Code */
712
- | "DQ"
713
- /**
714
- * Diagnosis Related Group (DRG) */
715
- | "DR"
716
- /**
717
- * Related Device Applicability Code */
718
- | "DS"
719
- /**
720
- * Debtor Type Code */
721
- | "DT"
722
- /**
723
- * Device Usage Code */
724
- | "DU"
725
- /**
726
- * Estimating Method Status Code */
727
- | "DW"
728
- /**
729
- * Contact Status Code */
730
- | "DX"
731
- /**
732
- * Type of Firm Code */
733
- | "DY"
734
- /**
735
- * Reportable Event Status Code */
736
- | "DZ"
737
- /**
738
- * Asset Status or Transaction Reporting Code */
739
- | "EA"
740
- /**
741
- * Asset Transfer Status Code */
742
- | "EB"
743
- /**
744
- * Certification Requirements Code */
745
- | "EC"
746
- /**
747
- * Coast Designation Code */
748
- | "ED"
749
- /**
750
- * Competitive Characteristics Code */
751
- | "EE"
752
- /**
753
- * Correction or Change for Storage Item Records Code */
754
- | "EF"
755
- /**
756
- * Excavation Information Code List */
757
- | "EG"
758
- /**
759
- * Type Due-In Indicator */
760
- | "EH"
761
- /**
762
- * Discrepancy Indicator Code */
763
- | "EI"
764
- /**
765
- * Disposal Condition Code */
766
- | "EJ"
767
- /**
768
- * Event or Exposure Code */
769
- | "EK"
770
- /**
771
- * Error Classification Code */
772
- | "EL"
773
- /**
774
- * Inventory Category Code */
775
- | "EM"
776
- /**
777
- * Local Source Code */
778
- | "EN"
779
- /**
780
- * Adverse Event Outcome Code */
781
- | "EO"
782
- /**
783
- * Controlled Inventory Item Code */
784
- | "EQ"
785
- /**
786
- * Department of Defense Identification Code */
787
- | "ER"
788
- /**
789
- * Extension Reason */
790
- | "ES"
791
- /**
792
- * Reject Advice Code */
793
- | "ET"
794
- /**
795
- * Request Code */
796
- | "EU"
797
- /**
798
- * Review Period Indicator Code */
799
- | "EV"
800
- /**
801
- * Small Arms Error Transaction Reject Code */
802
- | "EW"
803
- /**
804
- * Small Arms Transaction Code */
805
- | "EX"
806
- /**
807
- * Special Program Requirement Status Code */
808
- | "EY"
809
- /**
810
- * Type Inspection Code */
811
- | "EZ"
812
- /**
813
- * Type of Contractor Code */
814
- | "FA"
815
- /**
816
- * Type of Media Code */
817
- | "FB"
818
- /**
819
- * Type Physical Inventory or Transaction History Code */
820
- | "FC"
821
- /**
822
- * Demilitarization Code */
823
- | "FD"
824
- /**
825
- * Shelf Life Code */
826
- | "FE"
827
- /**
828
- * Essentiality Code */
829
- | "FF"
830
- /**
831
- * Source Maintenance and Recoverability Code */
832
- | "FG"
833
- /**
834
- * Type of Location Reconciliation Request */
835
- | "FH"
836
- /**
837
- * Applicant Type */
838
- | "FI"
839
- /**
840
- * Antenna Structure Type */
841
- | "FJ"
842
- /**
843
- * Station Classification */
844
- | "FK"
845
- /**
846
- * Radio Frequency Type */
847
- | "FL"
848
- /**
849
- * Station Classification Type */
850
- | "FM"
851
- /**
852
- * Class of Operation */
853
- | "FN"
854
- /**
855
- * Antenna Polarization */
856
- | "FO"
857
- /**
858
- * Fund Purpose */
859
- | "FP"
860
- /**
861
- * Radio System Type */
862
- | "FQ"
863
- /**
864
- * Frequency Band */
865
- | "FR"
866
- /**
867
- * Area of Operation */
868
- | "FS"
869
- /**
870
- * Application Type */
871
- | "FT"
872
- /**
873
- * Authorization Type */
874
- | "FU"
875
- /**
876
- * Radio Service Type */
877
- | "FV"
878
- /**
879
- * Applicant Classification Type */
880
- | "FW"
881
- /**
882
- * Frequency */
883
- | "FX"
884
- /**
885
- * Edit Error Code */
886
- | "FZ"
887
- /**
888
- * Uniform Residential Appraisal Attributes Code */
889
- | "G1"
890
- /**
891
- * Action Code */
892
- | "GA"
893
- /**
894
- * Medium of Transmission Code */
895
- | "GB"
896
- /**
897
- * Management Indicator Code (Petroleum) */
898
- | "GC"
899
- /**
900
- * Gain or Loss Indicator Code */
901
- | "GD"
902
- /**
903
- * Type Adjustment Code */
904
- | "GE"
905
- /**
906
- * Type Identity Change Code */
907
- | "GF"
908
- /**
909
- * Transportation Mode Reason Code */
910
- | "GG"
911
- /**
912
- * Notification Indicator Code */
913
- | "GI"
914
- /**
915
- * Reject Indicator Code */
916
- | "GJ"
917
- /**
918
- * Investigation Status Code */
919
- | "GK"
920
- /**
921
- * Group Qualifier Code */
922
- | "GQ"
923
- /**
924
- * National Council on Compensation Insurance (NCCI) Nature of Injury Code */
925
- | "GR"
926
- /**
927
- * Occupational Safety and Health Administration (OSHA) Nature of Injury Code */
928
- | "GS"
929
- /**
930
- * National Council on Compensation Insurance (NCCI) Part of Body Code */
931
- | "GT"
932
- /**
933
- * Occupational Safety and Health Administration (OSHA) Part of Body Code */
934
- | "GU"
935
- /**
936
- * National Council on Compensation Insurance (NCCI) Source of Injury Code */
937
- | "GV"
938
- /**
939
- * Occupational Safety and Health Administration (OSHA) Source of Injury Code */
940
- | "GW"
941
- /**
942
- * Glass Action Code */
943
- | "GX"
944
- /**
945
- * Cause of Loss Code */
946
- | "GY"
947
- /**
948
- * Loss Description Code */
949
- | "GZ"
950
- /**
951
- * Discrepancy Code */
952
- | "HA"
953
- /**
954
- * Discrepancy Advice Code */
955
- | "HB"
956
- /**
957
- * Institutional Sector or Level Classification Code */
958
- | "HC"
959
- /**
960
- * Discrepancy Status or Disposition Code */
961
- | "HD"
962
- /**
963
- * Remittance Advice Remark Code */
964
- | "HE"
965
- /**
966
- * Education Staff Type Code */
967
- | "HF"
968
- /**
969
- * Education Fee Type Code */
970
- | "HG"
971
- /**
972
- * Health Industry Number */
973
- | "HI"
974
- /**
975
- * Institutional Fee Basis Code */
976
- | "HJ"
977
- /**
978
- * National Center for Education Statistics Integrated Postsecondary Education Data System Institutional Characteristics Survey Code */
979
- | "HK"
980
- /**
981
- * Accreditation, Affiliation, or Licensing Level Code */
982
- | "HL"
983
- /**
984
- * National Center for Education Statistics Accreditation or Licensing Type */
985
- | "HM"
986
- /**
987
- * Service Contract Act Occupation Category Code */
988
- | "HS"
989
- /**
990
- * Collision Industry Electronic Commerce Association (CIECA) - Inspection */
991
- | "IC"
992
- /**
993
- * Identity Disclosure Code */
994
- | "ID"
995
- /**
996
- * Investment Fund Type */
997
- | "IF"
998
- /**
999
- * IRS Qualification Code */
1000
- | "IQ"
1001
- /**
1002
- * Initial Treatment Code */
1003
- | "IT"
1004
- /**
1005
- * Summons Type Code */
1006
- | "J0"
1007
- /**
1008
- * Judicial Hearing Type Code */
1009
- | "J1"
1010
- /**
1011
- * Judicial Order Type Code */
1012
- | "J2"
1013
- /**
1014
- * Judicial Sentence Type Code */
1015
- | "J3"
1016
- /**
1017
- * Court Disposition Code */
1018
- | "J4"
1019
- /**
1020
- * Court Appearance Type Code */
1021
- | "J5"
1022
- /**
1023
- * Court Pleading Type Code */
1024
- | "J6"
1025
- /**
1026
- * Defendant Plea Type Code */
1027
- | "J7"
1028
- /**
1029
- * Trial Type Code */
1030
- | "J8"
1031
- /**
1032
- * Court Case Status Code */
1033
- | "J9"
1034
- /**
1035
- * Physical Characteristics Code */
1036
- | "JA"
1037
- /**
1038
- * Weight or Fragility Code */
1039
- | "JB"
1040
- /**
1041
- * Preservation Material Code */
1042
- | "JC"
1043
- /**
1044
- * Quantity per Unit Pack Code */
1045
- | "JD"
1046
- /**
1047
- * Preservation Data Code */
1048
- | "JE"
1049
- /**
1050
- * Packing Requirement Level A Code */
1051
- | "JF"
1052
- /**
1053
- * Packing Requirement Level B Code */
1054
- | "JG"
1055
- /**
1056
- * Packing Requirement Level C Code */
1057
- | "JH"
1058
- /**
1059
- * Intermediate Container Code */
1060
- | "JI"
1061
- /**
1062
- * Intermediate Container Quantity Code */
1063
- | "JK"
1064
- /**
1065
- * Special Marking Code */
1066
- | "JL"
1067
- /**
1068
- * Type and Cause Code */
1069
- | "JM"
1070
- /**
1071
- * Mission Impact Statement Code */
1072
- | "JN"
1073
- /**
1074
- * International Standard Designation System for Teeth and Areas of the Oral Cavity */
1075
- | "JO"
1076
- /**
1077
- * Universal National Tooth Designation System */
1078
- | "JP"
1079
- /**
1080
- * Deficiency Cause */
1081
- | "KA"
1082
- /**
1083
- * Discrepancy */
1084
- | "KB"
1085
- /**
1086
- * Preventive Measure */
1087
- | "KC"
1088
- /**
1089
- * Contractor Alert List Reason */
1090
- | "KD"
1091
- /**
1092
- * Quality Alert List Reason */
1093
- | "KE"
1094
- /**
1095
- * Contractor Alert List Status */
1096
- | "KF"
1097
- /**
1098
- * Nature of Buy */
1099
- | "KG"
1100
- /**
1101
- * Type of Procurement */
1102
- | "KH"
1103
- /**
1104
- * Representative Buy Indicator */
1105
- | "KI"
1106
- /**
1107
- * Assured Delivery Indicator */
1108
- | "KJ"
1109
- /**
1110
- * Award Source */
1111
- | "KK"
1112
- /**
1113
- * Termination */
1114
- | "KL"
1115
- /**
1116
- * Patient Event Problem Code */
1117
- | "KM"
1118
- /**
1119
- * Method Evaluation Code */
1120
- | "KO"
1121
- /**
1122
- * Result Evaluation Code */
1123
- | "KP"
1124
- /**
1125
- * Conclusion Evaluation Code */
1126
- | "KQ"
1127
- /**
1128
- * Device Event Problem Code */
1129
- | "KS"
1130
- /**
1131
- * Dose Form Code */
1132
- | "KT"
1133
- /**
1134
- * Route Code */
1135
- | "KU"
1136
- /**
1137
- * Report Source Code */
1138
- | "KW"
1139
- /**
1140
- * Adverse Event Code */
1141
- | "KZ"
1142
- /**
1143
- * Contract */
1144
- | "LA"
1145
- /**
1146
- * Contractor Review List Status */
1147
- | "LB"
1148
- /**
1149
- * Laboratory Test Condition Code */
1150
- | "LC"
1151
- /**
1152
- * Collision Industry Electronic Commerce Association (CIECA) - Loss Category */
1153
- | "LD"
1154
- /**
1155
- * Life/Annuity Service Features */
1156
- | "LE"
1157
- /**
1158
- * Life/Annuity Product Code */
1159
- | "LF"
1160
- /**
1161
- * Location Code */
1162
- | "LG"
1163
- /**
1164
- * Basis of Jurisdiction Code */
1165
- | "LH"
1166
- /**
1167
- * Principal Party Citizenship Code */
1168
- | "LJ"
1169
- /**
1170
- * Nature of Suit Code */
1171
- | "LK"
1172
- /**
1173
- * Case Origin Code */
1174
- | "LM"
1175
- /**
1176
- * Line of business code */
1177
- | "LN"
1178
- /**
1179
- * Letter of Recommendation Rating Category */
1180
- | "LO"
1181
- /**
1182
- * Deficiency Indicator */
1183
- | "LP"
1184
- /**
1185
- * Delinquency Indicator */
1186
- | "LQ"
1187
- /**
1188
- * Test Results Code */
1189
- | "LR"
1190
- /**
1191
- * Loss Severity Code */
1192
- | "LS"
1193
- /**
1194
- * Laboratory Results Identification Code */
1195
- | "LT"
1196
- /**
1197
- * War Reserve Material Requirement Code */
1198
- | "LZ"
1199
- /**
1200
- * Multi-Media Object */
1201
- | "MA"
1202
- /**
1203
- * Service Contract Act Occupation Classification Code */
1204
- | "MB"
1205
- /**
1206
- * Manual Class Code */
1207
- | "MC"
1208
- /**
1209
- * Device Evaluation Code */
1210
- | "ME"
1211
- /**
1212
- * Minority Indicator */
1213
- | "MI"
1214
- /**
1215
- * Drug Status Code */
1216
- | "MJ"
1217
- /**
1218
- * Drug Status Adverse Event Code */
1219
- | "MK"
1220
- /**
1221
- * Lot Type Code */
1222
- | "ML"
1223
- /**
1224
- * Post Market Study Status Code */
1225
- | "MN"
1226
- /**
1227
- * Meter Status */
1228
- | "MS"
1229
- /**
1230
- * Meter Type */
1231
- | "MT"
1232
- /**
1233
- * Plant Clearance Office Code */
1234
- | "NA"
1235
- /**
1236
- * Inventory Type Code */
1237
- | "NB"
1238
- /**
1239
- * Property Record Status Code */
1240
- | "NC"
1241
- /**
1242
- * Control Unit Design Code */
1243
- | "ND"
1244
- /**
1245
- * Direct Numerical Control System Code */
1246
- | "NE"
1247
- /**
1248
- * Type Numerical Control System Code */
1249
- | "NF"
1250
- /**
1251
- * Property Source Code */
1252
- | "NH"
1253
- /**
1254
- * Nature of Injury Code */
1255
- | "NI"
1256
- /**
1257
- * Uniform Freight Classification (UFC) Code */
1258
- | "NJ"
1259
- /**
1260
- * National Motor Freight Classification (NMFC) Code */
1261
- | "NK"
1262
- /**
1263
- * Special Category Code */
1264
- | "NP"
1265
- /**
1266
- * Excess Material Disposition Code */
1267
- | "NR"
1268
- /**
1269
- * Hazardous Material Code */
1270
- | "NS"
1271
- /**
1272
- * Type of Cargo Code */
1273
- | "NT"
1274
- /**
1275
- * Office of Worker's Compensation Programs (OWCP) Source of Injury Code */
1276
- | "O1"
1277
- /**
1278
- * Office of Worker's Compensation Programs (OWCP) Nature of Injury Code */
1279
- | "O2"
1280
- /**
1281
- * Office of Worker's Compensation Programs (OWCP) Part of Body Code */
1282
- | "O3"
1283
- /**
1284
- * Office of Worker's Compensation Programs (OWCP) Occupation Code */
1285
- | "O4"
1286
- /**
1287
- * Occupation Code */
1288
- | "OC"
1289
- /**
1290
- * Prior Damage Location Code */
1291
- | "PA"
1292
- /**
1293
- * Part of Body Code */
1294
- | "PB"
1295
- /**
1296
- * Collision Industry Electronic Commerce Association (CIECA) - Profile */
1297
- | "PC"
1298
- /**
1299
- * Professional Designation */
1300
- | "PD"
1301
- /**
1302
- * Collision Industry Electronic Commerce Association (CIECA) - Points of Impact */
1303
- | "PI"
1304
- /**
1305
- * Priority Lookup */
1306
- | "PL"
1307
- /**
1308
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Patient's Reason for Visit */
1309
- | "PR"
1310
- /**
1311
- * Professional Status Code */
1312
- | "PS"
1313
- /**
1314
- * Price Tier */
1315
- | "PT"
1316
- /**
1317
- * Response Status Code */
1318
- | "QA"
1319
- /**
1320
- * Business Entity Filing Report Type Code */
1321
- | "QB"
1322
- /**
1323
- * Business Entity Filing Detail Code */
1324
- | "QC"
1325
- /**
1326
- * Domestic Line of Business Code */
1327
- | "QE"
1328
- /**
1329
- * Foreign Line of Business Code */
1330
- | "QF"
1331
- /**
1332
- * Business Entity Filing Status Code */
1333
- | "QG"
1334
- /**
1335
- * Business Entity Filing Securities Information Code */
1336
- | "QH"
1337
- /**
1338
- * Business Entity Financial Information Code */
1339
- | "QI"
1340
- /**
1341
- * Business Entity Status Code */
1342
- | "QJ"
1343
- /**
1344
- * Business Entity Filing Location Code */
1345
- | "QK"
1346
- /**
1347
- * Query Status */
1348
- | "QS"
1349
- /**
1350
- * Quantity Type Indicator */
1351
- | "QT"
1352
- /**
1353
- * Upstream Rank (Priority) */
1354
- | "R1"
1355
- /**
1356
- * Receipt Rank (Priority) */
1357
- | "R2"
1358
- /**
1359
- * Delivery Rank (Priority) */
1360
- | "R3"
1361
- /**
1362
- * Downstream Rank (Priority) */
1363
- | "R4"
1364
- /**
1365
- * Religious Affiliation Code */
1366
- | "RA"
1367
- /**
1368
- * Requirement Code */
1369
- | "RC"
1370
- /**
1371
- * Property Ownership Type Code */
1372
- | "RD"
1373
- /**
1374
- * Property Type Code */
1375
- | "RE"
1376
- /**
1377
- * Residency Indicator */
1378
- | "RI"
1379
- /**
1380
- * Testing Service Question Code List */
1381
- | "RQ"
1382
- /**
1383
- * Request Type */
1384
- | "RT"
1385
- /**
1386
- * National Council for Prescription Drug Programs Reject Codes */
1387
- | "RX"
1388
- /**
1389
- * Student Activity Type Code */
1390
- | "SA"
1391
- /**
1392
- * Student Award Code */
1393
- | "SB"
1394
- /**
1395
- * Source */
1396
- | "SC"
1397
- /**
1398
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Secondary Diagnosis */
1399
- | "SD"
1400
- /**
1401
- * Sound Code */
1402
- | "SE"
1403
- /**
1404
- * Run Type */
1405
- | "SF"
1406
- /**
1407
- * Source of Deposit Code */
1408
- | "SG"
1409
- /**
1410
- * Source of Lead Code */
1411
- | "SH"
1412
- /**
1413
- * SIC (Standard Industrial Classification) */
1414
- | "SI"
1415
- /**
1416
- * Source of Injury Code */
1417
- | "SJ"
1418
- /**
1419
- * Secondary Source of Injury */
1420
- | "SL"
1421
- /**
1422
- * Solicitation Cancellation Reason */
1423
- | "SO"
1424
- /**
1425
- * Standard Occupation Classification Code */
1426
- | "SP"
1427
- /**
1428
- * Statistical Administrative Information Code */
1429
- | "SR"
1430
- /**
1431
- * System Status */
1432
- | "SS"
1433
- /**
1434
- * Special Marketing Type Code */
1435
- | "ST"
1436
- /**
1437
- * Association for Financial Professionals Service Code and Bank Service Code */
1438
- | "TB"
1439
- /**
1440
- * Treatment Codes */
1441
- | "TC"
1442
- /**
1443
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Tertiary Diagnosis */
1444
- | "TD"
1445
- /**
1446
- * Association for Financial Professionals Service Code */
1447
- | "TE"
1448
- /**
1449
- * Title Exception and Requirement Code List */
1450
- | "TF"
1451
- /**
1452
- * Title Document Code List */
1453
- | "TG"
1454
- /**
1455
- * Tap Location */
1456
- | "TL"
1457
- /**
1458
- * Tap Type */
1459
- | "TP"
1460
- /**
1461
- * Systemized Nomenclature of Dentistry (SNODENT) */
1462
- | "TQ"
1463
- /**
1464
- * Report Code */
1465
- | "TR"
1466
- /**
1467
- * Natural Gas Transaction Type */
1468
- | "TT"
1469
- /**
1470
- * Follow-up Code */
1471
- | "TX"
1472
- /**
1473
- * Reportable Event Code */
1474
- | "TY"
1475
- /**
1476
- * Event Reappearance Code */
1477
- | "UR"
1478
- /**
1479
- * Event Abatement Code */
1480
- | "US"
1481
- /**
1482
- * Centers for Medicare and Medicaid Services (CMS) Certificate of Medical Necessity (CMN) forms */
1483
- | "UT"
1484
- /**
1485
- * Unit Code */
1486
- | "UU"
1487
- /**
1488
- * Collision Industry Electronic Commerce Association (CIECA) - Vehicle Line Item Category Code */
1489
- | "VP"
1490
- /**
1491
- * Export Declaration */
1492
- | "XD"
1493
- /**
1494
- * Mutually Defined */
1495
- | "ZZ"
1496
- /**
1497
- * SNOMED, Systematized Nomenclature of Medicine */
1498
- | "AAA"
1499
- /**
1500
- * Asset Type */
1501
- | "AAD"
1502
- /**
1503
- * Current Asset Type */
1504
- | "AAE"
1505
- /**
1506
- * Current Liability Type */
1507
- | "AAF"
1508
- /**
1509
- * Dun and Bradstreet Canada's 8 digit Standard Industrial Classification Code */
1510
- | "AAG"
1511
- /**
1512
- * Financial Item Allocation Code */
1513
- | "AAH"
1514
- /**
1515
- * Financial Item Attributed Code */
1516
- | "AAI"
1517
- /**
1518
- * Financial Item Reclassification Code */
1519
- | "AAJ"
1520
- /**
1521
- * Functional Area */
1522
- | "AAK"
1523
- /**
1524
- * Hobby Code */
1525
- | "AAL"
1526
- /**
1527
- * Investment Type */
1528
- | "AAM"
1529
- /**
1530
- * Liability Type */
1531
- | "AAN"
1532
- /**
1533
- * Projection Type */
1534
- | "AAO"
1535
- /**
1536
- * Trend Reason */
1537
- | "AAP"
1538
- /**
1539
- * NACHA (National Automated Clearing House Association) */
1540
- | "AAQ"
1541
- /**
1542
- * CPA (Canadian Payments Association) */
1543
- | "AAR"
1544
- /**
1545
- * Proprietary */
1546
- | "AAS"
1547
- /**
1548
- * Fannie Mae Adjustable Rate Mortgage Plan Codes */
1549
- | "AAT"
1550
- /**
1551
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code */
1552
- | "AAU"
1553
- /**
1554
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Vaccination, Innoculation or Isolation Code */
1555
- | "AAV"
1556
- /**
1557
- * Immunization Injection Code */
1558
- | "AAW"
1559
- /**
1560
- * International Classification of Diseases Clinical Modification (ICD-9-CM) Code */
1561
- | "AAX"
1562
- /**
1563
- * Current Dental Terminology (CDT) Code */
1564
- | "AAY"
1565
- /**
1566
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Diagnosis */
1567
- | "ABF"
1568
- /**
1569
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Admitting Diagnosis */
1570
- | "ABJ"
1571
- /**
1572
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Principal Diagnosis */
1573
- | "ABK"
1574
- /**
1575
- * International Classification of Diseases Clinical Modification (ICD-10-CM) External Cause of Injury Code */
1576
- | "ABN"
1577
- /**
1578
- * Assigned by Receiver */
1579
- | "ABR"
1580
- /**
1581
- * Assigned by Sender */
1582
- | "ABS"
1583
- /**
1584
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code */
1585
- | "ABU"
1586
- /**
1587
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Vaccination, Innoculation or Isolation Code */
1588
- | "ABV"
1589
- /**
1590
- * Academic Rank */
1591
- | "ACR"
1592
- /**
1593
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Primary Diagnosis */
1594
- | "ADD"
1595
- /**
1596
- * Accounting Adjustment Method */
1597
- | "ADJ"
1598
- /**
1599
- * Adjustment Type */
1600
- | "AJT"
1601
- /**
1602
- * Allocation Method */
1603
- | "ALM"
1604
- /**
1605
- * Alteration Lookup */
1606
- | "ALP"
1607
- /**
1608
- * Activite Principale Exercee (APE) Code */
1609
- | "APE"
1610
- /**
1611
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Patient's Reason for Visit */
1612
- | "APR"
1613
- /**
1614
- * Allocation Rank Indicator */
1615
- | "ARI"
1616
- /**
1617
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Secondary Diagnosis */
1618
- | "ASD"
1619
- /**
1620
- * International Classification of Diseases Clinical Modification (ICD-10-CM) Tertiary Diagnosis */
1621
- | "ATD"
1622
- /**
1623
- * Allocation Transaction Type Code */
1624
- | "ATT"
1625
- /**
1626
- * International Classification of Diseases Clinical Modification (ICD-10-PCS) Other Procedure Codes */
1627
- | "BBQ"
1628
- /**
1629
- * International Classification of Diseases Clinical Modification (ICD-10-PCS) Principal Procedure Codes */
1630
- | "BBR"
1631
- /**
1632
- * Business Change Code */
1633
- | "BCC"
1634
- /**
1635
- * Business Credit Rating */
1636
- | "BCR"
1637
- /**
1638
- * Board of Inspection and Survey Part Lookup */
1639
- | "BPL"
1640
- /**
1641
- * Board of Inspection and Survey Responsibility Lookup */
1642
- | "BRL"
1643
- /**
1644
- * Board of Inspection and Survey Ship Lookup */
1645
- | "BSL"
1646
- /**
1647
- * Business Period */
1648
- | "BSP"
1649
- /**
1650
- * Balance Type Code */
1651
- | "BTC"
1652
- /**
1653
- * Bid Up Indicator */
1654
- | "BUI"
1655
- /**
1656
- * Advanced Billing Concepts (ABC) Codes */
1657
- | "CAH"
1658
- /**
1659
- * Contractual Flow Indicator */
1660
- | "CFI"
1661
- /**
1662
- * Charge Indicator */
1663
- | "CHG"
1664
- /**
1665
- * Collision Industry Electronic Commerce Association (CIECA) - Assignment Type */
1666
- | "CIE"
1667
- /**
1668
- * Cause Lookup */
1669
- | "CLP"
1670
- /**
1671
- * Customer Maintenance Level Lookup */
1672
- | "CML"
1673
- /**
1674
- * Change Notice Code */
1675
- | "CNC"
1676
- /**
1677
- * Cognizance Symbol */
1678
- | "COG"
1679
- /**
1680
- * Court Party Status */
1681
- | "CPS"
1682
- /**
1683
- * Complaint Request Code */
1684
- | "CRC"
1685
- /**
1686
- * Customer Service Designator */
1687
- | "CSD"
1688
- /**
1689
- * Corporate Statement Filing Code */
1690
- | "CSF"
1691
- /**
1692
- * Document Availability Code */
1693
- | "DAC"
1694
- /**
1695
- * DUN's Standard Industrial Classification (SIC) 2+2, Dun and Bradstreet */
1696
- | "DBS"
1697
- /**
1698
- * Dynamic Generator Set Code */
1699
- | "DGO"
1700
- /**
1701
- * Dynamic Locomotive Tag Code */
1702
- | "DLO"
1703
- /**
1704
- * Deferral Lookup */
1705
- | "DLP"
1706
- /**
1707
- * Direction of Flow */
1708
- | "DOF"
1709
- /**
1710
- * Association of American Railroads Deprescription Exception List */
1711
- | "DPE"
1712
- /**
1713
- * Association of American Railroads Deprescription Distribution List */
1714
- | "DPL"
1715
- /**
1716
- * Collision Industry Electronic Commerce Association (CIECA) - Detail Repair Lines Code List */
1717
- | "DRL"
1718
- /**
1719
- * Data Sets Requested */
1720
- | "DSR"
1721
- /**
1722
- * Delivery Scheduling Status */
1723
- | "DSS"
1724
- /**
1725
- * Alabama Campaign Disclosure Report Codes */
1726
- | "EAA"
1727
- /**
1728
- * Alaska Campaign Disclosure Report Codes */
1729
- | "EAB"
1730
- /**
1731
- * American Samoa Campaign Disclosure Report Codes */
1732
- | "EAC"
1733
- /**
1734
- * Arizona Campaign Disclosure Report Codes */
1735
- | "EAD"
1736
- /**
1737
- * Arkansas Campaign Disclosure Report Codes */
1738
- | "EAE"
1739
- /**
1740
- * California Campaign Disclosure Report Codes */
1741
- | "EAF"
1742
- /**
1743
- * Colorado Campaign Disclosure Report Codes */
1744
- | "EAG"
1745
- /**
1746
- * Connecticut Campaign Disclosure Report Codes */
1747
- | "EAH"
1748
- /**
1749
- * Delaware Campaign Disclosure Report Codes */
1750
- | "EAI"
1751
- /**
1752
- * District of Columbia Campaign Disclosure Report Codes */
1753
- | "EAJ"
1754
- /**
1755
- * Florida Campaign Disclosure Report Codes */
1756
- | "EAK"
1757
- /**
1758
- * Georgia Campaign Disclosure Report Codes */
1759
- | "EAL"
1760
- /**
1761
- * Guam Campaign Disclosure Report Codes */
1762
- | "EAM"
1763
- /**
1764
- * Hawaii Campaign Disclosure Report Codes */
1765
- | "EAN"
1766
- /**
1767
- * Idaho Campaign Disclosure Report Codes */
1768
- | "EAO"
1769
- /**
1770
- * Illinois Campaign Disclosure Report Codes */
1771
- | "EAP"
1772
- /**
1773
- * Indiana Campaign Disclosure Report Codes */
1774
- | "EAQ"
1775
- /**
1776
- * Iowa Campaign Disclosure Report Codes */
1777
- | "EAR"
1778
- /**
1779
- * Kansas Campaign Disclosure Report Codes */
1780
- | "EAS"
1781
- /**
1782
- * Kentucky Campaign Disclosure Report Codes */
1783
- | "EAT"
1784
- /**
1785
- * Louisiana Campaign Disclosure Report Codes */
1786
- | "EAU"
1787
- /**
1788
- * Maine Campaign Disclosure Report Codes */
1789
- | "EAV"
1790
- /**
1791
- * Maryland Campaign Disclosure Report Codes */
1792
- | "EAW"
1793
- /**
1794
- * Massachusetts Campaign Disclosure Report Codes */
1795
- | "EAX"
1796
- /**
1797
- * Michigan Campaign Disclosure Report Codes */
1798
- | "EAY"
1799
- /**
1800
- * Minnesota Campaign Disclosure Report Codes */
1801
- | "EAZ"
1802
- /**
1803
- * Mississippi Campaign Disclosure Report Codes */
1804
- | "EBA"
1805
- /**
1806
- * Missouri Campaign Disclosure Report Codes */
1807
- | "EBB"
1808
- /**
1809
- * Montana Campaign Disclosure Report Codes */
1810
- | "EBC"
1811
- /**
1812
- * Nebraska Campaign Disclosure Report Codes */
1813
- | "EBD"
1814
- /**
1815
- * Nevada Campaign Disclosure Report Codes */
1816
- | "EBE"
1817
- /**
1818
- * New Hampshire Campaign Disclosure Report Codes */
1819
- | "EBF"
1820
- /**
1821
- * New Jersey Campaign Disclosure Report Codes */
1822
- | "EBG"
1823
- /**
1824
- * New Mexico Campaign Disclosure Report Codes */
1825
- | "EBH"
1826
- /**
1827
- * New York Campaign Disclosure Report Codes */
1828
- | "EBI"
1829
- /**
1830
- * North Carolina Campaign Disclosure Report Codes */
1831
- | "EBJ"
1832
- /**
1833
- * North Dakota Campaign Disclosure Report Codes */
1834
- | "EBK"
1835
- /**
1836
- * Ohio Campaign Disclosure Report Codes */
1837
- | "EBL"
1838
- /**
1839
- * Oklahoma Campaign Disclosure Report Codes */
1840
- | "EBM"
1841
- /**
1842
- * Oregon Campaign Disclosure Report Codes */
1843
- | "EBN"
1844
- /**
1845
- * Pennsylvania Campaign Disclosure Report Codes */
1846
- | "EBO"
1847
- /**
1848
- * Puerto Rico Campaign Disclosure Report Codes */
1849
- | "EBP"
1850
- /**
1851
- * Rhode Island Campaign Disclosure Report Codes */
1852
- | "EBQ"
1853
- /**
1854
- * South Carolina Campaign Disclosure Report Codes */
1855
- | "EBR"
1856
- /**
1857
- * South Dakota Campaign Disclosure Report Codes */
1858
- | "EBS"
1859
- /**
1860
- * Tennessee Campaign Disclosure Report Codes */
1861
- | "EBT"
1862
- /**
1863
- * Texas Campaign Disclosure Report Codes */
1864
- | "EBU"
1865
- /**
1866
- * Utah Campaign Disclosure Report Codes */
1867
- | "EBV"
1868
- /**
1869
- * Vermont Campaign Disclosure Report Codes */
1870
- | "EBW"
1871
- /**
1872
- * Virginia Campaign Disclosure Report Codes */
1873
- | "EBX"
1874
- /**
1875
- * Virgin Islands Campaign Disclosure Report Codes */
1876
- | "EBY"
1877
- /**
1878
- * Washington Campaign Disclosure Report Codes */
1879
- | "EBZ"
1880
- /**
1881
- * West Virginia Campaign Disclosure Report Codes */
1882
- | "ECA"
1883
- /**
1884
- * Wisconsin Campaign Disclosure Report Codes */
1885
- | "ECB"
1886
- /**
1887
- * Wyoming Campaign Disclosure Report Codes */
1888
- | "ECC"
1889
- /**
1890
- * Alberta Campaign Disclosure Report Codes */
1891
- | "ECD"
1892
- /**
1893
- * British Columbia Campaign Disclosure Report Codes */
1894
- | "ECE"
1895
- /**
1896
- * Manitoba Campaign Disclosure Report Codes */
1897
- | "ECF"
1898
- /**
1899
- * New Brunswick Campaign Disclosure Report Codes */
1900
- | "ECG"
1901
- /**
1902
- * Newfoundland Campaign Disclosure Report Codes */
1903
- | "ECH"
1904
- /**
1905
- * Northwest Territories Campaign Disclosure Report Codes */
1906
- | "ECI"
1907
- /**
1908
- * Nova Scotia Campaign Disclosure Report Codes */
1909
- | "ECJ"
1910
- /**
1911
- * Ontario Campaign Disclosure Report Codes */
1912
- | "ECK"
1913
- /**
1914
- * Prince Edward Island Campaign Disclosure Report Codes */
1915
- | "ECL"
1916
- /**
1917
- * Quebec Campaign Disclosure Report Codes */
1918
- | "ECM"
1919
- /**
1920
- * Saskatchewan Campaign Disclosure Report Codes */
1921
- | "ECN"
1922
- /**
1923
- * Yukon Territory Campaign Disclosure Report Codes */
1924
- | "ECO"
1925
- /**
1926
- * Federal Campaign Disclosure Report Codes */
1927
- | "ECP"
1928
- /**
1929
- * Alabama Lobbyist Report Codes */
1930
- | "ECQ"
1931
- /**
1932
- * Alaska Lobbyist Report Codes */
1933
- | "ECR"
1934
- /**
1935
- * Arizona Lobbyist Report Codes */
1936
- | "ECS"
1937
- /**
1938
- * Arkansas Lobbyist Report Codes */
1939
- | "ECT"
1940
- /**
1941
- * California Lobbyist Report Codes */
1942
- | "ECU"
1943
- /**
1944
- * Colorado Lobbyist Report Codes */
1945
- | "ECV"
1946
- /**
1947
- * Connecticut Lobbyist Report Codes */
1948
- | "ECW"
1949
- /**
1950
- * Delaware Lobbyist Report Codes */
1951
- | "ECX"
1952
- /**
1953
- * District of Columbia Lobbyist Report Codes */
1954
- | "ECY"
1955
- /**
1956
- * Florida Lobbyist Report Codes */
1957
- | "ECZ"
1958
- /**
1959
- * Georgia Lobbyist Report Codes */
1960
- | "EDA"
1961
- /**
1962
- * Hawaii Lobbyist Report Codes */
1963
- | "EDB"
1964
- /**
1965
- * Idaho Lobbyist Report Codes */
1966
- | "EDC"
1967
- /**
1968
- * Illinois Lobbyist Report Codes */
1969
- | "EDD"
1970
- /**
1971
- * Indiana Lobbyist Report Codes */
1972
- | "EDE"
1973
- /**
1974
- * Iowa Lobbyist Report Codes */
1975
- | "EDF"
1976
- /**
1977
- * Kansas Lobbyist Report Codes */
1978
- | "EDG"
1979
- /**
1980
- * Kentucky Lobbyist Report Codes */
1981
- | "EDH"
1982
- /**
1983
- * Louisiana Lobbyist Report Codes */
1984
- | "EDI"
1985
- /**
1986
- * Maine Lobbyist Report Codes */
1987
- | "EDJ"
1988
- /**
1989
- * Maryland Lobbyist Report Codes */
1990
- | "EDK"
1991
- /**
1992
- * Massachusetts Lobbyist Report Codes */
1993
- | "EDL"
1994
- /**
1995
- * Michigan Lobbyist Report Codes */
1996
- | "EDM"
1997
- /**
1998
- * Minnesota Lobbyist Report Codes */
1999
- | "EDN"
2000
- /**
2001
- * Mississippi Lobbyist Report Codes */
2002
- | "EDO"
2003
- /**
2004
- * Missouri Lobbyist Report Codes */
2005
- | "EDP"
2006
- /**
2007
- * Montana Lobbyist Report Codes */
2008
- | "EDQ"
2009
- /**
2010
- * Nebraska Lobbyist Report Codes */
2011
- | "EDR"
2012
- /**
2013
- * Nevada Lobbyist Report Codes */
2014
- | "EDS"
2015
- /**
2016
- * New Hampshire Lobbyist Report Codes */
2017
- | "EDT"
2018
- /**
2019
- * New Jersey Lobbyist Report Codes */
2020
- | "EDU"
2021
- /**
2022
- * New Mexico Lobbyist Report Codes */
2023
- | "EDV"
2024
- /**
2025
- * New York Lobbyist Report Codes */
2026
- | "EDW"
2027
- /**
2028
- * North Carolina Lobbyist Report Codes */
2029
- | "EDX"
2030
- /**
2031
- * North Dakota Lobbyist Report Codes */
2032
- | "EDY"
2033
- /**
2034
- * Ohio Lobbyist Report Codes */
2035
- | "EDZ"
2036
- /**
2037
- * Oklahoma Lobbyist Report Codes */
2038
- | "EEA"
2039
- /**
2040
- * Oregon Lobbyist Report Codes */
2041
- | "EEB"
2042
- /**
2043
- * Pennsylvania Lobbyist Report Codes */
2044
- | "EEC"
2045
- /**
2046
- * Puerto Rico Lobbyist Report Codes */
2047
- | "EED"
2048
- /**
2049
- * Rhode Island Lobbyist Report Codes */
2050
- | "EEE"
2051
- /**
2052
- * South Carolina Lobbyist Report Codes */
2053
- | "EEF"
2054
- /**
2055
- * South Dakota Lobbyist Report Codes */
2056
- | "EEG"
2057
- /**
2058
- * Tennessee Lobbyist Report Codes */
2059
- | "EEH"
2060
- /**
2061
- * Texas Lobbyist Report Codes */
2062
- | "EEI"
2063
- /**
2064
- * Utah Lobbyist Report Codes */
2065
- | "EEJ"
2066
- /**
2067
- * Vermont Lobbyist Report Codes */
2068
- | "EEK"
2069
- /**
2070
- * Virginia Lobbyist Report Codes */
2071
- | "EEL"
2072
- /**
2073
- * Washington Lobbyist Report Codes */
2074
- | "EEM"
2075
- /**
2076
- * West Virginia Lobbyist Report Codes */
2077
- | "EEN"
2078
- /**
2079
- * Wisconsin Lobbyist Report Codes */
2080
- | "EEO"
2081
- /**
2082
- * Wyoming Lobbyist Report Codes */
2083
- | "EEP"
2084
- /**
2085
- * New York City Campaign Disclosure Report Codes */
2086
- | "EEQ"
2087
- /**
2088
- * Seattle Campaign Disclosure Report Codes */
2089
- | "EER"
2090
- /**
2091
- * New York City Lobbyist Report Codes */
2092
- | "EES"
2093
- /**
2094
- * Automotive Aftermarket Industry Association (AAIA) Emission Code */
2095
- | "EMC"
2096
- /**
2097
- * Equipment Request Codes */
2098
- | "EQR"
2099
- /**
2100
- * Electrostatic Discharge Code */
2101
- | "ESC"
2102
- /**
2103
- * Equipment Status Lookup */
2104
- | "ESL"
2105
- /**
2106
- * Estimate Type Lookup */
2107
- | "ETL"
2108
- /**
2109
- * Evaluate Work Candidate Lookup */
2110
- | "EWC"
2111
- /**
2112
- * Evaluate Work Candidate Reason Lookup */
2113
- | "EWR"
2114
- /**
2115
- * Export Declaration */
2116
- | "EXD"
2117
- /**
2118
- * Fannie Mae Refinance Plan Code */
2119
- | "FAP"
2120
- /**
2121
- * Federal Communication, Control and Security Code List 1 */
2122
- | "FC1"
2123
- /**
2124
- * Federal Finance Code List 1 */
2125
- | "FF1"
2126
- /**
2127
- * Federal Health Care Code List 1 */
2128
- | "FH1"
2129
- /**
2130
- * Financial Inventory Report Code */
2131
- | "FIR"
2132
- /**
2133
- * Federal Logistics Code List 1 */
2134
- | "FL1"
2135
- /**
2136
- * Former Major Organizational Entity Rule Number */
2137
- | "FMO"
2138
- /**
2139
- * Foreign Military Sales and Military Assistance Program Grant Aid Type of Assistance/Financing Code */
2140
- | "FMS"
2141
- /**
2142
- * Federal Procurement Code List 1 */
2143
- | "FP1"
2144
- /**
2145
- * Freddie Mac Refinance Plan Code */
2146
- | "FRP"
2147
- /**
2148
- * Federal Transportation Code List 1 */
2149
- | "FT1"
2150
- /**
2151
- * Hazardous Response Codes */
2152
- | "HRC"
2153
- /**
2154
- * Association of American Railroads Standard Transportation Commodity Code Description Qualifier */
2155
- | "HZR"
2156
- /**
2157
- * Insurance Business Process Application Error Code */
2158
- | "IBP"
2159
- /**
2160
- * Item Management Code */
2161
- | "IMC"
2162
- /**
2163
- * Impact Recorder Code */
2164
- | "IMP"
2165
- /**
2166
- * Intra-Navy Disposal Release Order Reject Advice Code */
2167
- | "IND"
2168
- /**
2169
- * Impact Axis or Analog Port Code */
2170
- | "IPA"
2171
- /**
2172
- * Issue, Repair and Requisition Code */
2173
- | "IRR"
2174
- /**
2175
- * Imbalance Reporting Type */
2176
- | "IRT"
2177
- /**
2178
- * Job Characteristics Lookup */
2179
- | "JCL"
2180
- /**
2181
- * Job Originator Lookup */
2182
- | "JOL"
2183
- /**
2184
- * Key Event Lookup */
2185
- | "KYL"
2186
- /**
2187
- * Line of Authority */
2188
- | "LIN"
2189
- /**
2190
- * Location Indicator */
2191
- | "LOC"
2192
- /**
2193
- * Logical Observation Identifier Names and Codes (LOINC) Codes */
2194
- | "LOI"
2195
- /**
2196
- * Legal Structure Code */
2197
- | "LSC"
2198
- /**
2199
- * Material Management Aggregation Code */
2200
- | "MAC"
2201
- /**
2202
- * Material Control Code */
2203
- | "MCC"
2204
- /**
2205
- * Generator Set Mounting Code */
2206
- | "MCD"
2207
- /**
2208
- * Method of Completion Code */
2209
- | "MEC"
2210
- /**
2211
- * Mechanization of Contract Administration Services (MOCAS) System Error Code */
2212
- | "MOC"
2213
- /**
2214
- * Major Organizational Entity Rule Number */
2215
- | "MOE"
2216
- /**
2217
- * Maximum Rate Indicator */
2218
- | "MRI"
2219
- /**
2220
- * Nomenclature Activity Classification Economy (NACE) Code */
2221
- | "NAC"
2222
- /**
2223
- * Norme Activite Francaise (NAF) Code */
2224
- | "NAF"
2225
- /**
2226
- * Non-Approved Item Name */
2227
- | "NAN"
2228
- /**
2229
- * Nature of Suit */
2230
- | "NAS"
2231
- /**
2232
- * National Drug Code (NDC) */
2233
- | "NDC"
2234
- /**
2235
- * Non-Induction Reason Code */
2236
- | "NIR"
2237
- /**
2238
- * Automotive Aftermarket Industry Association (AAIA) National Popularity Code */
2239
- | "NPC"
2240
- /**
2241
- * National Uniform Billing Committee (NUBC) Revenue Codes */
2242
- | "NUB"
2243
- /**
2244
- * Pseudo Closure Reason Code */
2245
- | "PCR"
2246
- /**
2247
- * Pre-determined Allocation (PDA) Transaction Type Code */
2248
- | "PDA"
2249
- /**
2250
- * Petroleum United States Geological Survey (USGS) Formation Code */
2251
- | "PGS"
2252
- /**
2253
- * Phrase Code */
2254
- | "PHC"
2255
- /**
2256
- * Petroleum Bill Type */
2257
- | "PIT"
2258
- /**
2259
- * Petroleum Land Category */
2260
- | "PLC"
2261
- /**
2262
- * Petroleum Lease Status */
2263
- | "PLS"
2264
- /**
2265
- * Part of Body and Nature of Injury */
2266
- | "POB"
2267
- /**
2268
- * Petroleum Product Disposition */
2269
- | "PPD"
2270
- /**
2271
- * Petroleum Product Point-of-Sale */
2272
- | "PPP"
2273
- /**
2274
- * Petroleum Product Selling Arrangement */
2275
- | "PPS"
2276
- /**
2277
- * Petroleum Product Value Adjustment */
2278
- | "PPV"
2279
- /**
2280
- * Petroleum Quantity Allocations Code */
2281
- | "PQA"
2282
- /**
2283
- * Petroleum Royalty Adjustment */
2284
- | "PRA"
2285
- /**
2286
- * Petroleum Royalty Calculation Method */
2287
- | "PRC"
2288
- /**
2289
- * Processing Rights Indicator */
2290
- | "PRI"
2291
- /**
2292
- * Petroleum Regulatory Report */
2293
- | "PRR"
2294
- /**
2295
- * Petroleum Royalty Transaction */
2296
- | "PRT"
2297
- /**
2298
- * Petroleum Well Action */
2299
- | "PWA"
2300
- /**
2301
- * Petroleum Well Information */
2302
- | "PWI"
2303
- /**
2304
- * Petroleum Well Shut-In Reason */
2305
- | "PWR"
2306
- /**
2307
- * Petroleum Well Classification Status */
2308
- | "PWS"
2309
- /**
2310
- * Petroleum Well Test Information */
2311
- | "PWT"
2312
- /**
2313
- * Product Quality Deficiency Report Summary Code */
2314
- | "QDR"
2315
- /**
2316
- * Receipt Acceptance Site Code */
2317
- | "RAS"
2318
- /**
2319
- * Registered Contractor Activity Code */
2320
- | "RCA"
2321
- /**
2322
- * Race or Ethnicity Collection Code */
2323
- | "REC"
2324
- /**
2325
- * Reduction Reason Code */
2326
- | "RED"
2327
- /**
2328
- * Association of American Railroads Rate EDI Network Error Code */
2329
- | "REN"
2330
- /**
2331
- * Classification of Race or Ethnicity */
2332
- | "RET"
2333
- /**
2334
- * Reference Number Format Code */
2335
- | "RFC"
2336
- /**
2337
- * Reference Number Justification Code */
2338
- | "RJC"
2339
- /**
2340
- * Receipt Scheduling Status */
2341
- | "RSS"
2342
- /**
2343
- * Registration Type Code */
2344
- | "RTC"
2345
- /**
2346
- * Refrigeration Unit Operating Mode Code */
2347
- | "RUM"
2348
- /**
2349
- * Reference Number Variation Code */
2350
- | "RVC"
2351
- /**
2352
- * Stock Action/Technical Information Code */
2353
- | "SAT"
2354
- /**
2355
- * Statistic Bundes Amt (SBA) Code */
2356
- | "SBA"
2357
- /**
2358
- * Subsequent Cycle Indicator */
2359
- | "SCI"
2360
- /**
2361
- * Stock Exchange Code */
2362
- | "SEC"
2363
- /**
2364
- * Settlement Type */
2365
- | "SET"
2366
- /**
2367
- * Safety Hazard Lookup */
2368
- | "SHL"
2369
- /**
2370
- * Accident Resulting Change Code */
2371
- | "SHM"
2372
- /**
2373
- * Active Mitigation Consideration Code */
2374
- | "SHN"
2375
- /**
2376
- * Activity Methods Code */
2377
- | "SHO"
2378
- /**
2379
- * Analytical Method Code */
2380
- | "SHP"
2381
- /**
2382
- * Atmospheric Stability Class Code */
2383
- | "SHQ"
2384
- /**
2385
- * Basis of Estimate Code */
2386
- | "SHR"
2387
- /**
2388
- * Certification Code */
2389
- | "SHS"
2390
- /**
2391
- * Contributing Factor Code */
2392
- | "SHT"
2393
- /**
2394
- * Control Device Type Code */
2395
- | "SHU"
2396
- /**
2397
- * Design/Standard Code */
2398
- | "SHV"
2399
- /**
2400
- * Device Classification Code */
2401
- | "SHW"
2402
- /**
2403
- * Discharge Indicator Code */
2404
- | "SHX"
2405
- /**
2406
- * Discharge Quantity Range Code */
2407
- | "SHY"
2408
- /**
2409
- * Non-Reportable Discharge Indicator Code */
2410
- | "SHZ"
2411
- /**
2412
- * Emergency Response Regulation/Statute Code */
2413
- | "SIA"
2414
- /**
2415
- * Emission Factor Type Code */
2416
- | "SIB"
2417
- /**
2418
- * Emission Release Point Type Code */
2419
- | "SIC"
2420
- /**
2421
- * Emission Source Type Code */
2422
- | "SID"
2423
- /**
2424
- * Emission Type Code */
2425
- | "SIE"
2426
- /**
2427
- * Emission Unit Type Code */
2428
- | "SIF"
2429
- /**
2430
- * Endpoint Code */
2431
- | "SIG"
2432
- /**
2433
- * Environment Code */
2434
- | "SIH"
2435
- /**
2436
- * Environmental Program Type Code */
2437
- | "SII"
2438
- /**
2439
- * Environmental Receptor Code */
2440
- | "SIJ"
2441
- /**
2442
- * Facility Category Code */
2443
- | "SIK"
2444
- /**
2445
- * Facility Status Code */
2446
- | "SIL"
2447
- /**
2448
- * Factor Calculation Method Code */
2449
- | "SIM"
2450
- /**
2451
- * Frequency of Analysis Code */
2452
- | "SIN"
2453
- /**
2454
- * Generator Status Code */
2455
- | "SIO"
2456
- /**
2457
- * Geometric Type Code */
2458
- | "SIP"
2459
- /**
2460
- * Hazardous Waste Form Code */
2461
- | "SIQ"
2462
- /**
2463
- * Horizontal Datum Code */
2464
- | "SIR"
2465
- /**
2466
- * Information System Code */
2467
- | "SIS"
2468
- /**
2469
- * Initiating Event Code */
2470
- | "SIT"
2471
- /**
2472
- * Inventory Quantity Range Code */
2473
- | "SIU"
2474
- /**
2475
- * Latitude/Longitude Source Code */
2476
- | "SIV"
2477
- /**
2478
- * Latitude/Longitude Verification Code */
2479
- | "SIW"
2480
- /**
2481
- * Location Description Code */
2482
- | "SIX"
2483
- /**
2484
- * Major Hazard Code */
2485
- | "SIY"
2486
- /**
2487
- * Manufacturing Code */
2488
- | "SIZ"
2489
- /**
2490
- * Material Classification Code */
2491
- | "SJA"
2492
- /**
2493
- * Material Code */
2494
- | "SJB"
2495
- /**
2496
- * Maximum Achievable Control Technology Code */
2497
- | "SJC"
2498
- /**
2499
- * Method of Collection Code */
2500
- | "SJD"
2501
- /**
2502
- * Mitigation System Code */
2503
- | "SJE"
2504
- /**
2505
- * Model Used Code */
2506
- | "SJF"
2507
- /**
2508
- * Monitoring/Detection System Code */
2509
- | "SJG"
2510
- /**
2511
- * Monitoring Location Code */
2512
- | "SJH"
2513
- /**
2514
- * Non-Generating Waste Code */
2515
- | "SJI"
2516
- /**
2517
- * Off-Site Availability Code */
2518
- | "SJJ"
2519
- /**
2520
- * Off-Site Impact Code */
2521
- | "SJK"
2522
- /**
2523
- * On-Site Impact Code */
2524
- | "SJL"
2525
- /**
2526
- * On-Site Process System Type Code */
2527
- | "SJM"
2528
- /**
2529
- * Origin Code */
2530
- | "SJN"
2531
- /**
2532
- * Parameter Code */
2533
- | "SJO"
2534
- /**
2535
- * Passive Mitigation Consideration Code */
2536
- | "SJP"
2537
- /**
2538
- * Permit Compliance Status Code */
2539
- | "SJQ"
2540
- /**
2541
- * Physical State Code */
2542
- | "SJR"
2543
- /**
2544
- * Point of Measurement Code */
2545
- | "SJS"
2546
- /**
2547
- * Preservative Code */
2548
- | "SJT"
2549
- /**
2550
- * Process Code */
2551
- | "SJU"
2552
- /**
2553
- * Process Control Code */
2554
- | "SJV"
2555
- /**
2556
- * Process Hazard Analysis Update Resulting Change Code */
2557
- | "SJW"
2558
- /**
2559
- * Process Hazards Analysis Technique Code */
2560
- | "SJX"
2561
- /**
2562
- * Public Receptor Code */
2563
- | "SJY"
2564
- /**
2565
- * Range of Concentration Code */
2566
- | "SJZ"
2567
- /**
2568
- * Recovery Method Code */
2569
- | "SKA"
2570
- /**
2571
- * Recycling Method Code */
2572
- | "SKB"
2573
- /**
2574
- * Release Event Code */
2575
- | "SKC"
2576
- /**
2577
- * Release Source Code */
2578
- | "SKD"
2579
- /**
2580
- * Reliability Indicator Code */
2581
- | "SKE"
2582
- /**
2583
- * Rule Effectiveness Method Code */
2584
- | "SKF"
2585
- /**
2586
- * Sample Type Code */
2587
- | "SKG"
2588
- /**
2589
- * Scenario Code */
2590
- | "SKH"
2591
- /**
2592
- * Site Location Code */
2593
- | "SKI"
2594
- /**
2595
- * Source Category Code */
2596
- | "SKJ"
2597
- /**
2598
- * Source of Waste Generation Code */
2599
- | "SKK"
2600
- /**
2601
- * Source Reduction Activity Code */
2602
- | "SKL"
2603
- /**
2604
- * System Type Code */
2605
- | "SKM"
2606
- /**
2607
- * Time Period Code */
2608
- | "SKN"
2609
- /**
2610
- * Topography Code */
2611
- | "SKO"
2612
- /**
2613
- * Transfer Quantity Range Code */
2614
- | "SKP"
2615
- /**
2616
- * Type of Competency Testing Code */
2617
- | "SKQ"
2618
- /**
2619
- * Type of Training Code */
2620
- | "SKR"
2621
- /**
2622
- * Type of Waste Management Code */
2623
- | "SKS"
2624
- /**
2625
- * Use Code */
2626
- | "SKT"
2627
- /**
2628
- * Waste Emanation Code */
2629
- | "SKU"
2630
- /**
2631
- * Waste Management Status Code */
2632
- | "SKV"
2633
- /**
2634
- * Waste Stream Code */
2635
- | "SKW"
2636
- /**
2637
- * Waste Treatment Method Code */
2638
- | "SKX"
2639
- /**
2640
- * Wind Direction Code */
2641
- | "SKY"
2642
- /**
2643
- * Unit of Measure Code */
2644
- | "SKZ"
2645
- /**
2646
- * Shelf-Life Action Code */
2647
- | "SLA"
2648
- /**
2649
- * Scheduling Status */
2650
- | "SLS"
2651
- /**
2652
- * Statement Basis */
2653
- | "SMB"
2654
- /**
2655
- * Special Material Content Code */
2656
- | "SMC"
2657
- /**
2658
- * Sample Device */
2659
- | "SMD"
2660
- /**
2661
- * Special Material Identification Code */
2662
- | "SMI"
2663
- /**
2664
- * Sample Type */
2665
- | "SMT"
2666
- /**
2667
- * Special Dating */
2668
- | "SPE"
2669
- /**
2670
- * Special Requirement Lookup */
2671
- | "SRL"
2672
- /**
2673
- * Supplemental Reduction Reason */
2674
- | "SRR"
2675
- /**
2676
- * Storage Report Type */
2677
- | "SRT"
2678
- /**
2679
- * Supply Status Code */
2680
- | "SSC"
2681
- /**
2682
- * Association of American Railroads Standard Transportation Commodity Code Master Description Information */
2683
- | "STC"
2684
- /**
2685
- * Forward and Store Application Error Edit Codes */
2686
- | "STF"
2687
- /**
2688
- * Solicited/Unsolicited Indicator */
2689
- | "SUI"
2690
- /**
2691
- * Service Code */
2692
- | "SVC"
2693
- /**
2694
- * Association of American Railroads Switch Release Codes */
2695
- | "SWR"
2696
- /**
2697
- * Commercial Vehicle Operations Safety Code */
2698
- | "T00"
2699
- /**
2700
- * Data Categories */
2701
- | "T01"
2702
- /**
2703
- * Event Codes */
2704
- | "T02"
2705
- /**
2706
- * Operation Type */
2707
- | "T03"
2708
- /**
2709
- * Accident Parameters */
2710
- | "T04"
2711
- /**
2712
- * Inspection Parameters */
2713
- | "T05"
2714
- /**
2715
- * Driver Parameters */
2716
- | "T06"
2717
- /**
2718
- * View Parameters */
2719
- | "T07"
2720
- /**
2721
- * Vehicle Parameters */
2722
- | "T08"
2723
- /**
2724
- * Fleet Parameters */
2725
- | "T09"
2726
- /**
2727
- * Query Options */
2728
- | "T10"
2729
- /**
2730
- * Jurisdiction Type */
2731
- | "T11"
2732
- /**
2733
- * Single State Registration System and Operating Authority Credential */
2734
- | "T12"
2735
- /**
2736
- * Commercial Vehicle Operations Insurance */
2737
- | "T13"
2738
- /**
2739
- * Commercial Vehicle Registration */
2740
- | "T14"
2741
- /**
2742
- * Hazardous Materials Credential */
2743
- | "T15"
2744
- /**
2745
- * Oversize/Overweight Credential */
2746
- | "T16"
2747
- /**
2748
- * Commercial Vehicle Tax */
2749
- | "T17"
2750
- /**
2751
- * Commercial Vehicle Title */
2752
- | "T18"
2753
- /**
2754
- * Commercial Driver's License */
2755
- | "T19"
2756
- /**
2757
- * Commercial Vehicle Type */
2758
- | "T20"
2759
- /**
2760
- * Commercial Vehicle Operations Status Code */
2761
- | "T21"
2762
- /**
2763
- * Safety and Fitness Electronic Record Systems Subscription Option */
2764
- | "T22"
2765
- /**
2766
- * Commercial Vehicle Operations Commodity Code */
2767
- | "T23"
2768
- /**
2769
- * Commercial Vehicle Operations Hazardous Material Code */
2770
- | "T24"
2771
- /**
2772
- * Safety and Fitness Electronic Record Systems Error Code */
2773
- | "T25"
2774
- /**
2775
- * Commercial Vehicle Operations Jurisdiction Identifier Code */
2776
- | "T26"
2777
- /**
2778
- * Compliance Review Code */
2779
- | "T27"
2780
- /**
2781
- * Incident Condition Code */
2782
- | "T28"
2783
- /**
2784
- * Incident Related Action Code */
2785
- | "T29"
2786
- /**
2787
- * Incident Location Code */
2788
- | "T30"
2789
- /**
2790
- * Incident Consequence Code */
2791
- | "T31"
2792
- /**
2793
- * Road Characteristic Code */
2794
- | "T32"
2795
- /**
2796
- * Vehicle Occupant Code */
2797
- | "T33"
2798
- /**
2799
- * Package Failure Code */
2800
- | "T34"
2801
- /**
2802
- * Pedestrian Code */
2803
- | "T35"
2804
- /**
2805
- * Collision Industry Electronic Commerce Association (CIECA) - Totals Code List */
2806
- | "TCD"
2807
- /**
2808
- * Template Characteristic Lookup */
2809
- | "TCL"
2810
- /**
2811
- * Tax or Fee Exemption Reason Code */
2812
- | "TFR"
2813
- /**
2814
- * Template Owner Lookup */
2815
- | "TOL"
2816
- /**
2817
- * Template Type Lookup */
2818
- | "TTL"
2819
- /**
2820
- * Unique Item Tracking Error Reject Code */
2821
- | "UER"
2822
- /**
2823
- * Urgency Justification Code */
2824
- | "UJC"
2825
- /**
2826
- * (UN/SPSC) United Nations Products and Services Classification Code */
2827
- | "UNP"
2828
- /**
2829
- * Unclaimed Property Additions, Deletions, and Deductions Codes */
2830
- | "UPC"
2831
- /**
2832
- * Unclaimed Property Type Code */
2833
- | "UPT"
2834
- /**
2835
- * Unique Item Tracking Transaction Code */
2836
- | "UTC"
2837
- /**
2838
- * Validation Code */
2839
- | "VAL"
2840
- /**
2841
- * When Discovered Lookup */
2842
- | "WDL"
2843
- /**
2844
- * Automotive Aftermarket Industry Association (AAIA) Warranty Code */
2845
- | "WRC"
2846
- /**
2847
- * Weapon System Designator Code */
2848
- | "WSD"
2849
- /**
2850
- * Correction To Cause Code */
2851
- | "CCC"
2852
- /**
2853
- * Confirming Party Role */
2854
- | "COR"
2855
- /**
2856
- * Hazardous Material Content Code */
2857
- | "HMC"
2858
- /**
2859
- * Weapon System Transaction Origination Code */
2860
- | "TOC"
2861
- /**
2862
- * Weapon System Advice Code */
2863
- | "WAC"
2864
- /**
2865
- * Weapon System Essentiality Code */
2866
- | "WEC"
2867
- /**
2868
- * Weapon System Status Code */
2869
- | "WSC"
2870
- /**
2871
- * Weapon System Maintenance Code */
2872
- | "WSM"
2873
- /**
2874
- * Threaded Rank */
2875
- | "R5"
2876
- /**
2877
- * Cause Code */
2878
- | "DCC"
2879
- /**
2880
- * Delivery Priority Code */
2881
- | "DPC"
2882
- /**
2883
- * Issue Priority Group */
2884
- | "IPG"
2885
- /**
2886
- * Manager Forced Directed Action */
2887
- | "MFD"
2888
- /**
2889
- * Planning Code Lookup */
2890
- | "PCL"
2891
- /**
2892
- * Reference Number Category Code */
2893
- | "RNC"
2894
- /**
2895
- * Replenishment Demand Information */
2896
- | "RPQ"
2897
- /**
2898
- * Retail Demand Information */
2899
- | "RQI"
2900
- /**
2901
- * Type of Change Code */
2902
- | "TC1"
2903
- /**
2904
- * Discrepancy Report Type Code */
2905
- | "TDC"
2906
- /**
2907
- * Technical Data Justification Code */
2908
- | "TDJ"
2909
- /**
2910
- * Unique Item Tracking Designator Code */
2911
- | "UDC"
2912
- /**
2913
- * Location Capacity Flow Indicator */
2914
- | "LCF"
2915
- /**
2916
- * Invoice Notes Code */
2917
- | "NCD"
2918
- /**
2919
- * Reference Partial Descriptive Method Reason Code */
2920
- | "MRC"
2921
- /**
2922
- * Reason for Movement Code */
2923
- | "RFM"
2924
- /**
2925
- * Reason for Reversal Code */
2926
- | "RRC"
2927
- /**
2928
- * Exchange Price Indicator */
2929
- | "EPI"
2930
- /**
2931
- * Export Control Classification Number (ECCN) */
2932
- | "EXP"
2933
- /**
2934
- * Accounting Error Classification Code */
2935
- | "ACC"
2936
- /**
2937
- * Army Edit Action Code */
2938
- | "AEA"
2939
- /**
2940
- * Authorized Overrun Indicator */
2941
- | "AOR"
2942
- /**
2943
- * Carcass Tracking Code */
2944
- | "CTC"
2945
- /**
2946
- * Document Number Requirement Type */
2947
- | "DNT"
2948
- /**
2949
- * Interruptible Transportation Indicator */
2950
- | "ITI"
2951
- /**
2952
- * Location Purpose Code */
2953
- | "LPC"
2954
- /**
2955
- * Location Quantity Type Indicator */
2956
- | "LQT"
2957
- /**
2958
- * Security Assistance Document Number Requirement Type Code */
2959
- | "SAD"
2960
- /**
2961
- * Stockage List Code */
2962
- | "SLC"
2963
- /**
2964
- * Asset Reclassification Denial Code */
2965
- | "ARD"
2966
- /**
2967
- * Causative Research Indicator Code */
2968
- | "CRI"
2969
- /**
2970
- * Equipment Repair Condition Code */
2971
- | "ERC"
2972
- /**
2973
- * Equipment Repair Job Code */
2974
- | "ERJ"
2975
- /**
2976
- * Equipment Repair Location Code */
2977
- | "ERL"
2978
- /**
2979
- * Equipment Repair Responsibility Code */
2980
- | "ERR"
2981
- /**
2982
- * Equipment Why Made Code */
2983
- | "EWM"
2984
- /**
2985
- * No Balance Affecting Transactions */
2986
- | "NBA"
2987
- /**
2988
- * National Geospatial-Intelligence Agency (NGA) Product Code */
2989
- | "NGC"
2990
- /**
2991
- * Submitter's Priority Designator */
2992
- | "SPD"
2993
- /**
2994
- * UMLER Body Type */
2995
- | "UBT"
2996
- /**
2997
- * UMLER Fitting Code */
2998
- | "UFC"
2999
- /**
3000
- * Allocation Rank Level */
3001
- | "ARL"
3002
- /**
3003
- * Bureau of Labor Statistics Standardized Occupational Codes */
3004
- | "BUR"
3005
- /**
3006
- * International Classification of Functioning Disability and Health (ICF) */
3007
- | "ICF"
3008
- /**
3009
- * Limit Type */
3010
- | "LMT"
3011
- /**
3012
- * Swing Fuel Option Indicator */
3013
- | "SFO"
3014
- /**
3015
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Diagnosis */
3016
- | "BBF"
3017
- /**
3018
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Admitting Diagnosis */
3019
- | "BBJ"
3020
- /**
3021
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Principal Diagnosis */
3022
- | "BBK"
3023
- /**
3024
- * International Classification of Diseases Clinical Modification (ICD-11-CM) External Cause of Injury Code */
3025
- | "BBN"
3026
- /**
3027
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Diagnosis Encountered During Examination and Investigation of Individuals and Populations Code */
3028
- | "BBU"
3029
- /**
3030
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Vaccination, Innoculation or Isolation Code */
3031
- | "BBV"
3032
- /**
3033
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Primary Diagnosis */
3034
- | "BDD"
3035
- /**
3036
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Patient's Reason for Visit */
3037
- | "BPR"
3038
- /**
3039
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Secondary Diagnosis */
3040
- | "BSD"
3041
- /**
3042
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Tertiary Diagnosis */
3043
- | "BTD"
3044
- /**
3045
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Other Procedure Codes */
3046
- | "CBQ"
3047
- /**
3048
- * International Classification of Diseases Clinical Modification (ICD-11-CM) Principal Procedure Codes */
3049
- | "CBR"
3050
- /**
3051
- * All Patient, Severity-Adjusted DRGs (APS-DRG) */
3052
- | "DAP"
3053
- /**
3054
- * Medicare DRG (CMS-DRG & MS-DRG) */
3055
- | "DCM"
3056
- /**
3057
- * Disposition Category Change Reject Reason Code */
3058
- | "DCR"
3059
- /**
3060
- * Disposition Sub-Category Code */
3061
- | "DCS"
3062
- /**
3063
- * Disposition Category Code */
3064
- | "DCT"
3065
- /**
3066
- * International-Refined DRGs (IR-DRG) */
3067
- | "DIR"
3068
- /**
3069
- * Long Term Care DRG - LTC-DRG */
3070
- | "DLT"
3071
- /**
3072
- * Demilitarization Integrity Code */
3073
- | "DMI"
3074
- /**
3075
- * Refined DRGs (R-DRG) */
3076
- | "DRD"
3077
- /**
3078
- * Disposition Services Customer Type Code */
3079
- | "DSC"
3080
- /**
3081
- * Severity DRGs (S-DRG) */
3082
- | "DSD"
3083
- /**
3084
- * Disposition Services Indicator Code */
3085
- | "DSI"
3086
- /**
3087
- * Place of Service Code */
3088
- | "POS"
3089
- /**
3090
- * Downstream Transaction Type */
3091
- | "TTD"
3092
- /**
3093
- * Upstream Transaction Type */
3094
- | "TTU"
3095
- /**
3096
- * Insurance Industry Specific Remark Codes */
3097
- | "RM"
3098
- /**
3099
- * All Quantity Available Indicator */
3100
- | "AQA"
3101
- /**
3102
- * Freight Bill Application Error Edit Codes */
3103
- | "FRT"
3104
- /**
3105
- * Demilitarization Performed Code */
3106
- | "DMP"
3107
- /**
3108
- * Disposition Services Reimbursement Code */
3109
- | "DRS"
3110
- /**
3111
- * Nomination Capacity Exceeded Indicator */
3112
- | "NCE"
3113
- /**
3114
- * Enhanced Ambulatory Patient Groups (EAPG) */
3115
- | "EP"
3116
- /**
3117
- * Service Requester Agent Indicator */
3118
- | "SRA"
3119
- /**
3120
- * Demand Planning Status Code */
3121
- | "DV"
3122
- /**
3123
- * List of DoD Accounting Requirements Codes. */
3124
- | "ACS"
3125
- /**
3126
- * List of DoD Asset Category Codes */
3127
- | "ACT"
3128
- /**
3129
- * List of DoD Controlled Item Codes. */
3130
- | "ACU"
3131
- /**
3132
- * List of DoD Expendability, Recoverability, Reparability Category (ERRC) Codes. */
3133
- | "ACV"
3134
- /**
3135
- * List of DoD Fiduciary Depreciation Method Codes */
3136
- | "ACW"
3137
- /**
3138
- * List of DoD National Item Identification Number (NIIN) Status Codes */
3139
- | "ACX"
3140
- /**
3141
- * Add code ACY, 'List of DoD (Army) Recoverability Codes' */
3142
- | "ACY"
3143
- /**
3144
- * List of DoD Reportable Item Control Codes (RICC) */
3145
- | "ACZ"
3146
- /**
3147
- * List of DoD Storage Requirement Codes */
3148
- | "AD1"
3149
- /**
3150
- * List of DoD Temperature Controlled Codes */
3151
- | "AD2"
3152
- /**
3153
- * List of DoD Asset Type Codes */
3154
- | "AD3"
3155
- /**
3156
- * List of DoD Utilization Measure Codes */
3157
- | "AD4"
3158
- /**
3159
- * List of codes identifying DoD Distribution Services Terms of Sale. */
3160
- | "DTS"
3161
- /**
3162
- * List of codes identifying DoD Mapping Product Procurement Types. */
3163
- | "MPP"
3164
- /**
3165
- * List of codes identifying DoD Mapping Product Types. */
3166
- | "MPT"
3167
- /**
3168
- * List of DoD Nonconsumable Item Material Support Codes (NIMSC) */
3169
- | "NMS"
3170
- /**
3171
- * List of codes identifying DoD Serialized Report Type Codes. */
3172
- | "SRC";
3173
- export declare const CodeListQualifierCode: {
3174
- readonly C0: "0";
3175
- readonly C1: "1";
3176
- readonly C2: "2";
3177
- readonly C3: "3";
3178
- readonly C4: "4";
3179
- readonly C5: "5";
3180
- readonly C7: "7";
3181
- readonly C8: "8";
3182
- readonly C10: "10";
3183
- readonly C11: "11";
3184
- readonly C12: "12";
3185
- readonly C13: "13";
3186
- readonly C14: "14";
3187
- readonly C15: "15";
3188
- readonly C16: "16";
3189
- readonly C17: "17";
3190
- readonly C18: "18";
3191
- readonly C19: "19";
3192
- readonly C20: "20";
3193
- readonly C21: "21";
3194
- readonly C22: "22";
3195
- readonly C23: "23";
3196
- readonly C24: "24";
3197
- readonly C25: "25";
3198
- readonly C26: "26";
3199
- readonly C27: "27";
3200
- readonly C28: "28";
3201
- readonly C29: "29";
3202
- readonly C30: "30";
3203
- readonly C31: "31";
3204
- readonly C32: "32";
3205
- readonly C33: "33";
3206
- readonly C34: "34";
3207
- readonly C35: "35";
3208
- readonly C36: "36";
3209
- readonly C37: "37";
3210
- readonly C38: "38";
3211
- readonly C39: "39";
3212
- readonly C40: "40";
3213
- readonly C41: "41";
3214
- readonly C42: "42";
3215
- readonly C43: "43";
3216
- readonly C44: "44";
3217
- readonly C45: "45";
3218
- readonly C46: "46";
3219
- readonly C47: "47";
3220
- readonly C48: "48";
3221
- readonly C49: "49";
3222
- readonly C50: "50";
3223
- readonly C52: "52";
3224
- readonly C53: "53";
3225
- readonly C54: "54";
3226
- readonly C55: "55";
3227
- readonly C56: "56";
3228
- readonly C57: "57";
3229
- readonly C58: "58";
3230
- readonly C59: "59";
3231
- readonly C60: "60";
3232
- readonly C61: "61";
3233
- readonly C62: "62";
3234
- readonly C63: "63";
3235
- readonly C65: "65";
3236
- readonly C66: "66";
3237
- readonly C67: "67";
3238
- readonly C68: "68";
3239
- readonly C69: "69";
3240
- readonly C71: "71";
3241
- readonly C72: "72";
3242
- readonly C73: "73";
3243
- readonly C74: "74";
3244
- readonly C75: "75";
3245
- readonly C78: "78";
3246
- readonly C79: "79";
3247
- readonly C80: "80";
3248
- readonly C81: "81";
3249
- readonly C82: "82";
3250
- readonly C83: "83";
3251
- readonly C84: "84";
3252
- readonly C85: "85";
3253
- readonly C87: "87";
3254
- readonly C88: "88";
3255
- readonly C89: "89";
3256
- readonly C90: "90";
3257
- readonly C91: "91";
3258
- readonly C92: "92";
3259
- readonly C93: "93";
3260
- readonly C94: "94";
3261
- readonly C95: "95";
3262
- readonly C96: "96";
3263
- readonly C97: "97";
3264
- readonly C98: "98";
3265
- readonly C99: "99";
3266
- readonly C100: "100";
3267
- readonly C101: "101";
3268
- readonly C102: "102";
3269
- readonly C103: "103";
3270
- readonly C104: "104";
3271
- readonly C105: "105";
3272
- readonly C106: "106";
3273
- readonly C107: "107";
3274
- readonly C108: "108";
3275
- readonly C109: "109";
3276
- readonly Ca: "A";
3277
- readonly Cb: "B";
3278
- readonly Cc: "C";
3279
- readonly Cd: "D";
3280
- readonly Ce: "E";
3281
- readonly Cf: "F";
3282
- readonly Cg: "G";
3283
- readonly Ch: "H";
3284
- readonly Ci: "I";
3285
- readonly Cj: "J";
3286
- readonly Ck: "K";
3287
- readonly Cl: "L";
3288
- readonly Cm: "M";
3289
- readonly Cn: "N";
3290
- readonly Co: "O";
3291
- readonly Cp: "P";
3292
- readonly Cq: "Q";
3293
- readonly Cr: "R";
3294
- readonly Cs: "S";
3295
- readonly Ct: "T";
3296
- readonly Cu: "U";
3297
- readonly Cv: "V";
3298
- readonly Cw: "W";
3299
- readonly Cx: "X";
3300
- readonly Cy: "Y";
3301
- readonly Cz: "Z";
3302
- readonly Ca1: "A1";
3303
- readonly Ca2: "A2";
3304
- readonly Ca3: "A3";
3305
- readonly Ca4: "A4";
3306
- readonly Ca5: "A5";
3307
- readonly Ca6: "A6";
3308
- readonly Ca7: "A7";
3309
- readonly Ca8: "A8";
3310
- readonly Ca9: "A9";
3311
- readonly Caa: "AA";
3312
- readonly Cab: "AB";
3313
- readonly Cac: "AC";
3314
- readonly Cad: "AD";
3315
- readonly Cae: "AE";
3316
- readonly Caf: "AF";
3317
- readonly Cag: "AG";
3318
- readonly Cah: "AH";
3319
- readonly Cai: "AI";
3320
- readonly Caj: "AJ";
3321
- readonly Cak: "AK";
3322
- readonly Cal: "AL";
3323
- readonly Cam: "AM";
3324
- readonly Can: "AN";
3325
- readonly Cao: "AO";
3326
- readonly Caq: "AQ";
3327
- readonly Car: "AR";
3328
- readonly Cas: "AS";
3329
- readonly Cat: "AT";
3330
- readonly Cau: "AU";
3331
- readonly Cav: "AV";
3332
- readonly Caw: "AW";
3333
- readonly Cax: "AX";
3334
- readonly Cay: "AY";
3335
- readonly Caz: "AZ";
3336
- readonly Cba: "BA";
3337
- readonly Cbb: "BB";
3338
- readonly Cbc: "BC";
3339
- readonly Cbd: "BD";
3340
- readonly Cbe: "BE";
3341
- readonly Cbf: "BF";
3342
- readonly Cbg: "BG";
3343
- readonly Cbh: "BH";
3344
- readonly Cbi: "BI";
3345
- readonly Cbj: "BJ";
3346
- readonly Cbk: "BK";
3347
- readonly Cbl: "BL";
3348
- readonly Cbn: "BN";
3349
- readonly Cbo: "BO";
3350
- readonly Cbp: "BP";
3351
- readonly Cbq: "BQ";
3352
- readonly Cbr: "BR";
3353
- readonly Cbs: "BS";
3354
- readonly Cbt: "BT";
3355
- readonly Cbu: "BU";
3356
- readonly Cbv: "BV";
3357
- readonly Cbw: "BW";
3358
- readonly Cbx: "BX";
3359
- readonly Cby: "BY";
3360
- readonly Cbz: "BZ";
3361
- readonly Cc1: "C1";
3362
- readonly Cc2: "C2";
3363
- readonly Cc3: "C3";
3364
- readonly Cca: "CA";
3365
- readonly Ccb: "CB";
3366
- readonly Ccc: "CC";
3367
- readonly Ccd: "CD";
3368
- readonly Cce: "CE";
3369
- readonly Ccf: "CF";
3370
- readonly Ccg: "CG";
3371
- readonly Cch: "CH";
3372
- readonly Cci: "CI";
3373
- readonly Ccj: "CJ";
3374
- readonly Cck: "CK";
3375
- readonly Ccl: "CL";
3376
- readonly Ccm: "CM";
3377
- readonly Ccn: "CN";
3378
- readonly Cco: "CO";
3379
- readonly Ccp: "CP";
3380
- readonly Ccq: "CQ";
3381
- readonly Ccr: "CR";
3382
- readonly Ccs: "CS";
3383
- readonly Cct: "CT";
3384
- readonly Ccu: "CU";
3385
- readonly Ccv: "CV";
3386
- readonly Ccw: "CW";
3387
- readonly Ccz: "CZ";
3388
- readonly Cd1: "D1";
3389
- readonly Cd2: "D2";
3390
- readonly Cd3: "D3";
3391
- readonly Cd4: "D4";
3392
- readonly Cd5: "D5";
3393
- readonly Cda: "DA";
3394
- readonly Cdb: "DB";
3395
- readonly Cdc: "DC";
3396
- readonly Cdd: "DD";
3397
- readonly Cde: "DE";
3398
- readonly Cdf: "DF";
3399
- readonly Cdg: "DG";
3400
- readonly Cdh: "DH";
3401
- readonly Cdi: "DI";
3402
- readonly Cdj: "DJ";
3403
- readonly Cdk: "DK";
3404
- readonly Cdl: "DL";
3405
- readonly Cdm: "DM";
3406
- readonly Cdn: "DN";
3407
- readonly Cdo: "DO";
3408
- readonly Cdp: "DP";
3409
- readonly Cdq: "DQ";
3410
- readonly Cdr: "DR";
3411
- readonly Cds: "DS";
3412
- readonly Cdt: "DT";
3413
- readonly Cdu: "DU";
3414
- readonly Cdw: "DW";
3415
- readonly Cdx: "DX";
3416
- readonly Cdy: "DY";
3417
- readonly Cdz: "DZ";
3418
- readonly Cea: "EA";
3419
- readonly Ceb: "EB";
3420
- readonly Cec: "EC";
3421
- readonly Ced: "ED";
3422
- readonly Cee: "EE";
3423
- readonly Cef: "EF";
3424
- readonly Ceg: "EG";
3425
- readonly Ceh: "EH";
3426
- readonly Cei: "EI";
3427
- readonly Cej: "EJ";
3428
- readonly Cek: "EK";
3429
- readonly Cel: "EL";
3430
- readonly Cem: "EM";
3431
- readonly Cen: "EN";
3432
- readonly Ceo: "EO";
3433
- readonly Ceq: "EQ";
3434
- readonly Cer: "ER";
3435
- readonly Ces: "ES";
3436
- readonly Cet: "ET";
3437
- readonly Ceu: "EU";
3438
- readonly Cev: "EV";
3439
- readonly Cew: "EW";
3440
- readonly Cex: "EX";
3441
- readonly Cey: "EY";
3442
- readonly Cez: "EZ";
3443
- readonly Cfa: "FA";
3444
- readonly Cfb: "FB";
3445
- readonly Cfc: "FC";
3446
- readonly Cfd: "FD";
3447
- readonly Cfe: "FE";
3448
- readonly Cff: "FF";
3449
- readonly Cfg: "FG";
3450
- readonly Cfh: "FH";
3451
- readonly Cfi: "FI";
3452
- readonly Cfj: "FJ";
3453
- readonly Cfk: "FK";
3454
- readonly Cfl: "FL";
3455
- readonly Cfm: "FM";
3456
- readonly Cfn: "FN";
3457
- readonly Cfo: "FO";
3458
- readonly Cfp: "FP";
3459
- readonly Cfq: "FQ";
3460
- readonly Cfr: "FR";
3461
- readonly Cfs: "FS";
3462
- readonly Cft: "FT";
3463
- readonly Cfu: "FU";
3464
- readonly Cfv: "FV";
3465
- readonly Cfw: "FW";
3466
- readonly Cfx: "FX";
3467
- readonly Cfz: "FZ";
3468
- readonly Cg1: "G1";
3469
- readonly Cga: "GA";
3470
- readonly Cgb: "GB";
3471
- readonly Cgc: "GC";
3472
- readonly Cgd: "GD";
3473
- readonly Cge: "GE";
3474
- readonly Cgf: "GF";
3475
- readonly Cgg: "GG";
3476
- readonly Cgi: "GI";
3477
- readonly Cgj: "GJ";
3478
- readonly Cgk: "GK";
3479
- readonly Cgq: "GQ";
3480
- readonly Cgr: "GR";
3481
- readonly Cgs: "GS";
3482
- readonly Cgt: "GT";
3483
- readonly Cgu: "GU";
3484
- readonly Cgv: "GV";
3485
- readonly Cgw: "GW";
3486
- readonly Cgx: "GX";
3487
- readonly Cgy: "GY";
3488
- readonly Cgz: "GZ";
3489
- readonly Cha: "HA";
3490
- readonly Chb: "HB";
3491
- readonly Chc: "HC";
3492
- readonly Chd: "HD";
3493
- readonly Che: "HE";
3494
- readonly Chf: "HF";
3495
- readonly Chg: "HG";
3496
- readonly Chi: "HI";
3497
- readonly Chj: "HJ";
3498
- readonly Chk: "HK";
3499
- readonly Chl: "HL";
3500
- readonly Chm: "HM";
3501
- readonly Chs: "HS";
3502
- readonly Cic: "IC";
3503
- readonly Cid: "ID";
3504
- readonly Cif: "IF";
3505
- readonly Ciq: "IQ";
3506
- readonly Cit: "IT";
3507
- readonly Cj0: "J0";
3508
- readonly Cj1: "J1";
3509
- readonly Cj2: "J2";
3510
- readonly Cj3: "J3";
3511
- readonly Cj4: "J4";
3512
- readonly Cj5: "J5";
3513
- readonly Cj6: "J6";
3514
- readonly Cj7: "J7";
3515
- readonly Cj8: "J8";
3516
- readonly Cj9: "J9";
3517
- readonly Cja: "JA";
3518
- readonly Cjb: "JB";
3519
- readonly Cjc: "JC";
3520
- readonly Cjd: "JD";
3521
- readonly Cje: "JE";
3522
- readonly Cjf: "JF";
3523
- readonly Cjg: "JG";
3524
- readonly Cjh: "JH";
3525
- readonly Cji: "JI";
3526
- readonly Cjk: "JK";
3527
- readonly Cjl: "JL";
3528
- readonly Cjm: "JM";
3529
- readonly Cjn: "JN";
3530
- readonly Cjo: "JO";
3531
- readonly Cjp: "JP";
3532
- readonly Cka: "KA";
3533
- readonly Ckb: "KB";
3534
- readonly Ckc: "KC";
3535
- readonly Ckd: "KD";
3536
- readonly Cke: "KE";
3537
- readonly Ckf: "KF";
3538
- readonly Ckg: "KG";
3539
- readonly Ckh: "KH";
3540
- readonly Cki: "KI";
3541
- readonly Ckj: "KJ";
3542
- readonly Ckk: "KK";
3543
- readonly Ckl: "KL";
3544
- readonly Ckm: "KM";
3545
- readonly Cko: "KO";
3546
- readonly Ckp: "KP";
3547
- readonly Ckq: "KQ";
3548
- readonly Cks: "KS";
3549
- readonly Ckt: "KT";
3550
- readonly Cku: "KU";
3551
- readonly Ckw: "KW";
3552
- readonly Ckz: "KZ";
3553
- readonly Cla: "LA";
3554
- readonly Clb: "LB";
3555
- readonly Clc: "LC";
3556
- readonly Cld: "LD";
3557
- readonly Cle: "LE";
3558
- readonly Clf: "LF";
3559
- readonly Clg: "LG";
3560
- readonly Clh: "LH";
3561
- readonly Clj: "LJ";
3562
- readonly Clk: "LK";
3563
- readonly Clm: "LM";
3564
- readonly Cln: "LN";
3565
- readonly Clo: "LO";
3566
- readonly Clp: "LP";
3567
- readonly Clq: "LQ";
3568
- readonly Clr: "LR";
3569
- readonly Cls: "LS";
3570
- readonly Clt: "LT";
3571
- readonly Clz: "LZ";
3572
- readonly Cma: "MA";
3573
- readonly Cmb: "MB";
3574
- readonly Cmc: "MC";
3575
- readonly Cme: "ME";
3576
- readonly Cmi: "MI";
3577
- readonly Cmj: "MJ";
3578
- readonly Cmk: "MK";
3579
- readonly Cml: "ML";
3580
- readonly Cmn: "MN";
3581
- readonly Cms: "MS";
3582
- readonly Cmt: "MT";
3583
- readonly Cna: "NA";
3584
- readonly Cnb: "NB";
3585
- readonly Cnc: "NC";
3586
- readonly Cnd: "ND";
3587
- readonly Cne: "NE";
3588
- readonly Cnf: "NF";
3589
- readonly Cnh: "NH";
3590
- readonly Cni: "NI";
3591
- readonly Cnj: "NJ";
3592
- readonly Cnk: "NK";
3593
- readonly Cnp: "NP";
3594
- readonly Cnr: "NR";
3595
- readonly Cns: "NS";
3596
- readonly Cnt: "NT";
3597
- readonly Co1: "O1";
3598
- readonly Co2: "O2";
3599
- readonly Co3: "O3";
3600
- readonly Co4: "O4";
3601
- readonly Coc: "OC";
3602
- readonly Cpa: "PA";
3603
- readonly Cpb: "PB";
3604
- readonly Cpc: "PC";
3605
- readonly Cpd: "PD";
3606
- readonly Cpi: "PI";
3607
- readonly Cpl: "PL";
3608
- readonly Cpr: "PR";
3609
- readonly Cps: "PS";
3610
- readonly Cpt: "PT";
3611
- readonly Cqa: "QA";
3612
- readonly Cqb: "QB";
3613
- readonly Cqc: "QC";
3614
- readonly Cqe: "QE";
3615
- readonly Cqf: "QF";
3616
- readonly Cqg: "QG";
3617
- readonly Cqh: "QH";
3618
- readonly Cqi: "QI";
3619
- readonly Cqj: "QJ";
3620
- readonly Cqk: "QK";
3621
- readonly Cqs: "QS";
3622
- readonly Cqt: "QT";
3623
- readonly Cr1: "R1";
3624
- readonly Cr2: "R2";
3625
- readonly Cr3: "R3";
3626
- readonly Cr4: "R4";
3627
- readonly Cra: "RA";
3628
- readonly Crc: "RC";
3629
- readonly Crd: "RD";
3630
- readonly Cre: "RE";
3631
- readonly Cri: "RI";
3632
- readonly Crq: "RQ";
3633
- readonly Crt: "RT";
3634
- readonly Crx: "RX";
3635
- readonly Csa: "SA";
3636
- readonly Csb: "SB";
3637
- readonly Csc: "SC";
3638
- readonly Csd: "SD";
3639
- readonly Cse: "SE";
3640
- readonly Csf: "SF";
3641
- readonly Csg: "SG";
3642
- readonly Csh: "SH";
3643
- readonly Csi: "SI";
3644
- readonly Csj: "SJ";
3645
- readonly Csl: "SL";
3646
- readonly Cso: "SO";
3647
- readonly Csp: "SP";
3648
- readonly Csr: "SR";
3649
- readonly Css: "SS";
3650
- readonly Cst: "ST";
3651
- readonly Ctb: "TB";
3652
- readonly Ctc: "TC";
3653
- readonly Ctd: "TD";
3654
- readonly Cte: "TE";
3655
- readonly Ctf: "TF";
3656
- readonly Ctg: "TG";
3657
- readonly Ctl: "TL";
3658
- readonly Ctp: "TP";
3659
- readonly Ctq: "TQ";
3660
- readonly Ctr: "TR";
3661
- readonly Ctt: "TT";
3662
- readonly Ctx: "TX";
3663
- readonly Cty: "TY";
3664
- readonly Cur: "UR";
3665
- readonly Cus: "US";
3666
- readonly Cut: "UT";
3667
- readonly Cuu: "UU";
3668
- readonly Cvp: "VP";
3669
- readonly Cxd: "XD";
3670
- readonly Czz: "ZZ";
3671
- readonly Caaa: "AAA";
3672
- readonly Caad: "AAD";
3673
- readonly Caae: "AAE";
3674
- readonly Caaf: "AAF";
3675
- readonly Caag: "AAG";
3676
- readonly Caah: "AAH";
3677
- readonly Caai: "AAI";
3678
- readonly Caaj: "AAJ";
3679
- readonly Caak: "AAK";
3680
- readonly Caal: "AAL";
3681
- readonly Caam: "AAM";
3682
- readonly Caan: "AAN";
3683
- readonly Caao: "AAO";
3684
- readonly Caap: "AAP";
3685
- readonly Caaq: "AAQ";
3686
- readonly Caar: "AAR";
3687
- readonly Caas: "AAS";
3688
- readonly Caat: "AAT";
3689
- readonly Caau: "AAU";
3690
- readonly Caav: "AAV";
3691
- readonly Caaw: "AAW";
3692
- readonly Caax: "AAX";
3693
- readonly Caay: "AAY";
3694
- readonly Cabf: "ABF";
3695
- readonly Cabj: "ABJ";
3696
- readonly Cabk: "ABK";
3697
- readonly Cabn: "ABN";
3698
- readonly Cabr: "ABR";
3699
- readonly Cabs: "ABS";
3700
- readonly Cabu: "ABU";
3701
- readonly Cabv: "ABV";
3702
- readonly Cacr: "ACR";
3703
- readonly Cadd: "ADD";
3704
- readonly Cadj: "ADJ";
3705
- readonly Cajt: "AJT";
3706
- readonly Calm: "ALM";
3707
- readonly Calp: "ALP";
3708
- readonly Cape: "APE";
3709
- readonly Capr: "APR";
3710
- readonly Cari: "ARI";
3711
- readonly Casd: "ASD";
3712
- readonly Catd: "ATD";
3713
- readonly Catt: "ATT";
3714
- readonly Cbbq: "BBQ";
3715
- readonly Cbbr: "BBR";
3716
- readonly Cbcc: "BCC";
3717
- readonly Cbcr: "BCR";
3718
- readonly Cbpl: "BPL";
3719
- readonly Cbrl: "BRL";
3720
- readonly Cbsl: "BSL";
3721
- readonly Cbsp: "BSP";
3722
- readonly Cbtc: "BTC";
3723
- readonly Cbui: "BUI";
3724
- readonly Ccah: "CAH";
3725
- readonly Ccfi: "CFI";
3726
- readonly Cchg: "CHG";
3727
- readonly Ccie: "CIE";
3728
- readonly Cclp: "CLP";
3729
- readonly Ccml: "CML";
3730
- readonly Ccnc: "CNC";
3731
- readonly Ccog: "COG";
3732
- readonly Ccps: "CPS";
3733
- readonly Ccrc: "CRC";
3734
- readonly Ccsd: "CSD";
3735
- readonly Ccsf: "CSF";
3736
- readonly Cdac: "DAC";
3737
- readonly Cdbs: "DBS";
3738
- readonly Cdgo: "DGO";
3739
- readonly Cdlo: "DLO";
3740
- readonly Cdlp: "DLP";
3741
- readonly Cdof: "DOF";
3742
- readonly Cdpe: "DPE";
3743
- readonly Cdpl: "DPL";
3744
- readonly Cdrl: "DRL";
3745
- readonly Cdsr: "DSR";
3746
- readonly Cdss: "DSS";
3747
- readonly Ceaa: "EAA";
3748
- readonly Ceab: "EAB";
3749
- readonly Ceac: "EAC";
3750
- readonly Cead: "EAD";
3751
- readonly Ceae: "EAE";
3752
- readonly Ceaf: "EAF";
3753
- readonly Ceag: "EAG";
3754
- readonly Ceah: "EAH";
3755
- readonly Ceai: "EAI";
3756
- readonly Ceaj: "EAJ";
3757
- readonly Ceak: "EAK";
3758
- readonly Ceal: "EAL";
3759
- readonly Ceam: "EAM";
3760
- readonly Cean: "EAN";
3761
- readonly Ceao: "EAO";
3762
- readonly Ceap: "EAP";
3763
- readonly Ceaq: "EAQ";
3764
- readonly Cear: "EAR";
3765
- readonly Ceas: "EAS";
3766
- readonly Ceat: "EAT";
3767
- readonly Ceau: "EAU";
3768
- readonly Ceav: "EAV";
3769
- readonly Ceaw: "EAW";
3770
- readonly Ceax: "EAX";
3771
- readonly Ceay: "EAY";
3772
- readonly Ceaz: "EAZ";
3773
- readonly Ceba: "EBA";
3774
- readonly Cebb: "EBB";
3775
- readonly Cebc: "EBC";
3776
- readonly Cebd: "EBD";
3777
- readonly Cebe: "EBE";
3778
- readonly Cebf: "EBF";
3779
- readonly Cebg: "EBG";
3780
- readonly Cebh: "EBH";
3781
- readonly Cebi: "EBI";
3782
- readonly Cebj: "EBJ";
3783
- readonly Cebk: "EBK";
3784
- readonly Cebl: "EBL";
3785
- readonly Cebm: "EBM";
3786
- readonly Cebn: "EBN";
3787
- readonly Cebo: "EBO";
3788
- readonly Cebp: "EBP";
3789
- readonly Cebq: "EBQ";
3790
- readonly Cebr: "EBR";
3791
- readonly Cebs: "EBS";
3792
- readonly Cebt: "EBT";
3793
- readonly Cebu: "EBU";
3794
- readonly Cebv: "EBV";
3795
- readonly Cebw: "EBW";
3796
- readonly Cebx: "EBX";
3797
- readonly Ceby: "EBY";
3798
- readonly Cebz: "EBZ";
3799
- readonly Ceca: "ECA";
3800
- readonly Cecb: "ECB";
3801
- readonly Cecc: "ECC";
3802
- readonly Cecd: "ECD";
3803
- readonly Cece: "ECE";
3804
- readonly Cecf: "ECF";
3805
- readonly Cecg: "ECG";
3806
- readonly Cech: "ECH";
3807
- readonly Ceci: "ECI";
3808
- readonly Cecj: "ECJ";
3809
- readonly Ceck: "ECK";
3810
- readonly Cecl: "ECL";
3811
- readonly Cecm: "ECM";
3812
- readonly Cecn: "ECN";
3813
- readonly Ceco: "ECO";
3814
- readonly Cecp: "ECP";
3815
- readonly Cecq: "ECQ";
3816
- readonly Cecr: "ECR";
3817
- readonly Cecs: "ECS";
3818
- readonly Cect: "ECT";
3819
- readonly Cecu: "ECU";
3820
- readonly Cecv: "ECV";
3821
- readonly Cecw: "ECW";
3822
- readonly Cecx: "ECX";
3823
- readonly Cecy: "ECY";
3824
- readonly Cecz: "ECZ";
3825
- readonly Ceda: "EDA";
3826
- readonly Cedb: "EDB";
3827
- readonly Cedc: "EDC";
3828
- readonly Cedd: "EDD";
3829
- readonly Cede: "EDE";
3830
- readonly Cedf: "EDF";
3831
- readonly Cedg: "EDG";
3832
- readonly Cedh: "EDH";
3833
- readonly Cedi: "EDI";
3834
- readonly Cedj: "EDJ";
3835
- readonly Cedk: "EDK";
3836
- readonly Cedl: "EDL";
3837
- readonly Cedm: "EDM";
3838
- readonly Cedn: "EDN";
3839
- readonly Cedo: "EDO";
3840
- readonly Cedp: "EDP";
3841
- readonly Cedq: "EDQ";
3842
- readonly Cedr: "EDR";
3843
- readonly Ceds: "EDS";
3844
- readonly Cedt: "EDT";
3845
- readonly Cedu: "EDU";
3846
- readonly Cedv: "EDV";
3847
- readonly Cedw: "EDW";
3848
- readonly Cedx: "EDX";
3849
- readonly Cedy: "EDY";
3850
- readonly Cedz: "EDZ";
3851
- readonly Ceea: "EEA";
3852
- readonly Ceeb: "EEB";
3853
- readonly Ceec: "EEC";
3854
- readonly Ceed: "EED";
3855
- readonly Ceee: "EEE";
3856
- readonly Ceef: "EEF";
3857
- readonly Ceeg: "EEG";
3858
- readonly Ceeh: "EEH";
3859
- readonly Ceei: "EEI";
3860
- readonly Ceej: "EEJ";
3861
- readonly Ceek: "EEK";
3862
- readonly Ceel: "EEL";
3863
- readonly Ceem: "EEM";
3864
- readonly Ceen: "EEN";
3865
- readonly Ceeo: "EEO";
3866
- readonly Ceep: "EEP";
3867
- readonly Ceeq: "EEQ";
3868
- readonly Ceer: "EER";
3869
- readonly Cees: "EES";
3870
- readonly Cemc: "EMC";
3871
- readonly Ceqr: "EQR";
3872
- readonly Cesc: "ESC";
3873
- readonly Cesl: "ESL";
3874
- readonly Cetl: "ETL";
3875
- readonly Cewc: "EWC";
3876
- readonly Cewr: "EWR";
3877
- readonly Cexd: "EXD";
3878
- readonly Cfap: "FAP";
3879
- readonly Cfc1: "FC1";
3880
- readonly Cff1: "FF1";
3881
- readonly Cfh1: "FH1";
3882
- readonly Cfir: "FIR";
3883
- readonly Cfl1: "FL1";
3884
- readonly Cfmo: "FMO";
3885
- readonly Cfms: "FMS";
3886
- readonly Cfp1: "FP1";
3887
- readonly Cfrp: "FRP";
3888
- readonly Cft1: "FT1";
3889
- readonly Chrc: "HRC";
3890
- readonly Chzr: "HZR";
3891
- readonly Cibp: "IBP";
3892
- readonly Cimc: "IMC";
3893
- readonly Cimp: "IMP";
3894
- readonly Cind: "IND";
3895
- readonly Cipa: "IPA";
3896
- readonly Cirr: "IRR";
3897
- readonly Cirt: "IRT";
3898
- readonly Cjcl: "JCL";
3899
- readonly Cjol: "JOL";
3900
- readonly Ckyl: "KYL";
3901
- readonly Clin: "LIN";
3902
- readonly Cloc: "LOC";
3903
- readonly Cloi: "LOI";
3904
- readonly Clsc: "LSC";
3905
- readonly Cmac: "MAC";
3906
- readonly Cmcc: "MCC";
3907
- readonly Cmcd: "MCD";
3908
- readonly Cmec: "MEC";
3909
- readonly Cmoc: "MOC";
3910
- readonly Cmoe: "MOE";
3911
- readonly Cmri: "MRI";
3912
- readonly Cnac: "NAC";
3913
- readonly Cnaf: "NAF";
3914
- readonly Cnan: "NAN";
3915
- readonly Cnas: "NAS";
3916
- readonly Cndc: "NDC";
3917
- readonly Cnir: "NIR";
3918
- readonly Cnpc: "NPC";
3919
- readonly Cnub: "NUB";
3920
- readonly Cpcr: "PCR";
3921
- readonly Cpda: "PDA";
3922
- readonly Cpgs: "PGS";
3923
- readonly Cphc: "PHC";
3924
- readonly Cpit: "PIT";
3925
- readonly Cplc: "PLC";
3926
- readonly Cpls: "PLS";
3927
- readonly Cpob: "POB";
3928
- readonly Cppd: "PPD";
3929
- readonly Cppp: "PPP";
3930
- readonly Cpps: "PPS";
3931
- readonly Cppv: "PPV";
3932
- readonly Cpqa: "PQA";
3933
- readonly Cpra: "PRA";
3934
- readonly Cprc: "PRC";
3935
- readonly Cpri: "PRI";
3936
- readonly Cprr: "PRR";
3937
- readonly Cprt: "PRT";
3938
- readonly Cpwa: "PWA";
3939
- readonly Cpwi: "PWI";
3940
- readonly Cpwr: "PWR";
3941
- readonly Cpws: "PWS";
3942
- readonly Cpwt: "PWT";
3943
- readonly Cqdr: "QDR";
3944
- readonly Cras: "RAS";
3945
- readonly Crca: "RCA";
3946
- readonly Crec: "REC";
3947
- readonly Cred: "RED";
3948
- readonly Cren: "REN";
3949
- readonly Cret: "RET";
3950
- readonly Crfc: "RFC";
3951
- readonly Crjc: "RJC";
3952
- readonly Crss: "RSS";
3953
- readonly Crtc: "RTC";
3954
- readonly Crum: "RUM";
3955
- readonly Crvc: "RVC";
3956
- readonly Csat: "SAT";
3957
- readonly Csba: "SBA";
3958
- readonly Csci: "SCI";
3959
- readonly Csec: "SEC";
3960
- readonly Cset: "SET";
3961
- readonly Cshl: "SHL";
3962
- readonly Cshm: "SHM";
3963
- readonly Cshn: "SHN";
3964
- readonly Csho: "SHO";
3965
- readonly Cshp: "SHP";
3966
- readonly Cshq: "SHQ";
3967
- readonly Cshr: "SHR";
3968
- readonly Cshs: "SHS";
3969
- readonly Csht: "SHT";
3970
- readonly Cshu: "SHU";
3971
- readonly Cshv: "SHV";
3972
- readonly Cshw: "SHW";
3973
- readonly Cshx: "SHX";
3974
- readonly Cshy: "SHY";
3975
- readonly Cshz: "SHZ";
3976
- readonly Csia: "SIA";
3977
- readonly Csib: "SIB";
3978
- readonly Csic: "SIC";
3979
- readonly Csid: "SID";
3980
- readonly Csie: "SIE";
3981
- readonly Csif: "SIF";
3982
- readonly Csig: "SIG";
3983
- readonly Csih: "SIH";
3984
- readonly Csii: "SII";
3985
- readonly Csij: "SIJ";
3986
- readonly Csik: "SIK";
3987
- readonly Csil: "SIL";
3988
- readonly Csim: "SIM";
3989
- readonly Csin: "SIN";
3990
- readonly Csio: "SIO";
3991
- readonly Csip: "SIP";
3992
- readonly Csiq: "SIQ";
3993
- readonly Csir: "SIR";
3994
- readonly Csis: "SIS";
3995
- readonly Csit: "SIT";
3996
- readonly Csiu: "SIU";
3997
- readonly Csiv: "SIV";
3998
- readonly Csiw: "SIW";
3999
- readonly Csix: "SIX";
4000
- readonly Csiy: "SIY";
4001
- readonly Csiz: "SIZ";
4002
- readonly Csja: "SJA";
4003
- readonly Csjb: "SJB";
4004
- readonly Csjc: "SJC";
4005
- readonly Csjd: "SJD";
4006
- readonly Csje: "SJE";
4007
- readonly Csjf: "SJF";
4008
- readonly Csjg: "SJG";
4009
- readonly Csjh: "SJH";
4010
- readonly Csji: "SJI";
4011
- readonly Csjj: "SJJ";
4012
- readonly Csjk: "SJK";
4013
- readonly Csjl: "SJL";
4014
- readonly Csjm: "SJM";
4015
- readonly Csjn: "SJN";
4016
- readonly Csjo: "SJO";
4017
- readonly Csjp: "SJP";
4018
- readonly Csjq: "SJQ";
4019
- readonly Csjr: "SJR";
4020
- readonly Csjs: "SJS";
4021
- readonly Csjt: "SJT";
4022
- readonly Csju: "SJU";
4023
- readonly Csjv: "SJV";
4024
- readonly Csjw: "SJW";
4025
- readonly Csjx: "SJX";
4026
- readonly Csjy: "SJY";
4027
- readonly Csjz: "SJZ";
4028
- readonly Cska: "SKA";
4029
- readonly Cskb: "SKB";
4030
- readonly Cskc: "SKC";
4031
- readonly Cskd: "SKD";
4032
- readonly Cske: "SKE";
4033
- readonly Cskf: "SKF";
4034
- readonly Cskg: "SKG";
4035
- readonly Cskh: "SKH";
4036
- readonly Cski: "SKI";
4037
- readonly Cskj: "SKJ";
4038
- readonly Cskk: "SKK";
4039
- readonly Cskl: "SKL";
4040
- readonly Cskm: "SKM";
4041
- readonly Cskn: "SKN";
4042
- readonly Csko: "SKO";
4043
- readonly Cskp: "SKP";
4044
- readonly Cskq: "SKQ";
4045
- readonly Cskr: "SKR";
4046
- readonly Csks: "SKS";
4047
- readonly Cskt: "SKT";
4048
- readonly Csku: "SKU";
4049
- readonly Cskv: "SKV";
4050
- readonly Cskw: "SKW";
4051
- readonly Cskx: "SKX";
4052
- readonly Csky: "SKY";
4053
- readonly Cskz: "SKZ";
4054
- readonly Csla: "SLA";
4055
- readonly Csls: "SLS";
4056
- readonly Csmb: "SMB";
4057
- readonly Csmc: "SMC";
4058
- readonly Csmd: "SMD";
4059
- readonly Csmi: "SMI";
4060
- readonly Csmt: "SMT";
4061
- readonly Cspe: "SPE";
4062
- readonly Csrl: "SRL";
4063
- readonly Csrr: "SRR";
4064
- readonly Csrt: "SRT";
4065
- readonly Cssc: "SSC";
4066
- readonly Cstc: "STC";
4067
- readonly Cstf: "STF";
4068
- readonly Csui: "SUI";
4069
- readonly Csvc: "SVC";
4070
- readonly Cswr: "SWR";
4071
- readonly Ct00: "T00";
4072
- readonly Ct01: "T01";
4073
- readonly Ct02: "T02";
4074
- readonly Ct03: "T03";
4075
- readonly Ct04: "T04";
4076
- readonly Ct05: "T05";
4077
- readonly Ct06: "T06";
4078
- readonly Ct07: "T07";
4079
- readonly Ct08: "T08";
4080
- readonly Ct09: "T09";
4081
- readonly Ct10: "T10";
4082
- readonly Ct11: "T11";
4083
- readonly Ct12: "T12";
4084
- readonly Ct13: "T13";
4085
- readonly Ct14: "T14";
4086
- readonly Ct15: "T15";
4087
- readonly Ct16: "T16";
4088
- readonly Ct17: "T17";
4089
- readonly Ct18: "T18";
4090
- readonly Ct19: "T19";
4091
- readonly Ct20: "T20";
4092
- readonly Ct21: "T21";
4093
- readonly Ct22: "T22";
4094
- readonly Ct23: "T23";
4095
- readonly Ct24: "T24";
4096
- readonly Ct25: "T25";
4097
- readonly Ct26: "T26";
4098
- readonly Ct27: "T27";
4099
- readonly Ct28: "T28";
4100
- readonly Ct29: "T29";
4101
- readonly Ct30: "T30";
4102
- readonly Ct31: "T31";
4103
- readonly Ct32: "T32";
4104
- readonly Ct33: "T33";
4105
- readonly Ct34: "T34";
4106
- readonly Ct35: "T35";
4107
- readonly Ctcd: "TCD";
4108
- readonly Ctcl: "TCL";
4109
- readonly Ctfr: "TFR";
4110
- readonly Ctol: "TOL";
4111
- readonly Cttl: "TTL";
4112
- readonly Cuer: "UER";
4113
- readonly Cujc: "UJC";
4114
- readonly Cunp: "UNP";
4115
- readonly Cupc: "UPC";
4116
- readonly Cupt: "UPT";
4117
- readonly Cutc: "UTC";
4118
- readonly Cval: "VAL";
4119
- readonly Cwdl: "WDL";
4120
- readonly Cwrc: "WRC";
4121
- readonly Cwsd: "WSD";
4122
- readonly Cccc: "CCC";
4123
- readonly Ccor: "COR";
4124
- readonly Chmc: "HMC";
4125
- readonly Ctoc: "TOC";
4126
- readonly Cwac: "WAC";
4127
- readonly Cwec: "WEC";
4128
- readonly Cwsc: "WSC";
4129
- readonly Cwsm: "WSM";
4130
- readonly Cr5: "R5";
4131
- readonly Cdcc: "DCC";
4132
- readonly Cdpc: "DPC";
4133
- readonly Cipg: "IPG";
4134
- readonly Cmfd: "MFD";
4135
- readonly Cpcl: "PCL";
4136
- readonly Crnc: "RNC";
4137
- readonly Crpq: "RPQ";
4138
- readonly Crqi: "RQI";
4139
- readonly Ctc1: "TC1";
4140
- readonly Ctdc: "TDC";
4141
- readonly Ctdj: "TDJ";
4142
- readonly Cudc: "UDC";
4143
- readonly Clcf: "LCF";
4144
- readonly Cncd: "NCD";
4145
- readonly Cmrc: "MRC";
4146
- readonly Crfm: "RFM";
4147
- readonly Crrc: "RRC";
4148
- readonly Cepi: "EPI";
4149
- readonly Cexp: "EXP";
4150
- readonly Cacc: "ACC";
4151
- readonly Caea: "AEA";
4152
- readonly Caor: "AOR";
4153
- readonly Cctc: "CTC";
4154
- readonly Cdnt: "DNT";
4155
- readonly Citi: "ITI";
4156
- readonly Clpc: "LPC";
4157
- readonly Clqt: "LQT";
4158
- readonly Csad: "SAD";
4159
- readonly Cslc: "SLC";
4160
- readonly Card: "ARD";
4161
- readonly Ccri: "CRI";
4162
- readonly Cerc: "ERC";
4163
- readonly Cerj: "ERJ";
4164
- readonly Cerl: "ERL";
4165
- readonly Cerr: "ERR";
4166
- readonly Cewm: "EWM";
4167
- readonly Cnba: "NBA";
4168
- readonly Cngc: "NGC";
4169
- readonly Cspd: "SPD";
4170
- readonly Cubt: "UBT";
4171
- readonly Cufc: "UFC";
4172
- readonly Carl: "ARL";
4173
- readonly Cbur: "BUR";
4174
- readonly Cicf: "ICF";
4175
- readonly Clmt: "LMT";
4176
- readonly Csfo: "SFO";
4177
- readonly Cbbf: "BBF";
4178
- readonly Cbbj: "BBJ";
4179
- readonly Cbbk: "BBK";
4180
- readonly Cbbn: "BBN";
4181
- readonly Cbbu: "BBU";
4182
- readonly Cbbv: "BBV";
4183
- readonly Cbdd: "BDD";
4184
- readonly Cbpr: "BPR";
4185
- readonly Cbsd: "BSD";
4186
- readonly Cbtd: "BTD";
4187
- readonly Ccbq: "CBQ";
4188
- readonly Ccbr: "CBR";
4189
- readonly Cdap: "DAP";
4190
- readonly Cdcm: "DCM";
4191
- readonly Cdcr: "DCR";
4192
- readonly Cdcs: "DCS";
4193
- readonly Cdct: "DCT";
4194
- readonly Cdir: "DIR";
4195
- readonly Cdlt: "DLT";
4196
- readonly Cdmi: "DMI";
4197
- readonly Cdrd: "DRD";
4198
- readonly Cdsc: "DSC";
4199
- readonly Cdsd: "DSD";
4200
- readonly Cdsi: "DSI";
4201
- readonly Cpos: "POS";
4202
- readonly Cttd: "TTD";
4203
- readonly Cttu: "TTU";
4204
- readonly Crm: "RM";
4205
- readonly Caqa: "AQA";
4206
- readonly Cfrt: "FRT";
4207
- readonly Cdmp: "DMP";
4208
- readonly Cdrs: "DRS";
4209
- readonly Cnce: "NCE";
4210
- readonly Cep: "EP";
4211
- readonly Csra: "SRA";
4212
- readonly Cdv: "DV";
4213
- readonly Cacs: "ACS";
4214
- readonly Cact: "ACT";
4215
- readonly Cacu: "ACU";
4216
- readonly Cacv: "ACV";
4217
- readonly Cacw: "ACW";
4218
- readonly Cacx: "ACX";
4219
- readonly Cacy: "ACY";
4220
- readonly Cacz: "ACZ";
4221
- readonly Cad1: "AD1";
4222
- readonly Cad2: "AD2";
4223
- readonly Cad3: "AD3";
4224
- readonly Cad4: "AD4";
4225
- readonly Cdts: "DTS";
4226
- readonly Cmpp: "MPP";
4227
- readonly Cmpt: "MPT";
4228
- readonly Cnms: "NMS";
4229
- readonly Csrc: "SRC";
4230
- };