candidhealth 1.18.0 → 1.18.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.
- package/Client.js +2 -2
- package/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/api/resources/commons/types/EmrPayerCrosswalk.js +1 -1
- package/api/resources/encounters/resources/v4/types/Encounter.d.ts +4 -0
- package/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +4 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +4 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +4 -0
- package/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +4 -0
- package/api/resources/financials/types/BalanceEarmark.d.ts +4 -0
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +0 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +0 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +0 -1
- package/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +0 -1
- package/api/resources/payers/resources/v4/types/Payer.d.ts +1 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +16 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +81 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.d.ts +31 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.js +77 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.js +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.d.ts +9 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.js +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +7 -1
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.js +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.d.ts +8 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.js +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.d.ts +13 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.js +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.d.ts +12 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.js +3 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.js +10 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +7 -0
- package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +7 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -1
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.js +3 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.js +1 -1
- package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +4 -0
- package/dist/api/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +4 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +4 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +4 -0
- package/dist/api/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +4 -0
- package/dist/api/resources/financials/types/BalanceEarmark.d.ts +4 -0
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.d.ts +0 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceCode.js +0 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.d.ts +0 -1
- package/dist/api/resources/healthCareCodeInformation/resources/v1/types/OccurrenceSpanCode.js +0 -1
- package/dist/api/resources/payers/resources/v4/types/Payer.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.d.ts +16 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.js +81 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.d.ts +31 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.js +77 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.js +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.d.ts +9 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.js +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +7 -1
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.js +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.js +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.d.ts +13 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.js +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.js +3 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.js +10 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +7 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/Client.js +4 -1
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.js +3 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/dist/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -1
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/dist/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/dist/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
- package/dist/serialization/resources/financials/types/BalanceEarmark.d.ts +2 -0
- package/dist/serialization/resources/financials/types/BalanceEarmark.js +2 -0
- package/dist/serialization/resources/payers/resources/v4/types/Payer.d.ts +1 -0
- package/dist/serialization/resources/payers/resources/v4/types/Payer.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +2 -1
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.d.ts +17 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.js +75 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +3 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +9 -1
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +4 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.d.ts +12 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.js +44 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.d.ts +13 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.js +45 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.js +39 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +7 -0
- package/dist/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +7 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.d.ts +10 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.js +42 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +82 -0
- package/serialization/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -1
- package/serialization/resources/commons/types/EmrPayerCrosswalk.js +1 -1
- package/serialization/resources/encounters/resources/v4/types/Encounter.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/Encounter.js +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.d.ts +2 -0
- package/serialization/resources/encounters/resources/v4/types/EncounterDeepOptional.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateBase.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterCreateFromPreEncounterBase.js +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.d.ts +2 -0
- package/serialization/resources/encountersUniversal/types/UniversalEncounterUpdateBase.js +2 -0
- package/serialization/resources/financials/types/BalanceEarmark.d.ts +2 -0
- package/serialization/resources/financials/types/BalanceEarmark.js +2 -0
- package/serialization/resources/payers/resources/v4/types/Payer.d.ts +1 -0
- package/serialization/resources/payers/resources/v4/types/Payer.js +1 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/index.js +2 -1
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.d.ts +17 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/voteRecommendation.js +75 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendation.js +42 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/CopayEstimationRecommendationPayload.js +42 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.d.ts +3 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendation.js +3 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.d.ts +9 -1
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/EligibilityRecommendationPayload.js +4 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendation.js +42 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsRecommendationPayload.js +42 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.d.ts +12 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/UserConfiguredPromptsResult.js +44 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.d.ts +13 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/Vote.js +45 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.js +39 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts +7 -0
- package/serialization/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.js +7 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/Authorization.js +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.d.ts +10 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/CoveragesForRelatedCauses.js +42 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/MutablePatient.js +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.js +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.UserConfiguredPromptsResult = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
39
|
+
exports.UserConfiguredPromptsResult = core.serialization.object({
|
|
40
|
+
userPromptId: core.serialization.property("user_prompt_id", core.serialization.string()),
|
|
41
|
+
promptName: core.serialization.property("prompt_name", core.serialization.string()),
|
|
42
|
+
structuredResponse: core.serialization.property("structured_response", core.serialization.unknown()),
|
|
43
|
+
exposition: core.serialization.string(),
|
|
44
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../../index";
|
|
4
|
+
import { UserId } from "../../../../common/types/UserId";
|
|
5
|
+
import { VoteValue } from "./VoteValue";
|
|
6
|
+
export declare const Vote: core.serialization.ObjectSchema<serializers.preEncounter.eligibilityChecks.v1.Vote.Raw, CandidApi.preEncounter.eligibilityChecks.v1.Vote>;
|
|
7
|
+
export declare namespace Vote {
|
|
8
|
+
interface Raw {
|
|
9
|
+
user_id: UserId.Raw;
|
|
10
|
+
value: VoteValue.Raw;
|
|
11
|
+
comment?: string | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.Vote = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
39
|
+
const UserId_1 = require("../../../../common/types/UserId");
|
|
40
|
+
const VoteValue_1 = require("./VoteValue");
|
|
41
|
+
exports.Vote = core.serialization.object({
|
|
42
|
+
userId: core.serialization.property("user_id", UserId_1.UserId),
|
|
43
|
+
value: VoteValue_1.VoteValue,
|
|
44
|
+
comment: core.serialization.string().optional(),
|
|
45
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../../index";
|
|
4
|
+
export declare const VoteValue: core.serialization.Schema<serializers.preEncounter.eligibilityChecks.v1.VoteValue.Raw, CandidApi.preEncounter.eligibilityChecks.v1.VoteValue>;
|
|
5
|
+
export declare namespace VoteValue {
|
|
6
|
+
type Raw = "GOOD" | "BAD" | "OK";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.VoteValue = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
39
|
+
exports.VoteValue = core.serialization.enum_(["GOOD", "BAD", "OK"]);
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export * from "./BatchEligibilityResponse";
|
|
2
2
|
export * from "./CoordinationOfBenefitsRecommendation";
|
|
3
|
+
export * from "./CopayEstimationRecommendation";
|
|
4
|
+
export * from "./CopayEstimationRecommendationPayload";
|
|
3
5
|
export * from "./EligibilityCheck";
|
|
4
6
|
export * from "./EligibilityCheckError";
|
|
5
7
|
export * from "./EligibilityCheckErrorDetails";
|
|
@@ -25,3 +27,8 @@ export * from "./Provider";
|
|
|
25
27
|
export * from "./RequestCorrection";
|
|
26
28
|
export * from "./StediPayer";
|
|
27
29
|
export * from "./StediPayerItem";
|
|
30
|
+
export * from "./UserConfiguredPromptsRecommendation";
|
|
31
|
+
export * from "./UserConfiguredPromptsRecommendationPayload";
|
|
32
|
+
export * from "./UserConfiguredPromptsResult";
|
|
33
|
+
export * from "./Vote";
|
|
34
|
+
export * from "./VoteValue";
|
|
@@ -16,6 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./BatchEligibilityResponse"), exports);
|
|
18
18
|
__exportStar(require("./CoordinationOfBenefitsRecommendation"), exports);
|
|
19
|
+
__exportStar(require("./CopayEstimationRecommendation"), exports);
|
|
20
|
+
__exportStar(require("./CopayEstimationRecommendationPayload"), exports);
|
|
19
21
|
__exportStar(require("./EligibilityCheck"), exports);
|
|
20
22
|
__exportStar(require("./EligibilityCheckError"), exports);
|
|
21
23
|
__exportStar(require("./EligibilityCheckErrorDetails"), exports);
|
|
@@ -41,3 +43,8 @@ __exportStar(require("./Provider"), exports);
|
|
|
41
43
|
__exportStar(require("./RequestCorrection"), exports);
|
|
42
44
|
__exportStar(require("./StediPayer"), exports);
|
|
43
45
|
__exportStar(require("./StediPayerItem"), exports);
|
|
46
|
+
__exportStar(require("./UserConfiguredPromptsRecommendation"), exports);
|
|
47
|
+
__exportStar(require("./UserConfiguredPromptsRecommendationPayload"), exports);
|
|
48
|
+
__exportStar(require("./UserConfiguredPromptsResult"), exports);
|
|
49
|
+
__exportStar(require("./Vote"), exports);
|
|
50
|
+
__exportStar(require("./VoteValue"), exports);
|
|
@@ -52,4 +52,5 @@ exports.Authorization = core.serialization.object({
|
|
|
52
52
|
quantity: core.serialization.number().optional(),
|
|
53
53
|
period: Period_1.Period.optional(),
|
|
54
54
|
notes: core.serialization.string().optional(),
|
|
55
|
+
billingProviderNpi: core.serialization.property("billing_provider_npi", core.serialization.string().optional()),
|
|
55
56
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../../index";
|
|
4
|
+
import { CoverageId } from "../../../../common/types/CoverageId";
|
|
5
|
+
export declare const CoveragesForRelatedCauses: core.serialization.ObjectSchema<serializers.preEncounter.patients.v1.CoveragesForRelatedCauses.Raw, CandidApi.preEncounter.patients.v1.CoveragesForRelatedCauses>;
|
|
6
|
+
export declare namespace CoveragesForRelatedCauses {
|
|
7
|
+
interface Raw {
|
|
8
|
+
coverages: CoverageId.Raw[];
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CoveragesForRelatedCauses = void 0;
|
|
38
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
39
|
+
const CoverageId_1 = require("../../../../common/types/CoverageId");
|
|
40
|
+
exports.CoveragesForRelatedCauses = core.serialization.object({
|
|
41
|
+
coverages: core.serialization.list(CoverageId_1.CoverageId),
|
|
42
|
+
});
|
|
@@ -19,6 +19,7 @@ import { SexualOrientation } from "../../../../common/types/SexualOrientation";
|
|
|
19
19
|
import { TagId } from "../../../../common/types/TagId";
|
|
20
20
|
import { Authorization } from "./Authorization";
|
|
21
21
|
import { Contact } from "./Contact";
|
|
22
|
+
import { CoveragesForRelatedCauses } from "./CoveragesForRelatedCauses";
|
|
22
23
|
import { DoNotInvoiceReason } from "./DoNotInvoiceReason";
|
|
23
24
|
import { ExternalProvenance } from "./ExternalProvenance";
|
|
24
25
|
import { FilingOrder } from "./FilingOrder";
|
|
@@ -57,6 +58,7 @@ export declare namespace MutablePatient {
|
|
|
57
58
|
contacts: Contact.Raw[];
|
|
58
59
|
general_practitioners: ExternalProvider.Raw[];
|
|
59
60
|
filing_order: FilingOrder.Raw;
|
|
61
|
+
coverages_for_related_causes?: CoveragesForRelatedCauses.Raw | null;
|
|
60
62
|
non_insurance_payers?: CanonicalNonInsurancePayerId.Raw[] | null;
|
|
61
63
|
non_insurance_payer_associations?: CanonicalNonInsurancePayerAssociation.Raw[] | null;
|
|
62
64
|
guarantor?: Guarantor.Raw | null;
|
|
@@ -54,6 +54,7 @@ const SexualOrientation_1 = require("../../../../common/types/SexualOrientation"
|
|
|
54
54
|
const TagId_1 = require("../../../../common/types/TagId");
|
|
55
55
|
const Authorization_1 = require("./Authorization");
|
|
56
56
|
const Contact_1 = require("./Contact");
|
|
57
|
+
const CoveragesForRelatedCauses_1 = require("./CoveragesForRelatedCauses");
|
|
57
58
|
const DoNotInvoiceReason_1 = require("./DoNotInvoiceReason");
|
|
58
59
|
const ExternalProvenance_1 = require("./ExternalProvenance");
|
|
59
60
|
const FilingOrder_1 = require("./FilingOrder");
|
|
@@ -90,6 +91,7 @@ exports.MutablePatient = core.serialization.object({
|
|
|
90
91
|
contacts: core.serialization.list(Contact_1.Contact),
|
|
91
92
|
generalPractitioners: core.serialization.property("general_practitioners", core.serialization.list(ExternalProvider_1.ExternalProvider)),
|
|
92
93
|
filingOrder: core.serialization.property("filing_order", FilingOrder_1.FilingOrder),
|
|
94
|
+
coveragesForRelatedCauses: core.serialization.property("coverages_for_related_causes", CoveragesForRelatedCauses_1.CoveragesForRelatedCauses.optional()),
|
|
93
95
|
nonInsurancePayers: core.serialization.property("non_insurance_payers", core.serialization.list(CanonicalNonInsurancePayerId_1.CanonicalNonInsurancePayerId).optional()),
|
|
94
96
|
nonInsurancePayerAssociations: core.serialization.property("non_insurance_payer_associations", core.serialization.list(CanonicalNonInsurancePayerAssociation_1.CanonicalNonInsurancePayerAssociation).optional()),
|
|
95
97
|
guarantor: Guarantor_1.Guarantor.optional(),
|
|
@@ -43,4 +43,5 @@ exports.PatientCoverageSnapshot = core.serialization.object({
|
|
|
43
43
|
primaryCoverage: core.serialization.property("primary_coverage", Coverage_1.Coverage.optional()),
|
|
44
44
|
secondaryCoverage: core.serialization.property("secondary_coverage", Coverage_1.Coverage.optional()),
|
|
45
45
|
tertiaryCoverage: core.serialization.property("tertiary_coverage", Coverage_1.Coverage.optional()),
|
|
46
|
+
coveragesForRelatedCauses: core.serialization.property("coverages_for_related_causes", core.serialization.list(Coverage_1.Coverage)),
|
|
46
47
|
});
|
package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js
CHANGED
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./Authorization"), exports);
|
|
18
18
|
__exportStar(require("./AuthorizationUnit"), exports);
|
|
19
19
|
__exportStar(require("./Contact"), exports);
|
|
20
|
+
__exportStar(require("./CoveragesForRelatedCauses"), exports);
|
|
20
21
|
__exportStar(require("./DoNotInvoiceReason"), exports);
|
|
21
22
|
__exportStar(require("./ExternalProvenance"), exports);
|
|
22
23
|
__exportStar(require("./FilingOrder"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.18.
|
|
1
|
+
export declare const SDK_VERSION = "1.18.1";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/reference.md
CHANGED
|
@@ -11925,6 +11925,88 @@ await client.preEncounter.eligibilityChecks.v1.createRecommendation({
|
|
|
11925
11925
|
</dl>
|
|
11926
11926
|
|
|
11927
11927
|
|
|
11928
|
+
</dd>
|
|
11929
|
+
</dl>
|
|
11930
|
+
</details>
|
|
11931
|
+
|
|
11932
|
+
<details><summary><code>client.preEncounter.eligibilityChecks.v1.<a href="/src/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/client/Client.ts">voteRecommendation</a>(recommendationId, version, { ...params }) -> core.APIResponse<CandidApi.EligibilityRecommendation, CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error></code></summary>
|
|
11933
|
+
<dl>
|
|
11934
|
+
<dd>
|
|
11935
|
+
|
|
11936
|
+
#### 📝 Description
|
|
11937
|
+
|
|
11938
|
+
<dl>
|
|
11939
|
+
<dd>
|
|
11940
|
+
|
|
11941
|
+
<dl>
|
|
11942
|
+
<dd>
|
|
11943
|
+
|
|
11944
|
+
Submit user feedback on an eligibility recommendation. The path must contain the next version number to prevent race conditions. For example, if the current version of the recommendation is n, you will need to send a request to this endpoint with `/{recommendation_id}/{n+1}/vote` to update the vote.
|
|
11945
|
+
</dd>
|
|
11946
|
+
</dl>
|
|
11947
|
+
</dd>
|
|
11948
|
+
</dl>
|
|
11949
|
+
|
|
11950
|
+
#### 🔌 Usage
|
|
11951
|
+
|
|
11952
|
+
<dl>
|
|
11953
|
+
<dd>
|
|
11954
|
+
|
|
11955
|
+
<dl>
|
|
11956
|
+
<dd>
|
|
11957
|
+
|
|
11958
|
+
```typescript
|
|
11959
|
+
await client.preEncounter.eligibilityChecks.v1.voteRecommendation("recommendation_id", "version", {
|
|
11960
|
+
userId: CandidApi.UserId("user_id"),
|
|
11961
|
+
value: "GOOD"
|
|
11962
|
+
});
|
|
11963
|
+
|
|
11964
|
+
```
|
|
11965
|
+
</dd>
|
|
11966
|
+
</dl>
|
|
11967
|
+
</dd>
|
|
11968
|
+
</dl>
|
|
11969
|
+
|
|
11970
|
+
#### ⚙️ Parameters
|
|
11971
|
+
|
|
11972
|
+
<dl>
|
|
11973
|
+
<dd>
|
|
11974
|
+
|
|
11975
|
+
<dl>
|
|
11976
|
+
<dd>
|
|
11977
|
+
|
|
11978
|
+
**recommendationId:** `string`
|
|
11979
|
+
|
|
11980
|
+
</dd>
|
|
11981
|
+
</dl>
|
|
11982
|
+
|
|
11983
|
+
<dl>
|
|
11984
|
+
<dd>
|
|
11985
|
+
|
|
11986
|
+
**version:** `string`
|
|
11987
|
+
|
|
11988
|
+
</dd>
|
|
11989
|
+
</dl>
|
|
11990
|
+
|
|
11991
|
+
<dl>
|
|
11992
|
+
<dd>
|
|
11993
|
+
|
|
11994
|
+
**request:** `CandidApi.Vote`
|
|
11995
|
+
|
|
11996
|
+
</dd>
|
|
11997
|
+
</dl>
|
|
11998
|
+
|
|
11999
|
+
<dl>
|
|
12000
|
+
<dd>
|
|
12001
|
+
|
|
12002
|
+
**requestOptions:** `V1.RequestOptions`
|
|
12003
|
+
|
|
12004
|
+
</dd>
|
|
12005
|
+
</dl>
|
|
12006
|
+
</dd>
|
|
12007
|
+
</dl>
|
|
12008
|
+
|
|
12009
|
+
|
|
11928
12010
|
</dd>
|
|
11929
12011
|
</dl>
|
|
11930
12012
|
</details>
|
|
@@ -3,5 +3,5 @@ import * as core from "../../../../core";
|
|
|
3
3
|
import type * as serializers from "../../../index";
|
|
4
4
|
export declare const EmrPayerCrosswalk: core.serialization.Schema<serializers.EmrPayerCrosswalk.Raw, CandidApi.EmrPayerCrosswalk>;
|
|
5
5
|
export declare namespace EmrPayerCrosswalk {
|
|
6
|
-
type Raw = "HEALTHIE" | "CANVAS" | "
|
|
6
|
+
type Raw = "HEALTHIE" | "CANVAS" | "WAYSTAR";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.EmrPayerCrosswalk = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../core"));
|
|
39
|
-
exports.EmrPayerCrosswalk = core.serialization.enum_(["HEALTHIE", "CANVAS", "
|
|
39
|
+
exports.EmrPayerCrosswalk = core.serialization.enum_(["HEALTHIE", "CANVAS", "WAYSTAR"]);
|
|
@@ -56,6 +56,8 @@ export declare namespace Encounter {
|
|
|
56
56
|
operating_provider?: EncounterProvider.Raw | null;
|
|
57
57
|
other_operating_provider?: EncounterProvider.Raw | null;
|
|
58
58
|
related_causes_information?: RelatedCausesInformation.Raw | null;
|
|
59
|
+
property_casualty_claim_number?: string | null;
|
|
60
|
+
accident_date?: string | null;
|
|
59
61
|
submission_expectation?: EncounterSubmissionExpectation.Raw | null;
|
|
60
62
|
type_of_bill?: TypeOfBillComposite.Raw | null;
|
|
61
63
|
referring_provider?: EncounterProvider.Raw | null;
|
|
@@ -90,6 +90,8 @@ exports.Encounter = core.serialization
|
|
|
90
90
|
operatingProvider: core.serialization.property("operating_provider", EncounterProvider_1.EncounterProvider.optional()),
|
|
91
91
|
otherOperatingProvider: core.serialization.property("other_operating_provider", EncounterProvider_1.EncounterProvider.optional()),
|
|
92
92
|
relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformation_1.RelatedCausesInformation.optional()),
|
|
93
|
+
propertyCasualtyClaimNumber: core.serialization.property("property_casualty_claim_number", core.serialization.string().optional()),
|
|
94
|
+
accidentDate: core.serialization.property("accident_date", core.serialization.string().optional()),
|
|
93
95
|
submissionExpectation: core.serialization.property("submission_expectation", EncounterSubmissionExpectation_1.EncounterSubmissionExpectation.optional()),
|
|
94
96
|
typeOfBill: core.serialization.property("type_of_bill", TypeOfBillComposite_1.TypeOfBillComposite.optional()),
|
|
95
97
|
referringProvider: core.serialization.property("referring_provider", EncounterProvider_1.EncounterProvider.optional()),
|
|
@@ -53,5 +53,7 @@ export declare namespace EncounterDeepOptional {
|
|
|
53
53
|
billing_provider?: BillingProviderUpdateWithOptionalAddress.Raw | null;
|
|
54
54
|
pay_to_address?: StreetAddressShortZipOptional.Raw | null;
|
|
55
55
|
related_causes_information?: RelatedCausesInformationCreate.Raw | null;
|
|
56
|
+
property_casualty_claim_number?: string | null;
|
|
57
|
+
accident_date?: string | null;
|
|
56
58
|
}
|
|
57
59
|
}
|
|
@@ -87,5 +87,7 @@ exports.EncounterDeepOptional = core.serialization
|
|
|
87
87
|
billingProvider: core.serialization.property("billing_provider", BillingProviderUpdateWithOptionalAddress_1.BillingProviderUpdateWithOptionalAddress.optional()),
|
|
88
88
|
payToAddress: core.serialization.property("pay_to_address", StreetAddressShortZipOptional_1.StreetAddressShortZipOptional.optional()),
|
|
89
89
|
relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationCreate_1.RelatedCausesInformationCreate.optional()),
|
|
90
|
+
propertyCasualtyClaimNumber: core.serialization.property("property_casualty_claim_number", core.serialization.string().optional()),
|
|
91
|
+
accidentDate: core.serialization.property("accident_date", core.serialization.string().optional()),
|
|
90
92
|
})
|
|
91
93
|
.extend(EncounterOptional_1.EncounterOptional);
|
|
@@ -45,5 +45,7 @@ export declare namespace UniversalEncounterCreateBase {
|
|
|
45
45
|
claim_supplemental_information?: ClaimSupplementalInformation.Raw[] | null;
|
|
46
46
|
secondary_payer_carrier_code?: string | null;
|
|
47
47
|
related_causes_information?: RelatedCausesInformationCreate.Raw | null;
|
|
48
|
+
property_casualty_claim_number?: string | null;
|
|
49
|
+
accident_date?: string | null;
|
|
48
50
|
}
|
|
49
51
|
}
|
|
@@ -79,5 +79,7 @@ exports.UniversalEncounterCreateBase = core.serialization
|
|
|
79
79
|
claimSupplementalInformation: core.serialization.property("claim_supplemental_information", core.serialization.list(ClaimSupplementalInformation_1.ClaimSupplementalInformation).optional()),
|
|
80
80
|
secondaryPayerCarrierCode: core.serialization.property("secondary_payer_carrier_code", core.serialization.string().optional()),
|
|
81
81
|
relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationCreate_1.RelatedCausesInformationCreate.optional()),
|
|
82
|
+
propertyCasualtyClaimNumber: core.serialization.property("property_casualty_claim_number", core.serialization.string().optional()),
|
|
83
|
+
accidentDate: core.serialization.property("accident_date", core.serialization.string().optional()),
|
|
82
84
|
})
|
|
83
85
|
.extend(EncounterBase_1.EncounterBase);
|
|
@@ -31,5 +31,7 @@ export declare namespace UniversalEncounterCreateFromPreEncounterBase {
|
|
|
31
31
|
tag_ids?: TagId.Raw[] | null;
|
|
32
32
|
schema_instances?: SchemaInstance.Raw[] | null;
|
|
33
33
|
related_causes_information?: RelatedCausesInformationCreate.Raw | null;
|
|
34
|
+
property_casualty_claim_number?: string | null;
|
|
35
|
+
accident_date?: string | null;
|
|
34
36
|
}
|
|
35
37
|
}
|
|
@@ -65,5 +65,7 @@ exports.UniversalEncounterCreateFromPreEncounterBase = core.serialization
|
|
|
65
65
|
tagIds: core.serialization.property("tag_ids", core.serialization.list(TagId_1.TagId).optional()),
|
|
66
66
|
schemaInstances: core.serialization.property("schema_instances", core.serialization.list(SchemaInstance_1.SchemaInstance).optional()),
|
|
67
67
|
relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationCreate_1.RelatedCausesInformationCreate.optional()),
|
|
68
|
+
propertyCasualtyClaimNumber: core.serialization.property("property_casualty_claim_number", core.serialization.string().optional()),
|
|
69
|
+
accidentDate: core.serialization.property("accident_date", core.serialization.string().optional()),
|
|
68
70
|
})
|
|
69
71
|
.extend(EncounterBase_1.EncounterBase);
|
|
@@ -41,5 +41,7 @@ export declare namespace UniversalEncounterUpdateBase {
|
|
|
41
41
|
billing_provider?: BillingProviderUpdate.Raw | null;
|
|
42
42
|
place_of_service_code_as_submitted?: FacilityTypeCode.Raw | null;
|
|
43
43
|
related_causes_information?: RelatedCausesInformationUpdate.Raw | null;
|
|
44
|
+
property_casualty_claim_number?: string | null;
|
|
45
|
+
accident_date?: string | null;
|
|
44
46
|
}
|
|
45
47
|
}
|
|
@@ -75,5 +75,7 @@ exports.UniversalEncounterUpdateBase = core.serialization
|
|
|
75
75
|
billingProvider: core.serialization.property("billing_provider", BillingProviderUpdate_1.BillingProviderUpdate.optional()),
|
|
76
76
|
placeOfServiceCodeAsSubmitted: core.serialization.property("place_of_service_code_as_submitted", FacilityTypeCode_1.FacilityTypeCode.optional()),
|
|
77
77
|
relatedCausesInformation: core.serialization.property("related_causes_information", RelatedCausesInformationUpdate_1.RelatedCausesInformationUpdate.optional()),
|
|
78
|
+
propertyCasualtyClaimNumber: core.serialization.property("property_casualty_claim_number", core.serialization.string().optional()),
|
|
79
|
+
accidentDate: core.serialization.property("accident_date", core.serialization.string().optional()),
|
|
78
80
|
})
|
|
79
81
|
.extend(EncounterOptional_1.EncounterOptional);
|
|
@@ -40,4 +40,6 @@ const AllocationEarmarkType_1 = require("./AllocationEarmarkType");
|
|
|
40
40
|
exports.BalanceEarmark = core.serialization.object({
|
|
41
41
|
id: core.serialization.string(),
|
|
42
42
|
target: AllocationEarmarkType_1.AllocationEarmarkType,
|
|
43
|
+
amountEarmarkedCents: core.serialization.property("amount_earmarked_cents", core.serialization.number().optional()),
|
|
44
|
+
createdByAllocationId: core.serialization.property("created_by_allocation_id", core.serialization.string().optional()),
|
|
43
45
|
});
|
|
@@ -15,5 +15,6 @@ export declare namespace Payer {
|
|
|
15
15
|
alternate_payer_names: string[];
|
|
16
16
|
clearinghouse_payer_info: Record<Clearinghouse.Raw, ClearinghousePayerInfo.Raw | null | undefined>;
|
|
17
17
|
street_address?: StreetAddressLongZip.Raw | null;
|
|
18
|
+
alternate_payer_addresses: StreetAddressLongZip.Raw[];
|
|
18
19
|
}
|
|
19
20
|
}
|
|
@@ -48,4 +48,5 @@ exports.Payer = core.serialization.object({
|
|
|
48
48
|
alternatePayerNames: core.serialization.property("alternate_payer_names", core.serialization.list(core.serialization.string())),
|
|
49
49
|
clearinghousePayerInfo: core.serialization.property("clearinghouse_payer_info", core.serialization.record(Clearinghouse_1.Clearinghouse, ClearinghousePayerInfo_1.ClearinghousePayerInfo.optional())),
|
|
50
50
|
streetAddress: core.serialization.property("street_address", StreetAddressLongZip_1.StreetAddressLongZip.optional()),
|
|
51
|
+
alternatePayerAddresses: core.serialization.property("alternate_payer_addresses", core.serialization.list(StreetAddressLongZip_1.StreetAddressLongZip)),
|
|
51
52
|
});
|
|
@@ -33,6 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.recommendation = exports.batch = void 0;
|
|
36
|
+
exports.voteRecommendation = exports.recommendation = exports.batch = void 0;
|
|
37
37
|
exports.batch = __importStar(require("./batch"));
|
|
38
38
|
exports.recommendation = __importStar(require("./recommendation"));
|
|
39
|
+
exports.voteRecommendation = __importStar(require("./voteRecommendation"));
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as CandidApi from "../../../../../../../../api/index";
|
|
2
|
+
import * as core from "../../../../../../../../core";
|
|
3
|
+
import type * as serializers from "../../../../../../../index";
|
|
4
|
+
import { ErrorBase4Xx } from "../../../../common/types/ErrorBase4Xx";
|
|
5
|
+
import { VersionConflictErrorBody } from "../../../../common/types/VersionConflictErrorBody";
|
|
6
|
+
export declare const Error: core.serialization.Schema<serializers.preEncounter.eligibilityChecks.v1.voteRecommendation.Error.Raw, CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error>;
|
|
7
|
+
export declare namespace Error {
|
|
8
|
+
type Raw = Error.NotFoundError | Error.VersionConflictError;
|
|
9
|
+
interface NotFoundError {
|
|
10
|
+
errorName: "NotFoundError";
|
|
11
|
+
content: ErrorBase4Xx.Raw;
|
|
12
|
+
}
|
|
13
|
+
interface VersionConflictError {
|
|
14
|
+
errorName: "VersionConflictError";
|
|
15
|
+
content: VersionConflictErrorBody.Raw;
|
|
16
|
+
}
|
|
17
|
+
}
|