@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1754499306 → 2.0.0-alpha.0-rc.1754641589
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/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/schema.d.ts +5 -3
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -31582,6 +31582,8 @@ export type HumanName = {
|
|
|
31582
31582
|
* This may be provided instead of or as well as the specific parts.
|
|
31583
31583
|
*/
|
|
31584
31584
|
text?: Maybe<Scalars['String']['output']>;
|
|
31585
|
+
/** Identifies the purpose for this name. */
|
|
31586
|
+
use?: Maybe<Scalars['Code']['output']>;
|
|
31585
31587
|
};
|
|
31586
31588
|
export type HumanNameInput = {
|
|
31587
31589
|
/** The family name or surname. */
|
|
@@ -51755,7 +51757,7 @@ export type Quantity = {
|
|
|
51755
51757
|
id?: Maybe<Scalars['String']['output']>;
|
|
51756
51758
|
/** The identification of the system that provides the coded form of the unit. */
|
|
51757
51759
|
system?: Maybe<Scalars['URI']['output']>;
|
|
51758
|
-
/**
|
|
51760
|
+
/** The unit of measure for the value. */
|
|
51759
51761
|
unit?: Maybe<Scalars['String']['output']>;
|
|
51760
51762
|
/**
|
|
51761
51763
|
* The value of the measured amount. The value includes an implicit precision in
|
|
@@ -55658,7 +55660,7 @@ export type Range = {
|
|
|
55658
55660
|
*/
|
|
55659
55661
|
export type Ratio = {
|
|
55660
55662
|
__typename?: 'Ratio';
|
|
55661
|
-
/** The
|
|
55663
|
+
/** The denominator in the ratio. */
|
|
55662
55664
|
denominator?: Maybe<Quantity>;
|
|
55663
55665
|
/**
|
|
55664
55666
|
* May be used to represent additional information that is not part of the basic
|
|
@@ -55670,7 +55672,7 @@ export type Ratio = {
|
|
|
55670
55672
|
extension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
55671
55673
|
/** None */
|
|
55672
55674
|
id?: Maybe<Scalars['String']['output']>;
|
|
55673
|
-
/** The
|
|
55675
|
+
/** The numerator in the ratio. */
|
|
55674
55676
|
numerator?: Maybe<Quantity>;
|
|
55675
55677
|
};
|
|
55676
55678
|
/**
|