@icanbwell/bwell-sdk-ts 1.33.0-rc.1751038829 → 1.33.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 +4 -12
- package/dist/api/graphql-api/healthdata/graphql-health-manager.d.ts +1 -6
- package/dist/api/graphql-api/healthdata/graphql-health-manager.js +7 -13
- package/dist/graphql/operations/index.d.ts +8 -13
- package/dist/graphql/operations/index.js +77 -129
- package/dist/graphql/operations/types.d.ts +590 -313
- package/dist/graphql/schema.d.ts +2 -16
- package/dist/graphql/schema.js +0 -15
- package/package.json +1 -1
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.d.ts +0 -10
- package/dist/api/graphql-api/healthdata/graphql-get-medication-dispense-bwell-response-factory.js +0 -35
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.d.ts +0 -10
- package/dist/api/graphql-api/healthdata/graphql-get-medication-request-bwell-response-factory.js +0 -35
|
@@ -3215,7 +3215,8 @@ export type MedicationReferenceResourceFieldsFragment = {
|
|
|
3215
3215
|
} | null;
|
|
3216
3216
|
} | null;
|
|
3217
3217
|
itemReference: {
|
|
3218
|
-
|
|
3218
|
+
resource: {
|
|
3219
|
+
__typename: 'Medication';
|
|
3219
3220
|
resourceType: string | null;
|
|
3220
3221
|
identifier: Array<{
|
|
3221
3222
|
id: string | null;
|
|
@@ -3239,6 +3240,7 @@ export type MedicationReferenceResourceFieldsFragment = {
|
|
|
3239
3240
|
} | null> | null;
|
|
3240
3241
|
} | null;
|
|
3241
3242
|
} | {
|
|
3243
|
+
__typename: 'Substance';
|
|
3242
3244
|
resourceType: string | null;
|
|
3243
3245
|
id: string;
|
|
3244
3246
|
status: any | null;
|
|
@@ -3299,6 +3301,97 @@ export type MedicationReferenceResourceFieldsFragment = {
|
|
|
3299
3301
|
system: any | null;
|
|
3300
3302
|
} | null;
|
|
3301
3303
|
} | 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;
|
|
3302
3395
|
} | null;
|
|
3303
3396
|
} | null;
|
|
3304
3397
|
} | null> | null;
|
|
@@ -3363,7 +3456,8 @@ export type MedicationFieldsFragment = {
|
|
|
3363
3456
|
} | null;
|
|
3364
3457
|
} | null;
|
|
3365
3458
|
itemReference: {
|
|
3366
|
-
|
|
3459
|
+
resource: {
|
|
3460
|
+
__typename: 'Medication';
|
|
3367
3461
|
resourceType: string | null;
|
|
3368
3462
|
identifier: Array<{
|
|
3369
3463
|
id: string | null;
|
|
@@ -3387,6 +3481,7 @@ export type MedicationFieldsFragment = {
|
|
|
3387
3481
|
} | null> | null;
|
|
3388
3482
|
} | null;
|
|
3389
3483
|
} | {
|
|
3484
|
+
__typename: 'Substance';
|
|
3390
3485
|
resourceType: string | null;
|
|
3391
3486
|
id: string;
|
|
3392
3487
|
status: any | null;
|
|
@@ -3447,113 +3542,25 @@ export type MedicationFieldsFragment = {
|
|
|
3447
3542
|
system: any | null;
|
|
3448
3543
|
} | null;
|
|
3449
3544
|
} | null> | null;
|
|
3450
|
-
|
|
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: {
|
|
3545
|
+
ingredient: Array<{
|
|
3553
3546
|
id: string | null;
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3547
|
+
quantity: {
|
|
3548
|
+
numerator: {
|
|
3549
|
+
value: number | null;
|
|
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: {
|
|
3557
3564
|
text: string | null;
|
|
3558
3565
|
coding: Array<{
|
|
3559
3566
|
system: any | null;
|
|
@@ -3561,121 +3568,75 @@ export type MedicationIngredientFieldsFragment = {
|
|
|
3561
3568
|
display: string | null;
|
|
3562
3569
|
} | null> | null;
|
|
3563
3570
|
} | null;
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
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
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3571
|
+
substanceReference: {
|
|
3572
|
+
resource: {
|
|
3573
|
+
resourceType: string | null;
|
|
3574
|
+
id: string;
|
|
3575
|
+
status: any | null;
|
|
3576
|
+
description: string | null;
|
|
3577
|
+
text: {
|
|
3578
|
+
div: any | null;
|
|
3579
|
+
status: any | null;
|
|
3580
|
+
} | null;
|
|
3581
|
+
identifier: Array<{
|
|
3582
|
+
id: string | null;
|
|
3583
|
+
system: any | null;
|
|
3584
|
+
value: string | null;
|
|
3585
|
+
type: {
|
|
3586
|
+
text: string | null;
|
|
3587
|
+
coding: Array<{
|
|
3588
|
+
system: any | null;
|
|
3589
|
+
code: any | null;
|
|
3590
|
+
display: string | null;
|
|
3591
|
+
} | null> | null;
|
|
3592
|
+
} | null;
|
|
3593
|
+
} | null> | null;
|
|
3594
|
+
category: Array<{
|
|
3595
|
+
text: string | null;
|
|
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;
|
|
3619
3635
|
} | null> | null;
|
|
3620
3636
|
} | 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;
|
|
3676
3637
|
} | null;
|
|
3677
3638
|
} | null> | null;
|
|
3678
|
-
|
|
3639
|
+
form: {
|
|
3679
3640
|
text: string | null;
|
|
3680
3641
|
coding: Array<{
|
|
3681
3642
|
system: any | null;
|
|
@@ -3684,7 +3645,7 @@ export type MedicationIngredientItemReferenceFields_Medication_Fragment = {
|
|
|
3684
3645
|
} | null> | null;
|
|
3685
3646
|
} | null;
|
|
3686
3647
|
};
|
|
3687
|
-
export type
|
|
3648
|
+
export type SubstanceFieldsFragment = {
|
|
3688
3649
|
resourceType: string | null;
|
|
3689
3650
|
id: string;
|
|
3690
3651
|
status: any | null;
|
|
@@ -3745,15 +3706,25 @@ export type MedicationIngredientItemReferenceFields_Substance_Fragment = {
|
|
|
3745
3706
|
system: any | null;
|
|
3746
3707
|
} | null;
|
|
3747
3708
|
} | null> | null;
|
|
3748
|
-
|
|
3749
|
-
export type MedicationIngredientItemReferenceFieldsFragment = MedicationIngredientItemReferenceFields_Medication_Fragment | MedicationIngredientItemReferenceFields_Substance_Fragment;
|
|
3750
|
-
export type MedicationIngredientItemReferenceMedicationFieldsFragment = {
|
|
3751
|
-
resourceType: string | null;
|
|
3752
|
-
identifier: Array<{
|
|
3709
|
+
ingredient: Array<{
|
|
3753
3710
|
id: string | null;
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3711
|
+
quantity: {
|
|
3712
|
+
numerator: {
|
|
3713
|
+
value: number | null;
|
|
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: {
|
|
3757
3728
|
text: string | null;
|
|
3758
3729
|
coding: Array<{
|
|
3759
3730
|
system: any | null;
|
|
@@ -3761,26 +3732,75 @@ export type MedicationIngredientItemReferenceMedicationFieldsFragment = {
|
|
|
3761
3732
|
display: string | null;
|
|
3762
3733
|
} | null> | null;
|
|
3763
3734
|
} | null;
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
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
|
+
} | null> | null;
|
|
3773
3800
|
};
|
|
3774
|
-
export type
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
status: any | null;
|
|
3778
|
-
description: string | null;
|
|
3779
|
-
text: {
|
|
3780
|
-
div: any | null;
|
|
3781
|
-
status: any | null;
|
|
3782
|
-
} | null;
|
|
3783
|
-
identifier: Array<{
|
|
3801
|
+
export type SubstanceInstanceFieldsFragment = {
|
|
3802
|
+
expiry: any | null;
|
|
3803
|
+
identifier: {
|
|
3784
3804
|
id: string | null;
|
|
3785
3805
|
system: any | null;
|
|
3786
3806
|
value: string | null;
|
|
@@ -3792,16 +3812,34 @@ export type MedicationIngredientItemReferenceSubstanceFieldsFragment = {
|
|
|
3792
3812
|
display: string | null;
|
|
3793
3813
|
} | null> | null;
|
|
3794
3814
|
} | null;
|
|
3795
|
-
} | null
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3815
|
+
} | null;
|
|
3816
|
+
quantity: {
|
|
3817
|
+
value: number | null;
|
|
3818
|
+
unit: string | null;
|
|
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;
|
|
3799
3832
|
system: any | null;
|
|
3833
|
+
} | null;
|
|
3834
|
+
denominator: {
|
|
3835
|
+
value: number | null;
|
|
3836
|
+
unit: string | null;
|
|
3800
3837
|
code: any | null;
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3838
|
+
comparator: any | null;
|
|
3839
|
+
system: any | null;
|
|
3840
|
+
} | null;
|
|
3841
|
+
} | null;
|
|
3842
|
+
substanceCodeableConcept: {
|
|
3805
3843
|
text: string | null;
|
|
3806
3844
|
coding: Array<{
|
|
3807
3845
|
system: any | null;
|
|
@@ -3809,9 +3847,82 @@ export type MedicationIngredientItemReferenceSubstanceFieldsFragment = {
|
|
|
3809
3847
|
display: string | null;
|
|
3810
3848
|
} | null> | null;
|
|
3811
3849
|
} | null;
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3850
|
+
substanceReference: {
|
|
3851
|
+
resource: {
|
|
3852
|
+
resourceType: string | null;
|
|
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<{
|
|
3815
3926
|
id: string | null;
|
|
3816
3927
|
system: any | null;
|
|
3817
3928
|
value: string | null;
|
|
@@ -3823,23 +3934,16 @@ export type MedicationIngredientItemReferenceSubstanceFieldsFragment = {
|
|
|
3823
3934
|
display: string | null;
|
|
3824
3935
|
} | null> | null;
|
|
3825
3936
|
} | null;
|
|
3826
|
-
} | null;
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
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: {
|
|
3937
|
+
} | null> | null;
|
|
3938
|
+
category: Array<{
|
|
3939
|
+
text: string | null;
|
|
3940
|
+
coding: Array<{
|
|
3941
|
+
system: any | null;
|
|
3942
|
+
code: any | null;
|
|
3943
|
+
display: string | null;
|
|
3944
|
+
} | null> | null;
|
|
3945
|
+
} | null> | null;
|
|
3946
|
+
code: {
|
|
3843
3947
|
text: string | null;
|
|
3844
3948
|
coding: Array<{
|
|
3845
3949
|
system: any | null;
|
|
@@ -3847,13 +3951,29 @@ export type SubstanceInstanceFieldsFragment = {
|
|
|
3847
3951
|
display: string | null;
|
|
3848
3952
|
} | null> | null;
|
|
3849
3953
|
} | null;
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3954
|
+
instance: Array<{
|
|
3955
|
+
expiry: any | null;
|
|
3956
|
+
identifier: {
|
|
3957
|
+
id: string | null;
|
|
3958
|
+
system: any | null;
|
|
3959
|
+
value: string | null;
|
|
3960
|
+
type: {
|
|
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;
|
|
3857
3977
|
} | null;
|
|
3858
3978
|
};
|
|
3859
3979
|
export type DosageFieldsFragment = {
|
|
@@ -13306,7 +13426,8 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13306
13426
|
} | null;
|
|
13307
13427
|
} | null;
|
|
13308
13428
|
itemReference: {
|
|
13309
|
-
|
|
13429
|
+
resource: {
|
|
13430
|
+
__typename: 'Medication';
|
|
13310
13431
|
resourceType: string | null;
|
|
13311
13432
|
identifier: Array<{
|
|
13312
13433
|
id: string | null;
|
|
@@ -13330,6 +13451,7 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13330
13451
|
} | null> | null;
|
|
13331
13452
|
} | null;
|
|
13332
13453
|
} | {
|
|
13454
|
+
__typename: 'Substance';
|
|
13333
13455
|
resourceType: string | null;
|
|
13334
13456
|
id: string;
|
|
13335
13457
|
status: any | null;
|
|
@@ -13390,6 +13512,97 @@ export type GetMedicationDispenseQueryResults = {
|
|
|
13390
13512
|
system: any | null;
|
|
13391
13513
|
} | null;
|
|
13392
13514
|
} | 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;
|
|
13393
13606
|
} | null;
|
|
13394
13607
|
} | null;
|
|
13395
13608
|
} | null> | null;
|
|
@@ -14322,7 +14535,8 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14322
14535
|
} | null;
|
|
14323
14536
|
} | null;
|
|
14324
14537
|
itemReference: {
|
|
14325
|
-
|
|
14538
|
+
resource: {
|
|
14539
|
+
__typename: 'Medication';
|
|
14326
14540
|
resourceType: string | null;
|
|
14327
14541
|
identifier: Array<{
|
|
14328
14542
|
id: string | null;
|
|
@@ -14346,6 +14560,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14346
14560
|
} | null> | null;
|
|
14347
14561
|
} | null;
|
|
14348
14562
|
} | {
|
|
14563
|
+
__typename: 'Substance';
|
|
14349
14564
|
resourceType: string | null;
|
|
14350
14565
|
id: string;
|
|
14351
14566
|
status: any | null;
|
|
@@ -14406,6 +14621,97 @@ export type GetMedicationRequestQueryResults = {
|
|
|
14406
14621
|
system: any | null;
|
|
14407
14622
|
} | null;
|
|
14408
14623
|
} | 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;
|
|
14409
14715
|
} | null;
|
|
14410
14716
|
} | null;
|
|
14411
14717
|
} | null> | null;
|
|
@@ -15521,35 +15827,6 @@ export type AppointmentsQueryResults = {
|
|
|
15521
15827
|
display: string | null;
|
|
15522
15828
|
} | null> | null;
|
|
15523
15829
|
} | 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;
|
|
15553
15830
|
serviceType: Array<{
|
|
15554
15831
|
text: string | null;
|
|
15555
15832
|
coding: Array<{
|