@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
|
@@ -322,30 +322,6 @@ export const MedicationReferenceFieldsFragmentDoc = `
|
|
|
322
322
|
}
|
|
323
323
|
${IdentifierFieldsFragmentDoc}
|
|
324
324
|
${CodeableConceptFieldsFragmentDoc}`;
|
|
325
|
-
export const MedicationIngredientItemReferenceMedicationIngredientFieldsFragmentDoc = `
|
|
326
|
-
fragment MedicationIngredientItemReferenceMedicationIngredientFields on MedicationIngredient {
|
|
327
|
-
itemCodeableConcept {
|
|
328
|
-
...CodeableConceptFields
|
|
329
|
-
}
|
|
330
|
-
strength {
|
|
331
|
-
...RatioFields
|
|
332
|
-
}
|
|
333
|
-
isActive
|
|
334
|
-
}
|
|
335
|
-
${CodeableConceptFieldsFragmentDoc}
|
|
336
|
-
${RatioFieldsFragmentDoc}`;
|
|
337
|
-
export const MedicationIngredientItemReferenceMedicationFieldsFragmentDoc = `
|
|
338
|
-
fragment MedicationIngredientItemReferenceMedicationFields on Medication {
|
|
339
|
-
resourceType
|
|
340
|
-
identifier {
|
|
341
|
-
...IdentifierFields
|
|
342
|
-
}
|
|
343
|
-
code {
|
|
344
|
-
...CodeableConceptFields
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
${IdentifierFieldsFragmentDoc}
|
|
348
|
-
${CodeableConceptFieldsFragmentDoc}`;
|
|
349
325
|
export const NarrativeFieldsFragmentDoc = `
|
|
350
326
|
fragment NarrativeFields on Narrative {
|
|
351
327
|
div
|
|
@@ -364,8 +340,52 @@ export const SubstanceInstanceFieldsFragmentDoc = `
|
|
|
364
340
|
}
|
|
365
341
|
${IdentifierFieldsFragmentDoc}
|
|
366
342
|
${QuantityFieldsFragmentDoc}`;
|
|
367
|
-
export const
|
|
368
|
-
fragment
|
|
343
|
+
export const SubstanceIngredientSubstanceReferenceFieldsFragmentDoc = `
|
|
344
|
+
fragment SubstanceIngredientSubstanceReferenceFields on SubstanceIngredientSubstanceReferenceReference {
|
|
345
|
+
resource {
|
|
346
|
+
resourceType
|
|
347
|
+
id
|
|
348
|
+
text {
|
|
349
|
+
...NarrativeFields
|
|
350
|
+
}
|
|
351
|
+
identifier {
|
|
352
|
+
...IdentifierFields
|
|
353
|
+
}
|
|
354
|
+
status
|
|
355
|
+
category {
|
|
356
|
+
...CodeableConceptFields
|
|
357
|
+
}
|
|
358
|
+
code {
|
|
359
|
+
...CodeableConceptFields
|
|
360
|
+
}
|
|
361
|
+
description
|
|
362
|
+
instance {
|
|
363
|
+
...SubstanceInstanceFields
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
${NarrativeFieldsFragmentDoc}
|
|
368
|
+
${IdentifierFieldsFragmentDoc}
|
|
369
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
370
|
+
${SubstanceInstanceFieldsFragmentDoc}`;
|
|
371
|
+
export const SubstanceIngredientFieldsFragmentDoc = `
|
|
372
|
+
fragment SubstanceIngredientFields on SubstanceIngredient {
|
|
373
|
+
id
|
|
374
|
+
quantity {
|
|
375
|
+
...RatioFields
|
|
376
|
+
}
|
|
377
|
+
substanceCodeableConcept {
|
|
378
|
+
...CodeableConceptFields
|
|
379
|
+
}
|
|
380
|
+
substanceReference {
|
|
381
|
+
...SubstanceIngredientSubstanceReferenceFields
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
${RatioFieldsFragmentDoc}
|
|
385
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
386
|
+
${SubstanceIngredientSubstanceReferenceFieldsFragmentDoc}`;
|
|
387
|
+
export const SubstanceFieldsFragmentDoc = `
|
|
388
|
+
fragment SubstanceFields on Substance {
|
|
369
389
|
resourceType
|
|
370
390
|
id
|
|
371
391
|
text {
|
|
@@ -385,45 +405,15 @@ export const MedicationIngredientItemReferenceSubstanceFieldsFragmentDoc = `
|
|
|
385
405
|
instance {
|
|
386
406
|
...SubstanceInstanceFields
|
|
387
407
|
}
|
|
408
|
+
ingredient {
|
|
409
|
+
...SubstanceIngredientFields
|
|
410
|
+
}
|
|
388
411
|
}
|
|
389
412
|
${NarrativeFieldsFragmentDoc}
|
|
390
413
|
${IdentifierFieldsFragmentDoc}
|
|
391
414
|
${CodeableConceptFieldsFragmentDoc}
|
|
392
|
-
${SubstanceInstanceFieldsFragmentDoc}
|
|
393
|
-
|
|
394
|
-
fragment MedicationIngredientItemReferenceFields on MedicationIngredientItemReference {
|
|
395
|
-
... on Medication {
|
|
396
|
-
...MedicationIngredientItemReferenceMedicationFields
|
|
397
|
-
}
|
|
398
|
-
... on Substance {
|
|
399
|
-
...MedicationIngredientItemReferenceSubstanceFields
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
${MedicationIngredientItemReferenceMedicationFieldsFragmentDoc}
|
|
403
|
-
${MedicationIngredientItemReferenceSubstanceFieldsFragmentDoc}`;
|
|
404
|
-
export const MedicationIngredientItemReferenceResourceFieldsFragmentDoc = `
|
|
405
|
-
fragment MedicationIngredientItemReferenceResourceFields on MedicationIngredientItemReferenceReference {
|
|
406
|
-
itemReferenceResource: resource {
|
|
407
|
-
...MedicationIngredientItemReferenceFields
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
${MedicationIngredientItemReferenceFieldsFragmentDoc}`;
|
|
411
|
-
export const MedicationIngredientFieldsFragmentDoc = `
|
|
412
|
-
fragment MedicationIngredientFields on MedicationIngredient {
|
|
413
|
-
itemCodeableConcept {
|
|
414
|
-
...CodeableConceptFields
|
|
415
|
-
}
|
|
416
|
-
strength {
|
|
417
|
-
...RatioFields
|
|
418
|
-
}
|
|
419
|
-
itemReference {
|
|
420
|
-
...MedicationIngredientItemReferenceResourceFields
|
|
421
|
-
}
|
|
422
|
-
isActive
|
|
423
|
-
}
|
|
424
|
-
${CodeableConceptFieldsFragmentDoc}
|
|
425
|
-
${RatioFieldsFragmentDoc}
|
|
426
|
-
${MedicationIngredientItemReferenceResourceFieldsFragmentDoc}`;
|
|
415
|
+
${SubstanceInstanceFieldsFragmentDoc}
|
|
416
|
+
${SubstanceIngredientFieldsFragmentDoc}`;
|
|
427
417
|
export const MedicationFieldsFragmentDoc = `
|
|
428
418
|
fragment MedicationFields on Medication {
|
|
429
419
|
resourceType
|
|
@@ -435,7 +425,30 @@ export const MedicationFieldsFragmentDoc = `
|
|
|
435
425
|
...CodeableConceptFields
|
|
436
426
|
}
|
|
437
427
|
ingredient {
|
|
438
|
-
|
|
428
|
+
itemCodeableConcept {
|
|
429
|
+
...CodeableConceptFields
|
|
430
|
+
}
|
|
431
|
+
strength {
|
|
432
|
+
...RatioFields
|
|
433
|
+
}
|
|
434
|
+
itemReference {
|
|
435
|
+
resource {
|
|
436
|
+
__typename
|
|
437
|
+
... on Medication {
|
|
438
|
+
resourceType
|
|
439
|
+
identifier {
|
|
440
|
+
...IdentifierFields
|
|
441
|
+
}
|
|
442
|
+
code {
|
|
443
|
+
...CodeableConceptFields
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
... on Substance {
|
|
447
|
+
...SubstanceFields
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
isActive
|
|
439
452
|
}
|
|
440
453
|
form {
|
|
441
454
|
...CodeableConceptFields
|
|
@@ -443,7 +456,8 @@ export const MedicationFieldsFragmentDoc = `
|
|
|
443
456
|
}
|
|
444
457
|
${IdentifierFieldsFragmentDoc}
|
|
445
458
|
${CodeableConceptFieldsFragmentDoc}
|
|
446
|
-
${
|
|
459
|
+
${RatioFieldsFragmentDoc}
|
|
460
|
+
${SubstanceFieldsFragmentDoc}`;
|
|
447
461
|
export const MedicationReferenceResourceFieldsFragmentDoc = `
|
|
448
462
|
fragment MedicationReferenceResourceFields on MedicationReference {
|
|
449
463
|
resource {
|
|
@@ -451,48 +465,6 @@ export const MedicationReferenceResourceFieldsFragmentDoc = `
|
|
|
451
465
|
}
|
|
452
466
|
}
|
|
453
467
|
${MedicationFieldsFragmentDoc}`;
|
|
454
|
-
export const SubstanceIngredientFieldsFragmentDoc = `
|
|
455
|
-
fragment SubstanceIngredientFields on SubstanceIngredient {
|
|
456
|
-
id
|
|
457
|
-
quantity {
|
|
458
|
-
...RatioFields
|
|
459
|
-
}
|
|
460
|
-
substanceCodeableConcept {
|
|
461
|
-
...CodeableConceptFields
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
${RatioFieldsFragmentDoc}
|
|
465
|
-
${CodeableConceptFieldsFragmentDoc}`;
|
|
466
|
-
export const SubstanceFieldsFragmentDoc = `
|
|
467
|
-
fragment SubstanceFields on Substance {
|
|
468
|
-
resourceType
|
|
469
|
-
id
|
|
470
|
-
text {
|
|
471
|
-
...NarrativeFields
|
|
472
|
-
}
|
|
473
|
-
identifier {
|
|
474
|
-
...IdentifierFields
|
|
475
|
-
}
|
|
476
|
-
status
|
|
477
|
-
category {
|
|
478
|
-
...CodeableConceptFields
|
|
479
|
-
}
|
|
480
|
-
code {
|
|
481
|
-
...CodeableConceptFields
|
|
482
|
-
}
|
|
483
|
-
description
|
|
484
|
-
instance {
|
|
485
|
-
...SubstanceInstanceFields
|
|
486
|
-
}
|
|
487
|
-
ingredient {
|
|
488
|
-
...SubstanceIngredientFields
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
${NarrativeFieldsFragmentDoc}
|
|
492
|
-
${IdentifierFieldsFragmentDoc}
|
|
493
|
-
${CodeableConceptFieldsFragmentDoc}
|
|
494
|
-
${SubstanceInstanceFieldsFragmentDoc}
|
|
495
|
-
${SubstanceIngredientFieldsFragmentDoc}`;
|
|
496
468
|
export const MetaFieldsFragmentDoc = `
|
|
497
469
|
fragment MetaFields on Meta {
|
|
498
470
|
versionId
|
|
@@ -2683,30 +2655,6 @@ export const AppointmentsDocument = `
|
|
|
2683
2655
|
cancelationReason {
|
|
2684
2656
|
...CodeableConceptFields
|
|
2685
2657
|
}
|
|
2686
|
-
extension {
|
|
2687
|
-
url
|
|
2688
|
-
valueBoolean
|
|
2689
|
-
valueInteger
|
|
2690
|
-
valueString
|
|
2691
|
-
valueExpression {
|
|
2692
|
-
description
|
|
2693
|
-
name
|
|
2694
|
-
language
|
|
2695
|
-
expression
|
|
2696
|
-
reference
|
|
2697
|
-
}
|
|
2698
|
-
valueCodeableConcept {
|
|
2699
|
-
...CodeableConceptFields
|
|
2700
|
-
}
|
|
2701
|
-
valueDateTime
|
|
2702
|
-
valueCode
|
|
2703
|
-
valueUri
|
|
2704
|
-
valueReference {
|
|
2705
|
-
reference
|
|
2706
|
-
type
|
|
2707
|
-
display
|
|
2708
|
-
}
|
|
2709
|
-
}
|
|
2710
2658
|
serviceType {
|
|
2711
2659
|
...CodeableConceptFields
|
|
2712
2660
|
}
|