@sijilaty/ehr-sdk 1.0.1 → 1.0.2

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.
Files changed (89) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +6 -6
  3. package/dist/cjs/index.cjs +108 -108
  4. package/dist/cjs/index.cjs.map +3 -3
  5. package/dist/esm/index.js +108 -108
  6. package/dist/esm/index.js.map +3 -3
  7. package/dist/types/client/client.d.ts +8 -8
  8. package/dist/types/client/client.d.ts.map +1 -1
  9. package/dist/types/config.d.ts +6 -6
  10. package/dist/types/config.d.ts.map +1 -1
  11. package/dist/types/errors/index.d.ts +2 -2
  12. package/dist/types/errors/index.d.ts.map +1 -1
  13. package/dist/types/index.d.ts +12 -12
  14. package/dist/types/index.d.ts.map +1 -1
  15. package/dist/types/resources/classes/application.d.ts +16 -16
  16. package/dist/types/resources/classes/application.d.ts.map +1 -1
  17. package/dist/types/resources/classes/charge.d.ts +5 -5
  18. package/dist/types/resources/classes/charge.d.ts.map +1 -1
  19. package/dist/types/resources/classes/conversation-ext.d.ts +1 -1
  20. package/dist/types/resources/classes/conversation.d.ts +14 -14
  21. package/dist/types/resources/classes/conversation.d.ts.map +1 -1
  22. package/dist/types/resources/classes/developer.d.ts +18 -18
  23. package/dist/types/resources/classes/developer.d.ts.map +1 -1
  24. package/dist/types/resources/classes/erx.d.ts +22 -22
  25. package/dist/types/resources/classes/erx.d.ts.map +1 -1
  26. package/dist/types/resources/classes/fax.d.ts +10 -10
  27. package/dist/types/resources/classes/fax.d.ts.map +1 -1
  28. package/dist/types/resources/classes/fhir-ext.d.ts +28 -28
  29. package/dist/types/resources/classes/fhir-ext.d.ts.map +1 -1
  30. package/dist/types/resources/classes/fhir.d.ts +3 -3
  31. package/dist/types/resources/classes/fhir.d.ts.map +1 -1
  32. package/dist/types/resources/classes/index.d.ts +4 -4
  33. package/dist/types/resources/classes/index.d.ts.map +1 -1
  34. package/dist/types/resources/classes/lab.d.ts +17 -17
  35. package/dist/types/resources/classes/lab.d.ts.map +1 -1
  36. package/dist/types/resources/classes/m2m.d.ts +22 -22
  37. package/dist/types/resources/classes/m2m.d.ts.map +1 -1
  38. package/dist/types/resources/classes/messaging.d.ts +4 -4
  39. package/dist/types/resources/classes/messaging.d.ts.map +1 -1
  40. package/dist/types/resources/classes/paymentMethod.d.ts +7 -7
  41. package/dist/types/resources/classes/paymentMethod.d.ts.map +1 -1
  42. package/dist/types/resources/classes/project.d.ts +9 -9
  43. package/dist/types/resources/classes/project.d.ts.map +1 -1
  44. package/dist/types/resources/classes/rcm-ext.d.ts +2 -2
  45. package/dist/types/resources/classes/rcm-ext.d.ts.map +1 -1
  46. package/dist/types/resources/classes/rcm.d.ts +10 -10
  47. package/dist/types/resources/classes/rcm.d.ts.map +1 -1
  48. package/dist/types/resources/classes/role.d.ts +13 -13
  49. package/dist/types/resources/classes/role.d.ts.map +1 -1
  50. package/dist/types/resources/classes/secret.d.ts +7 -7
  51. package/dist/types/resources/classes/secret.d.ts.map +1 -1
  52. package/dist/types/resources/classes/telemed.d.ts +6 -6
  53. package/dist/types/resources/classes/telemed.d.ts.map +1 -1
  54. package/dist/types/resources/classes/terminology.d.ts +5 -5
  55. package/dist/types/resources/classes/terminology.d.ts.map +1 -1
  56. package/dist/types/resources/classes/transactionalSMS.d.ts +5 -5
  57. package/dist/types/resources/classes/transactionalSMS.d.ts.map +1 -1
  58. package/dist/types/resources/classes/user.d.ts +26 -26
  59. package/dist/types/resources/classes/user.d.ts.map +1 -1
  60. package/dist/types/resources/classes/version.d.ts +4 -4
  61. package/dist/types/resources/classes/version.d.ts.map +1 -1
  62. package/dist/types/resources/classes/z3-ext.d.ts +1 -1
  63. package/dist/types/resources/classes/z3.d.ts +16 -16
  64. package/dist/types/resources/classes/z3.d.ts.map +1 -1
  65. package/dist/types/resources/classes/zambda.d.ts +21 -21
  66. package/dist/types/resources/classes/zambda.d.ts.map +1 -1
  67. package/dist/types/resources/classes/zambdaLogStream.d.ts +9 -9
  68. package/dist/types/resources/classes/zambdaLogStream.d.ts.map +1 -1
  69. package/dist/types/resources/types/Application.d.ts +6 -6
  70. package/dist/types/resources/types/ApplicationCreateParams.d.ts +6 -6
  71. package/dist/types/resources/types/ApplicationUpdateParams.d.ts +6 -6
  72. package/dist/types/resources/types/ConversationAddParticipantParams.d.ts +1 -1
  73. package/dist/types/resources/types/ConversationCreateResponse.d.ts +1 -1
  74. package/dist/types/resources/types/ConversationRemoveParticipantParams.d.ts +1 -1
  75. package/dist/types/resources/types/FaxSendParams.d.ts +1 -1
  76. package/dist/types/resources/types/FaxSendResponse.d.ts +1 -1
  77. package/dist/types/resources/types/LabOrderSubmitParams.d.ts +2 -2
  78. package/dist/types/resources/types/LabRoute.d.ts +5 -5
  79. package/dist/types/resources/types/LabRouteCreateParams.d.ts +6 -6
  80. package/dist/types/resources/types/Secret.d.ts +1 -1
  81. package/dist/types/resources/types/SecretSetParams.d.ts +1 -1
  82. package/dist/types/resources/types/TelemedCreateMeetingParams.d.ts +1 -1
  83. package/dist/types/resources/types/TelemedCreateMeetingResponse.d.ts +1 -1
  84. package/dist/types/resources/types/ZambdaCreateParams.d.ts +1 -1
  85. package/dist/types/resources/types/ZambdaFunction.d.ts +1 -1
  86. package/dist/types/resources/types/ZambdaUpdateParams.d.ts +1 -1
  87. package/dist/types/sijil/config.d.ts +7 -7
  88. package/dist/types/sijil/config.d.ts.map +1 -1
  89. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  export interface ConversationRemoveParticipantParams {
2
2
  /**
3
- * A valid FHIR Encounter relative reference in the format: `Encounter/some-uuid`. This reference must be a valid Encounter in the FHIR store which has the https://extensions.fhir.oystehr.com/encounter-virtual-service-pre-release extension from being created by `POST /message/conversation`.
3
+ * A valid FHIR Encounter relative reference in the format: `Encounter/some-uuid`. This reference must be a valid Encounter in the FHIR store which has the https://extensions.fhir.sijil.com/encounter-virtual-service-pre-release extension from being created by `POST /message/conversation`.
4
4
  */
5
5
  encounterReference: string;
6
6
  /**
@@ -24,7 +24,7 @@ export interface FaxSendParams {
24
24
  */
25
25
  recipientNumber?: string;
26
26
  /**
27
- * The sender of the fax. This must be a valid FHIR HealthcareService, Organization, Patient, Practitioner, PractitionerRole, or RelatedPerson relative reference in the format: `the-resource-type/some-valid-uuid`. This reference must be a valid resource and have your [onboarded fax number](https://docs.oystehr.com/oystehr/services/fax/number/) in the `telecom` field with a `system` of `fax`.
27
+ * The sender of the fax. This must be a valid FHIR HealthcareService, Organization, Patient, Practitioner, PractitionerRole, or RelatedPerson relative reference in the format: `the-resource-type/some-valid-uuid`. This reference must be a valid resource and have your [onboarded fax number](https://docs.sijil.com/sijil/services/fax/number/) in the `telecom` field with a `system` of `fax`.
28
28
  */
29
29
  sender: string;
30
30
  }
