candidhealth 1.17.4 → 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 -0
- package/api/resources/commons/types/EmrPayerCrosswalk.js +1 -0
- package/api/resources/encounters/resources/v4/client/Client.js +25 -2
- package/api/resources/encounters/resources/v4/client/getAll.d.ts +19 -1
- package/api/resources/encounters/resources/v4/client/getAll.js +33 -0
- package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +2 -0
- 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/appointments/resources/v1/client/Client.d.ts +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +11 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +4 -0
- package/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +4 -2
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +28 -6
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +7 -1
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +11 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoveragesGetHistoryRequest.d.ts +15 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoveragesGetHistoryRequest.js +3 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -1
- 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 +11 -2
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +4 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +2 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
- package/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +12 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +76 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.d.ts +25 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.js +66 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/GetCoverageSnapshotRequest.d.ts +7 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/GetCoverageSnapshotRequest.js +3 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -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 +2 -1
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.d.ts +8 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.js +3 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +6 -0
- package/dist/Client.js +2 -2
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.d.ts +1 -0
- package/dist/api/resources/commons/types/EmrPayerCrosswalk.js +1 -0
- package/dist/api/resources/encounters/resources/v4/client/Client.js +25 -2
- package/dist/api/resources/encounters/resources/v4/client/getAll.d.ts +19 -1
- package/dist/api/resources/encounters/resources/v4/client/getAll.js +33 -0
- package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +2 -0
- 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/appointments/resources/v1/client/Client.d.ts +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/Client.js +11 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/client/requests/VisitsRequest.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/appointments/resources/v1/types/Visit.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.d.ts +4 -2
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/Client.js +28 -6
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +7 -1
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +11 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoveragesGetHistoryRequest.d.ts +15 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/CoveragesGetHistoryRequest.js +3 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/client/requests/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +3 -1
- 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 +11 -2
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/AppointmentsGetListRequest.d.ts +4 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/client/requests/PatientListRequest.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.d.ts +12 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/Client.js +76 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.d.ts +25 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.js +66 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/GetCoverageSnapshotRequest.d.ts +7 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/GetCoverageSnapshotRequest.js +3 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/client/requests/index.d.ts +1 -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 +2 -1
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.d.ts +8 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.js +3 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/api/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/api/resources/serviceLines/resources/v2/types/ServiceLineEraData.d.ts +6 -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/client/getAll.d.ts +22 -0
- package/dist/serialization/resources/encounters/resources/v4/client/getAll.js +81 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
- package/dist/serialization/resources/encounters/resources/v4/client/index.js +2 -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/appointments/resources/v1/types/Visit.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +5 -1
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +5 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.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/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.d.ts +12 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.js +69 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- 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 +15 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.js +47 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/dist/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +175 -2
- 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/client/getAll.d.ts +22 -0
- package/serialization/resources/encounters/resources/v4/client/getAll.js +81 -0
- package/serialization/resources/encounters/resources/v4/client/index.d.ts +1 -0
- package/serialization/resources/encounters/resources/v4/client/index.js +2 -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/appointments/resources/v1/types/Visit.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/appointments/resources/v1/types/Visit.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.d.ts +5 -1
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/client/getHistory.js +5 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/CoverageBenefits.js +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/coverages/resources/v1/types/MutableCoverage.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/lists/resources/v1/types/AppointmentListItem.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.js +1 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/lists/resources/v1/types/PatientListItem.js +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.d.ts +12 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.js +69 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.d.ts +1 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/client/index.js +2 -1
- 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 +15 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/PatientCoverageSnapshot.js +47 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.d.ts +2 -0
- package/serialization/resources/preEncounter/resources/patients/resources/v1/types/index.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.recommendation = exports.post = exports.pollBatch = exports.payerSearch = exports.createRecommendation = exports.batch = void 0;
|
|
39
|
+
exports.voteRecommendation = exports.recommendation = exports.post = exports.pollBatch = exports.payerSearch = exports.createRecommendation = exports.batch = void 0;
|
|
40
40
|
exports.batch = __importStar(require("./batch"));
|
|
41
41
|
exports.createRecommendation = __importStar(require("./createRecommendation"));
|
|
42
42
|
exports.payerSearch = __importStar(require("./payerSearch"));
|
|
@@ -44,3 +44,4 @@ exports.pollBatch = __importStar(require("./pollBatch"));
|
|
|
44
44
|
exports.post = __importStar(require("./post"));
|
|
45
45
|
exports.recommendation = __importStar(require("./recommendation"));
|
|
46
46
|
__exportStar(require("./requests"), exports);
|
|
47
|
+
exports.voteRecommendation = __importStar(require("./voteRecommendation"));
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type * as core from "../../../../../../../../core";
|
|
2
|
+
import * as CandidApi from "../../../../../../../index";
|
|
3
|
+
export type Error = CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error.NotFoundError | CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error.VersionConflictError | CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error._Unknown;
|
|
4
|
+
export declare namespace Error {
|
|
5
|
+
interface NotFoundError extends _Utils {
|
|
6
|
+
errorName: "NotFoundError";
|
|
7
|
+
content: CandidApi.preEncounter.ErrorBase4Xx;
|
|
8
|
+
}
|
|
9
|
+
interface VersionConflictError extends _Utils {
|
|
10
|
+
errorName: "VersionConflictError";
|
|
11
|
+
content: CandidApi.preEncounter.VersionConflictErrorBody;
|
|
12
|
+
}
|
|
13
|
+
interface _Unknown extends _Utils {
|
|
14
|
+
errorName: void;
|
|
15
|
+
content: core.Fetcher.Error;
|
|
16
|
+
}
|
|
17
|
+
interface _Utils {
|
|
18
|
+
_visit: <_Result>(visitor: CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error._Visitor<_Result>) => _Result;
|
|
19
|
+
}
|
|
20
|
+
interface _Visitor<_Result> {
|
|
21
|
+
notFoundError: (value: CandidApi.preEncounter.ErrorBase4Xx) => _Result;
|
|
22
|
+
versionConflictError: (value: CandidApi.preEncounter.VersionConflictErrorBody) => _Result;
|
|
23
|
+
_other: (value: core.Fetcher.Error) => _Result;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export declare const Error: {
|
|
27
|
+
readonly notFoundError: (value: CandidApi.preEncounter.ErrorBase4Xx) => CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error.NotFoundError;
|
|
28
|
+
readonly versionConflictError: (value: CandidApi.preEncounter.VersionConflictErrorBody) => CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error.VersionConflictError;
|
|
29
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error._Unknown;
|
|
30
|
+
readonly _visit: <_Result>(value: CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error, visitor: CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error._Visitor<_Result>) => _Result;
|
|
31
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
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.Error = void 0;
|
|
38
|
+
const CandidApi = __importStar(require("../../../../../../../index"));
|
|
39
|
+
exports.Error = {
|
|
40
|
+
notFoundError: (value) => {
|
|
41
|
+
return {
|
|
42
|
+
content: value,
|
|
43
|
+
errorName: "NotFoundError",
|
|
44
|
+
_visit: function (visitor) {
|
|
45
|
+
return CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error._visit(this, visitor);
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
},
|
|
49
|
+
versionConflictError: (value) => {
|
|
50
|
+
return {
|
|
51
|
+
content: value,
|
|
52
|
+
errorName: "VersionConflictError",
|
|
53
|
+
_visit: function (visitor) {
|
|
54
|
+
return CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error._visit(this, visitor);
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
},
|
|
58
|
+
_unknown: (fetcherError) => {
|
|
59
|
+
return {
|
|
60
|
+
errorName: undefined,
|
|
61
|
+
content: fetcherError,
|
|
62
|
+
_visit: function (visitor) {
|
|
63
|
+
return CandidApi.preEncounter.eligibilityChecks.v1.voteRecommendation.Error._visit(this, visitor);
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
},
|
|
67
|
+
_visit: (value, visitor) => {
|
|
68
|
+
switch (value.errorName) {
|
|
69
|
+
case "NotFoundError":
|
|
70
|
+
return visitor.notFoundError(value.content);
|
|
71
|
+
case "VersionConflictError":
|
|
72
|
+
return visitor.versionConflictError(value.content);
|
|
73
|
+
default:
|
|
74
|
+
return visitor._other(value);
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* An object representing a copay estimation recommendation from AI analysis
|
|
4
|
+
*/
|
|
5
|
+
export interface CopayEstimationRecommendation {
|
|
6
|
+
payload: CandidApi.preEncounter.eligibilityChecks.v1.CopayEstimationRecommendationPayload;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Payload for MD visit copay estimation from AI analysis
|
|
3
|
+
*/
|
|
4
|
+
export interface CopayEstimationRecommendationPayload {
|
|
5
|
+
/** The estimated copay amount in cents */
|
|
6
|
+
structuredResponse?: number;
|
|
7
|
+
/** The AI's explanation of the copay estimate */
|
|
8
|
+
exposition: string;
|
|
9
|
+
}
|
|
@@ -5,6 +5,9 @@ import type * as CandidApi from "../../../../../../../index";
|
|
|
5
5
|
export interface EligibilityRecommendation extends CandidApi.preEncounter.BaseModel {
|
|
6
6
|
/** The unique UUID identifier for an EligibilityRecommendation. */
|
|
7
7
|
id: string;
|
|
8
|
+
eligibilityCheckId: string;
|
|
8
9
|
recommendation: CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPayload;
|
|
9
10
|
patient: CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPatientInfo;
|
|
11
|
+
/** User feedback on this recommendation */
|
|
12
|
+
vote?: CandidApi.preEncounter.eligibilityChecks.v1.Vote;
|
|
10
13
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as CandidApi from "../../../../../../../index";
|
|
2
|
-
export type EligibilityRecommendationPayload = CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPayload.MedicareAdvantage | CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPayload.CoordinationOfBenefits;
|
|
2
|
+
export type EligibilityRecommendationPayload = CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPayload.MedicareAdvantage | CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPayload.CoordinationOfBenefits | CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPayload.CopayEstimation | CandidApi.preEncounter.eligibilityChecks.v1.EligibilityRecommendationPayload.UserConfiguredPrompts;
|
|
3
3
|
export declare namespace EligibilityRecommendationPayload {
|
|
4
4
|
interface MedicareAdvantage extends CandidApi.preEncounter.eligibilityChecks.v1.MedicareAdvantageRecommendation {
|
|
5
5
|
type: "MEDICARE_ADVANTAGE";
|
|
@@ -7,4 +7,10 @@ export declare namespace EligibilityRecommendationPayload {
|
|
|
7
7
|
interface CoordinationOfBenefits extends CandidApi.preEncounter.eligibilityChecks.v1.CoordinationOfBenefitsRecommendation {
|
|
8
8
|
type: "COORDINATION_OF_BENEFITS";
|
|
9
9
|
}
|
|
10
|
+
interface CopayEstimation extends CandidApi.preEncounter.eligibilityChecks.v1.CopayEstimationRecommendation {
|
|
11
|
+
type: "COPAY_ESTIMATION";
|
|
12
|
+
}
|
|
13
|
+
interface UserConfiguredPrompts extends CandidApi.preEncounter.eligibilityChecks.v1.UserConfiguredPromptsRecommendation {
|
|
14
|
+
type: "USER_CONFIGURED_PROMPTS";
|
|
15
|
+
}
|
|
10
16
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* An object representing a user-configured prompt recommendation from AI analysis
|
|
4
|
+
*/
|
|
5
|
+
export interface UserConfiguredPromptsRecommendation {
|
|
6
|
+
payload: CandidApi.preEncounter.eligibilityChecks.v1.UserConfiguredPromptsRecommendationPayload;
|
|
7
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* Payload for user-configured prompt recommendations from AI analysis
|
|
4
|
+
*/
|
|
5
|
+
export interface UserConfiguredPromptsRecommendationPayload {
|
|
6
|
+
/** Array of results from all enabled user-configured prompts */
|
|
7
|
+
results: CandidApi.preEncounter.eligibilityChecks.v1.UserConfiguredPromptsResult[];
|
|
8
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Individual result from a single user-configured prompt execution
|
|
3
|
+
*/
|
|
4
|
+
export interface UserConfiguredPromptsResult {
|
|
5
|
+
/** Reference to the user prompt in eligibility config */
|
|
6
|
+
userPromptId: string;
|
|
7
|
+
/** User-defined name for the prompt */
|
|
8
|
+
promptName: string;
|
|
9
|
+
/** The AI's structured answer (boolean, number, or string) */
|
|
10
|
+
structuredResponse?: unknown;
|
|
11
|
+
/** The AI's explanation of the answer */
|
|
12
|
+
exposition: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type * as CandidApi from "../../../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* User feedback on a recommendation
|
|
4
|
+
*/
|
|
5
|
+
export interface Vote {
|
|
6
|
+
/** The user who voted */
|
|
7
|
+
userId: CandidApi.preEncounter.UserId;
|
|
8
|
+
/** The vote value */
|
|
9
|
+
value: CandidApi.preEncounter.eligibilityChecks.v1.VoteValue;
|
|
10
|
+
/** Optional comment explaining the vote */
|
|
11
|
+
comment?: string;
|
|
12
|
+
}
|
package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/VoteValue.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.VoteValue = void 0;
|
|
5
|
+
/** Possible vote values for recommendation quality */
|
|
6
|
+
exports.VoteValue = {
|
|
7
|
+
Good: "GOOD",
|
|
8
|
+
Bad: "BAD",
|
|
9
|
+
Ok: "OK",
|
|
10
|
+
};
|
package/api/resources/preEncounter/resources/eligibilityChecks/resources/v1/types/index.d.ts
CHANGED
|
@@ -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);
|
|
@@ -68,7 +68,7 @@ class V1 {
|
|
|
68
68
|
__getPatientList() {
|
|
69
69
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
70
70
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
71
|
-
const { pageToken, limit, sortField, sortDirection, filters } = request;
|
|
71
|
+
const { pageToken, limit, sortField, sortDirection, filters, includeDeactivated } = request;
|
|
72
72
|
const _queryParams = {};
|
|
73
73
|
if (pageToken != null) {
|
|
74
74
|
_queryParams.page_token = pageToken;
|
|
@@ -87,6 +87,9 @@ class V1 {
|
|
|
87
87
|
if (filters != null) {
|
|
88
88
|
_queryParams.filters = filters;
|
|
89
89
|
}
|
|
90
|
+
if (includeDeactivated != null) {
|
|
91
|
+
_queryParams.include_deactivated = includeDeactivated.toString();
|
|
92
|
+
}
|
|
90
93
|
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
91
94
|
const _response = yield core.fetcher({
|
|
92
95
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).preEncounter, "/lists/v1/patient"),
|
|
@@ -156,7 +159,7 @@ class V1 {
|
|
|
156
159
|
__getAppointmentList() {
|
|
157
160
|
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
158
161
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
159
|
-
const { sortField, sortDirection, limit, pageToken, filters } = request;
|
|
162
|
+
const { sortField, sortDirection, limit, pageToken, filters, includeDeactivated, includeMergedPatientData } = request;
|
|
160
163
|
const _queryParams = {};
|
|
161
164
|
if (sortField != null) {
|
|
162
165
|
_queryParams.sort_field = sortField;
|
|
@@ -175,6 +178,12 @@ class V1 {
|
|
|
175
178
|
if (filters != null) {
|
|
176
179
|
_queryParams.filters = filters;
|
|
177
180
|
}
|
|
181
|
+
if (includeDeactivated != null) {
|
|
182
|
+
_queryParams.include_deactivated = includeDeactivated.toString();
|
|
183
|
+
}
|
|
184
|
+
if (includeMergedPatientData != null) {
|
|
185
|
+
_queryParams.include_merged_patient_data = includeMergedPatientData.toString();
|
|
186
|
+
}
|
|
178
187
|
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
179
188
|
const _response = yield core.fetcher({
|
|
180
189
|
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).preEncounter, "/lists/v1/appointment"),
|
|
@@ -12,4 +12,8 @@ export interface AppointmentsGetListRequest {
|
|
|
12
12
|
limit?: number;
|
|
13
13
|
pageToken?: CandidApi.preEncounter.PageToken;
|
|
14
14
|
filters?: CandidApi.preEncounter.FilterQueryString;
|
|
15
|
+
/** If true, includes deactivated appointments in the results. Defaults to false. */
|
|
16
|
+
includeDeactivated?: boolean;
|
|
17
|
+
/** If true and a patient id is specified, then also include appointments from any alternative patients that are merged into this patient. Defaults to false. */
|
|
18
|
+
includeMergedPatientData?: boolean;
|
|
15
19
|
}
|
|
@@ -11,4 +11,6 @@ export interface PatientListRequest {
|
|
|
11
11
|
/** Defaults to ascending. */
|
|
12
12
|
sortDirection?: CandidApi.preEncounter.SortDirection;
|
|
13
13
|
filters?: CandidApi.preEncounter.FilterQueryString;
|
|
14
|
+
/** If true, includes deactivated patients in the results. Defaults to false. */
|
|
15
|
+
includeDeactivated?: boolean;
|
|
14
16
|
}
|
package/api/resources/preEncounter/resources/lists/resources/v1/types/AppointmentListItem.d.ts
CHANGED
|
@@ -3,5 +3,6 @@ export interface AppointmentListItem {
|
|
|
3
3
|
appointment: CandidApi.preEncounter.appointments.v1.Appointment;
|
|
4
4
|
patient: CandidApi.preEncounter.patients.v1.MutablePatientWithMrn;
|
|
5
5
|
primaryCoverage?: CandidApi.preEncounter.coverages.v1.MutableCoverage;
|
|
6
|
+
secondaryCoverage?: CandidApi.preEncounter.coverages.v1.MutableCoverage;
|
|
6
7
|
primaryServiceType?: CandidApi.preEncounter.appointments.v1.UniversalServiceIdentifier;
|
|
7
8
|
}
|
|
@@ -5,4 +5,6 @@ export interface PatientListItem {
|
|
|
5
5
|
secondaryCoverage?: CandidApi.preEncounter.coverages.v1.MutableCoverage;
|
|
6
6
|
tertiaryCoverage?: CandidApi.preEncounter.coverages.v1.MutableCoverage;
|
|
7
7
|
nextAppointment?: CandidApi.preEncounter.appointments.v1.MutableAppointment;
|
|
8
|
+
primaryMrn?: string;
|
|
9
|
+
alternativeMrns: string[];
|
|
8
10
|
}
|
|
@@ -367,6 +367,18 @@ export declare class V1 {
|
|
|
367
367
|
*/
|
|
368
368
|
getHistory(id: CandidApi.preEncounter.PatientId, requestOptions?: V1.RequestOptions): core.HttpResponsePromise<core.APIResponse<CandidApi.preEncounter.patients.v1.Patient[], CandidApi.preEncounter.patients.v1.getHistory.Error>>;
|
|
369
369
|
private __getHistory;
|
|
370
|
+
/**
|
|
371
|
+
* Gets a patient along with their coverages at a specific point in time. Note that the date passed in is only used to determine what the filing order was for that patient during that time. The actual data returned will always be the latest version of the patient and coverages.
|
|
372
|
+
*
|
|
373
|
+
* @param {CandidApi.preEncounter.PatientId} id
|
|
374
|
+
* @param {CandidApi.preEncounter.patients.v1.GetCoverageSnapshotRequest} request
|
|
375
|
+
* @param {V1.RequestOptions} requestOptions - Request-specific configuration.
|
|
376
|
+
*
|
|
377
|
+
* @example
|
|
378
|
+
* await client.preEncounter.patients.v1.getCoverageSnapshot(CandidApi.preEncounter.PatientId("id"))
|
|
379
|
+
*/
|
|
380
|
+
getCoverageSnapshot(id: CandidApi.preEncounter.PatientId, request?: CandidApi.preEncounter.patients.v1.GetCoverageSnapshotRequest, requestOptions?: V1.RequestOptions): core.HttpResponsePromise<core.APIResponse<CandidApi.preEncounter.patients.v1.PatientCoverageSnapshot, CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error>>;
|
|
381
|
+
private __getCoverageSnapshot;
|
|
370
382
|
/**
|
|
371
383
|
* Updates a patient. The path must contain the next version number to prevent race conditions. For example, if the current version of the patient is n, you will need to send a request to this endpoint with `/{id}/n+1` to update the patient. Updating historic versions is not supported.
|
|
372
384
|
*
|
|
@@ -822,6 +822,82 @@ class V1 {
|
|
|
822
822
|
};
|
|
823
823
|
});
|
|
824
824
|
}
|
|
825
|
+
/**
|
|
826
|
+
* Gets a patient along with their coverages at a specific point in time. Note that the date passed in is only used to determine what the filing order was for that patient during that time. The actual data returned will always be the latest version of the patient and coverages.
|
|
827
|
+
*
|
|
828
|
+
* @param {CandidApi.preEncounter.PatientId} id
|
|
829
|
+
* @param {CandidApi.preEncounter.patients.v1.GetCoverageSnapshotRequest} request
|
|
830
|
+
* @param {V1.RequestOptions} requestOptions - Request-specific configuration.
|
|
831
|
+
*
|
|
832
|
+
* @example
|
|
833
|
+
* await client.preEncounter.patients.v1.getCoverageSnapshot(CandidApi.preEncounter.PatientId("id"))
|
|
834
|
+
*/
|
|
835
|
+
getCoverageSnapshot(id, request = {}, requestOptions) {
|
|
836
|
+
return core.HttpResponsePromise.fromPromise(this.__getCoverageSnapshot(id, request, requestOptions));
|
|
837
|
+
}
|
|
838
|
+
__getCoverageSnapshot(id_1) {
|
|
839
|
+
return __awaiter(this, arguments, void 0, function* (id, request = {}, requestOptions) {
|
|
840
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
841
|
+
const { date } = request;
|
|
842
|
+
const _queryParams = {};
|
|
843
|
+
if (date != null) {
|
|
844
|
+
_queryParams.date = date.toISOString();
|
|
845
|
+
}
|
|
846
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ Authorization: yield this._getAuthorizationHeader() }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
847
|
+
const _response = yield core.fetcher({
|
|
848
|
+
url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.CandidApiEnvironment.Production).preEncounter, `/patients/v1/${core.url.encodePathParam(serializers.preEncounter.PatientId.jsonOrThrow(id))}/snapshot`),
|
|
849
|
+
method: "GET",
|
|
850
|
+
headers: _headers,
|
|
851
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
852
|
+
timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
|
|
853
|
+
maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
|
|
854
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
855
|
+
});
|
|
856
|
+
if (_response.ok) {
|
|
857
|
+
return {
|
|
858
|
+
data: {
|
|
859
|
+
ok: true,
|
|
860
|
+
body: serializers.preEncounter.patients.v1.PatientCoverageSnapshot.parseOrThrow(_response.body, {
|
|
861
|
+
unrecognizedObjectKeys: "passthrough",
|
|
862
|
+
allowUnrecognizedUnionMembers: true,
|
|
863
|
+
allowUnrecognizedEnumValues: true,
|
|
864
|
+
breadcrumbsPrefix: ["response"],
|
|
865
|
+
}),
|
|
866
|
+
headers: _response.headers,
|
|
867
|
+
rawResponse: _response.rawResponse,
|
|
868
|
+
},
|
|
869
|
+
rawResponse: _response.rawResponse,
|
|
870
|
+
};
|
|
871
|
+
}
|
|
872
|
+
if (_response.error.reason === "status-code") {
|
|
873
|
+
switch ((_j = _response.error.body) === null || _j === void 0 ? void 0 : _j.errorName) {
|
|
874
|
+
case "NotFoundError":
|
|
875
|
+
return {
|
|
876
|
+
data: {
|
|
877
|
+
ok: false,
|
|
878
|
+
error: serializers.preEncounter.patients.v1.getCoverageSnapshot.Error.parseOrThrow(_response.error
|
|
879
|
+
.body, {
|
|
880
|
+
unrecognizedObjectKeys: "passthrough",
|
|
881
|
+
allowUnrecognizedUnionMembers: true,
|
|
882
|
+
allowUnrecognizedEnumValues: true,
|
|
883
|
+
breadcrumbsPrefix: ["response"],
|
|
884
|
+
}),
|
|
885
|
+
rawResponse: _response.rawResponse,
|
|
886
|
+
},
|
|
887
|
+
rawResponse: _response.rawResponse,
|
|
888
|
+
};
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
return {
|
|
892
|
+
data: {
|
|
893
|
+
ok: false,
|
|
894
|
+
error: CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error._unknown(_response.error),
|
|
895
|
+
rawResponse: _response.rawResponse,
|
|
896
|
+
},
|
|
897
|
+
rawResponse: _response.rawResponse,
|
|
898
|
+
};
|
|
899
|
+
});
|
|
900
|
+
}
|
|
825
901
|
/**
|
|
826
902
|
* Updates a patient. The path must contain the next version number to prevent race conditions. For example, if the current version of the patient is n, you will need to send a request to this endpoint with `/{id}/n+1` to update the patient. Updating historic versions is not supported.
|
|
827
903
|
*
|
package/api/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type * as core from "../../../../../../../../core";
|
|
2
|
+
import * as CandidApi from "../../../../../../../index";
|
|
3
|
+
export type Error = CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error.NotFoundError | CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error._Unknown;
|
|
4
|
+
export declare namespace Error {
|
|
5
|
+
interface NotFoundError extends _Utils {
|
|
6
|
+
errorName: "NotFoundError";
|
|
7
|
+
content: CandidApi.preEncounter.ErrorBase4Xx;
|
|
8
|
+
}
|
|
9
|
+
interface _Unknown extends _Utils {
|
|
10
|
+
errorName: void;
|
|
11
|
+
content: core.Fetcher.Error;
|
|
12
|
+
}
|
|
13
|
+
interface _Utils {
|
|
14
|
+
_visit: <_Result>(visitor: CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error._Visitor<_Result>) => _Result;
|
|
15
|
+
}
|
|
16
|
+
interface _Visitor<_Result> {
|
|
17
|
+
notFoundError: (value: CandidApi.preEncounter.ErrorBase4Xx) => _Result;
|
|
18
|
+
_other: (value: core.Fetcher.Error) => _Result;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export declare const Error: {
|
|
22
|
+
readonly notFoundError: (value: CandidApi.preEncounter.ErrorBase4Xx) => CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error.NotFoundError;
|
|
23
|
+
readonly _unknown: (fetcherError: core.Fetcher.Error) => CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error._Unknown;
|
|
24
|
+
readonly _visit: <_Result>(value: CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error, visitor: CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error._Visitor<_Result>) => _Result;
|
|
25
|
+
};
|
package/api/resources/preEncounter/resources/patients/resources/v1/client/getCoverageSnapshot.js
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
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.Error = void 0;
|
|
38
|
+
const CandidApi = __importStar(require("../../../../../../../index"));
|
|
39
|
+
exports.Error = {
|
|
40
|
+
notFoundError: (value) => {
|
|
41
|
+
return {
|
|
42
|
+
content: value,
|
|
43
|
+
errorName: "NotFoundError",
|
|
44
|
+
_visit: function (visitor) {
|
|
45
|
+
return CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error._visit(this, visitor);
|
|
46
|
+
},
|
|
47
|
+
};
|
|
48
|
+
},
|
|
49
|
+
_unknown: (fetcherError) => {
|
|
50
|
+
return {
|
|
51
|
+
errorName: undefined,
|
|
52
|
+
content: fetcherError,
|
|
53
|
+
_visit: function (visitor) {
|
|
54
|
+
return CandidApi.preEncounter.patients.v1.getCoverageSnapshot.Error._visit(this, visitor);
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
},
|
|
58
|
+
_visit: (value, visitor) => {
|
|
59
|
+
switch (value.errorName) {
|
|
60
|
+
case "NotFoundError":
|
|
61
|
+
return visitor.notFoundError(value.content);
|
|
62
|
+
default:
|
|
63
|
+
return visitor._other(value);
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
};
|
|
@@ -3,6 +3,7 @@ export * as createWithMrn from "./createWithMrn";
|
|
|
3
3
|
export * as deactivate from "./deactivate";
|
|
4
4
|
export * as get from "./get";
|
|
5
5
|
export * as getByMrn from "./getByMrn";
|
|
6
|
+
export * as getCoverageSnapshot from "./getCoverageSnapshot";
|
|
6
7
|
export * as getHistory from "./getHistory";
|
|
7
8
|
export * as getMulti from "./getMulti";
|
|
8
9
|
export * as reactivate from "./reactivate";
|
|
@@ -36,12 +36,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.update = exports.searchProviders = exports.search = exports.scan = exports.reactivate = exports.getMulti = exports.getHistory = exports.getByMrn = exports.get = exports.deactivate = exports.createWithMrn = exports.create = void 0;
|
|
39
|
+
exports.update = exports.searchProviders = exports.search = exports.scan = exports.reactivate = exports.getMulti = exports.getHistory = exports.getCoverageSnapshot = exports.getByMrn = exports.get = exports.deactivate = exports.createWithMrn = exports.create = void 0;
|
|
40
40
|
exports.create = __importStar(require("./create"));
|
|
41
41
|
exports.createWithMrn = __importStar(require("./createWithMrn"));
|
|
42
42
|
exports.deactivate = __importStar(require("./deactivate"));
|
|
43
43
|
exports.get = __importStar(require("./get"));
|
|
44
44
|
exports.getByMrn = __importStar(require("./getByMrn"));
|
|
45
|
+
exports.getCoverageSnapshot = __importStar(require("./getCoverageSnapshot"));
|
|
45
46
|
exports.getHistory = __importStar(require("./getHistory"));
|
|
46
47
|
exports.getMulti = __importStar(require("./getMulti"));
|
|
47
48
|
exports.reactivate = __importStar(require("./reactivate"));
|