@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1758311895 → 2.0.0-alpha.0-rc.1758316655

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.
@@ -46,6 +46,4 @@ export type Location = {
46
46
  managingOrganization: Reference;
47
47
  /** Indicates the type of function performed at the location. */
48
48
  type: (CodeableConcept | null)[] | null;
49
- /** Operational status of the location. */
50
- status: string | null;
51
49
  };
@@ -1,5 +1,5 @@
1
1
  import { Endpoint } from "./endpoint.js";
2
- import { Address, CodeableConcept, ContactPoint, Identifier, Reference } from "./index.js";
2
+ import { Address, ContactPoint, Identifier, Reference } from "./index.js";
3
3
  /**
4
4
  * Represents a healthcare organization.
5
5
  *
@@ -20,12 +20,6 @@ export type Organization = {
20
20
  address: (Address | null)[] | null;
21
21
  /** Contact information */
22
22
  telecom: (ContactPoint | null)[] | null;
23
- /** Active status of the organization */
24
- active: boolean | null;
25
- /** The unique identifier for the organization resource */
26
- id: string | null;
27
- /** The type of the organization */
28
- type: Array<CodeableConcept | null> | null;
29
23
  };
30
24
  /**
31
25
  * Represents a healthcare organization.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "2.0.0-alpha.0-rc.1758311895",
3
+ "version": "2.0.0-alpha.0-rc.1758316655",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",