@icanbwell/bwell-sdk-ts 1.33.0 → 1.34.0
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/README.md +1 -1
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/api/base/health-data/health-manager.d.ts +12 -4
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.d.ts +10 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.js +35 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.d.ts +10 -0
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.js +35 -0
- package/dist/api/graphql-api/healthdata/graphql-health-manager.d.ts +6 -1
- package/dist/api/graphql-api/healthdata/graphql-health-manager.js +13 -7
- package/dist/graphql/operations/index.d.ts +13 -8
- package/dist/graphql/operations/index.js +129 -77
- package/dist/graphql/operations/types.d.ts +312 -589
- package/dist/graphql/schema.d.ts +16 -2
- package/dist/graphql/schema.js +15 -0
- package/package.json +1 -1
|
@@ -3215,8 +3215,7 @@ export type MedicationReferenceResourceFieldsFragment = {
|
|
|
3215
3215
|
} | null;
|
|
3216
3216
|
} | null;
|
|
3217
3217
|
itemReference: {
|
|
3218
|
-
|
|
3219
|
-
__typename: 'Medication';
|
|
3218
|
+
itemReferenceResource: {
|
|
3220
3219
|
resourceType: string | null;
|
|
3221
3220
|
identifier: Array<{
|
|
3222
3221
|
id: string | null;
|
|
@@ -3240,7 +3239,6 @@ export type MedicationReferenceResourceFieldsFragment = {
|
|
|
3240
3239
|
} | null> | null;
|
|
3241
3240
|
} | null;
|
|
3242
3241
|
} | {
|
|
3243
|
-
__typename: 'Substance';
|
|
3244
3242
|
resourceType: string | null;
|
|
3245
3243
|
id: string;
|
|
3246
3244
|
status: any | null;
|
|
@@ -3301,97 +3299,6 @@ export type MedicationReferenceResourceFieldsFragment = {
|
|
|
3301
3299
|
system: any | null;
|
|
3302
3300
|
} | null;
|
|
3303
3301
|
} | null> | null;
|
|
3304
|
-
ingredient: Array<{
|
|
3305
|
-
id: string | null;
|
|
3306
|
-
quantity: {
|
|
3307
|
-
numerator: {
|
|
3308
|
-
value: number | null;
|
|
3309
|
-
unit: string | null;
|
|
3310
|
-
code: any | null;
|
|
3311
|
-
comparator: any | null;
|
|
3312
|
-
system: any | null;
|
|
3313
|
-
} | null;
|
|
3314
|
-
denominator: {
|
|
3315
|
-
value: number | null;
|
|
3316
|
-
unit: string | null;
|
|
3317
|
-
code: any | null;
|
|
3318
|
-
comparator: any | null;
|
|
3319
|
-
system: any | null;
|
|
3320
|
-
} | null;
|
|
3321
|
-
} | null;
|
|
3322
|
-
substanceCodeableConcept: {
|
|
3323
|
-
text: string | null;
|
|
3324
|
-
coding: Array<{
|
|
3325
|
-
system: any | null;
|
|
3326
|
-
code: any | null;
|
|
3327
|
-
display: string | null;
|
|
3328
|
-
} | null> | null;
|
|
3329
|
-
} | null;
|
|
3330
|
-
substanceReference: {
|
|
3331
|
-
resource: {
|
|
3332
|
-
resourceType: string | null;
|
|
3333
|
-
id: string;
|
|
3334
|
-
status: any | null;
|
|
3335
|
-
description: string | null;
|
|
3336
|
-
text: {
|
|
3337
|
-
div: any | null;
|
|
3338
|
-
status: any | null;
|
|
3339
|
-
} | null;
|
|
3340
|
-
identifier: Array<{
|
|
3341
|
-
id: string | null;
|
|
3342
|
-
system: any | null;
|
|
3343
|
-
value: string | null;
|
|
3344
|
-
type: {
|
|
3345
|
-
text: string | null;
|
|
3346
|
-
coding: Array<{
|
|
3347
|
-
system: any | null;
|
|
3348
|
-
code: any | null;
|
|
3349
|
-
display: string | null;
|
|
3350
|
-
} | null> | null;
|
|
3351
|
-
} | null;
|
|
3352
|
-
} | null> | null;
|
|
3353
|
-
category: Array<{
|
|
3354
|
-
text: string | null;
|
|
3355
|
-
coding: Array<{
|
|
3356
|
-
system: any | null;
|
|
3357
|
-
code: any | null;
|
|
3358
|
-
display: string | null;
|
|
3359
|
-
} | null> | null;
|
|
3360
|
-
} | null> | null;
|
|
3361
|
-
code: {
|
|
3362
|
-
text: string | null;
|
|
3363
|
-
coding: Array<{
|
|
3364
|
-
system: any | null;
|
|
3365
|
-
code: any | null;
|
|
3366
|
-
display: string | null;
|
|
3367
|
-
} | null> | null;
|
|
3368
|
-
} | null;
|
|
3369
|
-
instance: Array<{
|
|
3370
|
-
expiry: any | null;
|
|
3371
|
-
identifier: {
|
|
3372
|
-
id: string | null;
|
|
3373
|
-
system: any | null;
|
|
3374
|
-
value: string | null;
|
|
3375
|
-
type: {
|
|
3376
|
-
text: string | null;
|
|
3377
|
-
coding: Array<{
|
|
3378
|
-
system: any | null;
|
|
3379
|
-
code: any | null;
|
|
3380
|
-
display: string | null;
|
|
3381
|
-
} | null> | null;
|
|
3382
|
-
} | null;
|
|
3383
|
-
} | null;
|
|
3384
|
-
quantity: {
|
|
3385
|
-
value: number | null;
|
|
3386
|
-
unit: string | null;
|
|
3387
|
-
code: any | null;
|
|
3388
|
-
comparator: any | null;
|
|
3389
|
-
system: any | null;
|
|
3390
|
-
} | null;
|
|
3391
|
-
} | null> | null;
|
|
3392
|
-
} | null;
|
|
3393
|
-
} | null;
|
|
3394
|
-
} | null> | null;
|
|
3395
3302
|
} | null;
|
|
3396
3303
|
} | null;
|
|
3397
3304
|
} | null> | null;
|
|
@@ -3456,8 +3363,7 @@ export type MedicationFieldsFragment = {
|
|
|
3456
3363
|
} | null;
|
|
3457
3364
|
} | null;
|
|
3458
3365
|
itemReference: {
|
|
3459
|
-
|
|
3460
|
-
__typename: 'Medication';
|
|
3366
|
+
itemReferenceResource: {
|
|
3461
3367
|
resourceType: string | null;
|
|
3462
3368
|
identifier: Array<{
|
|
3463
3369
|
id: string | null;
|
|
@@ -3481,7 +3387,6 @@ export type MedicationFieldsFragment = {
|
|
|
3481
3387
|
} | null> | null;
|
|
3482
3388
|
} | null;
|
|
3483
3389
|
} | {
|
|
3484
|
-
__typename: 'Substance';
|
|
3485
3390
|
resourceType: string | null;
|
|
3486
3391
|
id: string;
|
|
3487
3392
|
status: any | null;
|
|
@@ -3542,25 +3447,113 @@ export type MedicationFieldsFragment = {
|
|
|
3542
3447
|
system: any | null;
|
|
3543
3448
|
} | null;
|
|
3544
3449
|
} | null> | null;
|
|
3545
|
-
|
|
3450
|
+
} | null;
|
|
3451
|
+
} | null;
|
|
3452
|
+
} | null> | null;
|
|
3453
|
+
form: {
|
|
3454
|
+
text: string | null;
|
|
3455
|
+
coding: Array<{
|
|
3456
|
+
system: any | null;
|
|
3457
|
+
code: any | null;
|
|
3458
|
+
display: string | null;
|
|
3459
|
+
} | null> | null;
|
|
3460
|
+
} | null;
|
|
3461
|
+
};
|
|
3462
|
+
export type MedicationIngredientFieldsFragment = {
|
|
3463
|
+
isActive: boolean | null;
|
|
3464
|
+
itemCodeableConcept: {
|
|
3465
|
+
text: string | null;
|
|
3466
|
+
coding: Array<{
|
|
3467
|
+
system: any | null;
|
|
3468
|
+
code: any | null;
|
|
3469
|
+
display: string | null;
|
|
3470
|
+
} | null> | null;
|
|
3471
|
+
} | null;
|
|
3472
|
+
strength: {
|
|
3473
|
+
numerator: {
|
|
3474
|
+
value: number | null;
|
|
3475
|
+
unit: string | null;
|
|
3476
|
+
code: any | null;
|
|
3477
|
+
comparator: any | null;
|
|
3478
|
+
system: any | null;
|
|
3479
|
+
} | null;
|
|
3480
|
+
denominator: {
|
|
3481
|
+
value: number | null;
|
|
3482
|
+
unit: string | null;
|
|
3483
|
+
code: any | null;
|
|
3484
|
+
comparator: any | null;
|
|
3485
|
+
system: any | null;
|
|
3486
|
+
} | null;
|
|
3487
|
+
} | null;
|
|
3488
|
+
itemReference: {
|
|
3489
|
+
itemReferenceResource: {
|
|
3490
|
+
resourceType: string | null;
|
|
3491
|
+
identifier: Array<{
|
|
3492
|
+
id: string | null;
|
|
3493
|
+
system: any | null;
|
|
3494
|
+
value: string | null;
|
|
3495
|
+
type: {
|
|
3496
|
+
text: string | null;
|
|
3497
|
+
coding: Array<{
|
|
3498
|
+
system: any | null;
|
|
3499
|
+
code: any | null;
|
|
3500
|
+
display: string | null;
|
|
3501
|
+
} | null> | null;
|
|
3502
|
+
} | null;
|
|
3503
|
+
} | null> | null;
|
|
3504
|
+
code: {
|
|
3505
|
+
text: string | null;
|
|
3506
|
+
coding: Array<{
|
|
3507
|
+
system: any | null;
|
|
3508
|
+
code: any | null;
|
|
3509
|
+
display: string | null;
|
|
3510
|
+
} | null> | null;
|
|
3511
|
+
} | null;
|
|
3512
|
+
} | {
|
|
3513
|
+
resourceType: string | null;
|
|
3514
|
+
id: string;
|
|
3515
|
+
status: any | null;
|
|
3516
|
+
description: string | null;
|
|
3517
|
+
text: {
|
|
3518
|
+
div: any | null;
|
|
3519
|
+
status: any | null;
|
|
3520
|
+
} | null;
|
|
3521
|
+
identifier: Array<{
|
|
3522
|
+
id: string | null;
|
|
3523
|
+
system: any | null;
|
|
3524
|
+
value: string | null;
|
|
3525
|
+
type: {
|
|
3526
|
+
text: string | null;
|
|
3527
|
+
coding: Array<{
|
|
3528
|
+
system: any | null;
|
|
3529
|
+
code: any | null;
|
|
3530
|
+
display: string | null;
|
|
3531
|
+
} | null> | null;
|
|
3532
|
+
} | null;
|
|
3533
|
+
} | null> | null;
|
|
3534
|
+
category: Array<{
|
|
3535
|
+
text: string | null;
|
|
3536
|
+
coding: Array<{
|
|
3537
|
+
system: any | null;
|
|
3538
|
+
code: any | null;
|
|
3539
|
+
display: string | null;
|
|
3540
|
+
} | null> | null;
|
|
3541
|
+
} | null> | null;
|
|
3542
|
+
code: {
|
|
3543
|
+
text: string | null;
|
|
3544
|
+
coding: Array<{
|
|
3545
|
+
system: any | null;
|
|
3546
|
+
code: any | null;
|
|
3547
|
+
display: string | null;
|
|
3548
|
+
} | null> | null;
|
|
3549
|
+
} | null;
|
|
3550
|
+
instance: Array<{
|
|
3551
|
+
expiry: any | null;
|
|
3552
|
+
identifier: {
|
|
3546
3553
|
id: string | null;
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
|
|
3550
|
-
unit: string | null;
|
|
3551
|
-
code: any | null;
|
|
3552
|
-
comparator: any | null;
|
|
3553
|
-
system: any | null;
|
|
3554
|
-
} | null;
|
|
3555
|
-
denominator: {
|
|
3556
|
-
value: number | null;
|
|
3557
|
-
unit: string | null;
|
|
3558
|
-
code: any | null;
|
|
3559
|
-
comparator: any | null;
|
|
3560
|
-
system: any | null;
|
|
3561
|
-
} | null;
|
|
3562
|
-
} | null;
|
|
3563
|
-
substanceCodeableConcept: {
|
|
3554
|
+
system: any | null;
|
|
3555
|
+
value: string | null;
|
|
3556
|
+
type: {
|
|
3564
3557
|
text: string | null;
|
|
3565
3558
|
coding: Array<{
|
|
3566
3559
|
system: any | null;
|
|
@@ -3568,75 +3561,121 @@ export type MedicationFieldsFragment = {
|
|
|
3568
3561
|
display: string | null;
|
|
3569
3562
|
} | null> | null;
|
|
3570
3563
|
} | null;
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
coding: Array<{
|
|
3597
|
-
system: any | null;
|
|
3598
|
-
code: any | null;
|
|
3599
|
-
display: string | null;
|
|
3600
|
-
} | null> | null;
|
|
3601
|
-
} | null> | null;
|
|
3602
|
-
code: {
|
|
3603
|
-
text: string | null;
|
|
3604
|
-
coding: Array<{
|
|
3605
|
-
system: any | null;
|
|
3606
|
-
code: any | null;
|
|
3607
|
-
display: string | null;
|
|
3608
|
-
} | null> | null;
|
|
3609
|
-
} | null;
|
|
3610
|
-
instance: Array<{
|
|
3611
|
-
expiry: any | null;
|
|
3612
|
-
identifier: {
|
|
3613
|
-
id: string | null;
|
|
3614
|
-
system: any | null;
|
|
3615
|
-
value: string | null;
|
|
3616
|
-
type: {
|
|
3617
|
-
text: string | null;
|
|
3618
|
-
coding: Array<{
|
|
3619
|
-
system: any | null;
|
|
3620
|
-
code: any | null;
|
|
3621
|
-
display: string | null;
|
|
3622
|
-
} | null> | null;
|
|
3623
|
-
} | null;
|
|
3624
|
-
} | null;
|
|
3625
|
-
quantity: {
|
|
3626
|
-
value: number | null;
|
|
3627
|
-
unit: string | null;
|
|
3628
|
-
code: any | null;
|
|
3629
|
-
comparator: any | null;
|
|
3630
|
-
system: any | null;
|
|
3631
|
-
} | null;
|
|
3632
|
-
} | null> | null;
|
|
3633
|
-
} | null;
|
|
3634
|
-
} | null;
|
|
3564
|
+
} | null;
|
|
3565
|
+
quantity: {
|
|
3566
|
+
value: number | null;
|
|
3567
|
+
unit: string | null;
|
|
3568
|
+
code: any | null;
|
|
3569
|
+
comparator: any | null;
|
|
3570
|
+
system: any | null;
|
|
3571
|
+
} | null;
|
|
3572
|
+
} | null> | null;
|
|
3573
|
+
} | null;
|
|
3574
|
+
} | null;
|
|
3575
|
+
};
|
|
3576
|
+
export type MedicationIngredientItemReferenceResourceFieldsFragment = {
|
|
3577
|
+
itemReferenceResource: {
|
|
3578
|
+
resourceType: string | null;
|
|
3579
|
+
identifier: Array<{
|
|
3580
|
+
id: string | null;
|
|
3581
|
+
system: any | null;
|
|
3582
|
+
value: string | null;
|
|
3583
|
+
type: {
|
|
3584
|
+
text: string | null;
|
|
3585
|
+
coding: Array<{
|
|
3586
|
+
system: any | null;
|
|
3587
|
+
code: any | null;
|
|
3588
|
+
display: string | null;
|
|
3635
3589
|
} | null> | null;
|
|
3636
3590
|
} | null;
|
|
3591
|
+
} | null> | null;
|
|
3592
|
+
code: {
|
|
3593
|
+
text: string | null;
|
|
3594
|
+
coding: Array<{
|
|
3595
|
+
system: any | null;
|
|
3596
|
+
code: any | null;
|
|
3597
|
+
display: string | null;
|
|
3598
|
+
} | null> | null;
|
|
3599
|
+
} | null;
|
|
3600
|
+
} | {
|
|
3601
|
+
resourceType: string | null;
|
|
3602
|
+
id: string;
|
|
3603
|
+
status: any | null;
|
|
3604
|
+
description: string | null;
|
|
3605
|
+
text: {
|
|
3606
|
+
div: any | null;
|
|
3607
|
+
status: any | null;
|
|
3608
|
+
} | null;
|
|
3609
|
+
identifier: Array<{
|
|
3610
|
+
id: string | null;
|
|
3611
|
+
system: any | null;
|
|
3612
|
+
value: string | null;
|
|
3613
|
+
type: {
|
|
3614
|
+
text: string | null;
|
|
3615
|
+
coding: Array<{
|
|
3616
|
+
system: any | null;
|
|
3617
|
+
code: any | null;
|
|
3618
|
+
display: string | null;
|
|
3619
|
+
} | null> | null;
|
|
3620
|
+
} | null;
|
|
3621
|
+
} | null> | null;
|
|
3622
|
+
category: Array<{
|
|
3623
|
+
text: string | null;
|
|
3624
|
+
coding: Array<{
|
|
3625
|
+
system: any | null;
|
|
3626
|
+
code: any | null;
|
|
3627
|
+
display: string | null;
|
|
3628
|
+
} | null> | null;
|
|
3629
|
+
} | null> | null;
|
|
3630
|
+
code: {
|
|
3631
|
+
text: string | null;
|
|
3632
|
+
coding: Array<{
|
|
3633
|
+
system: any | null;
|
|
3634
|
+
code: any | null;
|
|
3635
|
+
display: string | null;
|
|
3636
|
+
} | null> | null;
|
|
3637
|
+
} | null;
|
|
3638
|
+
instance: Array<{
|
|
3639
|
+
expiry: any | null;
|
|
3640
|
+
identifier: {
|
|
3641
|
+
id: string | null;
|
|
3642
|
+
system: any | null;
|
|
3643
|
+
value: string | null;
|
|
3644
|
+
type: {
|
|
3645
|
+
text: string | null;
|
|
3646
|
+
coding: Array<{
|
|
3647
|
+
system: any | null;
|
|
3648
|
+
code: any | null;
|
|
3649
|
+
display: string | null;
|
|
3650
|
+
} | null> | null;
|
|
3651
|
+
} | null;
|
|
3652
|
+
} | null;
|
|
3653
|
+
quantity: {
|
|
3654
|
+
value: number | null;
|
|
3655
|
+
unit: string | null;
|
|
3656
|
+
code: any | null;
|
|
3657
|
+
comparator: any | null;
|
|
3658
|
+
system: any | null;
|
|
3659
|
+
} | null;
|
|
3660
|
+
} | null> | null;
|
|
3661
|
+
} | null;
|
|
3662
|
+
};
|
|
3663
|
+
export type MedicationIngredientItemReferenceFields_Medication_Fragment = {
|
|
3664
|
+
resourceType: string | null;
|
|
3665
|
+
identifier: Array<{
|
|
3666
|
+
id: string | null;
|
|
3667
|
+
system: any | null;
|
|
3668
|
+
value: string | null;
|
|
3669
|
+
type: {
|
|
3670
|
+
text: string | null;
|
|
3671
|
+
coding: Array<{
|
|
3672
|
+
system: any | null;
|
|
3673
|
+
code: any | null;
|
|
3674
|
+
display: string | null;
|
|
3675
|
+
} | null> | null;
|
|
3637
3676
|
} | null;
|
|
3638
3677
|
} | null> | null;
|
|
3639
|
-
|
|
3678
|
+
code: {
|
|
3640
3679
|
text: string | null;
|
|
3641
3680
|
coding: Array<{
|
|
3642
3681
|
system: any | null;
|
|
@@ -3645,7 +3684,7 @@ export type MedicationFieldsFragment = {
|
|
|
3645
3684
|
} | null> | null;
|
|
3646
3685
|
} | null;
|
|
3647
3686
|
};
|
|
3648
|
-
export type
|
|
3687
|
+
export type MedicationIngredientItemReferenceFields_Substance_Fragment = {
|
|
3649
3688
|
resourceType: string | null;
|
|
3650
3689
|
id: string;
|
|
3651
3690
|
status: any | null;
|
|
@@ -3706,25 +3745,15 @@ export type SubstanceFieldsFragment = {
|
|
|
3706
3745
|
system: any | null;
|
|
3707
3746
|
} | null;
|
|
3708
3747
|
} | null> | null;
|
|
3709
|
-
|
|
3748
|
+
};
|
|
3749
|
+
export type MedicationIngredientItemReferenceFieldsFragment = MedicationIngredientItemReferenceFields_Medication_Fragment | MedicationIngredientItemReferenceFields_Substance_Fragment;
|
|
3750
|
+
export type MedicationIngredientItemReferenceMedicationFieldsFragment = {
|
|
3751
|
+
resourceType: string | null;
|
|
3752
|
+
identifier: Array<{
|
|
3710
3753
|
id: string | null;
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
unit: string | null;
|
|
3715
|
-
code: any | null;
|
|
3716
|
-
comparator: any | null;
|
|
3717
|
-
system: any | null;
|
|
3718
|
-
} | null;
|
|
3719
|
-
denominator: {
|
|
3720
|
-
value: number | null;
|
|
3721
|
-
unit: string | null;
|
|
3722
|
-
code: any | null;
|
|
3723
|
-
comparator: any | null;
|
|
3724
|
-
system: any | null;
|
|
3725
|
-
} | null;
|
|
3726
|
-
} | null;
|
|
3727
|
-
substanceCodeableConcept: {
|
|
3754
|
+
system: any | null;
|
|
3755
|
+
value: string | null;
|
|
3756
|
+
type: {
|
|
3728
3757
|
text: string | null;
|
|
3729
3758
|
coding: Array<{
|
|
3730
3759
|
system: any | null;
|
|
@@ -3732,75 +3761,26 @@ export type SubstanceFieldsFragment = {
|
|
|
3732
3761
|
display: string | null;
|
|
3733
3762
|
} | null> | null;
|
|
3734
3763
|
} | null;
|
|
3735
|
-
substanceReference: {
|
|
3736
|
-
resource: {
|
|
3737
|
-
resourceType: string | null;
|
|
3738
|
-
id: string;
|
|
3739
|
-
status: any | null;
|
|
3740
|
-
description: string | null;
|
|
3741
|
-
text: {
|
|
3742
|
-
div: any | null;
|
|
3743
|
-
status: any | null;
|
|
3744
|
-
} | null;
|
|
3745
|
-
identifier: Array<{
|
|
3746
|
-
id: string | null;
|
|
3747
|
-
system: any | null;
|
|
3748
|
-
value: string | null;
|
|
3749
|
-
type: {
|
|
3750
|
-
text: string | null;
|
|
3751
|
-
coding: Array<{
|
|
3752
|
-
system: any | null;
|
|
3753
|
-
code: any | null;
|
|
3754
|
-
display: string | null;
|
|
3755
|
-
} | null> | null;
|
|
3756
|
-
} | null;
|
|
3757
|
-
} | null> | null;
|
|
3758
|
-
category: Array<{
|
|
3759
|
-
text: string | null;
|
|
3760
|
-
coding: Array<{
|
|
3761
|
-
system: any | null;
|
|
3762
|
-
code: any | null;
|
|
3763
|
-
display: string | null;
|
|
3764
|
-
} | null> | null;
|
|
3765
|
-
} | null> | null;
|
|
3766
|
-
code: {
|
|
3767
|
-
text: string | null;
|
|
3768
|
-
coding: Array<{
|
|
3769
|
-
system: any | null;
|
|
3770
|
-
code: any | null;
|
|
3771
|
-
display: string | null;
|
|
3772
|
-
} | null> | null;
|
|
3773
|
-
} | null;
|
|
3774
|
-
instance: Array<{
|
|
3775
|
-
expiry: any | null;
|
|
3776
|
-
identifier: {
|
|
3777
|
-
id: string | null;
|
|
3778
|
-
system: any | null;
|
|
3779
|
-
value: string | null;
|
|
3780
|
-
type: {
|
|
3781
|
-
text: string | null;
|
|
3782
|
-
coding: Array<{
|
|
3783
|
-
system: any | null;
|
|
3784
|
-
code: any | null;
|
|
3785
|
-
display: string | null;
|
|
3786
|
-
} | null> | null;
|
|
3787
|
-
} | null;
|
|
3788
|
-
} | null;
|
|
3789
|
-
quantity: {
|
|
3790
|
-
value: number | null;
|
|
3791
|
-
unit: string | null;
|
|
3792
|
-
code: any | null;
|
|
3793
|
-
comparator: any | null;
|
|
3794
|
-
system: any | null;
|
|
3795
|
-
} | null;
|
|
3796
|
-
} | null> | null;
|
|
3797
|
-
} | null;
|
|
3798
|
-
} | null;
|
|
3799
3764
|
} | null> | null;
|
|
3765
|
+
code: {
|
|
3766
|
+
text: string | null;
|
|
3767
|
+
coding: Array<{
|
|
3768
|
+
system: any | null;
|
|
3769
|
+
code: any | null;
|
|
3770
|
+
display: string | null;
|
|
3771
|
+
} | null> | null;
|
|
3772
|
+
} | null;
|
|
3800
3773
|
};
|
|
3801
|
-
export type
|
|
3802
|
-
|
|
3803
|
-
|
|
3774
|
+
export type MedicationIngredientItemReferenceSubstanceFieldsFragment = {
|
|
3775
|
+
resourceType: string | null;
|
|
3776
|
+
id: string;
|
|
3777
|
+
status: any | null;
|
|
3778
|
+
description: string | null;
|
|
3779
|
+
text: {
|
|
3780
|
+
div: any | null;
|
|
3781
|
+
status: any | null;
|
|
3782
|
+
} | null;
|
|
3783
|
+
identifier: Array<{
|
|
3804
3784
|
id: string | null;
|
|
3805
3785
|
system: any | null;
|
|
3806
3786
|
value: string | null;
|
|
@@ -3812,34 +3792,16 @@ export type SubstanceInstanceFieldsFragment = {
|
|
|
3812
3792
|
display: string | null;
|
|
3813
3793
|
} | null> | null;
|
|
3814
3794
|
} | null;
|
|
3815
|
-
} | null;
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
code: any | null;
|
|
3820
|
-
comparator: any | null;
|
|
3821
|
-
system: any | null;
|
|
3822
|
-
} | null;
|
|
3823
|
-
};
|
|
3824
|
-
export type SubstanceIngredientFieldsFragment = {
|
|
3825
|
-
id: string | null;
|
|
3826
|
-
quantity: {
|
|
3827
|
-
numerator: {
|
|
3828
|
-
value: number | null;
|
|
3829
|
-
unit: string | null;
|
|
3830
|
-
code: any | null;
|
|
3831
|
-
comparator: any | null;
|
|
3795
|
+
} | null> | null;
|
|
3796
|
+
category: Array<{
|
|
3797
|
+
text: string | null;
|
|
3798
|
+
coding: Array<{
|
|
3832
3799
|
system: any | null;
|
|
3833
|
-
} | null;
|
|
3834
|
-
denominator: {
|
|
3835
|
-
value: number | null;
|
|
3836
|
-
unit: string | null;
|
|
3837
3800
|
code: any | null;
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
substanceCodeableConcept: {
|
|
3801
|
+
display: string | null;
|
|
3802
|
+
} | null> | null;
|
|
3803
|
+
} | null> | null;
|
|
3804
|
+
code: {
|
|
3843
3805
|
text: string | null;
|
|
3844
3806
|
coding: Array<{
|
|
3845
3807
|
system: any | null;
|
|
@@ -3847,82 +3809,9 @@ export type SubstanceIngredientFieldsFragment = {
|
|
|
3847
3809
|
display: string | null;
|
|
3848
3810
|
} | null> | null;
|
|
3849
3811
|
} | null;
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
id: string;
|
|
3854
|
-
status: any | null;
|
|
3855
|
-
description: string | null;
|
|
3856
|
-
text: {
|
|
3857
|
-
div: any | null;
|
|
3858
|
-
status: any | null;
|
|
3859
|
-
} | null;
|
|
3860
|
-
identifier: Array<{
|
|
3861
|
-
id: string | null;
|
|
3862
|
-
system: any | null;
|
|
3863
|
-
value: string | null;
|
|
3864
|
-
type: {
|
|
3865
|
-
text: string | null;
|
|
3866
|
-
coding: Array<{
|
|
3867
|
-
system: any | null;
|
|
3868
|
-
code: any | null;
|
|
3869
|
-
display: string | null;
|
|
3870
|
-
} | null> | null;
|
|
3871
|
-
} | null;
|
|
3872
|
-
} | null> | null;
|
|
3873
|
-
category: Array<{
|
|
3874
|
-
text: string | null;
|
|
3875
|
-
coding: Array<{
|
|
3876
|
-
system: any | null;
|
|
3877
|
-
code: any | null;
|
|
3878
|
-
display: string | null;
|
|
3879
|
-
} | null> | null;
|
|
3880
|
-
} | null> | null;
|
|
3881
|
-
code: {
|
|
3882
|
-
text: string | null;
|
|
3883
|
-
coding: Array<{
|
|
3884
|
-
system: any | null;
|
|
3885
|
-
code: any | null;
|
|
3886
|
-
display: string | null;
|
|
3887
|
-
} | null> | null;
|
|
3888
|
-
} | null;
|
|
3889
|
-
instance: Array<{
|
|
3890
|
-
expiry: any | null;
|
|
3891
|
-
identifier: {
|
|
3892
|
-
id: string | null;
|
|
3893
|
-
system: any | null;
|
|
3894
|
-
value: string | null;
|
|
3895
|
-
type: {
|
|
3896
|
-
text: string | null;
|
|
3897
|
-
coding: Array<{
|
|
3898
|
-
system: any | null;
|
|
3899
|
-
code: any | null;
|
|
3900
|
-
display: string | null;
|
|
3901
|
-
} | null> | null;
|
|
3902
|
-
} | null;
|
|
3903
|
-
} | null;
|
|
3904
|
-
quantity: {
|
|
3905
|
-
value: number | null;
|
|
3906
|
-
unit: string | null;
|
|
3907
|
-
code: any | null;
|
|
3908
|
-
comparator: any | null;
|
|
3909
|
-
system: any | null;
|
|
3910
|
-
} | null;
|
|
3911
|
-
} | null> | null;
|
|
3912
|
-
} | null;
|
|
3913
|
-
} | null;
|
|
3914
|
-
};
|
|
3915
|
-
export type SubstanceIngredientSubstanceReferenceFieldsFragment = {
|
|
3916
|
-
resource: {
|
|
3917
|
-
resourceType: string | null;
|
|
3918
|
-
id: string;
|
|
3919
|
-
status: any | null;
|
|
3920
|
-
description: string | null;
|
|
3921
|
-
text: {
|
|
3922
|
-
div: any | null;
|
|
3923
|
-
status: any | null;
|
|
3924
|
-
} | null;
|
|
3925
|
-
identifier: Array<{
|
|
3812
|
+
instance: Array<{
|
|
3813
|
+
expiry: any | null;
|
|
3814
|
+
identifier: {
|
|
3926
3815
|
id: string | null;
|
|
3927
3816
|
system: any | null;
|
|
3928
3817
|
value: string | null;
|
|
@@ -3934,16 +3823,23 @@ export type SubstanceIngredientSubstanceReferenceFieldsFragment = {
|
|
|
3934
3823
|
display: string | null;
|
|
3935
3824
|
} | null> | null;
|
|
3936
3825
|
} | null;
|
|
3937
|
-
} | null
|
|
3938
|
-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3826
|
+
} | null;
|
|
3827
|
+
quantity: {
|
|
3828
|
+
value: number | null;
|
|
3829
|
+
unit: string | null;
|
|
3830
|
+
code: any | null;
|
|
3831
|
+
comparator: any | null;
|
|
3832
|
+
system: any | null;
|
|
3833
|
+
} | null;
|
|
3834
|
+
} | null> | null;
|
|
3835
|
+
};
|
|
3836
|
+
export type SubstanceInstanceFieldsFragment = {
|
|
3837
|
+
expiry: any | null;
|
|
3838
|
+
identifier: {
|
|
3839
|
+
id: string | null;
|
|
3840
|
+
system: any | null;
|
|
3841
|
+
value: string | null;
|
|
3842
|
+
type: {
|
|
3947
3843
|
text: string | null;
|
|
3948
3844
|
coding: Array<{
|
|
3949
3845
|
system: any | null;
|
|
@@ -3951,29 +3847,13 @@ export type SubstanceIngredientSubstanceReferenceFieldsFragment = {
|
|
|
3951
3847
|
display: string | null;
|
|
3952
3848
|
} | null> | null;
|
|
3953
3849
|
} | null;
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
text: string | null;
|
|
3962
|
-
coding: Array<{
|
|
3963
|
-
system: any | null;
|
|
3964
|
-
code: any | null;
|
|
3965
|
-
display: string | null;
|
|
3966
|
-
} | null> | null;
|
|
3967
|
-
} | null;
|
|
3968
|
-
} | null;
|
|
3969
|
-
quantity: {
|
|
3970
|
-
value: number | null;
|
|
3971
|
-
unit: string | null;
|
|
3972
|
-
code: any | null;
|
|
3973
|
-
comparator: any | null;
|
|
3974
|
-
system: any | null;
|
|
3975
|
-
} | null;
|
|
3976
|
-
} | null> | null;
|
|
3850
|
+
} | null;
|
|
3851
|
+
quantity: {
|
|
3852
|
+
value: number | null;
|
|
3853
|
+
unit: string | null;
|
|
3854
|
+
code: any | null;
|
|
3855
|
+
comparator: any | null;
|
|
3856
|
+
system: any | null;
|
|
3977
3857
|
} | null;
|
|
3978
3858
|
};
|
|
3979
3859
|
export type DosageFieldsFragment = {
|
|
@@ -13426,8 +13306,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13426
13306
|
} | null;
|
|
13427
13307
|
} | null;
|
|
13428
13308
|
itemReference: {
|
|
13429
|
-
|
|
13430
|
-
__typename: 'Medication';
|
|
13309
|
+
itemReferenceResource: {
|
|
13431
13310
|
resourceType: string | null;
|
|
13432
13311
|
identifier: Array<{
|
|
13433
13312
|
id: string | null;
|
|
@@ -13451,7 +13330,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13451
13330
|
} | null> | null;
|
|
13452
13331
|
} | null;
|
|
13453
13332
|
} | {
|
|
13454
|
-
__typename: 'Substance';
|
|
13455
13333
|
resourceType: string | null;
|
|
13456
13334
|
id: string;
|
|
13457
13335
|
status: any | null;
|
|
@@ -13512,97 +13390,6 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13512
13390
|
system: any | null;
|
|
13513
13391
|
} | null;
|
|
13514
13392
|
} | null> | null;
|
|
13515
|
-
ingredient: Array<{
|
|
13516
|
-
id: string | null;
|
|
13517
|
-
quantity: {
|
|
13518
|
-
numerator: {
|
|
13519
|
-
value: number | null;
|
|
13520
|
-
unit: string | null;
|
|
13521
|
-
code: any | null;
|
|
13522
|
-
comparator: any | null;
|
|
13523
|
-
system: any | null;
|
|
13524
|
-
} | null;
|
|
13525
|
-
denominator: {
|
|
13526
|
-
value: number | null;
|
|
13527
|
-
unit: string | null;
|
|
13528
|
-
code: any | null;
|
|
13529
|
-
comparator: any | null;
|
|
13530
|
-
system: any | null;
|
|
13531
|
-
} | null;
|
|
13532
|
-
} | null;
|
|
13533
|
-
substanceCodeableConcept: {
|
|
13534
|
-
text: string | null;
|
|
13535
|
-
coding: Array<{
|
|
13536
|
-
system: any | null;
|
|
13537
|
-
code: any | null;
|
|
13538
|
-
display: string | null;
|
|
13539
|
-
} | null> | null;
|
|
13540
|
-
} | null;
|
|
13541
|
-
substanceReference: {
|
|
13542
|
-
resource: {
|
|
13543
|
-
resourceType: string | null;
|
|
13544
|
-
id: string;
|
|
13545
|
-
status: any | null;
|
|
13546
|
-
description: string | null;
|
|
13547
|
-
text: {
|
|
13548
|
-
div: any | null;
|
|
13549
|
-
status: any | null;
|
|
13550
|
-
} | null;
|
|
13551
|
-
identifier: Array<{
|
|
13552
|
-
id: string | null;
|
|
13553
|
-
system: any | null;
|
|
13554
|
-
value: string | null;
|
|
13555
|
-
type: {
|
|
13556
|
-
text: string | null;
|
|
13557
|
-
coding: Array<{
|
|
13558
|
-
system: any | null;
|
|
13559
|
-
code: any | null;
|
|
13560
|
-
display: string | null;
|
|
13561
|
-
} | null> | null;
|
|
13562
|
-
} | null;
|
|
13563
|
-
} | null> | null;
|
|
13564
|
-
category: Array<{
|
|
13565
|
-
text: string | null;
|
|
13566
|
-
coding: Array<{
|
|
13567
|
-
system: any | null;
|
|
13568
|
-
code: any | null;
|
|
13569
|
-
display: string | null;
|
|
13570
|
-
} | null> | null;
|
|
13571
|
-
} | null> | null;
|
|
13572
|
-
code: {
|
|
13573
|
-
text: string | null;
|
|
13574
|
-
coding: Array<{
|
|
13575
|
-
system: any | null;
|
|
13576
|
-
code: any | null;
|
|
13577
|
-
display: string | null;
|
|
13578
|
-
} | null> | null;
|
|
13579
|
-
} | null;
|
|
13580
|
-
instance: Array<{
|
|
13581
|
-
expiry: any | null;
|
|
13582
|
-
identifier: {
|
|
13583
|
-
id: string | null;
|
|
13584
|
-
system: any | null;
|
|
13585
|
-
value: string | null;
|
|
13586
|
-
type: {
|
|
13587
|
-
text: string | null;
|
|
13588
|
-
coding: Array<{
|
|
13589
|
-
system: any | null;
|
|
13590
|
-
code: any | null;
|
|
13591
|
-
display: string | null;
|
|
13592
|
-
} | null> | null;
|
|
13593
|
-
} | null;
|
|
13594
|
-
} | null;
|
|
13595
|
-
quantity: {
|
|
13596
|
-
value: number | null;
|
|
13597
|
-
unit: string | null;
|
|
13598
|
-
code: any | null;
|
|
13599
|
-
comparator: any | null;
|
|
13600
|
-
system: any | null;
|
|
13601
|
-
} | null;
|
|
13602
|
-
} | null> | null;
|
|
13603
|
-
} | null;
|
|
13604
|
-
} | null;
|
|
13605
|
-
} | null> | null;
|
|
13606
13393
|
} | null;
|
|
13607
13394
|
} | null;
|
|
13608
13395
|
} | null> | null;
|
|
@@ -14535,8 +14322,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14535
14322
|
} | null;
|
|
14536
14323
|
} | null;
|
|
14537
14324
|
itemReference: {
|
|
14538
|
-
|
|
14539
|
-
__typename: 'Medication';
|
|
14325
|
+
itemReferenceResource: {
|
|
14540
14326
|
resourceType: string | null;
|
|
14541
14327
|
identifier: Array<{
|
|
14542
14328
|
id: string | null;
|
|
@@ -14560,7 +14346,6 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14560
14346
|
} | null> | null;
|
|
14561
14347
|
} | null;
|
|
14562
14348
|
} | {
|
|
14563
|
-
__typename: 'Substance';
|
|
14564
14349
|
resourceType: string | null;
|
|
14565
14350
|
id: string;
|
|
14566
14351
|
status: any | null;
|
|
@@ -14621,97 +14406,6 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14621
14406
|
system: any | null;
|
|
14622
14407
|
} | null;
|
|
14623
14408
|
} | null> | null;
|
|
14624
|
-
ingredient: Array<{
|
|
14625
|
-
id: string | null;
|
|
14626
|
-
quantity: {
|
|
14627
|
-
numerator: {
|
|
14628
|
-
value: number | null;
|
|
14629
|
-
unit: string | null;
|
|
14630
|
-
code: any | null;
|
|
14631
|
-
comparator: any | null;
|
|
14632
|
-
system: any | null;
|
|
14633
|
-
} | null;
|
|
14634
|
-
denominator: {
|
|
14635
|
-
value: number | null;
|
|
14636
|
-
unit: string | null;
|
|
14637
|
-
code: any | null;
|
|
14638
|
-
comparator: any | null;
|
|
14639
|
-
system: any | null;
|
|
14640
|
-
} | null;
|
|
14641
|
-
} | null;
|
|
14642
|
-
substanceCodeableConcept: {
|
|
14643
|
-
text: string | null;
|
|
14644
|
-
coding: Array<{
|
|
14645
|
-
system: any | null;
|
|
14646
|
-
code: any | null;
|
|
14647
|
-
display: string | null;
|
|
14648
|
-
} | null> | null;
|
|
14649
|
-
} | null;
|
|
14650
|
-
substanceReference: {
|
|
14651
|
-
resource: {
|
|
14652
|
-
resourceType: string | null;
|
|
14653
|
-
id: string;
|
|
14654
|
-
status: any | null;
|
|
14655
|
-
description: string | null;
|
|
14656
|
-
text: {
|
|
14657
|
-
div: any | null;
|
|
14658
|
-
status: any | null;
|
|
14659
|
-
} | null;
|
|
14660
|
-
identifier: Array<{
|
|
14661
|
-
id: string | null;
|
|
14662
|
-
system: any | null;
|
|
14663
|
-
value: string | null;
|
|
14664
|
-
type: {
|
|
14665
|
-
text: string | null;
|
|
14666
|
-
coding: Array<{
|
|
14667
|
-
system: any | null;
|
|
14668
|
-
code: any | null;
|
|
14669
|
-
display: string | null;
|
|
14670
|
-
} | null> | null;
|
|
14671
|
-
} | null;
|
|
14672
|
-
} | null> | null;
|
|
14673
|
-
category: Array<{
|
|
14674
|
-
text: string | null;
|
|
14675
|
-
coding: Array<{
|
|
14676
|
-
system: any | null;
|
|
14677
|
-
code: any | null;
|
|
14678
|
-
display: string | null;
|
|
14679
|
-
} | null> | null;
|
|
14680
|
-
} | null> | null;
|
|
14681
|
-
code: {
|
|
14682
|
-
text: string | null;
|
|
14683
|
-
coding: Array<{
|
|
14684
|
-
system: any | null;
|
|
14685
|
-
code: any | null;
|
|
14686
|
-
display: string | null;
|
|
14687
|
-
} | null> | null;
|
|
14688
|
-
} | null;
|
|
14689
|
-
instance: Array<{
|
|
14690
|
-
expiry: any | null;
|
|
14691
|
-
identifier: {
|
|
14692
|
-
id: string | null;
|
|
14693
|
-
system: any | null;
|
|
14694
|
-
value: string | null;
|
|
14695
|
-
type: {
|
|
14696
|
-
text: string | null;
|
|
14697
|
-
coding: Array<{
|
|
14698
|
-
system: any | null;
|
|
14699
|
-
code: any | null;
|
|
14700
|
-
display: string | null;
|
|
14701
|
-
} | null> | null;
|
|
14702
|
-
} | null;
|
|
14703
|
-
} | null;
|
|
14704
|
-
quantity: {
|
|
14705
|
-
value: number | null;
|
|
14706
|
-
unit: string | null;
|
|
14707
|
-
code: any | null;
|
|
14708
|
-
comparator: any | null;
|
|
14709
|
-
system: any | null;
|
|
14710
|
-
} | null;
|
|
14711
|
-
} | null> | null;
|
|
14712
|
-
} | null;
|
|
14713
|
-
} | null;
|
|
14714
|
-
} | null> | null;
|
|
14715
14409
|
} | null;
|
|
14716
14410
|
} | null;
|
|
14717
14411
|
} | null> | null;
|
|
@@ -15827,6 +15521,35 @@ export type AppointmentsQueryResults = {
|
|
|
15827
15521
|
display: string | null;
|
|
15828
15522
|
} | null> | null;
|
|
15829
15523
|
} | null;
|
|
15524
|
+
extension: Array<{
|
|
15525
|
+
url: any | null;
|
|
15526
|
+
valueBoolean: boolean | null;
|
|
15527
|
+
valueInteger: number | null;
|
|
15528
|
+
valueString: string | null;
|
|
15529
|
+
valueDateTime: any | null;
|
|
15530
|
+
valueCode: any | null;
|
|
15531
|
+
valueUri: any | null;
|
|
15532
|
+
valueExpression: {
|
|
15533
|
+
description: string | null;
|
|
15534
|
+
name: string | null;
|
|
15535
|
+
language: any | null;
|
|
15536
|
+
expression: string | null;
|
|
15537
|
+
reference: any | null;
|
|
15538
|
+
} | null;
|
|
15539
|
+
valueCodeableConcept: {
|
|
15540
|
+
text: string | null;
|
|
15541
|
+
coding: Array<{
|
|
15542
|
+
system: any | null;
|
|
15543
|
+
code: any | null;
|
|
15544
|
+
display: string | null;
|
|
15545
|
+
} | null> | null;
|
|
15546
|
+
} | null;
|
|
15547
|
+
valueReference: {
|
|
15548
|
+
reference: string | null;
|
|
15549
|
+
type: any | null;
|
|
15550
|
+
display: string | null;
|
|
15551
|
+
} | null;
|
|
15552
|
+
} | null> | null;
|
|
15830
15553
|
serviceType: Array<{
|
|
15831
15554
|
text: string | null;
|
|
15832
15555
|
coding: Array<{
|