gdc-common-utils-ts 2.9.13 → 2.9.15
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/dist/AesManager.d.ts +1 -1
- package/dist/CryptographyService.d.ts +6 -6
- package/dist/claims/index.d.ts +24 -24
- package/dist/constants/cryptography.d.ts +1 -1
- package/dist/constants/healthcare.d.ts +3 -3
- package/dist/constants/identity-identifiers.d.ts +3 -1
- package/dist/constants/identity-identifiers.js +3 -1
- package/dist/constants/index.d.ts +40 -40
- package/dist/constants/individual-sections.d.ts +12 -12
- package/dist/constants/kyc-gender.d.ts +1 -1
- package/dist/constants/schemaorg.d.ts +1 -1
- package/dist/constants/vital-signs.d.ts +2 -2
- package/dist/convert/convert-allergy-intolerance.d.ts +1 -1
- package/dist/convert/convert-appointment-response.d.ts +1 -1
- package/dist/convert/convert-appointment.d.ts +1 -1
- package/dist/convert/convert-care-plan.d.ts +1 -1
- package/dist/convert/convert-clinical-impression.d.ts +1 -1
- package/dist/convert/convert-composition.d.ts +1 -1
- package/dist/convert/convert-condition.d.ts +1 -1
- package/dist/convert/convert-consent.d.ts +1 -1
- package/dist/convert/convert-coverage.d.ts +1 -1
- package/dist/convert/convert-device-use-statement.d.ts +1 -1
- package/dist/convert/convert-device.d.ts +1 -1
- package/dist/convert/convert-diagnostic-report.d.ts +1 -1
- package/dist/convert/convert-document-reference.d.ts +1 -1
- package/dist/convert/convert-encounter.d.ts +1 -1
- package/dist/convert/convert-flag.d.ts +1 -1
- package/dist/convert/convert-immunization.d.ts +1 -1
- package/dist/convert/convert-location.d.ts +1 -1
- package/dist/convert/convert-medication-statement.d.ts +1 -1
- package/dist/convert/convert-observation.d.ts +1 -1
- package/dist/convert/convert-organization.d.ts +1 -1
- package/dist/convert/convert-practitioner-role.d.ts +1 -1
- package/dist/convert/convert-procedure.d.ts +1 -1
- package/dist/convert/convert-related-person.d.ts +1 -1
- package/dist/convert/convert-shared.js +1 -1
- package/dist/convert/index.d.ts +25 -25
- package/dist/convert/schemaorg-to-gaia-x.d.ts +3 -3
- package/dist/examples/api-flow-examples.d.ts +8 -8
- package/dist/examples/communication-attached-bundle-session.d.ts +2 -2
- package/dist/examples/communication-bundle-document-request.d.ts +1 -1
- package/dist/examples/communication-didcomm-payload.d.ts +1 -1
- package/dist/examples/consent-access.d.ts +2 -2
- package/dist/examples/contract-examples.d.ts +9 -9
- package/dist/examples/dataspace-discovery.d.ts +1 -1
- package/dist/examples/didcomm-identity.d.ts +1 -1
- package/dist/examples/ica-verify-response.d.ts +1 -1
- package/dist/examples/index.d.ts +35 -35
- package/dist/examples/individual-controller.d.ts +1 -1
- package/dist/examples/inter-tenant-access-contract.d.ts +1 -1
- package/dist/examples/invoice.d.ts +2 -2
- package/dist/examples/ips-bundle.d.ts +2 -2
- package/dist/examples/legal-organization-verification-transaction.d.ts +1 -1
- package/dist/examples/lifecycle.d.ts +4 -4
- package/dist/examples/organization-did-binding.d.ts +1 -1
- package/dist/examples/organization-role-license.d.ts +3 -3
- package/dist/examples/related-person.d.ts +6 -6
- package/dist/examples/relationship-access.d.ts +1 -1
- package/dist/examples/shared.d.ts +4 -2
- package/dist/examples/shared.js +3 -1
- package/dist/examples/subject-identity-binding.d.ts +1 -1
- package/dist/examples/vital-signs.d.ts +2 -2
- package/dist/index.d.ts +13 -13
- package/dist/interfaces/ICryptography.d.ts +4 -4
- package/dist/interfaces/IProfileOutboxRepository.d.ts +1 -1
- package/dist/interfaces/IWallet.d.ts +2 -2
- package/dist/interfaces/IWalletQueue.d.ts +1 -1
- package/dist/interfaces/index.d.ts +8 -8
- package/dist/models/actor-session.d.ts +1 -1
- package/dist/models/bundle-editor-types.d.ts +22 -22
- package/dist/models/bundle.d.ts +1 -1
- package/dist/models/clinical-sections.d.ts +1 -1
- package/dist/models/comm.d.ts +1 -1
- package/dist/models/communication-attached-bundle-session.d.ts +2 -2
- package/dist/models/confidential-job.d.ts +3 -3
- package/dist/models/confidential-message.d.ts +3 -3
- package/dist/models/confidential-storage.d.ts +1 -1
- package/dist/models/crypto.d.ts +1 -1
- package/dist/models/dataspace-discovery-defaults.d.ts +2 -2
- package/dist/models/device-license.d.ts +1 -1
- package/dist/models/did.d.ts +5 -5
- package/dist/models/gaia-x.d.ts +2 -2
- package/dist/models/identity-bootstrap.d.ts +4 -4
- package/dist/models/index.d.ts +62 -62
- package/dist/models/indexing.d.ts +2 -2
- package/dist/models/individual-onboarding.d.ts +5 -5
- package/dist/models/interoperable-claims/allergy-intolerance-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/care-plan-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/clinical-impression-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/condition-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/coverage-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/device-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/device-use-statement-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/diagnostic-report-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/document-reference-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/encounter-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/flag-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/immunization-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/index.d.ts +27 -27
- package/dist/models/interoperable-claims/invoice-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/location-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/medication-statement-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/observation-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/organization-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/practitioner-role-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/procedure-claims.d.ts +1 -1
- package/dist/models/interoperable-claims/related-person-claims.d.ts +1 -1
- package/dist/models/interoperable-claims.d.ts +1 -1
- package/dist/models/jsonapi.d.ts +1 -1
- package/dist/models/jwe.d.ts +1 -1
- package/dist/models/jws.d.ts +1 -1
- package/dist/models/jwt.d.ts +1 -1
- package/dist/models/oidc4ida.document.model.d.ts +2 -2
- package/dist/models/oidc4ida.electronicRecord.model.d.ts +1 -1
- package/dist/models/oidc4ida.evidence.model.d.ts +2 -2
- package/dist/models/openid-device.d.ts +1 -1
- package/dist/models/operation-outcome.d.ts +1 -1
- package/dist/models/organization-employee-lifecycle.d.ts +2 -2
- package/dist/models/organization-role-license.d.ts +1 -1
- package/dist/models/profile-manager.d.ts +1 -1
- package/dist/models/response.d.ts +1 -1
- package/dist/models/subject-identity.d.ts +1 -1
- package/dist/models/verifiable-credential.d.ts +1 -1
- package/dist/models/wallet.d.ts +1 -1
- package/dist/storage/IVaultRepository.d.ts +1 -1
- package/dist/storage/VaultMemRepository.d.ts +2 -2
- package/dist/storage/index.d.ts +3 -3
- package/dist/utils/activation-request.d.ts +2 -2
- package/dist/utils/allergy-intolerance-entry-editor.d.ts +8 -3
- package/dist/utils/allergy-intolerance-entry-editor.js +7 -4
- package/dist/utils/authority-resolution.d.ts +1 -1
- package/dist/utils/backend-message-manager-mem.d.ts +4 -4
- package/dist/utils/bundle-didcomm-payload.d.ts +1 -1
- package/dist/utils/bundle-document-builder.d.ts +1 -1
- package/dist/utils/bundle-editor-core.d.ts +5 -5
- package/dist/utils/bundle-editor-helpers.d.ts +2 -2
- package/dist/utils/bundle-editor-registry.d.ts +2 -2
- package/dist/utils/bundle-editor.d.ts +23 -23
- package/dist/utils/bundle-entry-editor.d.ts +34 -22
- package/dist/utils/bundle-entry-editor.js +57 -0
- package/dist/utils/bundle-reader.d.ts +2 -2
- package/dist/utils/bundle-reader.js +7 -1
- package/dist/utils/care-plan-entry-editor.d.ts +22 -1
- package/dist/utils/care-plan-entry-editor.js +20 -3
- package/dist/utils/clinical-impression-entry-editor.d.ts +8 -1
- package/dist/utils/clinical-impression-entry-editor.js +6 -0
- package/dist/utils/clinical-resource-converters.d.ts +49 -49
- package/dist/utils/clinical-resource-entry-editor.d.ts +2 -2
- package/dist/utils/communication-attached-bundle-session-helpers.d.ts +3 -3
- package/dist/utils/communication-attached-bundle-session.d.ts +6 -6
- package/dist/utils/communication-bundle-document-request.d.ts +3 -3
- package/dist/utils/communication-consent-access-editor.d.ts +5 -5
- package/dist/utils/communication-didcomm-payload.d.ts +1 -1
- package/dist/utils/communication-document-reference.d.ts +1 -1
- package/dist/utils/communication-editor.d.ts +6 -6
- package/dist/utils/communication-fhir-r4.d.ts +1 -1
- package/dist/utils/communication-identity.d.ts +5 -5
- package/dist/utils/communication-participant-search-test-data.d.ts +1 -1
- package/dist/utils/condition-entry-editor.d.ts +18 -1
- package/dist/utils/condition-entry-editor.js +24 -6
- package/dist/utils/confidential-storage-persistence.d.ts +1 -1
- package/dist/utils/confidential-storage-test-data.d.ts +1 -1
- package/dist/utils/connected-device-fhir-r4.d.ts +1 -1
- package/dist/utils/consent-entry-editor.d.ts +2 -2
- package/dist/utils/content.d.ts +4 -4
- package/dist/utils/coverage-entry-editor.d.ts +13 -1
- package/dist/utils/coverage-entry-editor.js +14 -6
- package/dist/utils/dataspace-discovery-defaults.d.ts +2 -2
- package/dist/utils/dataspace-discovery.d.ts +1 -1
- package/dist/utils/dataspace-protocol.d.ts +2 -2
- package/dist/utils/deterministic-jwk.d.ts +1 -1
- package/dist/utils/device-entry-editor.d.ts +7 -1
- package/dist/utils/device-entry-editor.js +7 -3
- package/dist/utils/device-use-statement-entry-editor.d.ts +6 -1
- package/dist/utils/device-use-statement-entry-editor.js +6 -3
- package/dist/utils/diagnostic-report-entry-editor.d.ts +12 -1
- package/dist/utils/diagnostic-report-entry-editor.js +15 -8
- package/dist/utils/did-resolution.d.ts +2 -2
- package/dist/utils/did-resolution.js +5 -3
- package/dist/utils/did.d.ts +5 -5
- package/dist/utils/did.js +4 -4
- package/dist/utils/didcomm-submit.d.ts +1 -1
- package/dist/utils/didcomm.d.ts +2 -2
- package/dist/utils/discovery-normalization.d.ts +1 -1
- package/dist/utils/document-reference-entry-editor.d.ts +13 -1
- package/dist/utils/document-reference-entry-editor.js +14 -6
- package/dist/utils/employee-entry-editor.d.ts +1 -1
- package/dist/utils/employee.d.ts +1 -1
- package/dist/utils/encounter-entry-editor.d.ts +18 -1
- package/dist/utils/encounter-entry-editor.js +20 -9
- package/dist/utils/fhir-search.d.ts +1 -1
- package/dist/utils/fhir-validator.d.ts +1 -1
- package/dist/utils/flag-entry-editor.d.ts +14 -3
- package/dist/utils/flag-entry-editor.js +14 -7
- package/dist/utils/gw-core-commercial-contract.d.ts +1 -1
- package/dist/utils/gw-core-path.d.ts +1 -1
- package/dist/utils/immunization-entry-editor.d.ts +45 -3
- package/dist/utils/immunization-entry-editor.js +57 -17
- package/dist/utils/index.d.ts +125 -125
- package/dist/utils/individual-bundle-vault.d.ts +4 -4
- package/dist/utils/individual-form-pdf.d.ts +1 -1
- package/dist/utils/individual-onboarding-acceptance-credential.d.ts +1 -1
- package/dist/utils/individual-onboarding-document-reference.d.ts +1 -1
- package/dist/utils/individual-onboarding-editor.d.ts +1 -1
- package/dist/utils/individual-organization-claims.d.ts +1 -1
- package/dist/utils/individual-organization-kyc.d.ts +2 -2
- package/dist/utils/inter-tenant-access-contract.d.ts +2 -2
- package/dist/utils/interoperable-resource-operation.d.ts +2 -2
- package/dist/utils/invoice-bundle.d.ts +1 -1
- package/dist/utils/jwk-thumbprint.d.ts +1 -1
- package/dist/utils/jwt-signer.d.ts +3 -3
- package/dist/utils/jwt.d.ts +1 -1
- package/dist/utils/legal-organization-onboarding-editor.d.ts +2 -2
- package/dist/utils/legal-organization-onboarding.d.ts +2 -2
- package/dist/utils/legal-organization-verification-transaction.d.ts +3 -3
- package/dist/utils/license-commercial-search.d.ts +2 -2
- package/dist/utils/license-list-search.d.ts +1 -1
- package/dist/utils/license-offer-order.d.ts +1 -1
- package/dist/utils/license.d.ts +2 -2
- package/dist/utils/lifecycle-result-reader.d.ts +1 -1
- package/dist/utils/manager-error.d.ts +1 -1
- package/dist/utils/medication-claim-helpers.d.ts +1 -1
- package/dist/utils/medication-statement-entry-editor.d.ts +30 -7
- package/dist/utils/medication-statement-entry-editor.js +28 -12
- package/dist/utils/observation-component-entry-editor.d.ts +19 -2
- package/dist/utils/observation-component-entry-editor.js +42 -15
- package/dist/utils/observation-entry-editor.d.ts +9 -1
- package/dist/utils/observation-entry-editor.js +7 -0
- package/dist/utils/organization-authorization-urn.d.ts +1 -1
- package/dist/utils/organization-did-binding.d.ts +1 -1
- package/dist/utils/organization-employee-lifecycle.d.ts +1 -1
- package/dist/utils/organization-role-license.d.ts +1 -1
- package/dist/utils/organization-test-network-credential.d.ts +1 -1
- package/dist/utils/procedure-entry-editor.d.ts +23 -5
- package/dist/utils/procedure-entry-editor.js +21 -8
- package/dist/utils/profile-manager-mem.d.ts +5 -5
- package/dist/utils/profile-outbox-memory-repository.d.ts +2 -2
- package/dist/utils/related-person-entry-editor.d.ts +7 -1
- package/dist/utils/related-person-entry-editor.js +7 -2
- package/dist/utils/smart-authorization-profile.d.ts +1 -1
- package/dist/utils/smart-scope.d.ts +2 -2
- package/dist/utils/subject-identity-binding.d.ts +2 -2
- package/dist/utils/subject-identity.d.ts +3 -3
- package/dist/utils/test-network-organization-credentials.d.ts +1 -1
- package/dist/utils/vital-sign-day-batch.d.ts +1 -1
- package/dist/utils/vital-sign-entry-editor.d.ts +8 -2
- package/dist/utils/vital-sign-entry-editor.js +10 -5
- package/dist/utils/vp-token.d.ts +1 -1
- package/dist/utils/wallet-mem.d.ts +6 -6
- package/dist/utils/wallet-memory-queue.d.ts +3 -3
- package/package.json +2 -2
package/dist/models/index.d.ts
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
export * from './actor-session';
|
|
2
|
-
export * from './aes';
|
|
3
|
-
export * from './auth';
|
|
4
|
-
export * from './authority-resolution';
|
|
5
|
-
export * from './bundle';
|
|
6
|
-
export * from './bundle-editor-types';
|
|
7
|
-
export * from './comm';
|
|
8
|
-
export * from './clinical-sections';
|
|
9
|
-
export * from './clinical-sections.en';
|
|
10
|
-
export * from './clinical-workbook-summary';
|
|
11
|
-
export * from './communication-attached-bundle-session';
|
|
12
|
-
export * from './confidential-job';
|
|
13
|
-
export * from './confidential-message';
|
|
14
|
-
export * from './confidential-storage';
|
|
15
|
-
export * from './consent-rule';
|
|
16
|
-
export * from './consent-access';
|
|
17
|
-
export * from './crypto';
|
|
18
|
-
export * from './dataspace-discovery';
|
|
19
|
-
export * from './dataspace-discovery-defaults';
|
|
20
|
-
export * from './dataspace-protocol';
|
|
21
|
-
export * from './device-license';
|
|
22
|
-
export * from './organization-role-license';
|
|
23
|
-
export * from './organization-employee-lifecycle';
|
|
24
|
-
export * from './did';
|
|
25
|
-
export * from './fhir-documents';
|
|
26
|
-
export * from './gaia-x';
|
|
27
|
-
export * from './interoperable-claims';
|
|
28
|
-
export * from './indexing';
|
|
29
|
-
export * from './identity-bootstrap';
|
|
30
|
-
export * from './individual-onboarding';
|
|
31
|
-
export * from './animal-onboarding';
|
|
32
|
-
export * from './inter-tenant-access-contract';
|
|
33
|
-
export * from './issue';
|
|
34
|
-
export * from './jsonapi';
|
|
35
|
-
export * from './linked-subject-identifier';
|
|
36
|
-
export * from './jwe';
|
|
37
|
-
export * from './jwk';
|
|
38
|
-
export * from './jws';
|
|
39
|
-
export * from './jwt';
|
|
40
|
-
export * from './loinc-document-ontology';
|
|
41
|
-
export * from './oidc4ida.common.model';
|
|
42
|
-
export * from './oidc4ida.document.model';
|
|
43
|
-
export * from './oidc4ida.electronicRecord.model';
|
|
44
|
-
export * from './oidc4ida.evidence.model';
|
|
45
|
-
export * from './openid-device';
|
|
46
|
-
export * from './fhir-r5-subscription';
|
|
47
|
-
export * from './permission-templates';
|
|
48
|
-
export * from './profile-manager';
|
|
49
|
-
export * from './operation-outcome';
|
|
50
|
-
export * from './params';
|
|
51
|
-
export * from './permission-templates';
|
|
52
|
-
export * from './resource-document';
|
|
53
|
-
export * from './relationship-access';
|
|
54
|
-
export * from './response';
|
|
55
|
-
export * from './subject-identifier-ledger';
|
|
56
|
-
export * from './subject-identity';
|
|
57
|
-
export * from './subject-identity-binding';
|
|
58
|
-
export * from './test-network-organization-registration-form';
|
|
59
|
-
export * from './terminology';
|
|
60
|
-
export * from './urlPath';
|
|
61
|
-
export * from './verifiable-credential';
|
|
62
|
-
export * from './wallet';
|
|
1
|
+
export * from './actor-session.js';
|
|
2
|
+
export * from './aes.js';
|
|
3
|
+
export * from './auth.js';
|
|
4
|
+
export * from './authority-resolution.js';
|
|
5
|
+
export * from './bundle.js';
|
|
6
|
+
export * from './bundle-editor-types.js';
|
|
7
|
+
export * from './comm.js';
|
|
8
|
+
export * from './clinical-sections.js';
|
|
9
|
+
export * from './clinical-sections.en.js';
|
|
10
|
+
export * from './clinical-workbook-summary.js';
|
|
11
|
+
export * from './communication-attached-bundle-session.js';
|
|
12
|
+
export * from './confidential-job.js';
|
|
13
|
+
export * from './confidential-message.js';
|
|
14
|
+
export * from './confidential-storage.js';
|
|
15
|
+
export * from './consent-rule.js';
|
|
16
|
+
export * from './consent-access.js';
|
|
17
|
+
export * from './crypto.js';
|
|
18
|
+
export * from './dataspace-discovery.js';
|
|
19
|
+
export * from './dataspace-discovery-defaults.js';
|
|
20
|
+
export * from './dataspace-protocol.js';
|
|
21
|
+
export * from './device-license.js';
|
|
22
|
+
export * from './organization-role-license.js';
|
|
23
|
+
export * from './organization-employee-lifecycle.js';
|
|
24
|
+
export * from './did.js';
|
|
25
|
+
export * from './fhir-documents.js';
|
|
26
|
+
export * from './gaia-x.js';
|
|
27
|
+
export * from './interoperable-claims.js';
|
|
28
|
+
export * from './indexing.js';
|
|
29
|
+
export * from './identity-bootstrap.js';
|
|
30
|
+
export * from './individual-onboarding.js';
|
|
31
|
+
export * from './animal-onboarding.js';
|
|
32
|
+
export * from './inter-tenant-access-contract.js';
|
|
33
|
+
export * from './issue.js';
|
|
34
|
+
export * from './jsonapi.js';
|
|
35
|
+
export * from './linked-subject-identifier.js';
|
|
36
|
+
export * from './jwe.js';
|
|
37
|
+
export * from './jwk.js';
|
|
38
|
+
export * from './jws.js';
|
|
39
|
+
export * from './jwt.js';
|
|
40
|
+
export * from './loinc-document-ontology.js';
|
|
41
|
+
export * from './oidc4ida.common.model.js';
|
|
42
|
+
export * from './oidc4ida.document.model.js';
|
|
43
|
+
export * from './oidc4ida.electronicRecord.model.js';
|
|
44
|
+
export * from './oidc4ida.evidence.model.js';
|
|
45
|
+
export * from './openid-device.js';
|
|
46
|
+
export * from './fhir-r5-subscription.js';
|
|
47
|
+
export * from './permission-templates.js';
|
|
48
|
+
export * from './profile-manager.js';
|
|
49
|
+
export * from './operation-outcome.js';
|
|
50
|
+
export * from './params.js';
|
|
51
|
+
export * from './permission-templates.js';
|
|
52
|
+
export * from './resource-document.js';
|
|
53
|
+
export * from './relationship-access.js';
|
|
54
|
+
export * from './response.js';
|
|
55
|
+
export * from './subject-identifier-ledger.js';
|
|
56
|
+
export * from './subject-identity.js';
|
|
57
|
+
export * from './subject-identity-binding.js';
|
|
58
|
+
export * from './test-network-organization-registration-form.js';
|
|
59
|
+
export * from './terminology.js';
|
|
60
|
+
export * from './urlPath.js';
|
|
61
|
+
export * from './verifiable-credential.js';
|
|
62
|
+
export * from './wallet.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ClaimsOrganizationSchemaorg } from '../constants/schemaorg';
|
|
2
|
-
import type { ParameterData } from './params';
|
|
1
|
+
import { ClaimsOrganizationSchemaorg } from '../constants/schemaorg.js';
|
|
2
|
+
import type { ParameterData } from './params.js';
|
|
3
3
|
/**
|
|
4
4
|
* Canonical index profile names used under each resource type.
|
|
5
5
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { BundleEntry, BundleJsonApi } from './bundle';
|
|
2
|
-
import type { DocumentReferenceClaimKey } from './interoperable-claims/document-reference-claims';
|
|
3
|
-
import { ResourceTypesFhirR4 } from '../constants/fhir-resource-types';
|
|
4
|
-
import type { IdKindValue } from '../constants/identity-identifiers';
|
|
5
|
-
import type { BirthSex, GenderIdentity } from '../constants/identity-gender';
|
|
1
|
+
import type { BundleEntry, BundleJsonApi } from './bundle.js';
|
|
2
|
+
import type { DocumentReferenceClaimKey } from './interoperable-claims/document-reference-claims.js';
|
|
3
|
+
import { ResourceTypesFhirR4 } from '../constants/fhir-resource-types.js';
|
|
4
|
+
import type { IdKindValue } from '../constants/identity-identifiers.js';
|
|
5
|
+
import type { BirthSex, GenderIdentity } from '../constants/identity-gender.js';
|
|
6
6
|
/**
|
|
7
7
|
* Canonical field names currently used by the individual onboarding PDF form.
|
|
8
8
|
*
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
export * from './types';
|
|
2
|
-
export * from './composition-claims';
|
|
3
|
-
export * from './communication-claims';
|
|
4
|
-
export * from './document-reference-claims';
|
|
5
|
-
export * from './diagnostic-report-claims';
|
|
6
|
-
export * from './location-claims';
|
|
7
|
-
export * from './medication-statement-claims';
|
|
8
|
-
export * from './allergy-intolerance-claims';
|
|
9
|
-
export * from './condition-claims';
|
|
10
|
-
export * from './organization-claims';
|
|
11
|
-
export * from './device-use-statement-claims';
|
|
12
|
-
export * from './device-claims';
|
|
13
|
-
export * from './observation-claims';
|
|
14
|
-
export * from './immunization-claims';
|
|
15
|
-
export * from './procedure-claims';
|
|
16
|
-
export * from './practitioner-role-claims';
|
|
17
|
-
export * from './care-plan-claims';
|
|
18
|
-
export * from './flag-claims';
|
|
19
|
-
export * from './appointment-claims';
|
|
20
|
-
export * from './appointment-response-claims';
|
|
21
|
-
export * from './encounter-claims';
|
|
22
|
-
export * from './related-person-claims';
|
|
23
|
-
export * from './research-subject-claims';
|
|
24
|
-
export * from './coverage-claims';
|
|
25
|
-
export * from './clinical-impression-claims';
|
|
26
|
-
export * from './task-claims';
|
|
27
|
-
export * from './invoice-claims';
|
|
1
|
+
export * from './types.js';
|
|
2
|
+
export * from './composition-claims.js';
|
|
3
|
+
export * from './communication-claims.js';
|
|
4
|
+
export * from './document-reference-claims.js';
|
|
5
|
+
export * from './diagnostic-report-claims.js';
|
|
6
|
+
export * from './location-claims.js';
|
|
7
|
+
export * from './medication-statement-claims.js';
|
|
8
|
+
export * from './allergy-intolerance-claims.js';
|
|
9
|
+
export * from './condition-claims.js';
|
|
10
|
+
export * from './organization-claims.js';
|
|
11
|
+
export * from './device-use-statement-claims.js';
|
|
12
|
+
export * from './device-claims.js';
|
|
13
|
+
export * from './observation-claims.js';
|
|
14
|
+
export * from './immunization-claims.js';
|
|
15
|
+
export * from './procedure-claims.js';
|
|
16
|
+
export * from './practitioner-role-claims.js';
|
|
17
|
+
export * from './care-plan-claims.js';
|
|
18
|
+
export * from './flag-claims.js';
|
|
19
|
+
export * from './appointment-claims.js';
|
|
20
|
+
export * from './appointment-response-claims.js';
|
|
21
|
+
export * from './encounter-claims.js';
|
|
22
|
+
export * from './related-person-claims.js';
|
|
23
|
+
export * from './research-subject-claims.js';
|
|
24
|
+
export * from './coverage-claims.js';
|
|
25
|
+
export * from './clinical-impression-claims.js';
|
|
26
|
+
export * from './task-claims.js';
|
|
27
|
+
export * from './invoice-claims.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClaimSpec } from './types';
|
|
1
|
+
import type { ClaimSpec } from './types.js';
|
|
2
2
|
/** Canonical FHIR R5 code system for `MedicationStatement.adherence.code`. */
|
|
3
3
|
export declare const MEDICATION_STATEMENT_ADHERENCE_CODE_SYSTEM: "http://hl7.org/fhir/CodeSystem/medication-statement-adherence";
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClaimSpec } from './types';
|
|
1
|
+
import type { ClaimSpec } from './types.js';
|
|
2
2
|
/** Canonical claims used to preserve the primary coded PractitionerRole label. */
|
|
3
3
|
export declare const PractitionerRoleClaim: {
|
|
4
4
|
readonly Identifier: "PractitionerRole.identifier";
|
package/dist/models/jsonapi.d.ts
CHANGED
package/dist/models/jwe.d.ts
CHANGED
package/dist/models/jws.d.ts
CHANGED
package/dist/models/jwt.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model';
|
|
2
|
-
import { IssuerElectronicRecordDLT } from './oidc4ida.electronicRecord.model';
|
|
1
|
+
import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model.js';
|
|
2
|
+
import { IssuerElectronicRecordDLT } from './oidc4ida.electronicRecord.model.js';
|
|
3
3
|
/** Common for Document and Bill evidences */
|
|
4
4
|
export interface EvidenceCommonSubElementDLT {
|
|
5
5
|
method: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model';
|
|
1
|
+
import { AttachmentExternalDLT, CheckDetails, VerifierDLT } from './oidc4ida.common.model.js';
|
|
2
2
|
/** OpenID 'electronic_record' evidence sub-element base data
|
|
3
3
|
* to be extended with 'attachments' and 'record' elements for blockchain or OpenID Evidence of Electronic Record
|
|
4
4
|
* The electronic health record can be about a VC, SHC, DGC, FHIR Bundle or single resource (e.g.: a single medical record).
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EvidenceDocumentDLT } from "./oidc4ida.document.model";
|
|
2
|
-
import { EvidenceElectronicRecordDLT } from "./oidc4ida.electronicRecord.model";
|
|
1
|
+
import { EvidenceDocumentDLT } from "./oidc4ida.document.model.js";
|
|
2
|
+
import { EvidenceElectronicRecordDLT } from "./oidc4ida.electronicRecord.model.js";
|
|
3
3
|
/** W3C Evidence for VCs can be generated by the API from some OpenID evidence stored on blockchain.
|
|
4
4
|
* See EBSI v2: https://ec.europa.eu/digital-building-blocks/wikis/display/EBSIDOC/Verifiable+Attestation
|
|
5
5
|
* - id: OPTIONAL. If present, it MUST contain a URL that points to where more information about this instance of evidence can be found (e.g. `urn:example:vc:xyz`).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* with custom extensions for native device information.
|
|
4
4
|
* @see https://openid.net/specs/openid-connect-registration-1_0.html
|
|
5
5
|
*/
|
|
6
|
-
import { JwkSet } from "./jwk";
|
|
6
|
+
import { JwkSet } from "./jwk.js";
|
|
7
7
|
/**
|
|
8
8
|
* Represents the information about the physical device being registered.
|
|
9
9
|
* This is a custom extension to the OpenID DCR standard.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IssueSeverityCode, IssueTypeCode } from './issue';
|
|
1
|
+
import { IssueSeverityCode, IssueTypeCode } from './issue.js';
|
|
2
2
|
/**
|
|
3
3
|
* A single detail associated with an operation, based on a simplified FHIR structure.
|
|
4
4
|
* Renamed from 'Issue' to be more neutral for potential success reporting.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DeviceBindingStatus } from '../constants/device';
|
|
2
|
-
import type { EmployeeActivationGrantVersion, EmployeeDirectoryStatus } from '../constants/employee-lifecycle';
|
|
1
|
+
import type { DeviceBindingStatus } from '../constants/device.js';
|
|
2
|
+
import type { EmployeeActivationGrantVersion, EmployeeDirectoryStatus } from '../constants/employee-lifecycle.js';
|
|
3
3
|
/** One installation in the controller-facing employee lifecycle projection. */
|
|
4
4
|
export type OrganizationEmployeeDeviceRecord = Readonly<{
|
|
5
5
|
clientId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DataspaceSector } from '../constants/sectors';
|
|
1
|
+
import type { DataspaceSector } from '../constants/sectors.js';
|
|
2
2
|
/** Lifecycle of one organization-owned, role-bearing licence assignment. */
|
|
3
3
|
export type OrganizationRoleLicenseStatus = 'active' | 'revoked';
|
|
4
4
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { IDecodedDidcommPayload } from './confidential-message';
|
|
1
|
+
export type { IDecodedDidcommPayload } from './confidential-message.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BundleEntry } from './bundle';
|
|
1
|
+
import type { BundleEntry } from './bundle.js';
|
|
2
2
|
/** Subject categories supported by the neutral identity collection. */
|
|
3
3
|
export type SubjectKind = 'person' | 'animal' | 'property';
|
|
4
4
|
/** Semantic resource types stored inside the neutral Subject collection. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EvidenceObjectDLT } from "./oidc4ida.evidence.model";
|
|
1
|
+
import { EvidenceObjectDLT } from "./oidc4ida.evidence.model.js";
|
|
2
2
|
/**
|
|
3
3
|
* Defines the JSON-LD context URI for W3C Verifiable Credentials Data Model v2.0.
|
|
4
4
|
* This constant MUST be used for all V2 credential creations to ensure consistency.
|
package/dist/models/wallet.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { RecordBase } from '../models/resource-document';
|
|
2
|
-
import { IVaultRepository, VaultQuery } from './IVaultRepository';
|
|
1
|
+
import { RecordBase } from '../models/resource-document.js';
|
|
2
|
+
import { IVaultRepository, VaultQuery } from './IVaultRepository.js';
|
|
3
3
|
/**
|
|
4
4
|
* In-memory implementation of IVaultRepository.
|
|
5
5
|
*
|
package/dist/storage/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { IVaultRepository, IServerVaultRepository } from './IVaultRepository';
|
|
2
|
-
export type { VaultQuery, VaultQueryCondition } from './IVaultRepository';
|
|
3
|
-
export { VaultMemRepository } from './VaultMemRepository';
|
|
1
|
+
export { IVaultRepository, IServerVaultRepository } from './IVaultRepository.js';
|
|
2
|
+
export type { VaultQuery, VaultQueryCondition } from './IVaultRepository.js';
|
|
3
|
+
export { VaultMemRepository } from './VaultMemRepository.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ControllerBindingInput, DidcommPlaintextTransportMetadata, IdentityBootstrapValidationResult, OrganizationActivationRequest, OrganizationBindingInput } from '../models/identity-bootstrap';
|
|
2
|
-
import { JwkSet } from '../models/jwk';
|
|
1
|
+
import { ControllerBindingInput, DidcommPlaintextTransportMetadata, IdentityBootstrapValidationResult, OrganizationActivationRequest, OrganizationBindingInput } from '../models/identity-bootstrap.js';
|
|
2
|
+
import { JwkSet } from '../models/jwk.js';
|
|
3
3
|
/**
|
|
4
4
|
* Builder input for the canonical organization/service activation payload.
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor';
|
|
1
|
+
import { ClinicalResourceEntryEditor } from './clinical-resource-entry-editor.js';
|
|
2
2
|
/**
|
|
3
3
|
* Typed editor for one staged AllergyIntolerance resource entry.
|
|
4
4
|
*
|
|
@@ -16,10 +16,15 @@ export declare class AllergyIntoleranceEntryEditor extends ClinicalResourceEntry
|
|
|
16
16
|
setSubject(subject?: string | null): this;
|
|
17
17
|
/** Reads the subject/patient reference for the allergy entry. */
|
|
18
18
|
getSubject(): string | undefined;
|
|
19
|
-
/** Writes the
|
|
19
|
+
/** Writes the allergy code from `code`, `system|code`, or separate `system, code` arguments. */
|
|
20
20
|
setCode(code?: string | null): this;
|
|
21
|
-
|
|
21
|
+
setCode(codeSystem: string, codeValue: string): this;
|
|
22
|
+
/** Reads only the allergy code value. */
|
|
22
23
|
getCode(): string | undefined;
|
|
24
|
+
setCodeSystem(system?: string | null): this;
|
|
25
|
+
getCodeSystem(): string | undefined;
|
|
26
|
+
setSystemAndCode(system?: string | null, code?: string | null): this;
|
|
27
|
+
getSystemAndCode(): string | undefined;
|
|
23
28
|
/** Writes the local-language allergy name projected to FHIR `code.text`. */
|
|
24
29
|
setCodeTextLocal(text?: string | null): this;
|
|
25
30
|
/** Reads the local-language allergy name. */
|
|
@@ -19,10 +19,13 @@ export class AllergyIntoleranceEntryEditor extends ClinicalResourceEntryEditor {
|
|
|
19
19
|
setSubject(subject) { return this.setSubjectClaims(AllergyIntoleranceClaim.Subject, AllergyIntoleranceClaim.Patient, subject); }
|
|
20
20
|
/** Reads the subject/patient reference for the allergy entry. */
|
|
21
21
|
getSubject() { return this.getSubjectClaims(AllergyIntoleranceClaim.Subject, AllergyIntoleranceClaim.Patient); }
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
setCode(codeOrSystem, codeValue) { return this.setCodingTokenCode(AllergyIntoleranceClaim.Code, codeOrSystem, codeValue); }
|
|
23
|
+
/** Reads only the allergy code value. */
|
|
24
|
+
getCode() { return this.getCodingTokenCode(AllergyIntoleranceClaim.Code); }
|
|
25
|
+
setCodeSystem(system) { return this.setCodingTokenSystem(AllergyIntoleranceClaim.Code, system); }
|
|
26
|
+
getCodeSystem() { return this.getCodingTokenSystem(AllergyIntoleranceClaim.Code); }
|
|
27
|
+
setSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(AllergyIntoleranceClaim.Code, system, code); }
|
|
28
|
+
getSystemAndCode() { return this.getCodingTokenSystemAndCode(AllergyIntoleranceClaim.Code); }
|
|
26
29
|
/** Writes the local-language allergy name projected to FHIR `code.text`. */
|
|
27
30
|
setCodeTextLocal(text) { return this.setScalarClaim(AllergyIntoleranceClaim.CodeText, text); }
|
|
28
31
|
/** Reads the local-language allergy name. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AuthorityCatalogRecord, AuthorityResolution, AuthorityResolutionInput } from '../models/authority-resolution';
|
|
1
|
+
import type { AuthorityCatalogRecord, AuthorityResolution, AuthorityResolutionInput } from '../models/authority-resolution.js';
|
|
2
2
|
/**
|
|
3
3
|
* Builds one authority/root `did:web` from a bare host authority or URL.
|
|
4
4
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { IWallet } from '../interfaces/IWallet';
|
|
2
|
-
import type { IProfileOutboxRepository } from '../interfaces/IProfileOutboxRepository';
|
|
3
|
-
import type { BackendMessageResponseRecord, BackendMessageTransport, ProfileOutboxMessageRecord, QueueProfileMessageInput } from '../models/profile-manager';
|
|
4
|
-
import { type WalletQueuedMessage } from '../models/wallet';
|
|
1
|
+
import type { IWallet } from '../interfaces/IWallet.js';
|
|
2
|
+
import type { IProfileOutboxRepository } from '../interfaces/IProfileOutboxRepository.js';
|
|
3
|
+
import type { BackendMessageResponseRecord, BackendMessageTransport, ProfileOutboxMessageRecord, QueueProfileMessageInput } from '../models/profile-manager.js';
|
|
4
|
+
import { type WalletQueuedMessage } from '../models/wallet.js';
|
|
5
5
|
export type BackendMessageManagerMemOptions = Readonly<{
|
|
6
6
|
wallet: IWallet;
|
|
7
7
|
entityId: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IDecodedDidcommPayload } from '../models/confidential-message';
|
|
1
|
+
import type { IDecodedDidcommPayload } from '../models/confidential-message.js';
|
|
2
2
|
export declare const BundleDidcommEntryTypes: Readonly<{
|
|
3
3
|
readonly Batch: "Bundle-batch-request-v1.0";
|
|
4
4
|
readonly Document: "Bundle-document-request-v1.0";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type FhirResource } from './clinical-resource-converters';
|
|
1
|
+
import { type FhirResource } from './clinical-resource-converters.js';
|
|
2
2
|
export type BundleDocumentClaims = Readonly<Record<string, unknown>>;
|
|
3
3
|
export type BuildBundleDocumentFromClaimsInput = Readonly<{
|
|
4
4
|
claimsList: readonly BundleDocumentClaims[];
|