@@ -4,7 +4,7 @@ import { Communication } from 'fhir/r4b';
4
4
  */
5
5
  export interface FaxSendResponse {
6
6
  /**
7
- * The FHIR Communication resource that represents the sent fax in the FHIR Store modified to include the https://extensions.fhir.oystehr.com/outbound-fax-status extension which holds the fax status that will be updated automatically. If a `recipientNumber` is used instead of a `recipient`, the resource will contain a contained Practitioner resource with the fax number.
7
+ * The FHIR Communication resource that represents the sent fax in the FHIR Store modified to include the https://extensions.fhir.sijil.com/outbound-fax-status extension which holds the fax status that will be updated automatically. If a `recipientNumber` is used instead of a `recipient`, the resource will contain a contained Practitioner resource with the fax number.
8
8
  */
9
9
  communicationResource: Communication;
10
10
  }
@@ -5,11 +5,11 @@ export interface LabOrderSubmitParams {
5
5
  */
6
6
  accountNumber: string;
7
7
  /**
8
- * Reference to a valid ServiceRequest FHIR resource representing an order. See [Submit Lab](https://docs.oystehr.com/oystehr/services/lab/submit-an-order/) for more details.
8
+ * Reference to a valid ServiceRequest FHIR resource representing an order. See [Submit Lab](https://docs.sijil.com/sijil/services/lab/submit-an-order/) for more details.
9
9
  */
10
10
  serviceRequest: string | string[];
11
11
  /**
12
- * A client-provided string used to identify all tests in an order. See [Submit Lab](https://docs.oystehr.com/oystehr/services/lab/submit-an-order/#client-provided-order-number/) for more details.
12
+ * A client-provided string used to identify all tests in an order. See [Submit Lab](https://docs.sijil.com/sijil/services/lab/submit-an-order/#client-provided-order-number/) for more details.
13
13
  */
14
14
  orderNumber?: string;
15
15
  }
