@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,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Concept within cancellation reason code system.
|
|
3
|
-
* Represents individual cancellation reason codes and descriptions.
|
|
4
|
-
*
|
|
5
|
-
* @category Models
|
|
6
|
-
* @title CancellationReasonConcept
|
|
7
|
-
* @excerpt Concept within cancellation reason code system
|
|
8
|
-
*/
|
|
9
|
-
export type CancellationReasonConcept = {
|
|
10
|
-
/** Cancellation reason code */
|
|
11
|
-
code: string | null;
|
|
12
|
-
/** Human-readable display text */
|
|
13
|
-
display: string | null;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* Code system containing cancellation reasons.
|
|
17
|
-
* Provides standardized reasons for appointment cancellation.
|
|
18
|
-
*
|
|
19
|
-
* @category Models
|
|
20
|
-
* @title CancellationReasons
|
|
21
|
-
* @excerpt Code system containing cancellation reasons
|
|
22
|
-
*/
|
|
23
|
-
export type CancellationReasons = {
|
|
24
|
-
/** Unique code system identifier */
|
|
25
|
-
id: string;
|
|
26
|
-
/** Code system title */
|
|
27
|
-
title: string | null;
|
|
28
|
-
/** Code system URL */
|
|
29
|
-
url: string | null;
|
|
30
|
-
/** List of cancellation reason concepts */
|
|
31
|
-
concept: (CancellationReasonConcept | null)[] | null;
|
|
32
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type { Appointment } from "./appointment.js";
|
|
2
|
-
export type { AppointmentUpdate } from "./appointment-update.js";
|
|
3
|
-
export type { AppointmentBundle } from "./appointment-bundle.js";
|
|
4
|
-
export type { AppointmentParticipant } from "./appointment-participant.js";
|
|
5
|
-
export type { CancellationReasons, CancellationReasonConcept, } from "./cancellation-reasons.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* AuthTokens model representing the set of authentication tokens required
|
|
3
|
-
* for secure API access and user authentication.
|
|
4
|
-
*
|
|
5
|
-
* @category Models
|
|
6
|
-
* @title AuthTokens
|
|
7
|
-
* @excerpt Authentication tokens for API access
|
|
8
|
-
*/
|
|
9
|
-
export type AuthTokens = {
|
|
10
|
-
/**
|
|
11
|
-
* The access token used to authenticate API requests. This token provides
|
|
12
|
-
* the necessary authorization to access protected resources.
|
|
13
|
-
*/
|
|
14
|
-
accessToken: string;
|
|
15
|
-
/**
|
|
16
|
-
* The identity token containing user identity information and claims.
|
|
17
|
-
* This token is typically used for user identification and authentication.
|
|
18
|
-
*/
|
|
19
|
-
idToken: string;
|
|
20
|
-
/**
|
|
21
|
-
* The refresh token used to obtain new access tokens when the current
|
|
22
|
-
* access token expires, enabling seamless token renewal.
|
|
23
|
-
*/
|
|
24
|
-
refreshToken: string;
|
|
25
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export { AuthTokens } from "./auth-tokens.js";
|
|
2
|
-
export { SdkConfigurationResult } from "./sdk-configuration-result.js";
|
|
3
|
-
export { RefreshTokenResults } from "./refresh-token-results.js";
|
|
4
|
-
export { CreateGuestAccessTokenResults } from "./create-guest-access-token-results.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { LogLevel } from "../enums/log-level.js";
|
|
2
|
-
/**
|
|
3
|
-
* Configuration result type
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export type SdkConfigurationResult = {
|
|
7
|
-
logLevel: LogLevel | null;
|
|
8
|
-
httpClient: {
|
|
9
|
-
requestTimeout: number | null;
|
|
10
|
-
retry: {
|
|
11
|
-
interval: number;
|
|
12
|
-
attempts: number;
|
|
13
|
-
} | null;
|
|
14
|
-
};
|
|
15
|
-
graphQLClient: {
|
|
16
|
-
apiUrl: string;
|
|
17
|
-
fetchPolicy: string;
|
|
18
|
-
cache: {
|
|
19
|
-
maxSizeBytes: number;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
telemetry: {
|
|
23
|
-
enabled: boolean | null;
|
|
24
|
-
collectorUrl: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type { QuestionnaireResponse } from "./questionnaire-response.js";
|
|
2
|
-
export type { QuestionnaireResponseItem } from "./questionnaire-response-item.js";
|
|
3
|
-
export type { QuestionnaireResponseAnswer } from "./questionnaire-response-answer.js";
|
|
4
|
-
export type { Questionnaire } from "./questionnaire.js";
|
|
5
|
-
export type { QuestionnaireItem } from "./questionnaire-item.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Represents an item (question or group) within a questionnaire.
|
|
3
|
-
* Can contain nested items for hierarchical question structures.
|
|
4
|
-
*
|
|
5
|
-
* @category Models
|
|
6
|
-
* @title QuestionnaireItem
|
|
7
|
-
* @excerpt Represents an item (question or group) within a questionnaire.
|
|
8
|
-
*/
|
|
9
|
-
export type QuestionnaireItem = {
|
|
10
|
-
/** Unique identifier for this item */
|
|
11
|
-
linkId: string | null;
|
|
12
|
-
/** E.g. "1(a)", "2.5.3" */
|
|
13
|
-
prefix: string | null;
|
|
14
|
-
/** Primary text for the item */
|
|
15
|
-
text: string | null;
|
|
16
|
-
/** The type of questionnaire item */
|
|
17
|
-
type: string | null;
|
|
18
|
-
/** Controls how multiple items are enabled */
|
|
19
|
-
enableBehavior: string | null;
|
|
20
|
-
/** Whether the item must be included */
|
|
21
|
-
required: boolean | null;
|
|
22
|
-
/** Whether the item may repeat */
|
|
23
|
-
repeats: boolean | null;
|
|
24
|
-
/** Don't allow human editing */
|
|
25
|
-
readOnly: boolean | null;
|
|
26
|
-
/** No more than this many characters */
|
|
27
|
-
maxLength: number | null;
|
|
28
|
-
/** Nested items (for hierarchical questions) */
|
|
29
|
-
item: (QuestionnaireItem | null)[] | null;
|
|
30
|
-
/** Additional extensions (complex structure maintained as-is) */
|
|
31
|
-
extension: (string | null)[] | null;
|
|
32
|
-
/** Enable when conditions (complex structure maintained as-is) */
|
|
33
|
-
enableWhen: (string | null)[] | null;
|
|
34
|
-
/** Permitted answer options (complex structure maintained as-is) */
|
|
35
|
-
answerOption: (string | null)[] | null;
|
|
36
|
-
/** Default values (complex structure maintained as-is) */
|
|
37
|
-
initial: (string | null)[] | null;
|
|
38
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { Attachment, Coding, Quantity, Reference } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Represents an answer value within questionnaire responses.
|
|
4
|
-
* Supports multiple data types for comprehensive form responses.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title QuestionnaireResponseAnswer
|
|
8
|
-
* @excerpt Represents an answer value within questionnaire responses
|
|
9
|
-
*/
|
|
10
|
-
export type QuestionnaireResponseAnswer = {
|
|
11
|
-
/** Boolean answer value */
|
|
12
|
-
valueBoolean: boolean | null;
|
|
13
|
-
/** Decimal number answer value */
|
|
14
|
-
valueDecimal: number | null;
|
|
15
|
-
/** Integer answer value */
|
|
16
|
-
valueInteger: number | null;
|
|
17
|
-
/** Date answer value */
|
|
18
|
-
valueDate: string | null;
|
|
19
|
-
/** DateTime answer value */
|
|
20
|
-
valueDateTime: string | null;
|
|
21
|
-
/** String answer value */
|
|
22
|
-
valueString: string | null;
|
|
23
|
-
/** URI answer value */
|
|
24
|
-
valueUri: string | null;
|
|
25
|
-
/** File attachment answer */
|
|
26
|
-
valueAttachment: Attachment | null;
|
|
27
|
-
/** Coded answer value */
|
|
28
|
-
valueCoding: Coding | null;
|
|
29
|
-
/** Quantity answer with units */
|
|
30
|
-
valueQuantity: Quantity | null;
|
|
31
|
-
/** Reference to another resource */
|
|
32
|
-
valueReference: Reference;
|
|
33
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { QuestionnaireResponseAnswer } from "./questionnaire-response-answer.js";
|
|
2
|
-
/**
|
|
3
|
-
* Represents an item within a questionnaire response.
|
|
4
|
-
* Contains the question identifier, text, and nested items/answers.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title QuestionnaireResponseItem
|
|
8
|
-
* @excerpt Represents an item within a questionnaire response
|
|
9
|
-
*/
|
|
10
|
-
export type QuestionnaireResponseItem = {
|
|
11
|
-
/** Unique identifier for this item within the questionnaire */
|
|
12
|
-
linkId: string | null;
|
|
13
|
-
/** Display text for this item */
|
|
14
|
-
text: string | null;
|
|
15
|
-
/** Nested questionnaire response items */
|
|
16
|
-
item: (QuestionnaireResponseItem | null)[] | null;
|
|
17
|
-
/** The response(s) to the question */
|
|
18
|
-
answer: (QuestionnaireResponseAnswer | null)[] | null;
|
|
19
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Identifier, Meta } from "../common/index.js";
|
|
2
|
-
import type { QuestionnaireResponseItem } from "./questionnaire-response-item.js";
|
|
3
|
-
import type { Questionnaire } from "./questionnaire.js";
|
|
4
|
-
/**
|
|
5
|
-
* Represents a questionnaire response containing answers to questions.
|
|
6
|
-
* Used to capture completed questionnaire data from users.
|
|
7
|
-
*
|
|
8
|
-
* @category Models
|
|
9
|
-
* @title QuestionnaireResponse
|
|
10
|
-
* @excerpt Represents a questionnaire response containing answers to questions
|
|
11
|
-
*/
|
|
12
|
-
export type QuestionnaireResponse = {
|
|
13
|
-
/** Resource type identifier */
|
|
14
|
-
resourceType: string | null;
|
|
15
|
-
/** Unique id for this response */
|
|
16
|
-
id: string;
|
|
17
|
-
/** Reference to the questionnaire being answered */
|
|
18
|
-
questionnaire: string | null;
|
|
19
|
-
/** Current status of the response */
|
|
20
|
-
status: string | null;
|
|
21
|
-
/** Metadata about the resource */
|
|
22
|
-
meta: Meta | null;
|
|
23
|
-
/** Business identifier for this response */
|
|
24
|
-
identifier: Identifier | null;
|
|
25
|
-
/** Groups and questions that make up the response */
|
|
26
|
-
item: (QuestionnaireResponseItem | null)[] | null;
|
|
27
|
-
/** Resources contained within this response */
|
|
28
|
-
contained: (Questionnaire | null)[] | null;
|
|
29
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { Identifier, Meta } from "../common/index.js";
|
|
2
|
-
import type { QuestionnaireItem } from "./questionnaire-item.js";
|
|
3
|
-
/**
|
|
4
|
-
* Represents a questionnaire definition containing questions and structure.
|
|
5
|
-
* Used to define the structure and questions that can be answered in a questionnaire response.
|
|
6
|
-
*
|
|
7
|
-
* @category Models
|
|
8
|
-
* @title Questionnaire
|
|
9
|
-
* @excerpt Represents a questionnaire definition containing questions and structure
|
|
10
|
-
*/
|
|
11
|
-
export type Questionnaire = {
|
|
12
|
-
/** Resource type of the contained resource */
|
|
13
|
-
resourceType: string | null;
|
|
14
|
-
/** Unique identifier for the contained resource */
|
|
15
|
-
id: string;
|
|
16
|
-
/** Name of the questionnaire */
|
|
17
|
-
name: string | null;
|
|
18
|
-
/** Title of the questionnaire */
|
|
19
|
-
title: string | null;
|
|
20
|
-
/** Publication status */
|
|
21
|
-
status: string | null;
|
|
22
|
-
/** Natural language description */
|
|
23
|
-
description: string | null;
|
|
24
|
-
/** Metadata about the contained resource */
|
|
25
|
-
meta: Meta | null;
|
|
26
|
-
/** Business identifiers for the contained resource */
|
|
27
|
-
identifier: (Identifier | null)[] | null;
|
|
28
|
-
/** The questions and structure of the questionnaire */
|
|
29
|
-
item: (QuestionnaireItem | null)[] | null;
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { Coding } from "../common/coding.js";
|
|
2
|
-
import { Endpoint } from "../common/endpoint.js";
|
|
3
|
-
import { Identifier } from "../common/identifier.js";
|
|
4
|
-
import { SearchResponseOrganization } from "../common/index.js";
|
|
5
|
-
import { Location } from "../common/location.js";
|
|
6
|
-
import { FilterField } from "../enums/filter-field.js";
|
|
7
|
-
import { Gender } from "../enums/gender.js";
|
|
8
|
-
import { SearchResultType } from "../enums/search-result-type.js";
|
|
9
|
-
/**
|
|
10
|
-
* Bookable information indicating availability through different channels.
|
|
11
|
-
* Used to indicate whether a resource can be booked online or via phone.
|
|
12
|
-
*
|
|
13
|
-
* @category Models
|
|
14
|
-
* @title Bookable
|
|
15
|
-
* @excerpt Booking availability through different channels
|
|
16
|
-
*/
|
|
17
|
-
export type Bookable = {
|
|
18
|
-
/** Whether online booking is available */
|
|
19
|
-
online: boolean | null;
|
|
20
|
-
/** Whether phone booking is available */
|
|
21
|
-
phone: boolean | null;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* Scheduling information for a location.
|
|
25
|
-
* Contains bookable information and identifiers for the location.
|
|
26
|
-
*
|
|
27
|
-
* @category Models
|
|
28
|
-
* @title Scheduling
|
|
29
|
-
* @excerpt Scheduling and booking information for a location
|
|
30
|
-
*/
|
|
31
|
-
export type Scheduling = {
|
|
32
|
-
/** Scheduling identifier */
|
|
33
|
-
identifier: (Identifier | null)[] | null;
|
|
34
|
-
/** Bookable information */
|
|
35
|
-
bookable: Bookable | null;
|
|
36
|
-
};
|
|
37
|
-
/**
|
|
38
|
-
* Health resource location with distance information.
|
|
39
|
-
* Extends the base Location type with additional distance data for search results.
|
|
40
|
-
*
|
|
41
|
-
* @category Models
|
|
42
|
-
* @title HealthResourceLocation
|
|
43
|
-
* @excerpt Location with distance information for health resource searches
|
|
44
|
-
*/
|
|
45
|
-
export type HealthResourceLocation = Location & {
|
|
46
|
-
/** Distance in miles from the search location */
|
|
47
|
-
distanceInMiles: number | null;
|
|
48
|
-
/** Scheduling information */
|
|
49
|
-
scheduling: Scheduling | null;
|
|
50
|
-
};
|
|
51
|
-
/**
|
|
52
|
-
* Represents a health resource search result.
|
|
53
|
-
* Contains information about healthcare providers, facilities, or services.
|
|
54
|
-
*
|
|
55
|
-
* @category Models
|
|
56
|
-
* @title HealthResource
|
|
57
|
-
* @excerpt Health resource search result with provider and location details
|
|
58
|
-
*/
|
|
59
|
-
export type HealthResource = {
|
|
60
|
-
/** Type of search result (practitioner, practice, etc.) */
|
|
61
|
-
type: SearchResultType | null;
|
|
62
|
-
/** Unique identifier for the resource */
|
|
63
|
-
id: string | null;
|
|
64
|
-
/** Text content or description */
|
|
65
|
-
content: string | null;
|
|
66
|
-
/** National Provider Identifier(s) */
|
|
67
|
-
npi: (string | null)[] | null;
|
|
68
|
-
/** Gender of the provider (for practitioners) */
|
|
69
|
-
gender: Gender | null;
|
|
70
|
-
/** Medical specialties */
|
|
71
|
-
specialty: Coding[] | null;
|
|
72
|
-
/** Bookable information */
|
|
73
|
-
bookable: Bookable | null;
|
|
74
|
-
/** Associated locations */
|
|
75
|
-
location: (HealthResourceLocation | null)[] | null;
|
|
76
|
-
/** Associated organizations */
|
|
77
|
-
organization: (SearchResponseOrganization | null)[] | null;
|
|
78
|
-
/** Direct endpoints */
|
|
79
|
-
endpoint: Endpoint[] | null;
|
|
80
|
-
};
|
|
81
|
-
/**
|
|
82
|
-
* Represents a filter value with count information.
|
|
83
|
-
* Used for faceted search and filtering capabilities.
|
|
84
|
-
*
|
|
85
|
-
* @category Models
|
|
86
|
-
* @title FilterValue
|
|
87
|
-
* @excerpt Filter value with occurrence count
|
|
88
|
-
*/
|
|
89
|
-
export type FilterValue = {
|
|
90
|
-
/** The filter value */
|
|
91
|
-
value: string | null;
|
|
92
|
-
/** Number of occurrences of this value */
|
|
93
|
-
count: number | null;
|
|
94
|
-
};
|
|
95
|
-
/**
|
|
96
|
-
* Represents metadata for a filter value.
|
|
97
|
-
* Contains the field that can be filtered on and available values.
|
|
98
|
-
*
|
|
99
|
-
* @category Models
|
|
100
|
-
* @title FilterValueMeta
|
|
101
|
-
* @excerpt Metadata for filter values with field and available values
|
|
102
|
-
*/
|
|
103
|
-
export type FilterValueMeta = {
|
|
104
|
-
/** The field that can be filtered on */
|
|
105
|
-
field: FilterField | null;
|
|
106
|
-
/** Available values for this filter field */
|
|
107
|
-
values: (FilterValue | null)[] | null;
|
|
108
|
-
};
|
|
109
|
-
/**
|
|
110
|
-
* Bundle containing paginated health resource search results.
|
|
111
|
-
* Includes pagination metadata, filter values for faceted search, and the actual results.
|
|
112
|
-
*
|
|
113
|
-
* @category Models
|
|
114
|
-
* @title HealthResourcesBundle
|
|
115
|
-
* @excerpt Paginated bundle of health resource search results with filters
|
|
116
|
-
*/
|
|
117
|
-
export type HealthResourcesBundle = {
|
|
118
|
-
/** Pagination information */
|
|
119
|
-
pagingInfo: {
|
|
120
|
-
/** Current page number (1-based) */
|
|
121
|
-
pageNumber: number;
|
|
122
|
-
/** Number of items per page */
|
|
123
|
-
pageSize: number;
|
|
124
|
-
/** Total number of items across all pages */
|
|
125
|
-
totalItems: number;
|
|
126
|
-
/** Total number of pages available */
|
|
127
|
-
totalPages: number;
|
|
128
|
-
} | null;
|
|
129
|
-
/** Available filter values for faceted search */
|
|
130
|
-
filterValues: (FilterValueMeta | null)[] | null;
|
|
131
|
-
/** The search results */
|
|
132
|
-
results: HealthResource[] | null;
|
|
133
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { OperationOutcomeIssue } from "../common/operation-outcome.js";
|
|
2
|
-
/**
|
|
3
|
-
* Provider review operation result.
|
|
4
|
-
* Contains the outcome of a provider review operation with any issues encountered.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title ProviderReviewResult
|
|
8
|
-
* @excerpt Provider review operation result with resource type and issues
|
|
9
|
-
*/
|
|
10
|
-
export type ProviderReviewResult = {
|
|
11
|
-
/** The type of resource being returned */
|
|
12
|
-
resourceType: string | null;
|
|
13
|
-
/** Any issues encountered during the provider review operation */
|
|
14
|
-
issue: OperationOutcomeIssue[] | null;
|
|
15
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept, EntryBundle, Meta, Period, Reference } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* A record of a healthcare consumer's choices or choices made on their behalf by a third party.
|
|
4
|
-
* Captures permissions, prohibitions and obligations with respect to access to or use of a resource.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title Consent
|
|
8
|
-
* @excerpt Healthcare consumer consent permissions and obligations
|
|
9
|
-
*/
|
|
10
|
-
export type Consent = {
|
|
11
|
-
/**
|
|
12
|
-
* The logical id of the resource, as used in the URL for the resource.
|
|
13
|
-
*/
|
|
14
|
-
id: string;
|
|
15
|
-
/**
|
|
16
|
-
* Indicates the current state of this consent.
|
|
17
|
-
*/
|
|
18
|
-
status: string | null;
|
|
19
|
-
/**
|
|
20
|
-
* When this Consent was created or indexed.
|
|
21
|
-
*/
|
|
22
|
-
dateTime: string | null;
|
|
23
|
-
/**
|
|
24
|
-
* Metadata about the resource.
|
|
25
|
-
*/
|
|
26
|
-
meta: Meta | null;
|
|
27
|
-
/**
|
|
28
|
-
* A selector of the type of consent being presented.
|
|
29
|
-
*/
|
|
30
|
-
scope: CodeableConcept | null;
|
|
31
|
-
/**
|
|
32
|
-
* A classification of the type of consents found in the statement.
|
|
33
|
-
*/
|
|
34
|
-
category: (CodeableConcept | null)[] | null;
|
|
35
|
-
/**
|
|
36
|
-
* The patient/healthcare consumer to whom this consent applies.
|
|
37
|
-
*/
|
|
38
|
-
patient: Reference | null;
|
|
39
|
-
/**
|
|
40
|
-
* Who is agreeing to the policy and rules.
|
|
41
|
-
*/
|
|
42
|
-
performer: (Reference | null)[] | null;
|
|
43
|
-
/**
|
|
44
|
-
* The organization that manages the consent.
|
|
45
|
-
*/
|
|
46
|
-
organization: (Reference | null)[] | null;
|
|
47
|
-
/**
|
|
48
|
-
* The references to the policies that are included in this consent scope.
|
|
49
|
-
*/
|
|
50
|
-
policy: (ConsentPolicy | null)[] | null;
|
|
51
|
-
/**
|
|
52
|
-
* A reference to the specific base computable regulation or policy.
|
|
53
|
-
*/
|
|
54
|
-
policyRule: CodeableConcept | null;
|
|
55
|
-
/**
|
|
56
|
-
* An exception to the base policy of this consent.
|
|
57
|
-
*/
|
|
58
|
-
provision: ConsentProvision | null;
|
|
59
|
-
};
|
|
60
|
-
/**
|
|
61
|
-
* The references to the policies that are included in this consent scope.
|
|
62
|
-
*
|
|
63
|
-
* @title ConsentPolicy
|
|
64
|
-
* @excerpt Policy references included in consent scope
|
|
65
|
-
*/
|
|
66
|
-
export type ConsentPolicy = {
|
|
67
|
-
/**
|
|
68
|
-
* Entity or Organization having regulatory jurisdiction or accountability for enforcing policies.
|
|
69
|
-
*/
|
|
70
|
-
authority: string | null;
|
|
71
|
-
/**
|
|
72
|
-
* The references to the policies that are included in this consent scope.
|
|
73
|
-
*/
|
|
74
|
-
uri: string | null;
|
|
75
|
-
};
|
|
76
|
-
/**
|
|
77
|
-
* An exception to the base policy of this consent.
|
|
78
|
-
*
|
|
79
|
-
* @title ConsentProvision
|
|
80
|
-
* @excerpt Exception to the base consent policy
|
|
81
|
-
*/
|
|
82
|
-
export type ConsentProvision = {
|
|
83
|
-
/**
|
|
84
|
-
* Action to take - permit or deny.
|
|
85
|
-
*/
|
|
86
|
-
type: string | null;
|
|
87
|
-
/**
|
|
88
|
-
* Timeframe for this rule.
|
|
89
|
-
*/
|
|
90
|
-
period: Period | null;
|
|
91
|
-
};
|
|
92
|
-
/**
|
|
93
|
-
* Bundle of consent search results.
|
|
94
|
-
* Contains multiple consent entries from search operations.
|
|
95
|
-
*
|
|
96
|
-
* @category Models
|
|
97
|
-
* @title ConsentBundle
|
|
98
|
-
* @excerpt Bundle of consent search results
|
|
99
|
-
*/
|
|
100
|
-
export type ConsentBundle = EntryBundle<Consent>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { Address, ContactPoint, HumanName } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Person model representing demographics and administrative information about a person
|
|
4
|
-
* independent of a specific health-related context.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title Person
|
|
8
|
-
* @excerpt Demographics and administrative information about a person
|
|
9
|
-
*/
|
|
10
|
-
export type Person = {
|
|
11
|
-
/**
|
|
12
|
-
* The logical id of the resource, as used in the URL for the resource. Once
|
|
13
|
-
* assigned, this value never changes.
|
|
14
|
-
*/
|
|
15
|
-
id: string;
|
|
16
|
-
/**
|
|
17
|
-
* Administrative Gender.
|
|
18
|
-
* Uses the Code scalar type from the GraphQL schema.
|
|
19
|
-
*/
|
|
20
|
-
gender: string | null;
|
|
21
|
-
/**
|
|
22
|
-
* The birth date for the person.
|
|
23
|
-
* Uses the Date scalar type from the GraphQL schema.
|
|
24
|
-
*/
|
|
25
|
-
birthDate: string | null;
|
|
26
|
-
/**
|
|
27
|
-
* The base language in which the resource is written.
|
|
28
|
-
* Uses the Code scalar type from the GraphQL schema.
|
|
29
|
-
*/
|
|
30
|
-
language: string | null;
|
|
31
|
-
/**
|
|
32
|
-
* One or more addresses for the person.
|
|
33
|
-
*/
|
|
34
|
-
address: (Address | null)[] | null;
|
|
35
|
-
/**
|
|
36
|
-
* A contact detail for the person, e.g. a telephone number or an email address.
|
|
37
|
-
*/
|
|
38
|
-
telecom: (ContactPoint | null)[] | null;
|
|
39
|
-
/**
|
|
40
|
-
* A name associated with the person.
|
|
41
|
-
*/
|
|
42
|
-
name: (HumanName | null)[] | null;
|
|
43
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* User model representing the relationship between bWell and client FHIR person identifiers.
|
|
3
|
-
* Used to link user identities across different systems.
|
|
4
|
-
*
|
|
5
|
-
* @category Models
|
|
6
|
-
* @title User
|
|
7
|
-
* @excerpt User identity mapping between bWell and client systems
|
|
8
|
-
*/
|
|
9
|
-
export type User = {
|
|
10
|
-
bwellFhirPersonId: string;
|
|
11
|
-
clientFhirPersonId: string;
|
|
12
|
-
};
|