@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,48 +0,0 @@
|
|
|
1
|
-
import type { Coding, GroupedHealthDataResponse, ResourceBundle } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Bundle containing encounter group data with paging information.
|
|
4
|
-
* Maps exactly to GraphQL GetEncountersGroupQueryResults structure.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title EncounterGroupBundle
|
|
8
|
-
* @excerpt Bundle containing encounter group data with paging information
|
|
9
|
-
*/
|
|
10
|
-
export type EncounterGroupBundle = ResourceBundle<EncounterGroup>;
|
|
11
|
-
/**
|
|
12
|
-
* Response for grouped encounter data with paging information.
|
|
13
|
-
*
|
|
14
|
-
* @category Models
|
|
15
|
-
* @title EncounterGroupsResponse
|
|
16
|
-
* @excerpt Response for grouped encounter data with paging information
|
|
17
|
-
*/
|
|
18
|
-
export type EncounterGroupsResponse = GroupedHealthDataResponse<EncounterGroup>;
|
|
19
|
-
/**
|
|
20
|
-
* Represents an encounter group with aggregated data.
|
|
21
|
-
* Maps exactly to GraphQL encounter group resource structure.
|
|
22
|
-
*
|
|
23
|
-
* @category Models
|
|
24
|
-
* @title EncounterGroup
|
|
25
|
-
* @excerpt Represents an encounter group with aggregated data
|
|
26
|
-
*/
|
|
27
|
-
export interface EncounterGroup {
|
|
28
|
-
/** Group identifier */
|
|
29
|
-
id: string;
|
|
30
|
-
/** Name of the group */
|
|
31
|
-
name: string;
|
|
32
|
-
/** Array of references in this group */
|
|
33
|
-
references: string[];
|
|
34
|
-
/** Participant information */
|
|
35
|
-
participant: string;
|
|
36
|
-
/** Date information */
|
|
37
|
-
date: string;
|
|
38
|
-
/** Source information */
|
|
39
|
-
source: string[];
|
|
40
|
-
/** Source display names */
|
|
41
|
-
sourceDisplay: string[];
|
|
42
|
-
/** Class information */
|
|
43
|
-
class: Coding;
|
|
44
|
-
/** Type information */
|
|
45
|
-
type: Coding;
|
|
46
|
-
/** Coding information */
|
|
47
|
-
coding: Coding;
|
|
48
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept, Coding, EntryBundle, HealthDataResponse, Identifier, Location, Meta, Narrative, Organization, Patient, Period, Practitioner, PractitionerRole, Reference, RelatedPerson } from "../common/index.js";
|
|
2
|
-
import { Condition } from "./index.js";
|
|
3
|
-
/**
|
|
4
|
-
* Represents an Encounter resource.
|
|
5
|
-
* @category Models
|
|
6
|
-
* @title Encounter
|
|
7
|
-
* @excerpt Represents an Encounter resource.
|
|
8
|
-
*/
|
|
9
|
-
export type Encounter = {
|
|
10
|
-
/** Resource type */
|
|
11
|
-
resourceType: string | null;
|
|
12
|
-
/** Logical id of the resource */
|
|
13
|
-
id: string;
|
|
14
|
-
/** Identifiers for this encounter */
|
|
15
|
-
identifier: (Identifier | null)[] | null;
|
|
16
|
-
/** Metadata about the resource */
|
|
17
|
-
meta: Meta | null;
|
|
18
|
-
/** Text summary of the resource, for human interpretation */
|
|
19
|
-
text: Narrative | null;
|
|
20
|
-
/** Encounter type(s) */
|
|
21
|
-
type: (CodeableConcept | null)[] | null;
|
|
22
|
-
/** Status of the encounter */
|
|
23
|
-
status: string | null;
|
|
24
|
-
/** The period during which the encounter occurred */
|
|
25
|
-
period: Period | null;
|
|
26
|
-
/** Reason codes for the encounter */
|
|
27
|
-
reasonCode: (CodeableConcept | null)[] | null;
|
|
28
|
-
/** Class of the encounter */
|
|
29
|
-
class: Coding | null;
|
|
30
|
-
/** Hospitalization details */
|
|
31
|
-
hospitalization: {
|
|
32
|
-
dischargeDisposition: CodeableConcept | null;
|
|
33
|
-
} | null;
|
|
34
|
-
/** Locations associated with the encounter */
|
|
35
|
-
location: (EncounterLocation | null)[] | null;
|
|
36
|
-
/** Participants in the encounter */
|
|
37
|
-
participant: (EncounterParticipant | null)[] | null;
|
|
38
|
-
/** Service provider organization */
|
|
39
|
-
serviceProvider: Reference<Organization> | null;
|
|
40
|
-
/** Subject of the encounter (a patient) */
|
|
41
|
-
subject: Reference<Patient> | null;
|
|
42
|
-
/** Reason reference (linked condition) */
|
|
43
|
-
reasonReference: (Reference<Condition> | null)[] | null;
|
|
44
|
-
};
|
|
45
|
-
type EncounterLocation = {
|
|
46
|
-
/** Reference to the location resource */
|
|
47
|
-
location: Reference<Location> | null;
|
|
48
|
-
/** Status of the location during the encounter (e.g., active, completed) */
|
|
49
|
-
status: string | null;
|
|
50
|
-
/** Physical type of the location (e.g., room, ward) */
|
|
51
|
-
physicalType: CodeableConcept | null;
|
|
52
|
-
/** The period of time the patient was at this location */
|
|
53
|
-
period: Period | null;
|
|
54
|
-
};
|
|
55
|
-
type EncounterParticipant = {
|
|
56
|
-
/** Reference to the individual participating in the encounter (Practitioner, PractitionerRole, or RelatedPerson) */
|
|
57
|
-
individual: Reference<PractitionerRole | RelatedPerson | Practitioner> | null;
|
|
58
|
-
/** Role(s) of the participant in the encounter (e.g., primary, consulting) */
|
|
59
|
-
type: (CodeableConcept | null)[] | null;
|
|
60
|
-
/** The period of time the participant was involved in the encounter */
|
|
61
|
-
period: Period | null;
|
|
62
|
-
};
|
|
63
|
-
/**
|
|
64
|
-
* Bundle of encounter results.
|
|
65
|
-
*
|
|
66
|
-
* @category Models
|
|
67
|
-
* @title EncounterBundle
|
|
68
|
-
* @excerpt Bundle of encounter results.
|
|
69
|
-
*/
|
|
70
|
-
export type EncounterBundle = EntryBundle<Encounter>;
|
|
71
|
-
/**
|
|
72
|
-
* Response for encounter search results with paging info.
|
|
73
|
-
*
|
|
74
|
-
* @category Models
|
|
75
|
-
* @title EncounterResponse
|
|
76
|
-
* @excerpt Response for encounter search results with paging info.
|
|
77
|
-
*/
|
|
78
|
-
export type EncounterResponse = HealthDataResponse<Encounter>;
|
|
79
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { HealthSummaryCategory } from "../../graphql/schema.js";
|
|
2
|
-
/**
|
|
3
|
-
* Represents a health summary with resource groups and counts.
|
|
4
|
-
* Maps directly to GraphQL GetHealthSummaryQueryResults structure.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title HealthSummary
|
|
8
|
-
* @excerpt Represents a health summary with resource groups and counts
|
|
9
|
-
*/
|
|
10
|
-
export type HealthSummary = {
|
|
11
|
-
/** Array of health resource categories with counts */
|
|
12
|
-
resources: {
|
|
13
|
-
/** The category of health resource */
|
|
14
|
-
category: HealthSummaryCategory | null;
|
|
15
|
-
/** Total count for this category */
|
|
16
|
-
total: number | null;
|
|
17
|
-
}[];
|
|
18
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import type { Coding, GroupedHealthDataResponse, ResourceBundle } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Bundle containing immunization group data with paging information.
|
|
4
|
-
* Maps exactly to GraphQL GetImmunizationGroupsQueryResults structure.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title ImmunizationGroupBundle
|
|
8
|
-
* @excerpt Bundle containing immunization group data with paging information
|
|
9
|
-
*/
|
|
10
|
-
export type ImmunizationGroupBundle = ResourceBundle<ImmunizationGroup>;
|
|
11
|
-
/**
|
|
12
|
-
* Response for grouped immunization data with paging information.
|
|
13
|
-
*
|
|
14
|
-
* @category Models
|
|
15
|
-
* @title ImmunizationGroupsResponse
|
|
16
|
-
* @excerpt Response for grouped immunization data with paging information
|
|
17
|
-
*/
|
|
18
|
-
export type ImmunizationGroupsResponse = GroupedHealthDataResponse<ImmunizationGroup>;
|
|
19
|
-
/**
|
|
20
|
-
* Represents an immunization group resource matching GraphQL structure.
|
|
21
|
-
*
|
|
22
|
-
* @category Models
|
|
23
|
-
* @title ImmunizationGroup
|
|
24
|
-
* @excerpt Represents an immunization group resource matching GraphQL structure
|
|
25
|
-
*/
|
|
26
|
-
export interface ImmunizationGroup {
|
|
27
|
-
/** Resource identifier */
|
|
28
|
-
id: string;
|
|
29
|
-
/** Group name */
|
|
30
|
-
name: string;
|
|
31
|
-
/** References to underlying resources */
|
|
32
|
-
references: string[];
|
|
33
|
-
/** Occurrence date time */
|
|
34
|
-
occurrenceDateTime: string;
|
|
35
|
-
/** Source information */
|
|
36
|
-
source: string[];
|
|
37
|
-
/** Source display names */
|
|
38
|
-
sourceDisplay: string[];
|
|
39
|
-
/** Coding information */
|
|
40
|
-
coding: Coding;
|
|
41
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept, EntryBundle, HealthDataResponse, HumanName, Identifier, Location, Meta, Narrative, Organization, Quantity, Reference } from "../common/index.js";
|
|
2
|
-
import { Encounter, Observation } from "./index.js";
|
|
3
|
-
/**
|
|
4
|
-
* Represents an immunization resource matching GraphQL structure.
|
|
5
|
-
* Based on FHIR Immunization resource with GraphQL-compatible structure.
|
|
6
|
-
*
|
|
7
|
-
* @category Models
|
|
8
|
-
* @title Immunization
|
|
9
|
-
* @excerpt Represents an immunization resource
|
|
10
|
-
*/
|
|
11
|
-
export type Immunization = {
|
|
12
|
-
/** A set of rules under which this content was created */
|
|
13
|
-
resourceType: string | null;
|
|
14
|
-
/** Logical id of this artifact */
|
|
15
|
-
id: string;
|
|
16
|
-
/** Business identifiers for this immunization */
|
|
17
|
-
identifier: (Identifier | null)[] | null;
|
|
18
|
-
/** Metadata about the resource */
|
|
19
|
-
meta: Meta | null;
|
|
20
|
-
/** Text summary of the resource, for human interpretation */
|
|
21
|
-
text: Narrative | null;
|
|
22
|
-
/** Status of the immunization event */
|
|
23
|
-
status: string | null;
|
|
24
|
-
/** Expiration date of vaccine */
|
|
25
|
-
expirationDate: string | null;
|
|
26
|
-
/** Report origin */
|
|
27
|
-
reportOrigin: CodeableConcept | null;
|
|
28
|
-
/** Vaccine administered */
|
|
29
|
-
vaccineCode: CodeableConcept | null;
|
|
30
|
-
/** Reason for the current status */
|
|
31
|
-
statusReason: CodeableConcept | null;
|
|
32
|
-
/** Date vaccine administered */
|
|
33
|
-
occurrenceDateTime: string | null;
|
|
34
|
-
/** Whether the record is from the primary source */
|
|
35
|
-
primarySource: boolean | null;
|
|
36
|
-
/** Dose quantity administered */
|
|
37
|
-
doseQuantity: Quantity | null;
|
|
38
|
-
/** Reactions following immunization */
|
|
39
|
-
reaction: (ImmunizationReaction | null)[] | null;
|
|
40
|
-
/** Protocols applied */
|
|
41
|
-
protocolApplied: (ImmunizationProtocolApplied | null)[] | null;
|
|
42
|
-
/** Manufacturer organization */
|
|
43
|
-
manufacturer: Reference<Organization> | null;
|
|
44
|
-
/** Lot number of vaccine */
|
|
45
|
-
lotNumber: string | null;
|
|
46
|
-
/** Body site of administration */
|
|
47
|
-
site: CodeableConcept | null;
|
|
48
|
-
/** Route of administration */
|
|
49
|
-
route: CodeableConcept | null;
|
|
50
|
-
/** Performer(s) of the immunization */
|
|
51
|
-
performer: (ImmunizationPerformer | null)[] | null;
|
|
52
|
-
/** Location where immunization was given */
|
|
53
|
-
location: Reference<Location> | null;
|
|
54
|
-
/** Reason codes for immunization */
|
|
55
|
-
reasonCode: (CodeableConcept | null)[] | null;
|
|
56
|
-
/** The visit or admission or other contact between patient and health care provider the immunization was performed as part of. */
|
|
57
|
-
encounter: Reference<Encounter> | null;
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* Represents a reaction that occurred as a result of an immunization.
|
|
61
|
-
*
|
|
62
|
-
* @category Models
|
|
63
|
-
* @type ImmunizationReaction
|
|
64
|
-
* @excerpt Immunization Reaction
|
|
65
|
-
*/
|
|
66
|
-
type ImmunizationReaction = {
|
|
67
|
-
/** Date(/time) when the reaction occurred. */
|
|
68
|
-
date: string | null;
|
|
69
|
-
/** Indicates if the reaction was reported. */
|
|
70
|
-
reported: boolean | null;
|
|
71
|
-
/** Reference to the detailed observation of the reaction. */
|
|
72
|
-
detail: Reference<Observation> | null;
|
|
73
|
-
};
|
|
74
|
-
/**
|
|
75
|
-
* Represents a protocol applied during immunization.
|
|
76
|
-
*
|
|
77
|
-
* @category Models
|
|
78
|
-
* @type ImmunizationProtocolApplied
|
|
79
|
-
* @excerpt Immunization Protocol Applied
|
|
80
|
-
*/
|
|
81
|
-
type ImmunizationProtocolApplied = {
|
|
82
|
-
/** Dose number as a string, if available. */
|
|
83
|
-
doseNumberString: string | null;
|
|
84
|
-
/** Dose number as a positive integer, if available. */
|
|
85
|
-
doseNumberPositiveInt: number | null;
|
|
86
|
-
};
|
|
87
|
-
/**
|
|
88
|
-
* Represents a performer of the immunization event.
|
|
89
|
-
*
|
|
90
|
-
* @category Models
|
|
91
|
-
* @type ImmunizationPerformer
|
|
92
|
-
* @excerpt Immunization Performer
|
|
93
|
-
*/
|
|
94
|
-
type ImmunizationPerformer = {
|
|
95
|
-
/** Reference to the actor (practitioner or organization) who performed the immunization. */
|
|
96
|
-
actor: Reference<ImmunizationPerformerActor> | null;
|
|
97
|
-
};
|
|
98
|
-
/**
|
|
99
|
-
* Represents the actor who performed the immunization, which can be a practitioner or an organization.
|
|
100
|
-
*
|
|
101
|
-
* @category Models
|
|
102
|
-
* @type ImmunizationPerformerActor
|
|
103
|
-
* @excerpt Immunization Performer Actor
|
|
104
|
-
*/
|
|
105
|
-
type ImmunizationPerformerActor = ImmunizationPerformerPractitioner | ImmunizationPerformerOrganization;
|
|
106
|
-
/**
|
|
107
|
-
* Represents a practitioner who performed an immunization.
|
|
108
|
-
*
|
|
109
|
-
* @category Models
|
|
110
|
-
* @type ImmunizationPerformerPractitioner
|
|
111
|
-
* @excerpt Immunization Performer Practitioner
|
|
112
|
-
*/
|
|
113
|
-
type ImmunizationPerformerPractitioner = {
|
|
114
|
-
__typename: "Practitioner";
|
|
115
|
-
identifier: (Identifier | null)[] | null;
|
|
116
|
-
name: (HumanName | null)[] | null;
|
|
117
|
-
};
|
|
118
|
-
/**
|
|
119
|
-
* Represents an organization that performed an immunization.
|
|
120
|
-
*
|
|
121
|
-
* @category Models
|
|
122
|
-
* @type ImmunizationPerformerOrganization
|
|
123
|
-
* @excerpt Immunization Performer Organization
|
|
124
|
-
*/
|
|
125
|
-
type ImmunizationPerformerOrganization = {
|
|
126
|
-
/** The GraphQL typename for the organization. */
|
|
127
|
-
__typename: "Organization";
|
|
128
|
-
/** A list of identifiers associated with the organization, or null if none. */
|
|
129
|
-
identifier: (Identifier | null)[] | null;
|
|
130
|
-
/** The name of the organization, or null if not available. */
|
|
131
|
-
organizationName: string | null;
|
|
132
|
-
};
|
|
133
|
-
/**
|
|
134
|
-
* Bundle of immunization search results.
|
|
135
|
-
* Contains multiple immunization entries from search operations.
|
|
136
|
-
*
|
|
137
|
-
* @category Models
|
|
138
|
-
* @title ImmunizationBundle
|
|
139
|
-
* @excerpt Bundle of immunization search results
|
|
140
|
-
*/
|
|
141
|
-
export type ImmunizationBundle = EntryBundle<Immunization>;
|
|
142
|
-
/**
|
|
143
|
-
* Response for immunization search results with paging info.
|
|
144
|
-
*
|
|
145
|
-
* @category Models
|
|
146
|
-
* @title ImmunizationResponse
|
|
147
|
-
* @excerpt Response for immunization search results with paging info.
|
|
148
|
-
*/
|
|
149
|
-
export type ImmunizationResponse = HealthDataResponse<Immunization>;
|
|
150
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export type { HealthSummary } from "./health-summary.js";
|
|
2
|
-
export type { AllergyIntoleranceGroupBundle, AllergyIntoleranceGroup, AllergyIntoleranceGroupsResponse, } from "./allergy-intolerance-group.js";
|
|
3
|
-
export type { AllergyIntoleranceBundle } from "./allergy-intolerance-bundle.js";
|
|
4
|
-
export type { AllergyIntoleranceReaction } from "./allergy-intolerance-reaction.js";
|
|
5
|
-
export type { AllergyIntolerance, AllergyIntoleranceResponse, } from "./allergy-intolerance.js";
|
|
6
|
-
export type { ConditionGroupBundle, ConditionGroup, ConditionGroupsResponse, } from "./condition-group.js";
|
|
7
|
-
export type { LabGroupBundle, LabGroup, LabGroupsResponse, } from "./lab-group.js";
|
|
8
|
-
export type { CarePlanGroupBundle, CarePlanGroup, CarePlanGroupsResponse, } from "./care-plan-group.js";
|
|
9
|
-
export type { EncounterGroupBundle, EncounterGroup, EncounterGroupsResponse, } from "./encounter-group.js";
|
|
10
|
-
export type { ImmunizationGroupBundle, ImmunizationGroup, ImmunizationGroupsResponse, } from "./immunization-group.js";
|
|
11
|
-
export type { ProcedureGroupBundle, ProcedureGroup, ProcedureGroupsResponse, } from "./procedure-group.js";
|
|
12
|
-
export type { VitalSignGroupBundle, VitalSignGroup, VitalSignGroupsResponse, } from "./vital-sign-group.js";
|
|
13
|
-
export type { MedicationGroupBundle, MedicationGroup, MedicationGroupsResponse, } from "./medication-group.js";
|
|
14
|
-
export type { DiagnosticReportLabGroupBundle, DiagnosticReportLabGroup, DiagnosticReportLabGroupsResponse, } from "./diagnostic-report-lab-group.js";
|
|
15
|
-
export type { CarePlanBundle, CarePlan, CarePlanResponse, } from "./care-plan.js";
|
|
16
|
-
export { ImmunizationBundle, Immunization, ImmunizationResponse, } from "./immunization.js";
|
|
17
|
-
export { Observation } from "./observation.js";
|
|
18
|
-
export { ConditionBundle, Condition, ConditionResponse } from "./condition.js";
|
|
19
|
-
export { ProcedureBundle, Procedure, ProcedureResponse } from "./procedure.js";
|
|
20
|
-
export { VitalSignBundle, VitalSignResponse } from "./vital-sign-bundle.js";
|
|
21
|
-
export { LabBundle, LabResponse } from "./lab-bundle.js";
|
|
22
|
-
export { CareTeamBundle, CareTeam, CareTeamResponse, CareTeamParticipantMember, CareTeamParticipantMemberOrganization, } from "./care-team.js";
|
|
23
|
-
export { EncounterBundle, Encounter, EncounterResponse } from "./encounter.js";
|
|
24
|
-
export { MedicationDispenseBundle, MedicationDispense, MedicationDispenseResponse, } from "./medication-dispense.js";
|
|
25
|
-
export { MedicationRequestBundle, MedicationRequest, MedicationRequestResponse, } from "./medication-request.js";
|
|
26
|
-
export type { MedicationStatementBundle, MedicationStatement, MedicationStatementResponse, } from "./medication-statement.js";
|
|
27
|
-
export { DiagnosticReportBundle, DiagnosticReport, DiagnosticReportResponse, } from "./diagnostic-report.js";
|
|
28
|
-
export { MedicationKnowledgeResponse, MedicationKnowledge, MedicationKnowledgeResourceBundle, } from "./medication-knowledge.js";
|
|
29
|
-
export { LabKnowledgeResponse, LabKnowledge, LabKnowledgeResourceBundle, } from "./lab-knowledge.js";
|
|
30
|
-
export { MedicationPricing, MedicationPricingResponse, } from "./medication-pricing.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EntryBundle, HealthDataResponse, IdentifiedResourceEntry } from "../common/bundle.js";
|
|
2
|
-
import { Observation } from "../index.js";
|
|
3
|
-
/**
|
|
4
|
-
* Entry in a lab bundle with observation resource and metadata.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title LabEntry
|
|
8
|
-
* @excerpt Entry in a lab bundle
|
|
9
|
-
*/
|
|
10
|
-
export type LabEntry = IdentifiedResourceEntry<Observation>;
|
|
11
|
-
/**
|
|
12
|
-
* Bundle of lab search results.
|
|
13
|
-
*
|
|
14
|
-
* @category Models
|
|
15
|
-
* @title LabBundle
|
|
16
|
-
* @excerpt Bundle of lab search results
|
|
17
|
-
*/
|
|
18
|
-
export type LabBundle = EntryBundle<Observation>;
|
|
19
|
-
/**
|
|
20
|
-
* Response for lab search results with paging info.
|
|
21
|
-
*
|
|
22
|
-
* @category Models
|
|
23
|
-
* @title LabResponse
|
|
24
|
-
* @excerpt Response for lab search results with paging info.
|
|
25
|
-
*/
|
|
26
|
-
export type LabResponse = HealthDataResponse<Observation>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept, Coding, Component, Extension, GroupedHealthDataResponse, ReferenceRange, ResourceBundle } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Bundle containing lab group data with paging information.
|
|
4
|
-
* Maps exactly to GraphQL GetLabGroupsQueryResults structure.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title LabGroupBundle
|
|
8
|
-
* @excerpt Bundle containing lab group data with paging information
|
|
9
|
-
*/
|
|
10
|
-
export type LabGroupBundle = ResourceBundle<LabGroup>;
|
|
11
|
-
/**
|
|
12
|
-
* Response for grouped lab data with paging information.
|
|
13
|
-
*
|
|
14
|
-
* @category Models
|
|
15
|
-
* @title LabGroupsResponse
|
|
16
|
-
* @excerpt Response for grouped lab data with paging information
|
|
17
|
-
*/
|
|
18
|
-
export type LabGroupsResponse = GroupedHealthDataResponse<LabGroup>;
|
|
19
|
-
/**
|
|
20
|
-
* Represents a lab group resource matching GraphQL structure.
|
|
21
|
-
*
|
|
22
|
-
* @category Models
|
|
23
|
-
* @title LabGroup
|
|
24
|
-
* @excerpt Represents a lab group resource matching GraphQL structure
|
|
25
|
-
*/
|
|
26
|
-
export interface LabGroup {
|
|
27
|
-
/** Resource identifier */
|
|
28
|
-
id: string;
|
|
29
|
-
/** Group name */
|
|
30
|
-
name: string;
|
|
31
|
-
/** Source information */
|
|
32
|
-
source: string[];
|
|
33
|
-
/** Source display names */
|
|
34
|
-
sourceDisplay: string[];
|
|
35
|
-
/** Effective date time */
|
|
36
|
-
effectiveDateTime: string;
|
|
37
|
-
/** References to underlying resources */
|
|
38
|
-
references: string[];
|
|
39
|
-
/** Category information */
|
|
40
|
-
category: CodeableConcept[];
|
|
41
|
-
/** Coding information */
|
|
42
|
-
coding: Coding;
|
|
43
|
-
/** Reference range */
|
|
44
|
-
referenceRange: ReferenceRange[];
|
|
45
|
-
/** Value information */
|
|
46
|
-
value: Extension;
|
|
47
|
-
/** Interpretation information */
|
|
48
|
-
interpretation: CodeableConcept[];
|
|
49
|
-
/** Component information */
|
|
50
|
-
component: Component[];
|
|
51
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { GroupedHealthDataResponse, ResourceBundle } from "../index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Lab knowledge resource.
|
|
4
|
-
*
|
|
5
|
-
* @category Models
|
|
6
|
-
* @title LabKnowledge
|
|
7
|
-
* @excerpt Lab knowledge resource containing content information about a lab.
|
|
8
|
-
*/
|
|
9
|
-
export type LabKnowledge = {
|
|
10
|
-
/** Detailed information about the lab */
|
|
11
|
-
content: string;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* Bundle containing lab knowledge resources with paging information.
|
|
15
|
-
*
|
|
16
|
-
* @category Models
|
|
17
|
-
* @title LabKnowledgeResourceBundle
|
|
18
|
-
* @excerpt Bundle containing lab knowledge resources with paging information
|
|
19
|
-
*/
|
|
20
|
-
export type LabKnowledgeResourceBundle = ResourceBundle<LabKnowledge>;
|
|
21
|
-
/**
|
|
22
|
-
* Response type for lab knowledge.
|
|
23
|
-
*
|
|
24
|
-
* @category Models
|
|
25
|
-
* @title LabKnowledgeResponse
|
|
26
|
-
* @excerpt Response type for lab knowledge.
|
|
27
|
-
*/
|
|
28
|
-
export type LabKnowledgeResponse = GroupedHealthDataResponse<LabKnowledge>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import type { CodeableConcept, Dosage, EntryBundle, HealthDataResponse, Identifier, Location, Medication, Meta, Patient, Practitioner, PractitionerRole, Quantity, Reference } from "../common/index.js";
|
|
2
|
-
import { Encounter } from "./index.js";
|
|
3
|
-
/**
|
|
4
|
-
* Represents a MedicationDispense performer actor.
|
|
5
|
-
*/
|
|
6
|
-
export type MedicationDispensePerformerActor = Practitioner | PractitionerRole;
|
|
7
|
-
/**
|
|
8
|
-
* Represents a medication dispense resource.
|
|
9
|
-
*
|
|
10
|
-
* @category Models
|
|
11
|
-
* @title MedicationDispense
|
|
12
|
-
* @excerpt Represents a medication dispense resource.
|
|
13
|
-
*/
|
|
14
|
-
export type MedicationDispense = {
|
|
15
|
-
/** Resource type */
|
|
16
|
-
resourceType: string | null;
|
|
17
|
-
/**
|
|
18
|
-
* The logical id of the resource.
|
|
19
|
-
*/
|
|
20
|
-
id: string;
|
|
21
|
-
/** Identifiers for this medication dispense */
|
|
22
|
-
identifier: (Identifier | null)[] | null;
|
|
23
|
-
/**
|
|
24
|
-
* The metadata about the resource.
|
|
25
|
-
*/
|
|
26
|
-
meta: Meta | null;
|
|
27
|
-
/**
|
|
28
|
-
* A code specifying the state of the dispense event.
|
|
29
|
-
*/
|
|
30
|
-
status: string | null;
|
|
31
|
-
/**
|
|
32
|
-
* Indicates the type of medication dispense (for example, where the medication is expected to be consumed or administered)
|
|
33
|
-
*/
|
|
34
|
-
category: CodeableConcept | null;
|
|
35
|
-
/**
|
|
36
|
-
* Identifies the medication being administered.
|
|
37
|
-
*/
|
|
38
|
-
medicationCodeableConcept: CodeableConcept | null;
|
|
39
|
-
/**
|
|
40
|
-
* Identifies the medication being administered.
|
|
41
|
-
*/
|
|
42
|
-
medicationReference: Reference<Medication> | null;
|
|
43
|
-
/**
|
|
44
|
-
* A link to a resource representing the person or the group to whom the medication will be given.
|
|
45
|
-
*/
|
|
46
|
-
subject: Reference<Patient> | null;
|
|
47
|
-
/**
|
|
48
|
-
* The encounter or episode of care that establishes the context for this event.
|
|
49
|
-
*/
|
|
50
|
-
context: Reference<Encounter> | null;
|
|
51
|
-
/**
|
|
52
|
-
* Indicates who or what performed the event. (TODO)
|
|
53
|
-
*/
|
|
54
|
-
performer: {
|
|
55
|
-
/**
|
|
56
|
-
* The device, practitioner, etc. that performed the action.
|
|
57
|
-
*/
|
|
58
|
-
actor: Reference<MedicationDispensePerformerActor> | null;
|
|
59
|
-
}[] | null;
|
|
60
|
-
/**
|
|
61
|
-
* The number of days supply of medication.
|
|
62
|
-
*/
|
|
63
|
-
daysSupply: Quantity | null;
|
|
64
|
-
/**
|
|
65
|
-
* The amount of medication that has been dispensed. Includes unit of measure.
|
|
66
|
-
*/
|
|
67
|
-
quantity: Quantity | null;
|
|
68
|
-
/**
|
|
69
|
-
* The time when the dispensed product was packaged and reviewed.
|
|
70
|
-
*/
|
|
71
|
-
whenPrepared: string | null;
|
|
72
|
-
/**
|
|
73
|
-
* The time the dispensed product was provided to the patient or their representative.
|
|
74
|
-
*/
|
|
75
|
-
whenHandedOver: string | null;
|
|
76
|
-
/**
|
|
77
|
-
* Indicates how the medication is to be used by the patient.
|
|
78
|
-
*/
|
|
79
|
-
dosageInstruction: (Dosage | null)[] | null;
|
|
80
|
-
/**
|
|
81
|
-
* Indicates the type of dispensing event that is performed. For example, Trial Fill, Completion of Trial, Partial Fill, Emergency Fill, Samples, etc.
|
|
82
|
-
*/
|
|
83
|
-
type: CodeableConcept | null;
|
|
84
|
-
/**
|
|
85
|
-
* The principal physical location where the dispense was performed.
|
|
86
|
-
*/
|
|
87
|
-
location: Reference<Location> | null;
|
|
88
|
-
/**
|
|
89
|
-
* Indicates the medication order that is being dispensed against.
|
|
90
|
-
*/
|
|
91
|
-
authorizingPrescription: (Reference | null)[] | null;
|
|
92
|
-
};
|
|
93
|
-
/**
|
|
94
|
-
* Bundle of medication dispense results.
|
|
95
|
-
*
|
|
96
|
-
* @category Models
|
|
97
|
-
* @title MedicationDispenseBundle
|
|
98
|
-
* @excerpt Bundle of medication dispense results.
|
|
99
|
-
*/
|
|
100
|
-
export type MedicationDispenseBundle = EntryBundle<MedicationDispense>;
|
|
101
|
-
/**
|
|
102
|
-
* Response for medication dispense search results with paging info.
|
|
103
|
-
*
|
|
104
|
-
* @category Models
|
|
105
|
-
* @title MedicationDispenseResponse
|
|
106
|
-
* @excerpt Response for medication dispense search results with paging info.
|
|
107
|
-
*/
|
|
108
|
-
export type MedicationDispenseResponse = HealthDataResponse<MedicationDispense>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import type { Coding, GroupedHealthDataResponse, ResourceBundle } from "../common/index.js";
|
|
2
|
-
/**
|
|
3
|
-
* Bundle containing medication group data with paging information.
|
|
4
|
-
* Maps exactly to GraphQL GetMedicationGroupsQueryResults structure.
|
|
5
|
-
*
|
|
6
|
-
* @category Models
|
|
7
|
-
* @title MedicationGroupBundle
|
|
8
|
-
* @excerpt Bundle containing medication group data with paging information
|
|
9
|
-
*/
|
|
10
|
-
export type MedicationGroupBundle = ResourceBundle<MedicationGroup>;
|
|
11
|
-
/**
|
|
12
|
-
* Response for grouped medication data with paging information.
|
|
13
|
-
*
|
|
14
|
-
* @category Models
|
|
15
|
-
* @title MedicationGroupsResponse
|
|
16
|
-
* @excerpt Response for grouped medication data with paging information
|
|
17
|
-
*/
|
|
18
|
-
export type MedicationGroupsResponse = GroupedHealthDataResponse<MedicationGroup>;
|
|
19
|
-
/**
|
|
20
|
-
* Represents a medication group resource matching GraphQL structure.
|
|
21
|
-
*
|
|
22
|
-
* @category Models
|
|
23
|
-
* @title MedicationGroup
|
|
24
|
-
* @excerpt Represents a medication group resource matching GraphQL structure
|
|
25
|
-
*/
|
|
26
|
-
export interface MedicationGroup {
|
|
27
|
-
/** Resource identifier */
|
|
28
|
-
id: string;
|
|
29
|
-
/** Group name */
|
|
30
|
-
name: string;
|
|
31
|
-
/** Source information */
|
|
32
|
-
source: string[];
|
|
33
|
-
/** Source display names */
|
|
34
|
-
sourceDisplay: string[];
|
|
35
|
-
/** References to underlying resources */
|
|
36
|
-
references: string[];
|
|
37
|
-
/** Authored on date */
|
|
38
|
-
authoredOn: string;
|
|
39
|
-
/** Coding information */
|
|
40
|
-
coding: Coding;
|
|
41
|
-
/** Status information */
|
|
42
|
-
status: Coding;
|
|
43
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|