@@ -16,11 +16,11 @@ export interface LabRoute {
16
16
  */
17
17
  labName?: string;
18
18
  /**
19
- * Name of the Primary (Practice or Provider depending on the Route). Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
19
+ * Name of the Primary (Practice or Provider depending on the Route). Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
20
20
  */
21
21
  primaryName?: string;
22
22
  /**
23
- * Address of the Primary. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
23
+ * Address of the Primary. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
24
24
  */
25
25
  primaryAddress?: {
26
26
  address1: string;
@@ -38,15 +38,15 @@ export interface LabRoute {
38
38
  */
39
39
  clientSiteId?: string;
40
40
  /**
41
- * String representing accepted End User License Agreement Version. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
41
+ * String representing accepted End User License Agreement Version. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
42
42
  */
43
43
  eulaVersion?: string;
44
44
  /**
45
- * Full name of the person who accepted the End User License Agreement. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
45
+ * Full name of the person who accepted the End User License Agreement. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
46
46
  */
47
47
  eulaAccepterFullName?: string;
48
48
  /**
49
- * Date and time (in UTC) when the End User License Agreement was accepted. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
49
+ * Date and time (in UTC) when the End User License Agreement was accepted. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
50
50
  */
51
51
  eulaAcceptanceDateTimeUtc?: string | null;
52
52
  }
@@ -9,11 +9,11 @@ export interface LabRouteCreateParams {
9
9
  */
10
10
  labGuid: string;
11
11
  /**
12
- * Name of the Primary (Practice or Provider depending on the Route). Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
12
+ * Name of the Primary (Practice or Provider depending on the Route). Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
13
13
  */
14
14
  primaryName?: string;
15
15
  /**
16
- * Address of the Primary. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
16
+ * Address of the Primary. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
17
17
  */
18
18
  primaryAddress?: {
19
19
  address1: string;
@@ -27,19 +27,19 @@ export interface LabRouteCreateParams {
27
27
  */
28
28
  primaryPhone?: string;
29
29
  /**
30
- * String representing accepted End User License Agreement Version. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
30
+ * String representing accepted End User License Agreement Version. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
31
31
  */
32
32
  eulaVersion?: string;
33
33
  /**
34
- * Name of individual who accepted the End User License Agreement. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
34
+ * Name of individual who accepted the End User License Agreement. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
35
35
  */
36
36
  eulaAccepterFullName?: string;
37
37
  /**
38
- * ISO string representing when the End User License Agreement was accepted. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
38
+ * ISO string representing when the End User License Agreement was accepted. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
39
39
  */
40
40
  eulaAcceptanceDateTimeUtc?: string;
41
41
  /**
42
- * Site ID for the Primary. ClientSiteID is assigned by the lab. This disambiguates instances where the same Account Number is used across multiple physical locations. Required for certain labs. See [Create Route](https://docs.oystehr.com/oystehr/services/lab/onboarding-a-lab/#create-route) for more details.
42
+ * Site ID for the Primary. ClientSiteID is assigned by the lab. This disambiguates instances where the same Account Number is used across multiple physical locations. Required for certain labs. See [Create Route](https://docs.sijil.com/sijil/services/lab/onboarding-a-lab/#create-route) for more details.
43
43
  */
44
44
  clientSiteId?: string;
45
45
  }
@@ -4,7 +4,7 @@ export interface Secret {
4
4
  */
5
5
  name: string;
6
6
  /**
7
- * The secret value. Common examples include M2M Client credentials used to call Oystehr APIs, and third-party API keys used to integrate with external systems.
7
+ * The secret value. Common examples include M2M Client credentials used to call Sijil APIs, and third-party API keys used to integrate with external systems.
8
8
  */
9
9
  value: string;
10
10
  }
@@ -4,7 +4,7 @@ export interface SecretSetParams {
4
4
  */
5
5
  name: string;
6
6
  /**
7
- * The secret value. Common examples include M2M Client credentials used to call Oystehr APIs, and third-party API keys used to integrate with external systems.
7
+ * The secret value. Common examples include M2M Client credentials used to call Sijil APIs, and third-party API keys used to integrate with external systems.
8
8
  */
9
9
  value: string;
10
10
  }
@@ -1,7 +1,7 @@
1
1
  import { Encounter } from 'fhir/r4b';
2
2
  export interface TelemedCreateMeetingParams {
3
3
  /**
4
- * Well formed Encounter with the https://extensions.fhir.oystehr.com/encounter-other-participants extension specified optionally.
4
+ * Well formed Encounter with the https://extensions.fhir.sijil.com/encounter-other-participants extension specified optionally.
5
5
  */
6
6
  encounter: Encounter;
7
7
  /**
@@ -4,7 +4,7 @@ import { Encounter } from 'fhir/r4b';
4
4
  */
5
5
  export interface TelemedCreateMeetingResponse {
6
6
  /**
7
- * Returns well formed Encounter with video meeting information in the https://extensions.fhir.oystehr.com/encounter-virtual-service-pre-release extension.
7
+ * Returns well formed Encounter with video meeting information in the https://extensions.fhir.sijil.com/encounter-virtual-service-pre-release extension.
8
8
  */
9
9
  encounter?: Encounter;
10
10
  }
@@ -5,7 +5,7 @@ export interface ZambdaCreateParams {
5
5
  */
6
6
  name: string;
7
7
  /**
8
- * The trigger method for the Zambda Function determines how the Function is invoked. Learn more about the different types here, https://docs.oystehr.com/oystehr/services/zambda/#types-of-zambdas.
8
+ * The trigger method for the Zambda Function determines how the Function is invoked. Learn more about the different types here, https://docs.sijil.com/sijil/services/zambda/#types-of-zambdas.
9
9
  */
10
10
  triggerMethod?: 'http_auth' | 'http_open' | 'subscription' | 'cron';
11
11
  schedule?: ZambdaSchedule;
@@ -14,7 +14,7 @@ export interface ZambdaFunction {
14
14
  */
15
15
  status: 'Draft' | 'Pending' | 'Active' | 'Failed' | 'Inactive' | 'Validating';
16
16
  /**
17
- * The trigger method for the Zambda Function determines how the Function is invoked. Learn more about the different types here, https://docs.oystehr.com/oystehr/services/zambda/#types-of-zambdas.
17
+ * The trigger method for the Zambda Function determines how the Function is invoked. Learn more about the different types here, https://docs.sijil.com/sijil/services/zambda/#types-of-zambdas.
18
18
  */
19
19
  triggerMethod: 'http_auth' | 'http_open' | 'subscription' | 'cron';
20
20
  schedule?: ZambdaSchedule;
@@ -5,7 +5,7 @@ export interface ZambdaUpdateParams {
5
5
  */
6
6
  name?: string;
7
7
  /**
8
- * The trigger method for the Zambda Function determines how the Function is invoked. Learn more about the different types here, https://docs.oystehr.com/oystehr/services/zambda/#types-of-zambdas.
8
+ * The trigger method for the Zambda Function determines how the Function is invoked. Learn more about the different types here, https://docs.sijil.com/sijil/services/zambda/#types-of-zambdas.
9
9
  */
10
10
  triggerMethod?: 'http_auth' | 'http_open' | 'subscription' | 'cron';
11
11
  schedule?: ZambdaSchedule;
@@ -1,5 +1,5 @@
1
- import type { OystehrConfig } from '../config';
2
- import { Oystehr } from '../resources/classes';
1
+ import type { SijilConfig } from '../config';
2
+ import { Sijil } from '../resources/classes';
3
3
  /** Browser or gateway base URL, e.g. http://localhost:8080 (demo-03) or http://localhost:8081 (Tyk). */
4
4
  export type SijilClientConfig = {
5
5
  apiBaseUrl: string;
@@ -7,15 +7,15 @@ export type SijilClientConfig = {
7
7
  projectId?: string;
8
8
  /** FHIR path prefix on the same host. Default `/fhir/r4` for Go; use `/fhir/R4` on Tyk open FHIR. */
9
9
  fhirPath?: string;
10
- } & Pick<OystehrConfig, 'logLevel' | 'fetch' | 'retry' | 'workspaceTag' | 'ignoreTags'>;
10
+ } & Pick<SijilConfig, 'logLevel' | 'fetch' | 'retry' | 'workspaceTag' | 'ignoreTags'>;
11
11
  /**
12
- * Maps a single Sijil API base URL to Oystehr-shaped service endpoints (Go gateway or Tyk).
12
+ * Maps a single Sijil API base URL to Sijil-shaped service endpoints (Go gateway or Tyk).
13
13
  */
14
- export declare function sijilServiceUrls(apiBaseUrl: string, fhirPath?: string): NonNullable<OystehrConfig['services']>;
14
+ export declare function sijilServiceUrls(apiBaseUrl: string, fhirPath?: string): NonNullable<SijilConfig['services']>;
15
15
  /**
16
- * Create an Oystehr-compatible client pointed at Sijil Go or Tyk instead of zapehr.com.
16
+ * Create an Sijil-compatible client pointed at Sijil Go or Tyk instead of zapehr.com.
17
17
  */
18
- export declare function createSijilClient(config: SijilClientConfig): Oystehr;
18
+ export declare function createSijilClient(config: SijilClientConfig): Sijil;
19
19
  /**
20
20
  * Read `import.meta.env.VITE_SIJIL_API_URL` when available (Vite apps).
21
21
  */
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/sijil/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,wGAAwG;AACxG,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qGAAqG;IACrG,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,IAAI,CAAC,aAAa,EAAE,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,YAAY,CAAC,CAAC;AAExF;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,SAAa,GAAG,WAAW,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,CAQlH;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAcpE;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,SAA0B,GAAG,MAAM,CAO7E"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/sijil/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,wGAAwG;AACxG,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qGAAqG;IACrG,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,GAAG,IAAI,CAAC,WAAW,EAAE,UAAU,GAAG,OAAO,GAAG,OAAO,GAAG,cAAc,GAAG,YAAY,CAAC,CAAC;AAEtF;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,SAAa,GAAG,WAAW,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC,CAQhH;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,iBAAiB,GAAG,KAAK,CAclE;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,QAAQ,SAA0B,GAAG,MAAM,CAO7E"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sijilaty/ehr-sdk",
3
- "version": "1.0.1",
4
- "description": "Sijil fork of the Oystehr TypeScript SDK — route zambda, FHIR, and project APIs through Tyk or the Sijil Go gateway",
3
+ "version": "1.0.2",
4
+ "description": "Sijil fork of the Sijil TypeScript SDK — route zambda, FHIR, and project APIs through Tyk or the Sijil Go gateway",
5
5
  "license": "MIT",
6
6
  "author": "Sijilaty",
7
7
  "repository": {
@@ -61,6 +61,6 @@
61
61
  "fhir",
62
62
  "zambda",
63
63
  "medplum",
64
- "oystehr"
64
+ "sijil"
65
65
  ]
66
66
  }