gdc-common-utils-ts 2.9.12 → 2.9.14
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/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 +2 -2
- 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 +13 -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 +1 -1
- 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 +22 -22
- 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 +1 -1
- package/dist/utils/clinical-impression-entry-editor.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist/utils/device-use-statement-entry-editor.d.ts +1 -1
- package/dist/utils/diagnostic-report-entry-editor.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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-onboarding-editor.js +1 -0
- 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 +1 -1
- package/dist/utils/observation-component-entry-editor.d.ts +2 -2
- package/dist/utils/observation-entry-editor.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +2 -2
- 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/AesManager.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ProtectedDataAES } from './models/aes';
|
|
1
|
+
import { ProtectedDataAES } from './models/aes.js';
|
|
2
2
|
/**
|
|
3
3
|
* Manages AES-GCM encryption and decryption using Node's native crypto module.
|
|
4
4
|
* This class handles the core cryptography and the base64url serialization required for JWE.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ICryptoHelper } from './interfaces/ICryptoHelper';
|
|
2
|
-
import { ICryptography } from './interfaces/ICryptography';
|
|
3
|
-
import { DataCompactJWT, JwtCompactParts } from './models/jwt';
|
|
4
|
-
import { JweObject } from './models/jwe';
|
|
5
|
-
import { MlkemPublicJwk, MldsaPublicJwk, PublicJwk, MlkemPrivateJwk, MldsaAlg, MlkemCurve } from './interfaces/Cryptography.types';
|
|
6
|
-
import { ProtectedDataAES } from './models/aes';
|
|
1
|
+
import { ICryptoHelper } from './interfaces/ICryptoHelper.js';
|
|
2
|
+
import { ICryptography } from './interfaces/ICryptography.js';
|
|
3
|
+
import { DataCompactJWT, JwtCompactParts } from './models/jwt.js';
|
|
4
|
+
import { JweObject } from './models/jwe.js';
|
|
5
|
+
import { MlkemPublicJwk, MldsaPublicJwk, PublicJwk, MlkemPrivateJwk, MldsaAlg, MlkemCurve } from './interfaces/Cryptography.types.js';
|
|
6
|
+
import { ProtectedDataAES } from './models/aes.js';
|
|
7
7
|
/**
|
|
8
8
|
* Implements the ICryptography interface, providing a complete suite of low-level,
|
|
9
9
|
* stateless cryptographic functions. This service is the "engine" of the security layer,
|
package/dist/claims/index.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export * from './claim-list-helpers';
|
|
2
|
-
export * from './claims-helpers-allergy-intolerance';
|
|
3
|
-
export * from './claims-helpers-appointment';
|
|
4
|
-
export * from './claims-helpers-appointment-response';
|
|
5
|
-
export * from './claims-helpers-care-plan';
|
|
6
|
-
export * from './claims-helpers-clinical-impression';
|
|
7
|
-
export * from './claims-helpers-communication';
|
|
8
|
-
export * from './claims-helpers-composition';
|
|
9
|
-
export * from './claims-helpers-condition';
|
|
10
|
-
export * from './claims-helpers-consent';
|
|
11
|
-
export * from './claims-helpers-coverage';
|
|
12
|
-
export * from './claims-helpers-diagnostic-report';
|
|
13
|
-
export * from './claims-helpers-device';
|
|
14
|
-
export * from './claims-helpers-device-use-statement';
|
|
15
|
-
export * from './claims-helpers-document-reference';
|
|
16
|
-
export * from './claims-helpers-encounter';
|
|
17
|
-
export * from './claims-helpers-flag';
|
|
18
|
-
export * from './claims-helpers-immunization';
|
|
19
|
-
export * from './claims-helpers-location';
|
|
20
|
-
export * from './claims-helpers-medication-statement';
|
|
21
|
-
export * from './claims-helpers-observation';
|
|
22
|
-
export * from './claims-helpers-organization';
|
|
23
|
-
export * from './claims-helpers-procedure';
|
|
24
|
-
export * from './claims-helpers-related-person';
|
|
1
|
+
export * from './claim-list-helpers.js';
|
|
2
|
+
export * from './claims-helpers-allergy-intolerance.js';
|
|
3
|
+
export * from './claims-helpers-appointment.js';
|
|
4
|
+
export * from './claims-helpers-appointment-response.js';
|
|
5
|
+
export * from './claims-helpers-care-plan.js';
|
|
6
|
+
export * from './claims-helpers-clinical-impression.js';
|
|
7
|
+
export * from './claims-helpers-communication.js';
|
|
8
|
+
export * from './claims-helpers-composition.js';
|
|
9
|
+
export * from './claims-helpers-condition.js';
|
|
10
|
+
export * from './claims-helpers-consent.js';
|
|
11
|
+
export * from './claims-helpers-coverage.js';
|
|
12
|
+
export * from './claims-helpers-diagnostic-report.js';
|
|
13
|
+
export * from './claims-helpers-device.js';
|
|
14
|
+
export * from './claims-helpers-device-use-statement.js';
|
|
15
|
+
export * from './claims-helpers-document-reference.js';
|
|
16
|
+
export * from './claims-helpers-encounter.js';
|
|
17
|
+
export * from './claims-helpers-flag.js';
|
|
18
|
+
export * from './claims-helpers-immunization.js';
|
|
19
|
+
export * from './claims-helpers-location.js';
|
|
20
|
+
export * from './claims-helpers-medication-statement.js';
|
|
21
|
+
export * from './claims-helpers-observation.js';
|
|
22
|
+
export * from './claims-helpers-organization.js';
|
|
23
|
+
export * from './claims-helpers-procedure.js';
|
|
24
|
+
export * from './claims-helpers-related-person.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { LOINC_SYSTEM_URL } from '../models/clinical-sections';
|
|
2
|
-
import { type DataspaceSector } from './sectors';
|
|
3
|
-
import { type ResourceTypeFhirR4 } from './fhir-resource-types';
|
|
1
|
+
import { LOINC_SYSTEM_URL } from '../models/clinical-sections.js';
|
|
2
|
+
import { type DataspaceSector } from './sectors.js';
|
|
3
|
+
import { type ResourceTypeFhirR4 } from './fhir-resource-types.js';
|
|
4
4
|
export type HealthcareSectionDescriptor = Readonly<{
|
|
5
5
|
system: typeof LOINC_SYSTEM_URL;
|
|
6
6
|
code: string;
|
|
@@ -33,7 +33,9 @@ export declare const HL7_V2_0203_IDENTIFIER_CODES: Readonly<{
|
|
|
33
33
|
}>;
|
|
34
34
|
export type Hl7V20203IdentifierCode = typeof HL7_V2_0203_IDENTIFIER_CODES[keyof typeof HL7_V2_0203_IDENTIFIER_CODES];
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Private identifier types accepted when deriving an opaque hosted-individual
|
|
37
|
+
* multihash. These values govern normalization only and are never serialized
|
|
38
|
+
* in the public DID path.
|
|
37
39
|
*
|
|
38
40
|
* `DL`, `PPN`, `NN`, and the other clinical identifier codes retain their
|
|
39
41
|
* HL7 v2-0203 meaning. `UUID`, `EMAIL`, and `PHONE` are GDC index identifier
|
|
@@ -32,7 +32,9 @@ export const HL7_V2_0203_IDENTIFIER_CODES = Object.freeze({
|
|
|
32
32
|
PatientIdentifier: 'PI',
|
|
33
33
|
});
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Private identifier types accepted when deriving an opaque hosted-individual
|
|
36
|
+
* multihash. These values govern normalization only and are never serialized
|
|
37
|
+
* in the public DID path.
|
|
36
38
|
*
|
|
37
39
|
* `DL`, `PPN`, `NN`, and the other clinical identifier codes retain their
|
|
38
40
|
* HL7 v2-0203 meaning. `UUID`, `EMAIL`, and `PHONE` are GDC index identifier
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
export * from './actor-session';
|
|
2
|
-
export * from './communication';
|
|
3
|
-
export * from './composition';
|
|
4
|
-
export * from './clinical-statuses';
|
|
5
|
-
export * from './cryptography';
|
|
6
|
-
export * from './data-collections';
|
|
7
|
-
export * from './data-capabilities';
|
|
8
|
-
export * from './dataspace-discovery';
|
|
9
|
-
export * from './dataspace-protocol';
|
|
10
|
-
export * from './didcomm';
|
|
11
|
-
export * from './device';
|
|
12
|
-
export * from './employee-lifecycle';
|
|
13
|
-
export * from './identity-auth';
|
|
14
|
-
export * from './jsonld';
|
|
15
|
-
export * from './http';
|
|
16
|
-
export * from './organization-application';
|
|
17
|
-
export * from './did-services';
|
|
18
|
-
export * from './eu-countries';
|
|
19
|
-
export * from './fhir-code-systems';
|
|
20
|
-
export * from './fhir-resource-types';
|
|
21
|
-
export * from './fhir-versions';
|
|
22
|
-
export * from './gateway-response';
|
|
23
|
-
export * from './schemaorg';
|
|
24
|
-
export * from './hl7-roles';
|
|
25
|
-
export * from './healthcare';
|
|
26
|
-
export * from './permission-templates';
|
|
27
|
-
export * from './profile-runtime';
|
|
28
|
-
export * from './vital-signs';
|
|
29
|
-
export * from './network';
|
|
30
|
-
export * from './observation-category';
|
|
31
|
-
export * from './sectors';
|
|
32
|
-
export * from './smart';
|
|
33
|
-
export * from './permission-templates';
|
|
34
|
-
export * from './service-capabilities';
|
|
35
|
-
export * from './urn';
|
|
36
|
-
export * from './verifiable-credentials';
|
|
37
|
-
export * from './identity-gender';
|
|
38
|
-
export * from './identity-identifiers';
|
|
39
|
-
export * from './individual-sections';
|
|
40
|
-
export * from './lifecycle';
|
|
1
|
+
export * from './actor-session.js';
|
|
2
|
+
export * from './communication.js';
|
|
3
|
+
export * from './composition.js';
|
|
4
|
+
export * from './clinical-statuses.js';
|
|
5
|
+
export * from './cryptography.js';
|
|
6
|
+
export * from './data-collections.js';
|
|
7
|
+
export * from './data-capabilities.js';
|
|
8
|
+
export * from './dataspace-discovery.js';
|
|
9
|
+
export * from './dataspace-protocol.js';
|
|
10
|
+
export * from './didcomm.js';
|
|
11
|
+
export * from './device.js';
|
|
12
|
+
export * from './employee-lifecycle.js';
|
|
13
|
+
export * from './identity-auth.js';
|
|
14
|
+
export * from './jsonld.js';
|
|
15
|
+
export * from './http.js';
|
|
16
|
+
export * from './organization-application.js';
|
|
17
|
+
export * from './did-services.js';
|
|
18
|
+
export * from './eu-countries.js';
|
|
19
|
+
export * from './fhir-code-systems.js';
|
|
20
|
+
export * from './fhir-resource-types.js';
|
|
21
|
+
export * from './fhir-versions.js';
|
|
22
|
+
export * from './gateway-response.js';
|
|
23
|
+
export * from './schemaorg.js';
|
|
24
|
+
export * from './hl7-roles.js';
|
|
25
|
+
export * from './healthcare.js';
|
|
26
|
+
export * from './permission-templates.js';
|
|
27
|
+
export * from './profile-runtime.js';
|
|
28
|
+
export * from './vital-signs.js';
|
|
29
|
+
export * from './network.js';
|
|
30
|
+
export * from './observation-category.js';
|
|
31
|
+
export * from './sectors.js';
|
|
32
|
+
export * from './smart.js';
|
|
33
|
+
export * from './permission-templates.js';
|
|
34
|
+
export * from './service-capabilities.js';
|
|
35
|
+
export * from './urn.js';
|
|
36
|
+
export * from './verifiable-credentials.js';
|
|
37
|
+
export * from './identity-gender.js';
|
|
38
|
+
export * from './identity-identifiers.js';
|
|
39
|
+
export * from './individual-sections.js';
|
|
40
|
+
export * from './lifecycle.js';
|
|
@@ -60,7 +60,7 @@ export declare const IndividualLogicalSections: Readonly<{
|
|
|
60
60
|
}>;
|
|
61
61
|
export declare const IndividualClinicalSections: Readonly<{
|
|
62
62
|
readonly AllergiesAndIntolerances: Readonly<{
|
|
63
|
-
system: typeof import("
|
|
63
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
64
64
|
code: string;
|
|
65
65
|
attributeValue: string;
|
|
66
66
|
claim: string;
|
|
@@ -68,7 +68,7 @@ export declare const IndividualClinicalSections: Readonly<{
|
|
|
68
68
|
titleEn?: string;
|
|
69
69
|
}>;
|
|
70
70
|
readonly Conditions: Readonly<{
|
|
71
|
-
system: typeof import("
|
|
71
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
72
72
|
code: string;
|
|
73
73
|
attributeValue: string;
|
|
74
74
|
claim: string;
|
|
@@ -76,7 +76,7 @@ export declare const IndividualClinicalSections: Readonly<{
|
|
|
76
76
|
titleEn?: string;
|
|
77
77
|
}>;
|
|
78
78
|
readonly Immunizations: Readonly<{
|
|
79
|
-
system: typeof import("
|
|
79
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
80
80
|
code: string;
|
|
81
81
|
attributeValue: string;
|
|
82
82
|
claim: string;
|
|
@@ -84,7 +84,7 @@ export declare const IndividualClinicalSections: Readonly<{
|
|
|
84
84
|
titleEn?: string;
|
|
85
85
|
}>;
|
|
86
86
|
readonly Medications: Readonly<{
|
|
87
|
-
system: typeof import("
|
|
87
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
88
88
|
code: string;
|
|
89
89
|
attributeValue: string;
|
|
90
90
|
claim: string;
|
|
@@ -92,7 +92,7 @@ export declare const IndividualClinicalSections: Readonly<{
|
|
|
92
92
|
titleEn?: string;
|
|
93
93
|
}>;
|
|
94
94
|
readonly Procedures: Readonly<{
|
|
95
|
-
system: typeof import("
|
|
95
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
96
96
|
code: string;
|
|
97
97
|
attributeValue: string;
|
|
98
98
|
claim: string;
|
|
@@ -100,7 +100,7 @@ export declare const IndividualClinicalSections: Readonly<{
|
|
|
100
100
|
titleEn?: string;
|
|
101
101
|
}>;
|
|
102
102
|
readonly VitalSigns: Readonly<{
|
|
103
|
-
system: typeof import("
|
|
103
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
104
104
|
code: string;
|
|
105
105
|
attributeValue: string;
|
|
106
106
|
claim: string;
|
|
@@ -110,7 +110,7 @@ export declare const IndividualClinicalSections: Readonly<{
|
|
|
110
110
|
}>;
|
|
111
111
|
export declare const IndividualAllSections: Readonly<{
|
|
112
112
|
readonly AllergiesAndIntolerances: Readonly<{
|
|
113
|
-
system: typeof import("
|
|
113
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
114
114
|
code: string;
|
|
115
115
|
attributeValue: string;
|
|
116
116
|
claim: string;
|
|
@@ -118,7 +118,7 @@ export declare const IndividualAllSections: Readonly<{
|
|
|
118
118
|
titleEn?: string;
|
|
119
119
|
}>;
|
|
120
120
|
readonly Conditions: Readonly<{
|
|
121
|
-
system: typeof import("
|
|
121
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
122
122
|
code: string;
|
|
123
123
|
attributeValue: string;
|
|
124
124
|
claim: string;
|
|
@@ -126,7 +126,7 @@ export declare const IndividualAllSections: Readonly<{
|
|
|
126
126
|
titleEn?: string;
|
|
127
127
|
}>;
|
|
128
128
|
readonly Immunizations: Readonly<{
|
|
129
|
-
system: typeof import("
|
|
129
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
130
130
|
code: string;
|
|
131
131
|
attributeValue: string;
|
|
132
132
|
claim: string;
|
|
@@ -134,7 +134,7 @@ export declare const IndividualAllSections: Readonly<{
|
|
|
134
134
|
titleEn?: string;
|
|
135
135
|
}>;
|
|
136
136
|
readonly Medications: Readonly<{
|
|
137
|
-
system: typeof import("
|
|
137
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
138
138
|
code: string;
|
|
139
139
|
attributeValue: string;
|
|
140
140
|
claim: string;
|
|
@@ -142,7 +142,7 @@ export declare const IndividualAllSections: Readonly<{
|
|
|
142
142
|
titleEn?: string;
|
|
143
143
|
}>;
|
|
144
144
|
readonly Procedures: Readonly<{
|
|
145
|
-
system: typeof import("
|
|
145
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
146
146
|
code: string;
|
|
147
147
|
attributeValue: string;
|
|
148
148
|
claim: string;
|
|
@@ -150,7 +150,7 @@ export declare const IndividualAllSections: Readonly<{
|
|
|
150
150
|
titleEn?: string;
|
|
151
151
|
}>;
|
|
152
152
|
readonly VitalSigns: Readonly<{
|
|
153
|
-
system: typeof import("
|
|
153
|
+
system: typeof import("../index.js").LOINC_SYSTEM_URL;
|
|
154
154
|
code: string;
|
|
155
155
|
attributeValue: string;
|
|
156
156
|
claim: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ObservationCategoryCodes } from './observation-category';
|
|
2
|
-
export type { CodingDescriptor } from './observation-category';
|
|
1
|
+
export { ObservationCategoryCodes } from './observation-category.js';
|
|
2
|
+
export type { CodingDescriptor } from './observation-category.js';
|
|
3
3
|
/**
|
|
4
4
|
* Canonical LOINC descriptors for the currently supported Vital Signs.
|
|
5
5
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function allergyIntoleranceFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function allergyIntoleranceFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function appointmentResponseFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function appointmentResponseFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function appointmentFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function appointmentFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function carePlanFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function carePlanFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function clinicalImpressionFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function clinicalImpressionFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function compositionFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function compositionFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function conditionFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function conditionFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
/** Converts native FHIR R4 Consent into the canonical flat claims contract. */
|
|
3
3
|
export declare function consentFhirR4ToFlat(resource: FhirResource, context?: string): FlatClaims;
|
|
4
4
|
/** Projects canonical Consent claims to native FHIR R4. ODRL stays in sourceAttachment. */
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function coverageFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function coverageFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function deviceUseStatementFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function deviceUseStatementFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function deviceFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function deviceFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function diagnosticReportFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function diagnosticReportFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function documentReferenceFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function documentReferenceFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function encounterFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function encounterFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function flagFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function flagFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function immunizationFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function immunizationFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function locationFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function locationFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function medicationStatementFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function medicationStatementFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function organizationFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function organizationFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function practitionerRoleFhirR4ToFlat(resource: FhirResource, _context?: string): FlatClaims;
|
|
3
3
|
export declare function practitionerRoleFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function procedureFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function procedureFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { FhirResource, FlatClaims } from './convert-shared';
|
|
1
|
+
import type { FhirResource, FlatClaims } from './convert-shared.js';
|
|
2
2
|
export declare function relatedPersonFlatToFhirR4(claims: FlatClaims): FhirResource;
|
|
3
3
|
export declare function relatedPersonFhirR4ToFlat(resource: FhirResource): FlatClaims;
|
package/dist/convert/index.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
export * from './convert-shared';
|
|
2
|
-
export * from './convert-medication-statement';
|
|
3
|
-
export * from './convert-allergy-intolerance';
|
|
4
|
-
export * from './convert-condition';
|
|
5
|
-
export * from './convert-device-use-statement';
|
|
6
|
-
export * from './convert-document-reference';
|
|
7
|
-
export * from './convert-immunization';
|
|
8
|
-
export * from './convert-location';
|
|
9
|
-
export * from './convert-observation';
|
|
10
|
-
export * from './convert-organization';
|
|
11
|
-
export * from './convert-procedure';
|
|
12
|
-
export * from './convert-device';
|
|
13
|
-
export * from './convert-flag';
|
|
14
|
-
export * from './convert-care-plan';
|
|
15
|
-
export * from './convert-diagnostic-report';
|
|
16
|
-
export * from './convert-composition';
|
|
17
|
-
export * from './convert-appointment';
|
|
18
|
-
export * from './convert-appointment-response';
|
|
19
|
-
export * from './convert-encounter';
|
|
20
|
-
export * from './convert-related-person';
|
|
21
|
-
export * from './convert-coverage';
|
|
22
|
-
export * from './convert-clinical-impression';
|
|
23
|
-
export * from './convert-consent';
|
|
24
|
-
export * from './convert-practitioner-role';
|
|
25
|
-
export * from './schemaorg-to-gaia-x';
|
|
1
|
+
export * from './convert-shared.js';
|
|
2
|
+
export * from './convert-medication-statement.js';
|
|
3
|
+
export * from './convert-allergy-intolerance.js';
|
|
4
|
+
export * from './convert-condition.js';
|
|
5
|
+
export * from './convert-device-use-statement.js';
|
|
6
|
+
export * from './convert-document-reference.js';
|
|
7
|
+
export * from './convert-immunization.js';
|
|
8
|
+
export * from './convert-location.js';
|
|
9
|
+
export * from './convert-observation.js';
|
|
10
|
+
export * from './convert-organization.js';
|
|
11
|
+
export * from './convert-procedure.js';
|
|
12
|
+
export * from './convert-device.js';
|
|
13
|
+
export * from './convert-flag.js';
|
|
14
|
+
export * from './convert-care-plan.js';
|
|
15
|
+
export * from './convert-diagnostic-report.js';
|
|
16
|
+
export * from './convert-composition.js';
|
|
17
|
+
export * from './convert-appointment.js';
|
|
18
|
+
export * from './convert-appointment-response.js';
|
|
19
|
+
export * from './convert-encounter.js';
|
|
20
|
+
export * from './convert-related-person.js';
|
|
21
|
+
export * from './convert-coverage.js';
|
|
22
|
+
export * from './convert-clinical-impression.js';
|
|
23
|
+
export * from './convert-consent.js';
|
|
24
|
+
export * from './convert-practitioner-role.js';
|
|
25
|
+
export * from './schemaorg-to-gaia-x.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { ClaimsRecord } from '../models/resource-document';
|
|
2
|
-
import { type GaiaXCredentialAttachmentRoleValue, type GaiaXCredentialDraft, type GaiaXLegalPersonCredentialSubject, type GaiaXServiceOfferingCredentialSubject, type GaiaXVcJwtAttachment, type IcaMemberDiscoveryData } from '../models/gaia-x';
|
|
3
|
-
import type { DidDocument } from '../models/did';
|
|
1
|
+
import type { ClaimsRecord } from '../models/resource-document.js';
|
|
2
|
+
import { type GaiaXCredentialAttachmentRoleValue, type GaiaXCredentialDraft, type GaiaXLegalPersonCredentialSubject, type GaiaXServiceOfferingCredentialSubject, type GaiaXVcJwtAttachment, type IcaMemberDiscoveryData } from '../models/gaia-x.js';
|
|
3
|
+
import type { DidDocument } from '../models/did.js';
|
|
4
4
|
export interface SchemaOrgOrganizationRegistrationIdentifier {
|
|
5
5
|
additionalType: string;
|
|
6
6
|
value: string;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* in this folder. This file exists to avoid the overloaded term `contract`
|
|
6
6
|
* while preserving a stable migration target for older imports.
|
|
7
7
|
*/
|
|
8
|
-
export * from './shared';
|
|
9
|
-
export * from './ica-activation-proof';
|
|
10
|
-
export * from './organization-controller';
|
|
11
|
-
export * from './individual-controller';
|
|
12
|
-
export * from './professional';
|
|
13
|
-
export * from './related-person';
|
|
14
|
-
export * from './frontend-session';
|
|
15
|
-
export * from './lifecycle';
|
|
8
|
+
export * from './shared.js';
|
|
9
|
+
export * from './ica-activation-proof.js';
|
|
10
|
+
export * from './organization-controller.js';
|
|
11
|
+
export * from './individual-controller.js';
|
|
12
|
+
export * from './professional.js';
|
|
13
|
+
export * from './related-person.js';
|
|
14
|
+
export * from './frontend-session.js';
|
|
15
|
+
export * from './lifecycle.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BundleEntry, BundleJsonApi } from '../models/bundle';
|
|
2
|
-
import { type PermissionGrantDecision } from '../utils/permission-templates';
|
|
1
|
+
import { BundleEntry, BundleJsonApi } from '../models/bundle.js';
|
|
2
|
+
import { type PermissionGrantDecision } from '../utils/permission-templates.js';
|
|
3
3
|
/**
|
|
4
4
|
* First developer use case:
|
|
5
5
|
* - edit a Consent entry inside a Communication-attached Bundle
|
|
@@ -18,5 +18,5 @@ export declare function buildExampleIpsBundleDocumentRequestFromDoctor(): Readon
|
|
|
18
18
|
}>;
|
|
19
19
|
export declare function buildExampleIpsSummaryOperationRequestFromController(): {
|
|
20
20
|
claims: Record<string, unknown>;
|
|
21
|
-
parametersResource: import("
|
|
21
|
+
parametersResource: import("../index.js").FhirParametersResource;
|
|
22
22
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AppointmentParticipantStatus, AppointmentStatus } from '../models/interoperable-claims/appointment-claims';
|
|
1
|
+
import { AppointmentParticipantStatus, AppointmentStatus } from '../models/interoperable-claims/appointment-claims.js';
|
|
2
2
|
/**
|
|
3
3
|
* Shared synthetic DIDComm fixtures for Communication-attached bundle tests.
|
|
4
4
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ClaimConsent, type ConsentRule } from '../models/consent-rule';
|
|
2
|
-
import { EXAMPLE_EMAIL_PROFESSIONAL, EXAMPLE_EMAIL_RELATED_PERSON } from './shared';
|
|
1
|
+
import { ClaimConsent, type ConsentRule } from '../models/consent-rule.js';
|
|
2
|
+
import { EXAMPLE_EMAIL_PROFESSIONAL, EXAMPLE_EMAIL_RELATED_PERSON } from './shared.js';
|
|
3
3
|
export declare const EXAMPLE_INDIVIDUAL_DID_WEB: string;
|
|
4
4
|
export declare const EXAMPLE_PROVIDER_ORGANIZATION_DID_WEB: "did:web:hospital.acme.org";
|
|
5
5
|
export { EXAMPLE_EMAIL_PROFESSIONAL, EXAMPLE_EMAIL_RELATED_PERSON };
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* in this folder. This file exists so existing consumers can transition without
|
|
6
6
|
* breaking while the examples are reorganized by flow/case of use.
|
|
7
7
|
*/
|
|
8
|
-
export * from './shared';
|
|
9
|
-
export * from './ica-activation-proof';
|
|
10
|
-
export * from './organization-controller';
|
|
11
|
-
export * from './inter-tenant-access-contract';
|
|
12
|
-
export * from './individual-controller';
|
|
13
|
-
export * from './professional';
|
|
14
|
-
export * from './related-person';
|
|
15
|
-
export * from './frontend-session';
|
|
16
|
-
export * from './lifecycle';
|
|
8
|
+
export * from './shared.js';
|
|
9
|
+
export * from './ica-activation-proof.js';
|
|
10
|
+
export * from './organization-controller.js';
|
|
11
|
+
export * from './inter-tenant-access-contract.js';
|
|
12
|
+
export * from './individual-controller.js';
|
|
13
|
+
export * from './professional.js';
|
|
14
|
+
export * from './related-person.js';
|
|
15
|
+
export * from './frontend-session.js';
|
|
16
|
+
export * from './lifecycle.js';
|