@icanbwell/bwell-sdk-ts 1.55.0 → 1.56.0
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/README.md +3 -19
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/api/api-provider-factory.d.ts +1 -1
- package/dist/api/api-provider-factory.js +1 -2
- package/dist/api/base/activity/activity-manager.d.ts +25 -18
- package/dist/api/base/activity/get-tasks-request.d.ts +49 -29
- package/dist/api/base/activity/get-tasks-request.js +15 -42
- package/dist/api/base/activity/index.d.ts +4 -2
- package/dist/api/base/activity/index.js +1 -0
- package/dist/api/base/activity/types.d.ts +3 -0
- package/dist/api/base/activity/types.js +5 -0
- package/dist/api/base/activity/update-task-status-request.d.ts +18 -0
- package/dist/api/base/activity/update-task-status-request.js +15 -0
- package/dist/api/base/api-provider.d.ts +14 -12
- package/dist/api/base/connection/connection-manager.d.ts +51 -68
- package/dist/api/base/connection/connection-manager.js +0 -3
- package/dist/api/base/connection/connection-request.d.ts +1 -15
- package/dist/api/base/connection/connection-request.js +0 -8
- package/dist/api/base/connection/index.d.ts +1 -1
- package/dist/api/base/device/device-manager.d.ts +12 -34
- package/dist/api/base/device/device-manager.js +5 -1
- package/dist/api/base/device/device-request.d.ts +42 -35
- package/dist/api/base/device/device-request.js +42 -30
- package/dist/api/base/device/index.d.ts +2 -2
- package/dist/api/base/device/index.js +2 -2
- package/dist/api/base/event/event-manager.d.ts +16 -0
- package/dist/api/base/event/event-request.d.ts +35 -0
- package/dist/api/base/event/event-request.js +64 -0
- package/dist/api/base/event/index.d.ts +2 -0
- package/dist/api/base/event/index.js +1 -0
- package/dist/api/base/financial/coverage-request.d.ts +6 -5
- package/dist/api/base/financial/coverage-request.js +7 -7
- package/dist/api/base/financial/{explanation-of-benefit-request.d.ts → explanation-of-benefit.d.ts} +9 -15
- package/dist/api/base/financial/{explanation-of-benefit-request.js → explanation-of-benefit.js} +18 -8
- package/dist/api/base/financial/financial-manager.d.ts +14 -46
- package/dist/api/base/financial/index.d.ts +2 -3
- package/dist/api/base/financial/index.js +2 -2
- package/dist/api/base/health-data/health-data-request.d.ts +8 -116
- package/dist/api/base/health-data/health-data-request.js +2 -83
- package/dist/api/base/health-data/health-manager.d.ts +243 -293
- package/dist/api/base/health-data/index.d.ts +3 -2
- package/dist/api/base/health-data/index.js +2 -0
- package/dist/api/base/health-data/lab-knowledge-request.d.ts +0 -9
- package/dist/api/base/health-data/lab-knowledge-request.js +0 -3
- package/dist/api/base/health-data/medication-knowledge-request.d.ts +0 -9
- package/dist/api/base/health-data/medication-knowledge-request.js +0 -3
- package/dist/api/base/health-data/medication-pricing-request.d.ts +21 -0
- package/dist/api/base/health-data/medication-pricing-request.js +26 -0
- package/dist/api/base/health-data/medication-statement-request.d.ts +29 -0
- package/dist/api/base/health-data/medication-statement-request.js +35 -0
- package/dist/api/base/health-space/add-care-team-member-request.d.ts +33 -0
- package/dist/api/base/health-space/add-care-team-member-request.js +36 -0
- package/dist/api/base/health-space/add-care-team-members-request.d.ts +35 -0
- package/dist/api/base/health-space/add-care-team-members-request.js +61 -0
- package/dist/api/base/health-space/appointments-request.d.ts +0 -9
- package/dist/api/base/health-space/appointments-request.js +0 -3
- package/dist/api/base/health-space/cancel-appointment-request.d.ts +1 -8
- package/dist/api/base/health-space/cancel-appointment-request.js +0 -4
- package/dist/api/base/health-space/cancelationReasons-request.d.ts +16 -0
- package/dist/api/base/health-space/{cancellation-reasons-request.js → cancelationReasons-request.js} +4 -10
- package/dist/api/base/health-space/care-team-members-request.d.ts +31 -0
- package/dist/api/base/health-space/care-team-members-request.js +33 -0
- package/dist/api/base/health-space/health-space-manager.d.ts +116 -29
- package/dist/api/base/health-space/index.d.ts +7 -2
- package/dist/api/base/health-space/index.js +6 -1
- package/dist/api/base/health-space/remove-care-team-member-request.d.ts +34 -0
- package/dist/api/base/health-space/remove-care-team-member-request.js +36 -0
- package/dist/api/base/health-space/update-care-team-member-request.d.ts +55 -0
- package/dist/api/base/health-space/update-care-team-member-request.js +71 -0
- package/dist/api/base/identity/identity-manager.d.ts +11 -98
- package/dist/api/base/index.d.ts +3 -1
- package/dist/api/base/index.js +3 -2
- package/dist/api/base/questionnaire/index.d.ts +4 -1
- package/dist/api/base/questionnaire/index.js +3 -0
- package/dist/api/base/questionnaire/next-question-request.d.ts +2 -8
- package/dist/api/base/questionnaire/next-question-request.js +1 -4
- package/dist/api/base/questionnaire/questionnaire-manager.d.ts +42 -24
- package/dist/api/base/questionnaire/questionnaire-responses-request.d.ts +30 -0
- package/dist/api/base/questionnaire/questionnaire-responses-request.js +49 -0
- package/dist/api/base/questionnaire/questionnaires-request.d.ts +18 -0
- package/dist/api/base/questionnaire/questionnaires-request.js +42 -0
- package/dist/api/base/questionnaire/save-questionnaire-response-request.d.ts +22 -0
- package/dist/api/base/questionnaire/save-questionnaire-response-request.js +33 -0
- package/dist/api/base/requests/index.d.ts +0 -2
- package/dist/api/base/requests/search-date.d.ts +0 -12
- package/dist/api/base/requests/search-reference.d.ts +1 -9
- package/dist/api/base/requests/search-string.d.ts +0 -6
- package/dist/api/base/requests/search-token.d.ts +0 -18
- package/dist/api/base/requests/search-token.js +17 -17
- package/dist/api/base/search/index.d.ts +5 -3
- package/dist/api/base/search/index.js +3 -1
- package/dist/api/base/search/request-connection-request.d.ts +24 -0
- package/dist/api/base/search/request-connection-request.js +3 -0
- package/dist/api/base/search/search-health-resources-request.d.ts +44 -33
- package/dist/api/base/search/search-health-resources-request.js +0 -3
- package/dist/api/base/search/search-manager.d.ts +42 -39
- package/dist/api/base/search/search-request.d.ts +84 -0
- package/dist/api/base/search/search-request.js +78 -0
- package/dist/api/base/support/create-support-comment-request.d.ts +13 -0
- package/dist/api/base/support/create-support-comment-request.js +18 -0
- package/dist/api/base/support/create-support-request-request.d.ts +22 -0
- package/dist/api/base/support/create-support-request-request.js +20 -0
- package/dist/api/base/support/delete-support-attachment-request.d.ts +11 -0
- package/dist/api/base/support/delete-support-attachment-request.js +14 -0
- package/dist/api/base/support/get-support-articles-request.d.ts +14 -0
- package/dist/api/base/support/get-support-articles-request.js +12 -0
- package/dist/api/base/support/get-support-attachment-request.d.ts +14 -0
- package/dist/api/base/support/get-support-attachment-request.js +18 -0
- package/dist/api/base/support/get-support-comments-request.d.ts +14 -0
- package/dist/api/base/support/get-support-comments-request.js +15 -0
- package/dist/api/base/support/get-support-requests-request.d.ts +16 -0
- package/dist/api/base/support/get-support-requests-request.js +14 -0
- package/dist/api/base/support/index.d.ts +9 -0
- package/dist/api/base/support/index.js +9 -0
- package/dist/api/base/support/support-manager.d.ts +78 -0
- package/dist/api/base/support/upload-support-attachment-request.d.ts +25 -0
- package/dist/api/base/support/upload-support-attachment-request.js +27 -0
- package/dist/api/base/user/create-consent-request.d.ts +1 -13
- package/dist/api/base/user/create-consent-request.js +5 -10
- package/dist/api/base/user/create-data-export-direct-download-url-request.d.ts +0 -9
- package/dist/api/base/user/create-data-export-direct-download-url-request.js +0 -3
- package/dist/api/base/user/create-verification-url-request.d.ts +0 -12
- package/dist/api/base/user/create-verification-url-request.js +0 -6
- package/dist/api/base/user/get-consents-request.d.ts +1 -19
- package/dist/api/base/user/get-consents-request.js +1 -13
- package/dist/api/base/user/index.d.ts +2 -1
- package/dist/api/base/user/types.d.ts +9 -0
- package/dist/api/base/user/types.js +17 -0
- package/dist/api/base/user/update-profile-request.d.ts +3 -11
- package/dist/api/base/user/update-profile-request.js +3 -5
- package/dist/api/base/user/user-manager.d.ts +49 -100
- package/dist/api/graphql-api/activity/{get-tasks-request-factory.d.ts → activity-request-factories.d.ts} +7 -0
- package/dist/api/graphql-api/activity/activity-request-factories.js +70 -0
- package/dist/api/graphql-api/activity/graphql-activity-manager.d.ts +8 -6
- package/dist/api/graphql-api/activity/graphql-activity-manager.js +30 -19
- package/dist/api/graphql-api/activity/index.d.ts +1 -1
- package/dist/api/graphql-api/activity/index.js +1 -1
- package/dist/api/graphql-api/connection/graphql-connection-manager.d.ts +9 -9
- package/dist/api/graphql-api/connection/graphql-connection-manager.js +5 -7
- package/dist/api/graphql-api/connection/graphql-get-member-connections-bwell-response-factory.d.ts +18 -0
- package/dist/api/graphql-api/connection/graphql-get-member-connections-bwell-response-factory.js +40 -0
- package/dist/api/graphql-api/connection/index.d.ts +1 -0
- package/dist/api/graphql-api/connection/index.js +1 -1
- package/dist/api/graphql-api/device/graphql-device-manager.d.ts +1 -2
- package/dist/api/graphql-api/device/graphql-device-manager.js +2 -4
- package/dist/api/graphql-api/errors/errors.js +1 -1
- package/dist/api/graphql-api/event/event-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/event/event-request-factory.js +11 -0
- package/dist/api/graphql-api/event/graphql-event-manager.d.ts +15 -0
- package/dist/api/graphql-api/event/graphql-event-manager.js +65 -0
- package/dist/api/graphql-api/event/index.d.ts +1 -0
- package/dist/api/graphql-api/event/index.js +1 -0
- package/dist/api/graphql-api/financial/graphql-coverages-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/financial/graphql-coverages-bwell-request-factory.js +17 -0
- package/dist/api/graphql-api/financial/{explanation-of-benefit-request-factory.d.ts → graphql-explanation-of-benefits-factory.d.ts} +3 -3
- package/dist/api/graphql-api/financial/graphql-explanation-of-benefits-factory.js +23 -0
- package/dist/api/graphql-api/financial/graphql-financial-manager.d.ts +12 -4
- package/dist/api/graphql-api/financial/graphql-financial-manager.js +19 -32
- package/dist/api/graphql-api/financial/index.d.ts +1 -3
- package/dist/api/graphql-api/financial/index.js +1 -3
- package/dist/api/graphql-api/graphql-api-provider.d.ts +14 -6
- package/dist/api/graphql-api/graphql-api-provider.js +7 -6
- package/dist/api/graphql-api/health-space/add-care-team-member-request-factory.d.ts +20 -0
- package/dist/api/graphql-api/health-space/add-care-team-member-request-factory.js +29 -0
- package/dist/api/graphql-api/health-space/add-care-team-members-request-factory.d.ts +16 -0
- package/dist/api/graphql-api/health-space/add-care-team-members-request-factory.js +23 -0
- package/dist/api/graphql-api/health-space/cancel-appointment-request-factory.js +2 -1
- package/dist/api/graphql-api/health-space/care-team-factory-utils.d.ts +23 -0
- package/dist/api/graphql-api/health-space/care-team-factory-utils.js +30 -0
- package/dist/api/graphql-api/health-space/care-team-members-request-factory.d.ts +12 -0
- package/dist/api/graphql-api/health-space/care-team-members-request-factory.js +17 -0
- package/dist/api/graphql-api/health-space/graphql-health-space-manager.d.ts +62 -5
- package/dist/api/graphql-api/health-space/graphql-health-space-manager.js +163 -9
- package/dist/api/graphql-api/health-space/index.d.ts +4 -0
- package/dist/api/graphql-api/health-space/index.js +4 -0
- package/dist/api/graphql-api/health-space/remove-care-team-member-request-factory.d.ts +16 -0
- package/dist/api/graphql-api/health-space/remove-care-team-member-request-factory.js +24 -0
- package/dist/api/graphql-api/health-space/update-care-team-member-request-factory.d.ts +16 -0
- package/dist/api/graphql-api/health-space/update-care-team-member-request-factory.js +20 -0
- package/dist/api/graphql-api/healthdata/graphql-diagnostic-reports-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/healthdata/graphql-diagnostic-reports-bwell-request-factory.js +12 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.d.ts +10 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.js +35 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.d.ts +10 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.js +35 -0
- package/dist/api/graphql-api/healthdata/graphql-health-manager.d.ts +41 -30
- package/dist/api/graphql-api/healthdata/graphql-health-manager.js +256 -311
- package/dist/api/graphql-api/healthdata/graphql-update-medication-statement-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/healthdata/graphql-update-medication-statement-request-factory.js +11 -0
- package/dist/api/graphql-api/identity/graphql-identity-manager.d.ts +1 -2
- package/dist/api/graphql-api/identity/graphql-identity-manager.js +3 -5
- package/dist/api/graphql-api/questionnaire/get-questionnaire-responses-request-factory.d.ts +9 -0
- package/dist/api/graphql-api/questionnaire/get-questionnaire-responses-request-factory.js +22 -0
- package/dist/api/graphql-api/questionnaire/get-questionnaires-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/questionnaire/get-questionnaires-request-factory.js +16 -0
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.d.ts +22 -4
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.js +69 -4
- package/dist/api/graphql-api/questionnaire/index.d.ts +2 -0
- package/dist/api/graphql-api/questionnaire/index.js +2 -0
- package/dist/api/graphql-api/search/connection-search-request-factory.d.ts +7 -0
- package/dist/api/graphql-api/search/connection-search-request-factory.js +21 -0
- package/dist/api/graphql-api/search/graphql-search-manager.d.ts +6 -4
- package/dist/api/graphql-api/search/graphql-search-manager.js +71 -9
- package/dist/api/graphql-api/search/index.d.ts +1 -0
- package/dist/api/graphql-api/search/index.js +1 -0
- package/dist/api/graphql-api/search/provider-search-request-factory.d.ts +7 -0
- package/dist/api/graphql-api/search/provider-search-request-factory.js +21 -0
- package/dist/api/graphql-api/search/request-connection-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/search/{submit-provider-for-review-request-factory.js → request-connection-request-factory.js} +1 -1
- package/dist/api/graphql-api/search/search-health-resources-request-factory.js +11 -12
- package/dist/api/graphql-api/search/search-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/search/search-request-factory.js +44 -0
- package/dist/api/graphql-api/support/create-support-comment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/create-support-comment-request-factory.js +12 -0
- package/dist/api/graphql-api/support/create-support-request-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/create-support-request-request-factory.js +19 -0
- package/dist/api/graphql-api/support/delete-support-attachment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/delete-support-attachment-request-factory.js +10 -0
- package/dist/api/graphql-api/support/get-support-articles-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-articles-bwell-request-factory.js +15 -0
- package/dist/api/graphql-api/support/get-support-attachment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-attachment-request-factory.js +11 -0
- package/dist/api/graphql-api/support/get-support-comments-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-comments-bwell-request-factory.js +14 -0
- package/dist/api/graphql-api/support/get-support-requests-bwell-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/get-support-requests-bwell-request-factory.js +16 -0
- package/dist/api/graphql-api/support/graphql-support-manager.d.ts +28 -0
- package/dist/api/graphql-api/support/graphql-support-manager.js +210 -0
- package/dist/api/graphql-api/support/index.d.ts +1 -0
- package/dist/api/graphql-api/support/index.js +1 -0
- package/dist/api/graphql-api/support/upload-support-attachment-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/support/upload-support-attachment-request-factory.js +11 -0
- package/dist/api/graphql-api/user/create-data-export-direct-download-url-request-factory.d.ts +6 -0
- package/dist/api/graphql-api/user/create-data-export-direct-download-url-request-factory.js +9 -0
- package/dist/api/graphql-api/user/get-consent-request-factory.d.ts +2 -1
- package/dist/api/graphql-api/user/get-consent-request-factory.js +1 -5
- package/dist/api/graphql-api/user/graphql-user-manager.d.ts +11 -10
- package/dist/api/graphql-api/user/graphql-user-manager.js +10 -11
- package/dist/api/graphql-api/user/update-profile-request-factory.js +2 -1
- package/dist/api/identity-manager-factory.js +1 -1
- package/dist/auth/auth-code-strategy.d.ts +1 -2
- package/dist/auth/auth-strategy.d.ts +1 -1
- package/dist/auth/credentials.d.ts +1 -1
- package/dist/auth/credentials.js +2 -2
- package/dist/auth/oauth-strategy.d.ts +1 -2
- package/dist/auth/username-password-strategy.d.ts +1 -2
- package/dist/auth/username-password-strategy.js +2 -2
- package/dist/bwell-sdk/bwell-sdk.d.ts +48 -319
- package/dist/bwell-sdk/bwell-sdk.js +53 -368
- package/dist/config/bwell-config.d.ts +12 -12
- package/dist/config/bwell-config.js +5 -2
- package/dist/config/sdk-config.d.ts +3 -2
- package/dist/config/sdk-config.js +6 -4
- package/dist/errors/authentication-error.d.ts +0 -7
- package/dist/errors/authentication-error.js +0 -7
- package/dist/errors/bwell-error.d.ts +2 -12
- package/dist/errors/bwell-error.js +2 -5
- package/dist/errors/illegal-argument-error.d.ts +0 -7
- package/dist/errors/illegal-argument-error.js +0 -7
- package/dist/errors/illegal-state-error.d.ts +0 -7
- package/dist/errors/illegal-state-error.js +0 -7
- package/dist/errors/invalid-client-key-error.d.ts +0 -7
- package/dist/errors/invalid-client-key-error.js +0 -7
- package/dist/errors/invalid-credentials-type-error.d.ts +0 -7
- package/dist/errors/invalid-credentials-type-error.js +0 -7
- package/dist/errors/invalid-token-error.d.ts +1 -4
- package/dist/errors/invalid-token-error.js +1 -4
- package/dist/errors/network-error.d.ts +0 -7
- package/dist/errors/network-error.js +0 -7
- package/dist/errors/operation-outcome-error.d.ts +1 -8
- package/dist/errors/operation-outcome-error.js +0 -7
- package/dist/errors/unknown-error.d.ts +0 -7
- package/dist/errors/unknown-error.js +0 -7
- package/dist/errors/validation-error.d.ts +0 -7
- package/dist/errors/validation-error.js +0 -7
- package/dist/graphql/operations/index.d.ts +315 -116
- package/dist/graphql/operations/index.js +2235 -1815
- package/dist/graphql/operations/types.d.ts +17800 -15757
- package/dist/graphql/schema.d.ts +5904 -68232
- package/dist/graphql/schema.js +484 -1
- package/dist/index.d.ts +5 -7
- package/dist/index.js +4 -5
- package/dist/language/language-manager.d.ts +10 -25
- package/dist/language/language-manager.js +0 -5
- package/dist/models/coding.d.ts +5 -0
- package/dist/models/fhir-error.d.ts +9 -0
- package/dist/models/index.d.ts +4 -12
- package/dist/models/index.js +4 -12
- package/dist/models/user.d.ts +4 -0
- package/dist/requests/paged-request.d.ts +0 -35
- package/dist/requests/paged-request.js +0 -22
- package/dist/requests/request.d.ts +0 -16
- package/dist/requests/request.js +0 -8
- package/dist/requests/validator.d.ts +0 -15
- package/dist/requests/validator.js +0 -7
- package/dist/results/bwell-query-result.d.ts +0 -5
- package/dist/results/bwell-query-result.js +0 -5
- package/dist/results/bwell-transaction-result.d.ts +3 -17
- package/dist/results/bwell-transaction-result.js +1 -15
- package/dist/results/index.d.ts +0 -1
- package/dist/results/index.js +0 -1
- package/dist/telemetry/open-telemetry-instrumentation.js +4 -1
- package/dist/tokens/index.d.ts +0 -2
- package/dist/tokens/index.js +0 -2
- package/dist/tokens/jwt-token-manager.d.ts +7 -3
- package/dist/tokens/jwt-token-manager.js +8 -9
- package/dist/tokens/token-storage.d.ts +0 -20
- package/dist/tokens/token-storage.js +0 -19
- package/dist/utils/date-utils.d.ts +6 -0
- package/dist/utils/date-utils.js +8 -0
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/parsing-utils.d.ts +1 -11
- package/dist/utils/parsing-utils.js +1 -33
- package/package.json +19 -23
- package/dist/api/base/device/constants.d.ts +0 -3
- package/dist/api/base/device/constants.js +0 -3
- package/dist/api/base/health-data/health-data-response-factory.d.ts +0 -27
- package/dist/api/base/health-space/cancellation-reasons-request.d.ts +0 -28
- package/dist/api/base/requests/field-sort-order.d.ts +0 -11
- package/dist/api/base/search/submit-provider-for-review-request.d.ts +0 -33
- package/dist/api/base/search/submit-provider-for-review-request.js +0 -9
- package/dist/api/base/user/validators.d.ts +0 -5
- package/dist/api/base/user/validators.js +0 -13
- package/dist/api/graphql-api/activity/get-tasks-request-factory.js +0 -56
- package/dist/api/graphql-api/connection/connection-response-factory.d.ts +0 -7
- package/dist/api/graphql-api/connection/connection-response-factory.js +0 -101
- package/dist/api/graphql-api/financial/coverage-request-factory.d.ts +0 -9
- package/dist/api/graphql-api/financial/coverage-request-factory.js +0 -19
- package/dist/api/graphql-api/financial/explanation-of-benefit-request-factory.js +0 -19
- package/dist/api/graphql-api/healthdata/get-encounters-request-factory.d.ts +0 -7
- package/dist/api/graphql-api/healthdata/get-encounters-request-factory.js +0 -76
- package/dist/api/graphql-api/healthdata/get-medication-dispenses-request-factory.d.ts +0 -6
- package/dist/api/graphql-api/healthdata/get-medication-dispenses-request-factory.js +0 -25
- package/dist/api/graphql-api/healthdata/health-data-request-factory.d.ts +0 -18
- package/dist/api/graphql-api/healthdata/health-data-request-factory.js +0 -25
- package/dist/api/graphql-api/healthdata/health-data-response-factory.d.ts +0 -8
- package/dist/api/graphql-api/healthdata/health-data-response-factory.js +0 -58
- package/dist/api/graphql-api/search/submit-provider-for-review-request-factory.d.ts +0 -6
- package/dist/models/activity/index.d.ts +0 -1
- package/dist/models/activity/task.d.ts +0 -77
- package/dist/models/activity/task.js +0 -1
- package/dist/models/common/address.d.ts +0 -41
- package/dist/models/common/address.js +0 -1
- package/dist/models/common/annotation.d.ts +0 -18
- package/dist/models/common/annotation.js +0 -1
- package/dist/models/common/attachment.d.ts +0 -18
- package/dist/models/common/attachment.js +0 -1
- package/dist/models/common/bundle.d.ts +0 -83
- package/dist/models/common/bundle.js +0 -1
- package/dist/models/common/codeable-concept.d.ts +0 -17
- package/dist/models/common/codeable-concept.js +0 -1
- package/dist/models/common/coding.d.ts +0 -18
- package/dist/models/common/component.d.ts +0 -23
- package/dist/models/common/component.js +0 -1
- package/dist/models/common/contact-point.d.ts +0 -32
- package/dist/models/common/contact-point.js +0 -1
- package/dist/models/common/dispense-request.d.ts +0 -67
- package/dist/models/common/dispense-request.js +0 -1
- package/dist/models/common/dosage.d.ts +0 -68
- package/dist/models/common/dosage.js +0 -1
- package/dist/models/common/endpoint.d.ts +0 -23
- package/dist/models/common/endpoint.js +0 -1
- package/dist/models/common/expression.d.ts +0 -20
- package/dist/models/common/expression.js +0 -1
- package/dist/models/common/extension.d.ts +0 -49
- package/dist/models/common/extension.js +0 -1
- package/dist/models/common/fhir-error.d.ts +0 -23
- package/dist/models/common/human-name.d.ts +0 -20
- package/dist/models/common/human-name.js +0 -1
- package/dist/models/common/identifier.d.ts +0 -19
- package/dist/models/common/identifier.js +0 -1
- package/dist/models/common/index.d.ts +0 -38
- package/dist/models/common/index.js +0 -2
- package/dist/models/common/location.d.ts +0 -51
- package/dist/models/common/location.js +0 -1
- package/dist/models/common/medication.d.ts +0 -42
- package/dist/models/common/medication.js +0 -1
- package/dist/models/common/meta.d.ts +0 -21
- package/dist/models/common/meta.js +0 -1
- package/dist/models/common/money.d.ts +0 -15
- package/dist/models/common/money.js +0 -1
- package/dist/models/common/narrative.d.ts +0 -14
- package/dist/models/common/narrative.js +0 -1
- package/dist/models/common/operation-outcome.d.ts +0 -48
- package/dist/models/common/operation-outcome.js +0 -1
- package/dist/models/common/organization.d.ts +0 -46
- package/dist/models/common/organization.js +0 -1
- package/dist/models/common/paging-info.d.ts +0 -18
- package/dist/models/common/paging-info.js +0 -1
- package/dist/models/common/patient.d.ts +0 -13
- package/dist/models/common/patient.js +0 -1
- package/dist/models/common/period.d.ts +0 -14
- package/dist/models/common/period.js +0 -1
- package/dist/models/common/practitioner-role.d.ts +0 -42
- package/dist/models/common/practitioner-role.js +0 -1
- package/dist/models/common/practitioner.d.ts +0 -17
- package/dist/models/common/practitioner.js +0 -1
- package/dist/models/common/quantity.d.ts +0 -20
- package/dist/models/common/quantity.js +0 -1
- package/dist/models/common/range.d.ts +0 -15
- package/dist/models/common/range.js +0 -1
- package/dist/models/common/ratio.d.ts +0 -15
- package/dist/models/common/ratio.js +0 -1
- package/dist/models/common/reference-range.d.ts +0 -13
- package/dist/models/common/reference-range.js +0 -1
- package/dist/models/common/reference.d.ts +0 -27
- package/dist/models/common/reference.js +0 -1
- package/dist/models/common/related-person.d.ts +0 -34
- package/dist/models/common/related-person.js +0 -1
- package/dist/models/common/score.d.ts +0 -16
- package/dist/models/common/score.js +0 -1
- package/dist/models/common/service-request.d.ts +0 -21
- package/dist/models/common/service-request.js +0 -1
- package/dist/models/common/specimen.d.ts +0 -30
- package/dist/models/common/specimen.js +0 -7
- package/dist/models/common/timing.d.ts +0 -107
- package/dist/models/common/timing.js +0 -1
- package/dist/models/common/value.d.ts +0 -22
- package/dist/models/common/value.js +0 -1
- package/dist/models/connection/base-connection.d.ts +0 -27
- package/dist/models/connection/base-connection.js +0 -1
- package/dist/models/connection/connection-status.d.ts +0 -15
- package/dist/models/connection/connection-status.js +0 -1
- package/dist/models/connection/connection.d.ts +0 -32
- package/dist/models/connection/connection.js +0 -1
- package/dist/models/connection/data-source.d.ts +0 -27
- package/dist/models/connection/data-source.js +0 -1
- package/dist/models/connection/index.d.ts +0 -6
- package/dist/models/connection/index.js +0 -1
- package/dist/models/connection/member-connection.d.ts +0 -37
- package/dist/models/connection/member-connection.js +0 -1
- package/dist/models/connection/oauth-url.d.ts +0 -12
- package/dist/models/connection/oauth-url.js +0 -1
- package/dist/models/device/device-registration-results.d.ts +0 -12
- package/dist/models/device/device-registration-results.js +0 -1
- package/dist/models/device/index.d.ts +0 -1
- package/dist/models/device/index.js +0 -1
- package/dist/models/enums/category-code.d.ts +0 -11
- package/dist/models/enums/category-code.js +0 -13
- package/dist/models/enums/connection-category.d.ts +0 -9
- package/dist/models/enums/connection-category.js +0 -1
- package/dist/models/enums/consent-provision-type.d.ts +0 -11
- package/dist/models/enums/consent-provision-type.js +0 -2
- package/dist/models/enums/consent-status.d.ts +0 -11
- package/dist/models/enums/consent-status.js +0 -9
- package/dist/models/enums/data-connection-status.d.ts +0 -9
- package/dist/models/enums/data-connection-status.js +0 -1
- package/dist/models/enums/data-connection-type.d.ts +0 -9
- package/dist/models/enums/data-connection-type.js +0 -1
- package/dist/models/enums/data-set.d.ts +0 -10
- package/dist/models/enums/data-set.js +0 -1
- package/dist/models/enums/device-platform.d.ts +0 -11
- package/dist/models/enums/device-platform.js +0 -2
- package/dist/models/enums/endpoint-status.d.ts +0 -9
- package/dist/models/enums/endpoint-status.js +0 -1
- package/dist/models/enums/filter-field.d.ts +0 -9
- package/dist/models/enums/filter-field.js +0 -1
- package/dist/models/enums/gender.d.ts +0 -9
- package/dist/models/enums/gender.js +0 -1
- package/dist/models/enums/index.d.ts +0 -18
- package/dist/models/enums/index.js +0 -5
- package/dist/models/enums/log-level.d.ts +0 -8
- package/dist/models/enums/log-level.js +0 -1
- package/dist/models/enums/person-gender.d.ts +0 -11
- package/dist/models/enums/person-gender.js +0 -7
- package/dist/models/enums/search-context.d.ts +0 -10
- package/dist/models/enums/search-context.js +0 -1
- package/dist/models/enums/search-result-type.d.ts +0 -9
- package/dist/models/enums/search-result-type.js +0 -1
- package/dist/models/enums/sort-field.d.ts +0 -10
- package/dist/models/enums/sort-field.js +0 -1
- package/dist/models/enums/sort-order.d.ts +0 -9
- package/dist/models/enums/sort-order.js +0 -1
- package/dist/models/enums/sync-status.d.ts +0 -9
- package/dist/models/enums/sync-status.js +0 -1
- package/dist/models/financial/coverage-bundle.d.ts +0 -18
- package/dist/models/financial/coverage-bundle.js +0 -1
- package/dist/models/financial/coverage.d.ts +0 -65
- package/dist/models/financial/coverage.js +0 -1
- package/dist/models/financial/explanation-of-benefit-bundle.d.ts +0 -26
- package/dist/models/financial/explanation-of-benefit-bundle.js +0 -1
- package/dist/models/financial/explanation-of-benefit.d.ts +0 -274
- package/dist/models/financial/explanation-of-benefit.js +0 -1
- package/dist/models/financial/index.d.ts +0 -4
- package/dist/models/financial/index.js +0 -4
- package/dist/models/health-data/allergy-intolerance-bundle.d.ts +0 -11
- package/dist/models/health-data/allergy-intolerance-bundle.js +0 -1
- package/dist/models/health-data/allergy-intolerance-group.d.ts +0 -44
- package/dist/models/health-data/allergy-intolerance-group.js +0 -1
- package/dist/models/health-data/allergy-intolerance-reaction.d.ts +0 -23
- package/dist/models/health-data/allergy-intolerance-reaction.js +0 -1
- package/dist/models/health-data/allergy-intolerance.d.ts +0 -54
- package/dist/models/health-data/allergy-intolerance.js +0 -1
- package/dist/models/health-data/care-plan-group.d.ts +0 -42
- package/dist/models/health-data/care-plan-group.js +0 -1
- package/dist/models/health-data/care-plan.d.ts +0 -134
- package/dist/models/health-data/care-plan.js +0 -1
- package/dist/models/health-data/care-team.d.ts +0 -77
- package/dist/models/health-data/care-team.js +0 -1
- package/dist/models/health-data/condition-group.d.ts +0 -42
- package/dist/models/health-data/condition-group.js +0 -1
- package/dist/models/health-data/condition.d.ts +0 -104
- package/dist/models/health-data/condition.js +0 -1
- package/dist/models/health-data/diagnostic-report-lab-group.d.ts +0 -45
- package/dist/models/health-data/diagnostic-report-lab-group.js +0 -1
- package/dist/models/health-data/diagnostic-report.d.ts +0 -90
- package/dist/models/health-data/diagnostic-report.js +0 -1
- package/dist/models/health-data/encounter-group.d.ts +0 -48
- package/dist/models/health-data/encounter-group.js +0 -1
- package/dist/models/health-data/encounter.d.ts +0 -79
- package/dist/models/health-data/encounter.js +0 -1
- package/dist/models/health-data/health-summary.d.ts +0 -18
- package/dist/models/health-data/health-summary.js +0 -1
- package/dist/models/health-data/immunization-group.d.ts +0 -41
- package/dist/models/health-data/immunization-group.js +0 -1
- package/dist/models/health-data/immunization.d.ts +0 -150
- package/dist/models/health-data/immunization.js +0 -1
- package/dist/models/health-data/index.d.ts +0 -30
- package/dist/models/health-data/index.js +0 -1
- package/dist/models/health-data/lab-bundle.d.ts +0 -26
- package/dist/models/health-data/lab-bundle.js +0 -1
- package/dist/models/health-data/lab-group.d.ts +0 -51
- package/dist/models/health-data/lab-group.js +0 -1
- package/dist/models/health-data/lab-knowledge.d.ts +0 -28
- package/dist/models/health-data/lab-knowledge.js +0 -1
- package/dist/models/health-data/medication-dispense.d.ts +0 -108
- package/dist/models/health-data/medication-dispense.js +0 -1
- package/dist/models/health-data/medication-group.d.ts +0 -43
- package/dist/models/health-data/medication-group.js +0 -1
- package/dist/models/health-data/medication-knowledge.d.ts +0 -30
- package/dist/models/health-data/medication-knowledge.js +0 -1
- package/dist/models/health-data/medication-pricing.d.ts +0 -28
- package/dist/models/health-data/medication-pricing.js +0 -1
- package/dist/models/health-data/medication-request.d.ts +0 -107
- package/dist/models/health-data/medication-request.js +0 -1
- package/dist/models/health-data/medication-statement.d.ts +0 -68
- package/dist/models/health-data/medication-statement.js +0 -1
- package/dist/models/health-data/observation.d.ts +0 -102
- package/dist/models/health-data/observation.js +0 -1
- package/dist/models/health-data/procedure-group.d.ts +0 -43
- package/dist/models/health-data/procedure-group.js +0 -1
- package/dist/models/health-data/procedure.d.ts +0 -84
- package/dist/models/health-data/procedure.js +0 -1
- package/dist/models/health-data/vital-sign-bundle.d.ts +0 -18
- package/dist/models/health-data/vital-sign-bundle.js +0 -1
- package/dist/models/health-data/vital-sign-group.d.ts +0 -51
- package/dist/models/health-data/vital-sign-group.js +0 -1
- package/dist/models/health-space/appointment-bundle.d.ts +0 -11
- package/dist/models/health-space/appointment-bundle.js +0 -1
- package/dist/models/health-space/appointment-participant.d.ts +0 -17
- package/dist/models/health-space/appointment-participant.js +0 -1
- package/dist/models/health-space/appointment-update.d.ts +0 -14
- package/dist/models/health-space/appointment-update.js +0 -1
- package/dist/models/health-space/appointment.d.ts +0 -30
- package/dist/models/health-space/appointment.js +0 -1
- package/dist/models/health-space/cancellation-reasons.d.ts +0 -32
- package/dist/models/health-space/cancellation-reasons.js +0 -1
- package/dist/models/health-space/index.d.ts +0 -5
- package/dist/models/health-space/index.js +0 -1
- package/dist/models/identity/auth-tokens.d.ts +0 -25
- package/dist/models/identity/auth-tokens.js +0 -1
- package/dist/models/identity/create-guest-access-token-results.d.ts +0 -12
- package/dist/models/identity/create-guest-access-token-results.js +0 -1
- package/dist/models/identity/index.d.ts +0 -4
- package/dist/models/identity/index.js +0 -1
- package/dist/models/identity/refresh-token-results.d.ts +0 -8
- package/dist/models/identity/refresh-token-results.js +0 -1
- package/dist/models/identity/sdk-configuration-result.d.ts +0 -26
- package/dist/models/identity/sdk-configuration-result.js +0 -1
- package/dist/models/questionnaire/index.d.ts +0 -5
- package/dist/models/questionnaire/index.js +0 -1
- package/dist/models/questionnaire/questionnaire-item.d.ts +0 -38
- package/dist/models/questionnaire/questionnaire-item.js +0 -1
- package/dist/models/questionnaire/questionnaire-response-answer.d.ts +0 -33
- package/dist/models/questionnaire/questionnaire-response-answer.js +0 -1
- package/dist/models/questionnaire/questionnaire-response-item.d.ts +0 -19
- package/dist/models/questionnaire/questionnaire-response-item.js +0 -1
- package/dist/models/questionnaire/questionnaire-response.d.ts +0 -29
- package/dist/models/questionnaire/questionnaire-response.js +0 -1
- package/dist/models/questionnaire/questionnaire.d.ts +0 -30
- package/dist/models/questionnaire/questionnaire.js +0 -1
- package/dist/models/search/health-resources.d.ts +0 -133
- package/dist/models/search/health-resources.js +0 -1
- package/dist/models/search/index.d.ts +0 -2
- package/dist/models/search/index.js +0 -1
- package/dist/models/search/provider-review-result.d.ts +0 -15
- package/dist/models/search/provider-review-result.js +0 -1
- package/dist/models/user/consent.d.ts +0 -100
- package/dist/models/user/consent.js +0 -1
- package/dist/models/user/index.d.ts +0 -4
- package/dist/models/user/index.js +0 -1
- package/dist/models/user/person.d.ts +0 -43
- package/dist/models/user/person.js +0 -1
- package/dist/models/user/user.d.ts +0 -12
- package/dist/models/user/user.js +0 -1
- package/dist/models/user/verification-result.d.ts +0 -30
- package/dist/models/user/verification-result.js +0 -1
- package/dist/tokens/load-auth-tokens.d.ts +0 -6
- package/dist/tokens/load-auth-tokens.js +0 -43
- package/dist/tokens/token-manager.d.ts +0 -12
- package/dist/tokens/token-manager.js +0 -5
- package/dist/utils/search-token-utils.d.ts +0 -8
- package/dist/utils/search-token-utils.js +0 -23
- /package/dist/api/base/{health-data/health-data-response-factory.js → event/event-manager.js} +0 -0
- /package/dist/api/base/{requests/field-sort-order.js → support/support-manager.js} +0 -0
- /package/dist/models/{common/coding.js → coding.js} +0 -0
- /package/dist/models/{common/fhir-error.js → fhir-error.js} +0 -0
- /package/dist/{results → models}/operation-outcome.d.ts +0 -0
- /package/dist/{results → models}/operation-outcome.js +0 -0
- /package/dist/models/{activity/index.js → user.js} +0 -0
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Operational status of a technical endpoint.
|
|
3
|
-
* Indicates whether the endpoint is available for communication.
|
|
4
|
-
*
|
|
5
|
-
* @category Enums
|
|
6
|
-
* @title EndpointStatus
|
|
7
|
-
* @excerpt Operational status values for technical endpoints
|
|
8
|
-
*/
|
|
9
|
-
export type EndpointStatus = "ACTIVE" | "ENTERED_IN_ERROR" | "ERROR" | "OFF" | "SUSPENDED" | "TEST";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Filter field types available for health resource searches.
|
|
3
|
-
* Used to specify which fields can be filtered on in search queries.
|
|
4
|
-
*
|
|
5
|
-
* @category Enums
|
|
6
|
-
* @title FilterField
|
|
7
|
-
* @excerpt Available filter fields for health resource searches
|
|
8
|
-
*/
|
|
9
|
-
export type FilterField = "CHARACTERISTIC" | "COMMUNICATION" | "GENDER" | "SPECIALTY";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Gender values for healthcare providers and patients.
|
|
3
|
-
* Standard gender classifications used in healthcare contexts.
|
|
4
|
-
*
|
|
5
|
-
* @category Enums
|
|
6
|
-
* @title Gender
|
|
7
|
-
* @excerpt Gender classification values for healthcare contexts
|
|
8
|
-
*/
|
|
9
|
-
export type Gender = "FEMALE" | "MALE" | "OTHER" | "UNKNOWN";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export { PersonGender, personGenderValues } from "./person-gender.js";
|
|
2
|
-
export { ConsentStatus, consentStatusValues } from "./consent-status.js";
|
|
3
|
-
export { CategoryCode, categoryCodeValues } from "./category-code.js";
|
|
4
|
-
export { ConsentProvisionType, consentProvisionTypeValues, } from "./consent-provision-type.js";
|
|
5
|
-
export { ConnectionCategory } from "./connection-category.js";
|
|
6
|
-
export { DataConnectionStatus } from "./data-connection-status.js";
|
|
7
|
-
export { DataConnectionType } from "./data-connection-type.js";
|
|
8
|
-
export { SyncStatus } from "./sync-status.js";
|
|
9
|
-
export { LogLevel } from "./log-level.js";
|
|
10
|
-
export { Gender } from "./gender.js";
|
|
11
|
-
export { FilterField } from "./filter-field.js";
|
|
12
|
-
export { SearchResultType } from "./search-result-type.js";
|
|
13
|
-
export { SearchContext } from "./search-context.js";
|
|
14
|
-
export { SortField } from "./sort-field.js";
|
|
15
|
-
export { SortOrder } from "./sort-order.js";
|
|
16
|
-
export { EndpointStatus } from "./endpoint-status.js";
|
|
17
|
-
export { DevicePlatform, devicePlatformValues } from "./device-platform.js";
|
|
18
|
-
export { DataSet } from "./data-set.js";
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { personGenderValues } from "./person-gender.js";
|
|
2
|
-
export { consentStatusValues } from "./consent-status.js";
|
|
3
|
-
export { categoryCodeValues } from "./category-code.js";
|
|
4
|
-
export { consentProvisionTypeValues, } from "./consent-provision-type.js";
|
|
5
|
-
export { devicePlatformValues } from "./device-platform.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PersonGender enum representing a person's gender.
|
|
3
|
-
* Defines the possible gender values for a person.
|
|
4
|
-
*
|
|
5
|
-
* @category Enums
|
|
6
|
-
* @title PersonGender
|
|
7
|
-
* @excerpt PersonGender enum representing a person's gender.
|
|
8
|
-
*/
|
|
9
|
-
export type PersonGender = "female" | "male" | "other" | "unknown";
|
|
10
|
-
/** @internal */
|
|
11
|
-
export declare const personGenderValues: readonly ["female", "male", "other", "unknown"];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Search context options for health resource searches.
|
|
3
|
-
* Defines the context in which a search is being performed, which determines
|
|
4
|
-
* which configurations and filters are applied to the search results.
|
|
5
|
-
*
|
|
6
|
-
* @category Enums
|
|
7
|
-
* @title SearchContext
|
|
8
|
-
* @excerpt Available search contexts for health resource searches
|
|
9
|
-
*/
|
|
10
|
-
export type SearchContext = "DATA_CONNECTIONS" | "FIND_CARE";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Types of search results returned by health resource searches.
|
|
3
|
-
* Categorizes different kinds of healthcare entities and services.
|
|
4
|
-
*
|
|
5
|
-
* @category Enums
|
|
6
|
-
* @title SearchResultType
|
|
7
|
-
* @excerpt Categories of health resource search results
|
|
8
|
-
*/
|
|
9
|
-
export type SearchResultType = "INSURANCE" | "LABORATORY" | "PHARMACY" | "PRACTICE" | "PRACTITIONER";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sort field options for health resource searches.
|
|
3
|
-
* Defines the available fields that can be used to sort search results.
|
|
4
|
-
*
|
|
5
|
-
* @experimental
|
|
6
|
-
* @category Enums
|
|
7
|
-
* @title SortField
|
|
8
|
-
* @excerpt Available sort fields for health resource searches
|
|
9
|
-
*/
|
|
10
|
-
export type SortField = "content" | "distance" | "relevance";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Sort order options for health resource searches.
|
|
3
|
-
* Defines the direction in which search results should be sorted.
|
|
4
|
-
*
|
|
5
|
-
* @category Enums
|
|
6
|
-
* @title SortOrder
|
|
7
|
-
* @excerpt Available sort orders for health resource searches
|
|
8
|
-
*/
|
|
9
|
-
export type SortOrder = "asc" | "desc";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SyncStatus enum representing the synchronization status of a connection.
|
|
3
|
-
* Defines the current state of data synchronization for a healthcare provider connection.
|
|
4
|
-
*
|
|
5
|
-
* @category Enums
|
|
6
|
-
* @title SyncStatus
|
|
7
|
-
* @excerpt SyncStatus enum representing the synchronization status of a connection...
|
|
8
|
-
*/
|
|
9
|
-
export type SyncStatus = "ERROR" | "PENDING" | "RETRIEVED" | "RETRIEVING" | "DELETING" | "DATA_DELETED";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EntryBundle, IdentifiedResourceEntry } from "../common/bundle.js";
|
|
2
|
-
import { Coverage } from "./coverage.js";
|
|
3
|
-
/**
|
|
4
|
-
* Entry in a coverage bundle with coverage resource and metadata.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title CoverageEntry
|
|
8
|
-
* @excerpt Entry in a coverage bundle
|
|
9
|
-
*/
|
|
10
|
-
export type CoverageEntry = IdentifiedResourceEntry<Coverage>;
|
|
11
|
-
/**
|
|
12
|
-
* Bundle of coverage search results.
|
|
13
|
-
*
|
|
14
|
-
* @category Models
|
|
15
|
-
* @title CoverageBundle
|
|
16
|
-
* @excerpt Bundle of coverage search results
|
|
17
|
-
*/
|
|
18
|
-
export type CoverageBundle = EntryBundle<Coverage>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { CodeableConcept } from "../common/codeable-concept.js";
|
|
2
|
-
import { Identifier } from "../common/identifier.js";
|
|
3
|
-
import { Period } from "../common/period.js";
|
|
4
|
-
import { Reference } from "../common/reference.js";
|
|
5
|
-
import { Meta, Organization, Patient, RelatedPerson } from "../index.js";
|
|
6
|
-
/**
|
|
7
|
-
* A suite of underwriter specific classifiers.
|
|
8
|
-
*
|
|
9
|
-
* @category Models
|
|
10
|
-
* @title CoverageClass
|
|
11
|
-
* @excerpt A suite of underwriter specific classifiers for insurance coverage
|
|
12
|
-
*/
|
|
13
|
-
export type CoverageClass = {
|
|
14
|
-
/** Unique id for the coverage class */
|
|
15
|
-
id: string | null;
|
|
16
|
-
/** Type of class such as 'group', 'plan' */
|
|
17
|
-
type: CodeableConcept | null;
|
|
18
|
-
/** Value associated with the type */
|
|
19
|
-
value: string | null;
|
|
20
|
-
/** Human readable description of the value */
|
|
21
|
-
name: string | null;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* Union type representing entities that can pay for coverage.
|
|
25
|
-
* Can be an Organization, Patient, or RelatedPerson.
|
|
26
|
-
*
|
|
27
|
-
* @category Models
|
|
28
|
-
* @title CoveragePayor
|
|
29
|
-
* @excerpt Entity that pays for insurance coverage
|
|
30
|
-
*/
|
|
31
|
-
export type CoveragePayor = Organization | Patient | RelatedPerson;
|
|
32
|
-
/**
|
|
33
|
-
* Coverage resource representing insurance or payment coverage.
|
|
34
|
-
* Contains US Core fields for insurance coverage information.
|
|
35
|
-
*
|
|
36
|
-
* @category Models
|
|
37
|
-
* @title Coverage
|
|
38
|
-
* @excerpt Coverage resource representing insurance or payment coverage
|
|
39
|
-
*/
|
|
40
|
-
export type Coverage = {
|
|
41
|
-
/** Logical id of this artifact */
|
|
42
|
-
id: string;
|
|
43
|
-
/** Resource type */
|
|
44
|
-
resourceType: string;
|
|
45
|
-
/** Metadata about the resource */
|
|
46
|
-
meta: Meta | null;
|
|
47
|
-
/** The status of the resource instance */
|
|
48
|
-
status: string | null;
|
|
49
|
-
/** The type of coverage */
|
|
50
|
-
type: CodeableConcept | null;
|
|
51
|
-
/** The party who benefits from the insurance coverage */
|
|
52
|
-
beneficiary: Reference<Patient> | null;
|
|
53
|
-
/** The program or plan underwriter or payor */
|
|
54
|
-
payor: (Reference<CoveragePayor> | null)[] | null;
|
|
55
|
-
/** A suite of underwriter specific classifiers */
|
|
56
|
-
class: (CoverageClass | null)[] | null;
|
|
57
|
-
/** Time period during which the coverage is in force */
|
|
58
|
-
period: Period | null;
|
|
59
|
-
/** Business identifiers for this coverage */
|
|
60
|
-
identifier: (Identifier | null)[] | null;
|
|
61
|
-
/** The insurer assigned ID for the Subscriber. */
|
|
62
|
-
subscriberId: string | null;
|
|
63
|
-
/** The relationship of beneficiary to the subscriber */
|
|
64
|
-
relationship: CodeableConcept | null;
|
|
65
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EntryBundle, HealthDataResponse, IdentifiedResourceEntry } from "../common/bundle.js";
|
|
2
|
-
import { ExplanationOfBenefit } from "./explanation-of-benefit.js";
|
|
3
|
-
/**
|
|
4
|
-
* Entry in an explanation of benefit bundle with resource and metadata.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title ExplanationOfBenefitEntry
|
|
8
|
-
* @excerpt Entry in an explanation of benefit bundle
|
|
9
|
-
*/
|
|
10
|
-
export type ExplanationOfBenefitEntry = IdentifiedResourceEntry<ExplanationOfBenefit>;
|
|
11
|
-
/**
|
|
12
|
-
* Bundle of explanation of benefit search results.
|
|
13
|
-
*
|
|
14
|
-
* @category Models
|
|
15
|
-
* @title ExplanationOfBenefitBundle
|
|
16
|
-
* @excerpt Bundle of explanation of benefit search results
|
|
17
|
-
*/
|
|
18
|
-
export type ExplanationOfBenefitBundle = EntryBundle<ExplanationOfBenefit>;
|
|
19
|
-
/**
|
|
20
|
-
* Response for explanation of benefit search results with paging info.
|
|
21
|
-
*
|
|
22
|
-
* @category Models
|
|
23
|
-
* @title ExplanationOfBenefitResponse
|
|
24
|
-
* @excerpt Response for explanation of benefit search results with paging info.
|
|
25
|
-
*/
|
|
26
|
-
export type ExplanationOfBenefitResponse = HealthDataResponse<ExplanationOfBenefit>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,274 +0,0 @@
|
|
|
1
|
-
import { Attachment, CodeableConcept, Coding, Identifier, Meta, Money, Period, Quantity, Reference } from "../index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Care Team member information.
|
|
4
|
-
*
|
|
5
|
-
* @category Models
|
|
6
|
-
* @title ExplanationOfBenefitCareTeam
|
|
7
|
-
* @excerpt Care team member details
|
|
8
|
-
*/
|
|
9
|
-
export type ExplanationOfBenefitCareTeam = {
|
|
10
|
-
/** Unique id for inter-element referencing */
|
|
11
|
-
id: string | null;
|
|
12
|
-
/** Order of care team */
|
|
13
|
-
sequence: number | null;
|
|
14
|
-
/** Practitioner or organization */
|
|
15
|
-
provider: Reference | null;
|
|
16
|
-
/** Function within the team */
|
|
17
|
-
role: CodeableConcept | null;
|
|
18
|
-
/** Practitioner credential or specialization */
|
|
19
|
-
qualification: CodeableConcept | null;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Diagnosis information.
|
|
23
|
-
*
|
|
24
|
-
* @category Models
|
|
25
|
-
* @title ExplanationOfBenefitDiagnosis
|
|
26
|
-
* @excerpt Diagnosis details
|
|
27
|
-
*/
|
|
28
|
-
export type ExplanationOfBenefitDiagnosis = {
|
|
29
|
-
/** Unique id for inter-element referencing */
|
|
30
|
-
id: string | null;
|
|
31
|
-
/** Diagnosis instance identifier */
|
|
32
|
-
sequence: number | null;
|
|
33
|
-
/** Nature of illness or problem */
|
|
34
|
-
diagnosisCodeableConcept: CodeableConcept | null;
|
|
35
|
-
/** Nature of illness or problem */
|
|
36
|
-
diagnosisReference: Reference<unknown> | null;
|
|
37
|
-
/** Timing or nature of the diagnosis */
|
|
38
|
-
type: (CodeableConcept | null)[] | null;
|
|
39
|
-
/** Present on admission */
|
|
40
|
-
onAdmission: CodeableConcept | null;
|
|
41
|
-
/** Package billing code */
|
|
42
|
-
packageCode: CodeableConcept | null;
|
|
43
|
-
};
|
|
44
|
-
/**
|
|
45
|
-
* Patient insurance information.
|
|
46
|
-
*
|
|
47
|
-
* @category Models
|
|
48
|
-
* @title ExplanationOfBenefitInsurance
|
|
49
|
-
* @excerpt Insurance coverage information
|
|
50
|
-
*/
|
|
51
|
-
export type ExplanationOfBenefitInsurance = {
|
|
52
|
-
/** Coverage to be used for adjudication */
|
|
53
|
-
focal: boolean | null;
|
|
54
|
-
/** Insurance information */
|
|
55
|
-
coverage: Reference | null;
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
58
|
-
* Adjudication details.
|
|
59
|
-
*
|
|
60
|
-
* @category Models
|
|
61
|
-
* @title ExplanationOfBenefitAdjudication
|
|
62
|
-
* @excerpt Adjudication information
|
|
63
|
-
*/
|
|
64
|
-
export type ExplanationOfBenefitAdjudication = {
|
|
65
|
-
/** Unique id for inter-element referencing */
|
|
66
|
-
id: string | null;
|
|
67
|
-
/** Type of adjudication information */
|
|
68
|
-
category: CodeableConcept | null;
|
|
69
|
-
/** Monetary amount */
|
|
70
|
-
amount: Money | null;
|
|
71
|
-
/** A code supporting the understanding of the adjudication */
|
|
72
|
-
reason: CodeableConcept | null;
|
|
73
|
-
/** A non-monetary value associated with the category. Mutually exclusive to the amount element above */
|
|
74
|
-
value: number | null;
|
|
75
|
-
};
|
|
76
|
-
/**
|
|
77
|
-
* Product or service provided.
|
|
78
|
-
*
|
|
79
|
-
* @category Models
|
|
80
|
-
* @title ExplanationOfBenefitItem
|
|
81
|
-
* @excerpt Line item details
|
|
82
|
-
*/
|
|
83
|
-
export type ExplanationOfBenefitItem = {
|
|
84
|
-
/** Unique id for inter-element referencing */
|
|
85
|
-
id: string | null;
|
|
86
|
-
/** Item instance identifier */
|
|
87
|
-
sequence: number | null;
|
|
88
|
-
/** Anatomical location */
|
|
89
|
-
bodySite: CodeableConcept | null;
|
|
90
|
-
/** Place of service or where product was supplied */
|
|
91
|
-
locationCodeableConcept: CodeableConcept | null;
|
|
92
|
-
/** Product or service billing modifiers */
|
|
93
|
-
modifier: (CodeableConcept | null)[] | null;
|
|
94
|
-
/** Applicable note numbers */
|
|
95
|
-
noteNumber: (number | null)[] | null;
|
|
96
|
-
/** Billing, service, product, or drug code */
|
|
97
|
-
productOrService: CodeableConcept | null;
|
|
98
|
-
/** Count of products or services */
|
|
99
|
-
quantity: Quantity | null;
|
|
100
|
-
/** Revenue or cost center code */
|
|
101
|
-
revenue: CodeableConcept | null;
|
|
102
|
-
/** Total item cost */
|
|
103
|
-
net: Money | null;
|
|
104
|
-
/** Date or dates of service or product delivery */
|
|
105
|
-
servicedDate: string | null;
|
|
106
|
-
/** Date or dates of service or product delivery */
|
|
107
|
-
servicedPeriod: Period | null;
|
|
108
|
-
/** Adjudication details */
|
|
109
|
-
adjudication: (ExplanationOfBenefitAdjudication | null)[] | null;
|
|
110
|
-
};
|
|
111
|
-
/**
|
|
112
|
-
* Supporting information.
|
|
113
|
-
*
|
|
114
|
-
* @category Models
|
|
115
|
-
* @title ExplanationOfBenefitSupportingInfo
|
|
116
|
-
* @excerpt Additional information to support the claim
|
|
117
|
-
*/
|
|
118
|
-
export type ExplanationOfBenefitSupportingInfo = {
|
|
119
|
-
/** Information instance identifier */
|
|
120
|
-
sequence: number | null;
|
|
121
|
-
/** Classification of the supplied information */
|
|
122
|
-
category: CodeableConcept | null;
|
|
123
|
-
/** Type of information */
|
|
124
|
-
code: CodeableConcept | null;
|
|
125
|
-
/** When it occurred */
|
|
126
|
-
timingDate: string | null;
|
|
127
|
-
/** When it occurred */
|
|
128
|
-
timingPeriod: Period | null;
|
|
129
|
-
/** Data to be provided */
|
|
130
|
-
valueBoolean: boolean | null;
|
|
131
|
-
/** Data to be provided */
|
|
132
|
-
valueString: string | null;
|
|
133
|
-
/** Data to be provided */
|
|
134
|
-
valueQuantity: Quantity | null;
|
|
135
|
-
/** Data to be provided */
|
|
136
|
-
valueAttachment: Attachment | null;
|
|
137
|
-
/** Data to be provided */
|
|
138
|
-
valueReference: Reference | null;
|
|
139
|
-
/** Explanation for the information */
|
|
140
|
-
reason: Coding | null;
|
|
141
|
-
};
|
|
142
|
-
/**
|
|
143
|
-
* Adjudication totals.
|
|
144
|
-
*
|
|
145
|
-
* @category Models
|
|
146
|
-
* @title ExplanationOfBenefitTotal
|
|
147
|
-
* @excerpt Total benefit amounts
|
|
148
|
-
*/
|
|
149
|
-
export type ExplanationOfBenefitTotal = {
|
|
150
|
-
/** Type of adjudication information */
|
|
151
|
-
category: CodeableConcept | null;
|
|
152
|
-
/** Financial total for the category */
|
|
153
|
-
amount: Money | null;
|
|
154
|
-
};
|
|
155
|
-
/**
|
|
156
|
-
* Payment details.
|
|
157
|
-
*
|
|
158
|
-
* @category Models
|
|
159
|
-
* @title ExplanationOfBenefitPayment
|
|
160
|
-
* @excerpt Payment information
|
|
161
|
-
*/
|
|
162
|
-
export type ExplanationOfBenefitPayment = {
|
|
163
|
-
/** Unique id for inter-element referencing */
|
|
164
|
-
id: string | null;
|
|
165
|
-
/** Partial or complete payment */
|
|
166
|
-
type: CodeableConcept | null;
|
|
167
|
-
/** Payment adjustment for non-claim issues */
|
|
168
|
-
adjustment: Money | null;
|
|
169
|
-
/** Payable amount after adjustment */
|
|
170
|
-
amount: Money | null;
|
|
171
|
-
/** Expected date of payment */
|
|
172
|
-
date: string | null;
|
|
173
|
-
};
|
|
174
|
-
/**
|
|
175
|
-
* Recipient of benefits payable.
|
|
176
|
-
*
|
|
177
|
-
* @category Models
|
|
178
|
-
* @title ExplanationOfBenefitPayee
|
|
179
|
-
* @excerpt Payee information
|
|
180
|
-
*/
|
|
181
|
-
export type ExplanationOfBenefitPayee = {
|
|
182
|
-
/** Category of recipient */
|
|
183
|
-
type: CodeableConcept | null;
|
|
184
|
-
/** Recipient reference */
|
|
185
|
-
party: Reference | null;
|
|
186
|
-
};
|
|
187
|
-
/**
|
|
188
|
-
* Processing notes.
|
|
189
|
-
*
|
|
190
|
-
* @category Models
|
|
191
|
-
* @title ExplanationOfBenefitProcessNote
|
|
192
|
-
* @excerpt Processing note information
|
|
193
|
-
*/
|
|
194
|
-
export type ExplanationOfBenefitProcessNote = {
|
|
195
|
-
/** The business purpose of the note text */
|
|
196
|
-
type: string | null;
|
|
197
|
-
/** The explanation or description */
|
|
198
|
-
text: string | null;
|
|
199
|
-
};
|
|
200
|
-
/**
|
|
201
|
-
* Prior or corollary claims.
|
|
202
|
-
*
|
|
203
|
-
* @category Models
|
|
204
|
-
* @title ExplanationOfBenefitRelated
|
|
205
|
-
* @excerpt Related claim information
|
|
206
|
-
*/
|
|
207
|
-
export type ExplanationOfBenefitRelated = {
|
|
208
|
-
/** How the reference claim is related */
|
|
209
|
-
relationship: CodeableConcept | null;
|
|
210
|
-
/** File or case reference */
|
|
211
|
-
reference: Identifier | null;
|
|
212
|
-
};
|
|
213
|
-
/**
|
|
214
|
-
* Explanation of Benefit resource.
|
|
215
|
-
* This resource provides the adjudication details from the processing of a claim.
|
|
216
|
-
*
|
|
217
|
-
* @category Models
|
|
218
|
-
* @title ExplanationOfBenefit
|
|
219
|
-
* @excerpt Explanation of Benefit resource for claim adjudication
|
|
220
|
-
*/
|
|
221
|
-
export type ExplanationOfBenefit = {
|
|
222
|
-
/** Logical id of this artifact */
|
|
223
|
-
id: string;
|
|
224
|
-
/** Metadata about the resource */
|
|
225
|
-
meta: Meta | null;
|
|
226
|
-
/** Business identifiers for this explanation of benefit */
|
|
227
|
-
identifier: (Identifier | null)[] | null;
|
|
228
|
-
/** Active | cancelled | draft | entered-in-error */
|
|
229
|
-
status: string | null;
|
|
230
|
-
/** Category or discipline */
|
|
231
|
-
type: CodeableConcept | null;
|
|
232
|
-
/** More granular claim type */
|
|
233
|
-
subType: CodeableConcept | null;
|
|
234
|
-
/** claim | preauthorization | predetermination */
|
|
235
|
-
use: string | null;
|
|
236
|
-
/** The recipient of the products and services */
|
|
237
|
-
patient: Reference | null;
|
|
238
|
-
/** The adjudication results which are presented at the header level rather than at the line-item or add-item levels */
|
|
239
|
-
adjudication: (ExplanationOfBenefitAdjudication | null)[] | null;
|
|
240
|
-
/** Relevant time frame for the claim */
|
|
241
|
-
billablePeriod: Period | null;
|
|
242
|
-
/** Benefit eligibility period */
|
|
243
|
-
benefitPeriod: Period | null;
|
|
244
|
-
/** Response creation date */
|
|
245
|
-
created: string | null;
|
|
246
|
-
/** Party responsible for reimbursement */
|
|
247
|
-
insurer: Reference | null;
|
|
248
|
-
/** Party responsible for the claim */
|
|
249
|
-
provider: Reference | null;
|
|
250
|
-
/** Prior or corollary claims */
|
|
251
|
-
related: (ExplanationOfBenefitRelated | null)[] | null;
|
|
252
|
-
/** queued | complete | error | partial */
|
|
253
|
-
outcome: string | null;
|
|
254
|
-
/** Disposition message */
|
|
255
|
-
disposition: string | null;
|
|
256
|
-
/** Care Team members */
|
|
257
|
-
careTeam: (ExplanationOfBenefitCareTeam | null)[] | null;
|
|
258
|
-
/** Pertinent diagnosis information */
|
|
259
|
-
diagnosis: (ExplanationOfBenefitDiagnosis | null)[] | null;
|
|
260
|
-
/** Patient insurance information */
|
|
261
|
-
insurance: (ExplanationOfBenefitInsurance | null)[] | null;
|
|
262
|
-
/** Product or service provided */
|
|
263
|
-
item: (ExplanationOfBenefitItem | null)[] | null;
|
|
264
|
-
/** Adjudication totals */
|
|
265
|
-
total: (ExplanationOfBenefitTotal | null)[] | null;
|
|
266
|
-
/** Supporting information */
|
|
267
|
-
supportingInfo: (ExplanationOfBenefitSupportingInfo | null)[] | null;
|
|
268
|
-
/** Payment details */
|
|
269
|
-
payment: ExplanationOfBenefitPayment | null;
|
|
270
|
-
/** Party to be paid any benefits payable */
|
|
271
|
-
payee: ExplanationOfBenefitPayee | null;
|
|
272
|
-
/** Note text */
|
|
273
|
-
processNote: (ExplanationOfBenefitProcessNote | null)[] | null;
|
|
274
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { EntryBundle } from "../common/index.js";
|
|
2
|
-
import { AllergyIntolerance } from "./allergy-intolerance.js";
|
|
3
|
-
/**
|
|
4
|
-
* Bundle of allergy intolerance search results.
|
|
5
|
-
* Contains multiple allergy intolerance entries from search operations.
|
|
6
|
-
*
|
|
7
|
-
* @category Models
|
|
8
|
-
* @title AllergyIntoleranceBundle
|
|
9
|
-
* @excerpt Bundle of allergy intolerance search results
|
|
10
|
-
*/
|
|
11
|
-
export type AllergyIntoleranceBundle = EntryBundle<AllergyIntolerance>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import type { Coding, GroupedHealthDataResponse, ResourceBundle } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Grouped allergy intolerance data with summary information.
|
|
4
|
-
* Contains aggregated information about allergies organized by category or substance.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title AllergyIntoleranceGroup
|
|
8
|
-
* @excerpt Grouped allergy intolerance data with summary information
|
|
9
|
-
*/
|
|
10
|
-
export type AllergyIntoleranceGroup = {
|
|
11
|
-
/** Unique identifier for this group */
|
|
12
|
-
id: string | null;
|
|
13
|
-
/** Display name for this group */
|
|
14
|
-
name: string | null;
|
|
15
|
-
/** References to underlying resources */
|
|
16
|
-
references: (string | null)[] | null;
|
|
17
|
-
/** Date when the record was created */
|
|
18
|
-
recordedDate: string | null;
|
|
19
|
-
/** Source of the information */
|
|
20
|
-
source: (string | null)[] | null;
|
|
21
|
-
/** Display names for sources */
|
|
22
|
-
sourceDisplay: (string | null)[] | null;
|
|
23
|
-
/** Coded representation of the allergy */
|
|
24
|
-
coding: Coding | null;
|
|
25
|
-
/** Criticality level for the group */
|
|
26
|
-
criticality: Coding | null;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Response containing grouped allergy intolerance data with paging information.
|
|
30
|
-
* Represents aggregated allergy intolerance information organized by groups.
|
|
31
|
-
*
|
|
32
|
-
* @category Models
|
|
33
|
-
* @title AllergyIntoleranceGroupBundle
|
|
34
|
-
* @excerpt Response containing grouped allergy intolerance data with paging...
|
|
35
|
-
*/
|
|
36
|
-
export type AllergyIntoleranceGroupBundle = ResourceBundle<AllergyIntoleranceGroup>;
|
|
37
|
-
/**
|
|
38
|
-
* Response for grouped allergy intolerance data with paging information.
|
|
39
|
-
*
|
|
40
|
-
* @category Models
|
|
41
|
-
* @title AllergyIntoleranceGroupsResponse
|
|
42
|
-
* @excerpt Response for grouped allergy intolerance data with paging information
|
|
43
|
-
*/
|
|
44
|
-
export type AllergyIntoleranceGroupsResponse = GroupedHealthDataResponse<AllergyIntoleranceGroup>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|