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
|
@@ -23,14 +23,22 @@ export class EncounterEntryEditor extends ClinicalResourceEntryEditor {
|
|
|
23
23
|
setStatus(value) { return this.setScalarClaim(EncounterClaim.Status, value); }
|
|
24
24
|
/** Reads the encounter status. */
|
|
25
25
|
getStatus() { return this.getScalarClaim(EncounterClaim.Status); }
|
|
26
|
-
|
|
27
|
-
setClass(value) { return this.setScalarClaim(EncounterClaim.Class, value); }
|
|
26
|
+
setClass(valueOrSystem, codeValue) { return this.setCodingTokenCode(EncounterClaim.Class, valueOrSystem, codeValue); }
|
|
28
27
|
/** Reads the encounter class. */
|
|
29
|
-
getClass() { return this.
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
getClass() { return this.getCodingTokenSystemAndCode(EncounterClaim.Class); }
|
|
29
|
+
getClassCode() { return this.getCodingTokenCode(EncounterClaim.Class); }
|
|
30
|
+
setClassCodeSystem(system) { return this.setCodingTokenSystem(EncounterClaim.Class, system); }
|
|
31
|
+
getClassCodeSystem() { return this.getCodingTokenSystem(EncounterClaim.Class); }
|
|
32
|
+
setClassSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(EncounterClaim.Class, system, code); }
|
|
33
|
+
getClassSystemAndCode() { return this.getCodingTokenSystemAndCode(EncounterClaim.Class); }
|
|
34
|
+
setType(valueOrSystem, codeValue) { return this.setCodingTokenCode(EncounterClaim.Type, valueOrSystem, codeValue); }
|
|
32
35
|
/** Reads the encounter type. */
|
|
33
|
-
getType() { return this.
|
|
36
|
+
getType() { return this.getCodingTokenSystemAndCode(EncounterClaim.Type); }
|
|
37
|
+
getTypeCode() { return this.getCodingTokenCode(EncounterClaim.Type); }
|
|
38
|
+
setTypeCodeSystem(system) { return this.setCodingTokenSystem(EncounterClaim.Type, system); }
|
|
39
|
+
getTypeCodeSystem() { return this.getCodingTokenSystem(EncounterClaim.Type); }
|
|
40
|
+
setTypeSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(EncounterClaim.Type, system, code); }
|
|
41
|
+
getTypeSystemAndCode() { return this.getCodingTokenSystemAndCode(EncounterClaim.Type); }
|
|
34
42
|
/** Writes the participant list. */
|
|
35
43
|
setParticipantList(values) { return this.setCsvClaimList(EncounterClaim.Participant, values); }
|
|
36
44
|
/** Reads the participant list. */
|
|
@@ -47,9 +55,12 @@ export class EncounterEntryEditor extends ClinicalResourceEntryEditor {
|
|
|
47
55
|
setPeriodEnd(value) { return this.setScalarClaim(EncounterClaim.PeriodEnd, value); }
|
|
48
56
|
/** Reads the encounter end date/time. */
|
|
49
57
|
getPeriodEnd() { return this.getScalarClaim(EncounterClaim.PeriodEnd); }
|
|
50
|
-
|
|
51
|
-
setReasonCode(value) { return this.setScalarClaim(EncounterClaim.ReasonCode, value); }
|
|
58
|
+
setReasonCode(valueOrSystem, codeValue) { return this.setCodingTokenCode(EncounterClaim.ReasonCode, valueOrSystem, codeValue); }
|
|
52
59
|
/** Reads the reason code. */
|
|
53
|
-
getReasonCode() { return this.
|
|
60
|
+
getReasonCode() { return this.getCodingTokenCode(EncounterClaim.ReasonCode); }
|
|
61
|
+
setReasonCodeSystem(system) { return this.setCodingTokenSystem(EncounterClaim.ReasonCode, system); }
|
|
62
|
+
getReasonCodeSystem() { return this.getCodingTokenSystem(EncounterClaim.ReasonCode); }
|
|
63
|
+
setReasonSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(EncounterClaim.ReasonCode, system, code); }
|
|
64
|
+
getReasonSystemAndCode() { return this.getCodingTokenSystemAndCode(EncounterClaim.ReasonCode); }
|
|
54
65
|
}
|
|
55
66
|
registerBundleEntryEditor(BundleEditableResourceTypes.encounter, EncounterEntryEditor);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ParameterData } from '../models/params';
|
|
1
|
+
import { ParameterData } from '../models/params.js';
|
|
2
2
|
export type SearchParameterPrimitive = string | number | boolean | readonly (string | number | boolean)[];
|
|
3
3
|
export type SearchRequestEncoding = 'get-query' | 'post-parameters';
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IssueSeverityAttentionCode, type IssueTypeCode } from '../models/issue';
|
|
1
|
+
import { type IssueSeverityAttentionCode, type IssueTypeCode } from '../models/issue.js';
|
|
2
2
|
export type FhirVersion = 'r4' | 'r5' | string;
|
|
3
3
|
export type FhirValidationIssue = {
|
|
4
4
|
severity: IssueSeverityAttentionCode;
|
|
@@ -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 Flag resource entry.
|
|
4
4
|
*
|
|
@@ -22,12 +22,23 @@ export declare class FlagEntryEditor extends ClinicalResourceEntryEditor {
|
|
|
22
22
|
getStatus(): string | undefined;
|
|
23
23
|
/** Writes the flag category. */
|
|
24
24
|
setCategory(value?: string | null): this;
|
|
25
|
+
setCategory(codeSystem: string, codeValue: string): this;
|
|
25
26
|
/** Reads the flag category. */
|
|
26
27
|
getCategory(): string | undefined;
|
|
27
|
-
|
|
28
|
+
getCategoryCode(): string | undefined;
|
|
29
|
+
setCategoryCodeSystem(system?: string | null): this;
|
|
30
|
+
getCategoryCodeSystem(): string | undefined;
|
|
31
|
+
setCategorySystemAndCode(system?: string | null, code?: string | null): this;
|
|
32
|
+
getCategorySystemAndCode(): string | undefined;
|
|
33
|
+
/** Writes the flag code from `code`, `system|code`, or separate `system, code` arguments. */
|
|
28
34
|
setCode(value?: string | null): this;
|
|
29
|
-
|
|
35
|
+
setCode(codeSystem: string, codeValue: string): this;
|
|
36
|
+
/** Reads only the flag code value. */
|
|
30
37
|
getCode(): string | undefined;
|
|
38
|
+
setCodeSystem(system?: string | null): this;
|
|
39
|
+
getCodeSystem(): string | undefined;
|
|
40
|
+
setSystemAndCode(system?: string | null, code?: string | null): this;
|
|
41
|
+
getSystemAndCode(): string | undefined;
|
|
31
42
|
/** Writes the local-language alert name projected to FHIR `code.text`. */
|
|
32
43
|
setCodeTextLocal(value?: string | null): this;
|
|
33
44
|
/** Reads the local-language alert name. */
|
|
@@ -23,14 +23,21 @@ export class FlagEntryEditor extends ClinicalResourceEntryEditor {
|
|
|
23
23
|
setStatus(value) { return this.setScalarClaim(FlagClaim.Status, value); }
|
|
24
24
|
/** Reads the flag status. */
|
|
25
25
|
getStatus() { return this.getScalarClaim(FlagClaim.Status); }
|
|
26
|
-
|
|
27
|
-
setCategory(value) { return this.setScalarClaim(FlagClaim.Category, value); }
|
|
26
|
+
setCategory(valueOrSystem, codeValue) { return this.setCodingTokenCode(FlagClaim.Category, valueOrSystem, codeValue); }
|
|
28
27
|
/** Reads the flag category. */
|
|
29
|
-
getCategory() { return this.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
28
|
+
getCategory() { return this.getCodingTokenSystemAndCode(FlagClaim.Category); }
|
|
29
|
+
getCategoryCode() { return this.getCodingTokenCode(FlagClaim.Category); }
|
|
30
|
+
setCategoryCodeSystem(system) { return this.setCodingTokenSystem(FlagClaim.Category, system); }
|
|
31
|
+
getCategoryCodeSystem() { return this.getCodingTokenSystem(FlagClaim.Category); }
|
|
32
|
+
setCategorySystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(FlagClaim.Category, system, code); }
|
|
33
|
+
getCategorySystemAndCode() { return this.getCodingTokenSystemAndCode(FlagClaim.Category); }
|
|
34
|
+
setCode(valueOrSystem, codeValue) { return this.setCodingTokenCode(FlagClaim.Code, valueOrSystem, codeValue); }
|
|
35
|
+
/** Reads only the flag code value. */
|
|
36
|
+
getCode() { return this.getCodingTokenCode(FlagClaim.Code); }
|
|
37
|
+
setCodeSystem(system) { return this.setCodingTokenSystem(FlagClaim.Code, system); }
|
|
38
|
+
getCodeSystem() { return this.getCodingTokenSystem(FlagClaim.Code); }
|
|
39
|
+
setSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(FlagClaim.Code, system, code); }
|
|
40
|
+
getSystemAndCode() { return this.getCodingTokenSystemAndCode(FlagClaim.Code); }
|
|
34
41
|
/** Writes the local-language alert name projected to FHIR `code.text`. */
|
|
35
42
|
setCodeTextLocal(value) { return this.setScalarClaim(FlagClaim.CodeText, value); }
|
|
36
43
|
/** Reads the local-language alert name. */
|
|
@@ -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 Immunization resource entry.
|
|
4
4
|
*
|
|
@@ -24,10 +24,19 @@ export declare class ImmunizationEntryEditor extends ClinicalResourceEntryEditor
|
|
|
24
24
|
setDate(date?: string | null): this;
|
|
25
25
|
/** Reads the administration date. */
|
|
26
26
|
getDate(): string | undefined;
|
|
27
|
-
/** Writes the vaccine code. */
|
|
27
|
+
/** Writes the vaccine code from `code`, `system|code`, or separate `system, code` arguments. */
|
|
28
28
|
setVaccineCode(code?: string | null): this;
|
|
29
|
+
setVaccineCode(codeSystem: string, codeValue: string): this;
|
|
29
30
|
/** Reads the vaccine code. */
|
|
30
31
|
getVaccineCode(): string | undefined;
|
|
32
|
+
/** Replaces only the vaccine coding system. */
|
|
33
|
+
setVaccineCodeSystem(system?: string | null): this;
|
|
34
|
+
/** Reads only the vaccine coding system. */
|
|
35
|
+
getVaccineCodeSystem(): string | undefined;
|
|
36
|
+
/** Writes the vaccine coding system and code value together. */
|
|
37
|
+
setVaccineSystemAndCode(system?: string | null, code?: string | null): this;
|
|
38
|
+
/** Reads the vaccine coding system and code as one compact token. */
|
|
39
|
+
getVaccineSystemAndCode(): string | undefined;
|
|
31
40
|
/** Writes the local vaccine code text. */
|
|
32
41
|
setVaccineCodeTextLocal(text?: string | null): this;
|
|
33
42
|
/** Reads the local vaccine code text. */
|
|
@@ -52,18 +61,51 @@ export declare class ImmunizationEntryEditor extends ClinicalResourceEntryEditor
|
|
|
52
61
|
setPerformerList(references: readonly string[]): this;
|
|
53
62
|
/** Reads the performer list. */
|
|
54
63
|
getPerformerList(): string[];
|
|
55
|
-
/** Writes the reason code. */
|
|
64
|
+
/** Writes the reason code from `code`, `system|code`, or separate `system, code` arguments. */
|
|
56
65
|
setReasonCode(code?: string | null): this;
|
|
66
|
+
setReasonCode(codeSystem: string, codeValue: string): this;
|
|
57
67
|
/** Reads the reason code. */
|
|
58
68
|
getReasonCode(): string | undefined;
|
|
69
|
+
setReasonCodeSystem(system?: string | null): this;
|
|
70
|
+
getReasonCodeSystem(): string | undefined;
|
|
71
|
+
setReasonSystemAndCode(system?: string | null, code?: string | null): this;
|
|
72
|
+
getReasonSystemAndCode(): string | undefined;
|
|
59
73
|
/** Writes the status reason. */
|
|
60
74
|
setStatusReason(reason?: string | null): this;
|
|
75
|
+
setStatusReason(codeSystem: string, codeValue: string): this;
|
|
61
76
|
/** Reads the status reason. */
|
|
62
77
|
getStatusReason(): string | undefined;
|
|
78
|
+
getStatusReasonCode(): string | undefined;
|
|
79
|
+
setStatusReasonCodeSystem(system?: string | null): this;
|
|
80
|
+
getStatusReasonCodeSystem(): string | undefined;
|
|
81
|
+
setStatusReasonSystemAndCode(system?: string | null, code?: string | null): this;
|
|
82
|
+
getStatusReasonSystemAndCode(): string | undefined;
|
|
63
83
|
/** Writes the target disease. */
|
|
64
84
|
setTargetDisease(code?: string | null): this;
|
|
85
|
+
setTargetDisease(codeSystem: string, codeValue: string): this;
|
|
65
86
|
/** Reads the target disease. */
|
|
66
87
|
getTargetDisease(): string | undefined;
|
|
88
|
+
getTargetDiseaseCode(): string | undefined;
|
|
89
|
+
setTargetDiseaseCodeSystem(system?: string | null): this;
|
|
90
|
+
getTargetDiseaseCodeSystem(): string | undefined;
|
|
91
|
+
setTargetDiseaseSystemAndCode(system?: string | null, code?: string | null): this;
|
|
92
|
+
getTargetDiseaseSystemAndCode(): string | undefined;
|
|
93
|
+
setRoute(code?: string | null): this;
|
|
94
|
+
setRoute(codeSystem: string, codeValue: string): this;
|
|
95
|
+
getRoute(): string | undefined;
|
|
96
|
+
getRouteCode(): string | undefined;
|
|
97
|
+
setRouteCodeSystem(system?: string | null): this;
|
|
98
|
+
getRouteCodeSystem(): string | undefined;
|
|
99
|
+
setRouteSystemAndCode(system?: string | null, code?: string | null): this;
|
|
100
|
+
getRouteSystemAndCode(): string | undefined;
|
|
101
|
+
setSite(code?: string | null): this;
|
|
102
|
+
setSite(codeSystem: string, codeValue: string): this;
|
|
103
|
+
getSite(): string | undefined;
|
|
104
|
+
getSiteCode(): string | undefined;
|
|
105
|
+
setSiteCodeSystem(system?: string | null): this;
|
|
106
|
+
getSiteCodeSystem(): string | undefined;
|
|
107
|
+
setSiteSystemAndCode(system?: string | null, code?: string | null): this;
|
|
108
|
+
getSiteSystemAndCode(): string | undefined;
|
|
67
109
|
/** Writes the dose sequence. */
|
|
68
110
|
setDoseSequence(sequence?: string | null): this;
|
|
69
111
|
/** Reads the dose sequence. */
|
|
@@ -45,13 +45,28 @@ export class ImmunizationEntryEditor extends ClinicalResourceEntryEditor {
|
|
|
45
45
|
getDate() {
|
|
46
46
|
return this.getScalarClaim(ImmunizationClaim.Date);
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
return this.setScalarClaim(ImmunizationClaim.VaccineCode, code);
|
|
48
|
+
setVaccineCode(codeOrSystem, codeValue) {
|
|
49
|
+
return this.setCodingTokenCode(ImmunizationClaim.VaccineCode, codeOrSystem, codeValue);
|
|
51
50
|
}
|
|
52
51
|
/** Reads the vaccine code. */
|
|
53
52
|
getVaccineCode() {
|
|
54
|
-
return this.
|
|
53
|
+
return this.getCodingTokenCode(ImmunizationClaim.VaccineCode);
|
|
54
|
+
}
|
|
55
|
+
/** Replaces only the vaccine coding system. */
|
|
56
|
+
setVaccineCodeSystem(system) {
|
|
57
|
+
return this.setCodingTokenSystem(ImmunizationClaim.VaccineCode, system);
|
|
58
|
+
}
|
|
59
|
+
/** Reads only the vaccine coding system. */
|
|
60
|
+
getVaccineCodeSystem() {
|
|
61
|
+
return this.getCodingTokenSystem(ImmunizationClaim.VaccineCode);
|
|
62
|
+
}
|
|
63
|
+
/** Writes the vaccine coding system and code value together. */
|
|
64
|
+
setVaccineSystemAndCode(system, code) {
|
|
65
|
+
return this.setCodingTokenSystemAndCode(ImmunizationClaim.VaccineCode, system, code);
|
|
66
|
+
}
|
|
67
|
+
/** Reads the vaccine coding system and code as one compact token. */
|
|
68
|
+
getVaccineSystemAndCode() {
|
|
69
|
+
return this.getCodingTokenSystemAndCode(ImmunizationClaim.VaccineCode);
|
|
55
70
|
}
|
|
56
71
|
/** Writes the local vaccine code text. */
|
|
57
72
|
setVaccineCodeTextLocal(text) {
|
|
@@ -101,30 +116,55 @@ export class ImmunizationEntryEditor extends ClinicalResourceEntryEditor {
|
|
|
101
116
|
getPerformerList() {
|
|
102
117
|
return this.getCsvClaimList(ImmunizationClaim.Performer);
|
|
103
118
|
}
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
return this.setScalarClaim(ImmunizationClaim.ReasonCode, code);
|
|
119
|
+
setReasonCode(codeOrSystem, codeValue) {
|
|
120
|
+
return this.setCodingTokenCode(ImmunizationClaim.ReasonCode, codeOrSystem, codeValue);
|
|
107
121
|
}
|
|
108
122
|
/** Reads the reason code. */
|
|
109
123
|
getReasonCode() {
|
|
110
|
-
return this.
|
|
124
|
+
return this.getCodingTokenCode(ImmunizationClaim.ReasonCode);
|
|
111
125
|
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
126
|
+
setReasonCodeSystem(system) { return this.setCodingTokenSystem(ImmunizationClaim.ReasonCode, system); }
|
|
127
|
+
getReasonCodeSystem() { return this.getCodingTokenSystem(ImmunizationClaim.ReasonCode); }
|
|
128
|
+
setReasonSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(ImmunizationClaim.ReasonCode, system, code); }
|
|
129
|
+
getReasonSystemAndCode() { return this.getCodingTokenSystemAndCode(ImmunizationClaim.ReasonCode); }
|
|
130
|
+
setStatusReason(reasonOrSystem, codeValue) {
|
|
131
|
+
return this.setCodingTokenCode(ImmunizationClaim.StatusReason, reasonOrSystem, codeValue);
|
|
115
132
|
}
|
|
116
133
|
/** Reads the status reason. */
|
|
117
134
|
getStatusReason() {
|
|
118
|
-
return this.
|
|
135
|
+
return this.getCodingTokenSystemAndCode(ImmunizationClaim.StatusReason);
|
|
119
136
|
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
137
|
+
getStatusReasonCode() { return this.getCodingTokenCode(ImmunizationClaim.StatusReason); }
|
|
138
|
+
setStatusReasonCodeSystem(system) { return this.setCodingTokenSystem(ImmunizationClaim.StatusReason, system); }
|
|
139
|
+
getStatusReasonCodeSystem() { return this.getCodingTokenSystem(ImmunizationClaim.StatusReason); }
|
|
140
|
+
setStatusReasonSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(ImmunizationClaim.StatusReason, system, code); }
|
|
141
|
+
getStatusReasonSystemAndCode() { return this.getCodingTokenSystemAndCode(ImmunizationClaim.StatusReason); }
|
|
142
|
+
setTargetDisease(codeOrSystem, codeValue) {
|
|
143
|
+
return this.setCodingTokenCode(ImmunizationClaim.TargetDisease, codeOrSystem, codeValue);
|
|
123
144
|
}
|
|
124
145
|
/** Reads the target disease. */
|
|
125
146
|
getTargetDisease() {
|
|
126
|
-
return this.
|
|
127
|
-
}
|
|
147
|
+
return this.getCodingTokenSystemAndCode(ImmunizationClaim.TargetDisease);
|
|
148
|
+
}
|
|
149
|
+
getTargetDiseaseCode() { return this.getCodingTokenCode(ImmunizationClaim.TargetDisease); }
|
|
150
|
+
setTargetDiseaseCodeSystem(system) { return this.setCodingTokenSystem(ImmunizationClaim.TargetDisease, system); }
|
|
151
|
+
getTargetDiseaseCodeSystem() { return this.getCodingTokenSystem(ImmunizationClaim.TargetDisease); }
|
|
152
|
+
setTargetDiseaseSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(ImmunizationClaim.TargetDisease, system, code); }
|
|
153
|
+
getTargetDiseaseSystemAndCode() { return this.getCodingTokenSystemAndCode(ImmunizationClaim.TargetDisease); }
|
|
154
|
+
setRoute(codeOrSystem, codeValue) { return this.setCodingTokenCode(ImmunizationClaim.Route, codeOrSystem, codeValue); }
|
|
155
|
+
getRoute() { return this.getCodingTokenSystemAndCode(ImmunizationClaim.Route); }
|
|
156
|
+
getRouteCode() { return this.getCodingTokenCode(ImmunizationClaim.Route); }
|
|
157
|
+
setRouteCodeSystem(system) { return this.setCodingTokenSystem(ImmunizationClaim.Route, system); }
|
|
158
|
+
getRouteCodeSystem() { return this.getCodingTokenSystem(ImmunizationClaim.Route); }
|
|
159
|
+
setRouteSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(ImmunizationClaim.Route, system, code); }
|
|
160
|
+
getRouteSystemAndCode() { return this.getCodingTokenSystemAndCode(ImmunizationClaim.Route); }
|
|
161
|
+
setSite(codeOrSystem, codeValue) { return this.setCodingTokenCode(ImmunizationClaim.Site, codeOrSystem, codeValue); }
|
|
162
|
+
getSite() { return this.getCodingTokenSystemAndCode(ImmunizationClaim.Site); }
|
|
163
|
+
getSiteCode() { return this.getCodingTokenCode(ImmunizationClaim.Site); }
|
|
164
|
+
setSiteCodeSystem(system) { return this.setCodingTokenSystem(ImmunizationClaim.Site, system); }
|
|
165
|
+
getSiteCodeSystem() { return this.getCodingTokenSystem(ImmunizationClaim.Site); }
|
|
166
|
+
setSiteSystemAndCode(system, code) { return this.setCodingTokenSystemAndCode(ImmunizationClaim.Site, system, code); }
|
|
167
|
+
getSiteSystemAndCode() { return this.getCodingTokenSystemAndCode(ImmunizationClaim.Site); }
|
|
128
168
|
/** Writes the dose sequence. */
|
|
129
169
|
setDoseSequence(sequence) {
|
|
130
170
|
return this.setScalarClaim(ImmunizationClaim.DoseSequence, sequence);
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
|
-
export * from './actor';
|
|
2
|
-
export * from './authority-resolution';
|
|
3
|
-
export * from './activation-policy';
|
|
4
|
-
export * from './base-convert';
|
|
5
|
-
export * from './baseN';
|
|
6
|
-
export * from './bundle';
|
|
7
|
-
export * from './bundle-editor';
|
|
8
|
-
export * from './bundle-reader';
|
|
9
|
-
export * from './bundle-query';
|
|
10
|
-
export * from '../claims';
|
|
11
|
-
export * from './content';
|
|
12
|
-
export * from '../convert';
|
|
13
|
-
export * from './bundle-document-builder';
|
|
14
|
-
export * from './consent';
|
|
15
|
-
export * from './consent-lifecycle-result-reader';
|
|
16
|
-
export * from './consent-blockchain-rules';
|
|
17
|
-
export * from './consent-duplicate-rules';
|
|
18
|
-
export * from './did';
|
|
19
|
-
export * from './did-resolution';
|
|
20
|
-
export * from './dataspace-discovery';
|
|
21
|
-
export * from './dataspace-discovery-defaults';
|
|
22
|
-
export * from './dataspace-protocol';
|
|
23
|
-
export * from './deterministic-jwk';
|
|
24
|
-
export * from './deterministic-seed-key';
|
|
25
|
-
export * from './dataspace-membership-scope';
|
|
26
|
-
export * from './employee';
|
|
27
|
-
export * from './evidence-blockchain-references';
|
|
28
|
-
export * from './didcomm';
|
|
29
|
-
export * from './didcomm-submit';
|
|
30
|
-
export * from './didcomm-submit-policy';
|
|
31
|
-
export * from './discovery-normalization';
|
|
32
|
-
export * from './format-converter';
|
|
33
|
-
export * from './fhir-cid';
|
|
34
|
-
export * from './fhir-search';
|
|
35
|
-
export * from './fhir-ips-creator-identity';
|
|
36
|
-
export * from './family-organization-summary';
|
|
37
|
-
export * from './gw-core-path';
|
|
38
|
-
export * from './gw-core-commercial-contract';
|
|
39
|
-
export * from './legal-organization-verification-result';
|
|
40
|
-
export * from './communication-fhir-r4';
|
|
41
|
-
export * from './communication-editor';
|
|
42
|
-
export * from './communication-document-reference';
|
|
43
|
-
export * from './communication-bundle-document-request';
|
|
44
|
-
export * from './communication-identity';
|
|
45
|
-
export * from './communication-search-editor';
|
|
46
|
-
export * from './communication-participant-search';
|
|
47
|
-
export * from './communication-participant-search-test-data';
|
|
48
|
-
export * from './communication-retention-policy';
|
|
49
|
-
export * from './communication-attached-bundle-session';
|
|
50
|
-
export * from './communication-consent-access-editor';
|
|
51
|
-
export * from './bundle-didcomm-payload';
|
|
52
|
-
export * from './communication-didcomm-payload';
|
|
53
|
-
export * from './confidential-storage-persistence';
|
|
54
|
-
export * from './confidential-storage-test-data';
|
|
55
|
-
export * from './confidential-document-provenance';
|
|
56
|
-
export * from './permission-templates';
|
|
57
|
-
export * from './client-assertion';
|
|
58
|
-
export * from './professional-smart';
|
|
59
|
-
export * from './related-person-list';
|
|
60
|
-
export * from './clinical-resource-converters';
|
|
61
|
-
export * from './clinical-bundle-summary';
|
|
62
|
-
export * from './clinical-resource-view';
|
|
63
|
-
export * from './clinical-resource-replacement';
|
|
64
|
-
export * from './fhir-validator';
|
|
65
|
-
export * from './family-registration-test-data';
|
|
66
|
-
export * from './individual-form-pdf';
|
|
67
|
-
export * from './individual-identifier';
|
|
68
|
-
export * from './individual-smart';
|
|
69
|
-
export * from './individual-organization-claims';
|
|
70
|
-
export * from './inter-tenant-access-contract';
|
|
71
|
-
export * from './legal-organization-onboarding-editor';
|
|
72
|
-
export * from './organization-lifecycle';
|
|
73
|
-
export * from './organization-employee-lifecycle';
|
|
74
|
-
export * from './organization-did-binding';
|
|
75
|
-
export * from './organization-authorization-urn';
|
|
76
|
-
export * from './individual-organization-lifecycle';
|
|
77
|
-
export * from './individual-onboarding-editor';
|
|
78
|
-
export * from './individual-onboarding-acceptance-credential';
|
|
79
|
-
export * from './individual-onboarding-document-reference';
|
|
80
|
-
export * from './individual-organization-kyc';
|
|
81
|
-
export * from './individual-bundle-vault';
|
|
82
|
-
export * from './invoice-bundle';
|
|
83
|
-
export * from './ips-bundle-claims';
|
|
84
|
-
export * from './interoperable-resource-operation';
|
|
85
|
-
export * from './jwt';
|
|
86
|
-
export * from './jwt-signer';
|
|
87
|
-
export * from './jwk-thumbprint';
|
|
88
|
-
export * from './legal-organization-onboarding';
|
|
89
|
-
export * from './legal-organization-verification-transaction';
|
|
90
|
-
export * from './organization-test-network-credential';
|
|
91
|
-
export * from './test-network-organization-credentials';
|
|
92
|
-
export * from './local-terminology-provider';
|
|
93
|
-
export * from './license';
|
|
94
|
-
export * from './organization-role-license';
|
|
95
|
-
export * from './license-commercial-search';
|
|
96
|
-
export * from './license-list-search';
|
|
97
|
-
export * from './license-offer-order';
|
|
98
|
-
export * from './lifecycle-result-reader';
|
|
99
|
-
export * from './manager-error';
|
|
100
|
-
export * from './multibase58';
|
|
101
|
-
export * from './multibasehash';
|
|
102
|
-
export * from './multiformat-profile';
|
|
103
|
-
export * from './normalize';
|
|
104
|
-
export * from './object-convert';
|
|
105
|
-
export * from './normalize-uuid';
|
|
106
|
-
export * from './object-sanitize';
|
|
107
|
-
export * from './unified-health-id';
|
|
108
|
-
export * from './permission-templates';
|
|
109
|
-
export * from './smart-scope';
|
|
110
|
-
export * from './smart-authorization-profile';
|
|
111
|
-
export * from './service-act-reasons';
|
|
112
|
-
export * from './same-as';
|
|
113
|
-
export * from './subject-identity';
|
|
114
|
-
export * from './connected-device-fhir-r4';
|
|
115
|
-
export * from './subject-identity-binding';
|
|
116
|
-
export * from './activation-request';
|
|
117
|
-
export * from './actor-identifier';
|
|
118
|
-
export * from './vp-token';
|
|
119
|
-
export * from './vital-sign-day-batch';
|
|
120
|
-
export * from './wallet-mem';
|
|
121
|
-
export * from './wallet-memory-queue';
|
|
122
|
-
export * from './profile-outbox-memory-repository';
|
|
123
|
-
export * from './backend-message-manager-mem';
|
|
124
|
-
export * from './profile-manager-mem';
|
|
125
|
-
export * from './break-glass-policy';
|
|
1
|
+
export * from './actor.js';
|
|
2
|
+
export * from './authority-resolution.js';
|
|
3
|
+
export * from './activation-policy.js';
|
|
4
|
+
export * from './base-convert.js';
|
|
5
|
+
export * from './baseN.js';
|
|
6
|
+
export * from './bundle.js';
|
|
7
|
+
export * from './bundle-editor.js';
|
|
8
|
+
export * from './bundle-reader.js';
|
|
9
|
+
export * from './bundle-query.js';
|
|
10
|
+
export * from '../claims/index.js';
|
|
11
|
+
export * from './content.js';
|
|
12
|
+
export * from '../convert/index.js';
|
|
13
|
+
export * from './bundle-document-builder.js';
|
|
14
|
+
export * from './consent.js';
|
|
15
|
+
export * from './consent-lifecycle-result-reader.js';
|
|
16
|
+
export * from './consent-blockchain-rules.js';
|
|
17
|
+
export * from './consent-duplicate-rules.js';
|
|
18
|
+
export * from './did.js';
|
|
19
|
+
export * from './did-resolution.js';
|
|
20
|
+
export * from './dataspace-discovery.js';
|
|
21
|
+
export * from './dataspace-discovery-defaults.js';
|
|
22
|
+
export * from './dataspace-protocol.js';
|
|
23
|
+
export * from './deterministic-jwk.js';
|
|
24
|
+
export * from './deterministic-seed-key.js';
|
|
25
|
+
export * from './dataspace-membership-scope.js';
|
|
26
|
+
export * from './employee.js';
|
|
27
|
+
export * from './evidence-blockchain-references.js';
|
|
28
|
+
export * from './didcomm.js';
|
|
29
|
+
export * from './didcomm-submit.js';
|
|
30
|
+
export * from './didcomm-submit-policy.js';
|
|
31
|
+
export * from './discovery-normalization.js';
|
|
32
|
+
export * from './format-converter.js';
|
|
33
|
+
export * from './fhir-cid.js';
|
|
34
|
+
export * from './fhir-search.js';
|
|
35
|
+
export * from './fhir-ips-creator-identity.js';
|
|
36
|
+
export * from './family-organization-summary.js';
|
|
37
|
+
export * from './gw-core-path.js';
|
|
38
|
+
export * from './gw-core-commercial-contract.js';
|
|
39
|
+
export * from './legal-organization-verification-result.js';
|
|
40
|
+
export * from './communication-fhir-r4.js';
|
|
41
|
+
export * from './communication-editor.js';
|
|
42
|
+
export * from './communication-document-reference.js';
|
|
43
|
+
export * from './communication-bundle-document-request.js';
|
|
44
|
+
export * from './communication-identity.js';
|
|
45
|
+
export * from './communication-search-editor.js';
|
|
46
|
+
export * from './communication-participant-search.js';
|
|
47
|
+
export * from './communication-participant-search-test-data.js';
|
|
48
|
+
export * from './communication-retention-policy.js';
|
|
49
|
+
export * from './communication-attached-bundle-session.js';
|
|
50
|
+
export * from './communication-consent-access-editor.js';
|
|
51
|
+
export * from './bundle-didcomm-payload.js';
|
|
52
|
+
export * from './communication-didcomm-payload.js';
|
|
53
|
+
export * from './confidential-storage-persistence.js';
|
|
54
|
+
export * from './confidential-storage-test-data.js';
|
|
55
|
+
export * from './confidential-document-provenance.js';
|
|
56
|
+
export * from './permission-templates.js';
|
|
57
|
+
export * from './client-assertion.js';
|
|
58
|
+
export * from './professional-smart.js';
|
|
59
|
+
export * from './related-person-list.js';
|
|
60
|
+
export * from './clinical-resource-converters.js';
|
|
61
|
+
export * from './clinical-bundle-summary.js';
|
|
62
|
+
export * from './clinical-resource-view.js';
|
|
63
|
+
export * from './clinical-resource-replacement.js';
|
|
64
|
+
export * from './fhir-validator.js';
|
|
65
|
+
export * from './family-registration-test-data.js';
|
|
66
|
+
export * from './individual-form-pdf.js';
|
|
67
|
+
export * from './individual-identifier.js';
|
|
68
|
+
export * from './individual-smart.js';
|
|
69
|
+
export * from './individual-organization-claims.js';
|
|
70
|
+
export * from './inter-tenant-access-contract.js';
|
|
71
|
+
export * from './legal-organization-onboarding-editor.js';
|
|
72
|
+
export * from './organization-lifecycle.js';
|
|
73
|
+
export * from './organization-employee-lifecycle.js';
|
|
74
|
+
export * from './organization-did-binding.js';
|
|
75
|
+
export * from './organization-authorization-urn.js';
|
|
76
|
+
export * from './individual-organization-lifecycle.js';
|
|
77
|
+
export * from './individual-onboarding-editor.js';
|
|
78
|
+
export * from './individual-onboarding-acceptance-credential.js';
|
|
79
|
+
export * from './individual-onboarding-document-reference.js';
|
|
80
|
+
export * from './individual-organization-kyc.js';
|
|
81
|
+
export * from './individual-bundle-vault.js';
|
|
82
|
+
export * from './invoice-bundle.js';
|
|
83
|
+
export * from './ips-bundle-claims.js';
|
|
84
|
+
export * from './interoperable-resource-operation.js';
|
|
85
|
+
export * from './jwt.js';
|
|
86
|
+
export * from './jwt-signer.js';
|
|
87
|
+
export * from './jwk-thumbprint.js';
|
|
88
|
+
export * from './legal-organization-onboarding.js';
|
|
89
|
+
export * from './legal-organization-verification-transaction.js';
|
|
90
|
+
export * from './organization-test-network-credential.js';
|
|
91
|
+
export * from './test-network-organization-credentials.js';
|
|
92
|
+
export * from './local-terminology-provider.js';
|
|
93
|
+
export * from './license.js';
|
|
94
|
+
export * from './organization-role-license.js';
|
|
95
|
+
export * from './license-commercial-search.js';
|
|
96
|
+
export * from './license-list-search.js';
|
|
97
|
+
export * from './license-offer-order.js';
|
|
98
|
+
export * from './lifecycle-result-reader.js';
|
|
99
|
+
export * from './manager-error.js';
|
|
100
|
+
export * from './multibase58.js';
|
|
101
|
+
export * from './multibasehash.js';
|
|
102
|
+
export * from './multiformat-profile.js';
|
|
103
|
+
export * from './normalize.js';
|
|
104
|
+
export * from './object-convert.js';
|
|
105
|
+
export * from './normalize-uuid.js';
|
|
106
|
+
export * from './object-sanitize.js';
|
|
107
|
+
export * from './unified-health-id.js';
|
|
108
|
+
export * from './permission-templates.js';
|
|
109
|
+
export * from './smart-scope.js';
|
|
110
|
+
export * from './smart-authorization-profile.js';
|
|
111
|
+
export * from './service-act-reasons.js';
|
|
112
|
+
export * from './same-as.js';
|
|
113
|
+
export * from './subject-identity.js';
|
|
114
|
+
export * from './connected-device-fhir-r4.js';
|
|
115
|
+
export * from './subject-identity-binding.js';
|
|
116
|
+
export * from './activation-request.js';
|
|
117
|
+
export * from './actor-identifier.js';
|
|
118
|
+
export * from './vp-token.js';
|
|
119
|
+
export * from './vital-sign-day-batch.js';
|
|
120
|
+
export * from './wallet-mem.js';
|
|
121
|
+
export * from './wallet-memory-queue.js';
|
|
122
|
+
export * from './profile-outbox-memory-repository.js';
|
|
123
|
+
export * from './backend-message-manager-mem.js';
|
|
124
|
+
export * from './profile-manager-mem.js';
|
|
125
|
+
export * from './break-glass-policy.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { type IndividualSectionDescriptor } from '../constants/individual-sections';
|
|
2
|
-
import { type CodingDescriptor } from '../constants/vital-signs';
|
|
3
|
-
import type { IVaultRepository } from '../storage/IVaultRepository';
|
|
4
|
-
import { CommunicationAttachedBundleSession } from './communication-attached-bundle-session';
|
|
1
|
+
import { type IndividualSectionDescriptor } from '../constants/individual-sections.js';
|
|
2
|
+
import { type CodingDescriptor } from '../constants/vital-signs.js';
|
|
3
|
+
import type { IVaultRepository } from '../storage/IVaultRepository.js';
|
|
4
|
+
import { CommunicationAttachedBundleSession } from './communication-attached-bundle-session.js';
|
|
5
5
|
export type IndividualSectionManifest = Readonly<{
|
|
6
6
|
section: string;
|
|
7
7
|
collectionName: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IndividualOnboardingPdfDocumentReferenceClaims, IndividualOnboardingPdfDocumentReferenceEntry, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle } from '../models/individual-onboarding';
|
|
1
|
+
import type { IndividualOnboardingPdfDocumentReferenceClaims, IndividualOnboardingPdfDocumentReferenceEntry, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle } from '../models/individual-onboarding.js';
|
|
2
2
|
export declare function buildIndividualOnboardingPdfDocumentReferenceClaims(input: IndividualOnboardingPdfDocumentReferenceInput): IndividualOnboardingPdfDocumentReferenceClaims;
|
|
3
3
|
export declare function buildIndividualOnboardingPdfDocumentReferenceEntry(input: IndividualOnboardingPdfDocumentReferenceInput): IndividualOnboardingPdfDocumentReferenceEntry;
|
|
4
4
|
export declare function buildIndividualOnboardingPdfDraftBundle(input: IndividualOnboardingPdfDocumentReferenceInput): IndividualOnboardingPdfDraftBundle;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IndividualFormTemplateFields, IndividualOnboardingDraftInput, IndividualOnboardingDraftResult, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle, IndividualOnboardingPdfTemplateInput, IndividualOnboardingValidationResult, IndividualOrganizationKycPayload } from '../models/individual-onboarding';
|
|
1
|
+
import type { IndividualFormTemplateFields, IndividualOnboardingDraftInput, IndividualOnboardingDraftResult, IndividualOnboardingPdfDocumentReferenceInput, IndividualOnboardingPdfDraftBundle, IndividualOnboardingPdfTemplateInput, IndividualOnboardingValidationResult, IndividualOrganizationKycPayload } from '../models/individual-onboarding.js';
|
|
2
2
|
export type IndividualOnboardingKycFieldOptions = Readonly<{
|
|
3
3
|
self?: boolean;
|
|
4
4
|
controllerAlternateName?: string | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IndividualIndexServiceFormFields, IndividualOrganizationKycPayload } from '../models/individual-onboarding';
|
|
1
|
+
import type { IndividualIndexServiceFormFields, IndividualOrganizationKycPayload } from '../models/individual-onboarding.js';
|
|
2
2
|
export type IndividualOrganizationResolvedContact = Readonly<{
|
|
3
3
|
email?: string;
|
|
4
4
|
telephone?: string;
|