@icanbwell/bwell-sdk-ts 1.31.0 → 1.33.0-rc.1750778560
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 +7 -0
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/api/base/api-provider.d.ts +2 -0
- package/dist/api/base/health-data/health-data-request.d.ts +7 -0
- package/dist/api/base/health-data/health-data-request.js +7 -0
- package/dist/api/base/health-data/health-manager.d.ts +23 -2
- package/dist/api/base/health-data/index.d.ts +2 -2
- package/dist/api/base/health-data/index.js +1 -1
- package/dist/api/base/health-space/appointments-request.d.ts +6 -1
- package/dist/api/base/health-space/appointments-request.js +8 -2
- package/dist/api/base/index.d.ts +1 -0
- package/dist/api/base/index.js +1 -0
- package/dist/api/base/questionnaire/index.d.ts +2 -0
- package/dist/api/base/questionnaire/index.js +1 -0
- package/dist/api/base/questionnaire/next-question-request.d.ts +18 -0
- package/dist/api/base/questionnaire/next-question-request.js +55 -0
- package/dist/api/base/questionnaire/questionnaire-manager.d.ts +19 -0
- package/dist/api/base/questionnaire/questionnaire-manager.js +1 -0
- package/dist/api/base/requests/search-token.d.ts +8 -4
- package/dist/api/base/requests/search-token.js +24 -2
- package/dist/api/base/search/index.d.ts +2 -1
- package/dist/api/base/search/index.js +1 -0
- package/dist/api/base/search/search-health-resources-request.d.ts +87 -0
- package/dist/api/base/search/search-health-resources-request.js +20 -0
- package/dist/api/base/search/search-manager.d.ts +14 -3
- package/dist/api/graphql-api/graphql-api-provider.d.ts +2 -0
- package/dist/api/graphql-api/graphql-api-provider.js +2 -0
- package/dist/api/graphql-api/health-space/appointments-request-factory.js +2 -1
- package/dist/api/graphql-api/healthdata/graphql-health-manager.d.ts +3 -1
- package/dist/api/graphql-api/healthdata/graphql-health-manager.js +34 -0
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.d.ts +19 -0
- package/dist/api/graphql-api/questionnaire/graphql-questionnaire-manager.js +58 -0
- package/dist/api/graphql-api/questionnaire/index.d.ts +1 -0
- package/dist/api/graphql-api/questionnaire/index.js +1 -0
- package/dist/api/graphql-api/search/graphql-search-manager.d.ts +2 -1
- package/dist/api/graphql-api/search/graphql-search-manager.js +24 -3
- package/dist/api/graphql-api/search/search-health-resources-request-factory.d.ts +14 -0
- package/dist/api/graphql-api/search/search-health-resources-request-factory.js +28 -0
- package/dist/api/graphql-api/search/search-request-factory.d.ts +1 -1
- package/dist/api/graphql-api/search/search-request-factory.js +1 -1
- package/dist/bwell-sdk/bwell-sdk.d.ts +2 -0
- package/dist/bwell-sdk/bwell-sdk.js +3 -0
- package/dist/graphql/operations/index.d.ts +30 -2
- package/dist/graphql/operations/index.js +402 -1
- package/dist/graphql/operations/types.d.ts +3617 -826
- package/dist/graphql/schema.d.ts +408 -205
- package/dist/graphql/schema.js +18 -1
- package/package.json +2 -2
|
@@ -4335,6 +4335,1793 @@ export type InitialFillFieldsFragment = {
|
|
|
4335
4335
|
system: any | null;
|
|
4336
4336
|
} | null;
|
|
4337
4337
|
};
|
|
4338
|
+
export type QuestionnaireResponseFieldsFragment = {
|
|
4339
|
+
resourceType: string | null;
|
|
4340
|
+
id: string;
|
|
4341
|
+
questionnaire: any | null;
|
|
4342
|
+
status: any | null;
|
|
4343
|
+
meta: {
|
|
4344
|
+
versionId: string | null;
|
|
4345
|
+
lastUpdated: any | null;
|
|
4346
|
+
source: any | null;
|
|
4347
|
+
security: Array<{
|
|
4348
|
+
system: any | null;
|
|
4349
|
+
code: any | null;
|
|
4350
|
+
display: string | null;
|
|
4351
|
+
} | null> | null;
|
|
4352
|
+
tag: Array<{
|
|
4353
|
+
system: any | null;
|
|
4354
|
+
code: any | null;
|
|
4355
|
+
display: string | null;
|
|
4356
|
+
} | null> | null;
|
|
4357
|
+
} | null;
|
|
4358
|
+
identifier: {
|
|
4359
|
+
id: string | null;
|
|
4360
|
+
system: any | null;
|
|
4361
|
+
value: string | null;
|
|
4362
|
+
type: {
|
|
4363
|
+
text: string | null;
|
|
4364
|
+
coding: Array<{
|
|
4365
|
+
system: any | null;
|
|
4366
|
+
code: any | null;
|
|
4367
|
+
display: string | null;
|
|
4368
|
+
} | null> | null;
|
|
4369
|
+
} | null;
|
|
4370
|
+
} | null;
|
|
4371
|
+
item: Array<{
|
|
4372
|
+
linkId: string | null;
|
|
4373
|
+
text: string | null;
|
|
4374
|
+
item: Array<{
|
|
4375
|
+
linkId: string | null;
|
|
4376
|
+
text: string | null;
|
|
4377
|
+
item: Array<{
|
|
4378
|
+
linkId: string | null;
|
|
4379
|
+
text: string | null;
|
|
4380
|
+
answer: Array<{
|
|
4381
|
+
valueBoolean: boolean | null;
|
|
4382
|
+
valueDecimal: number | null;
|
|
4383
|
+
valueInteger: number | null;
|
|
4384
|
+
valueDate: any | null;
|
|
4385
|
+
valueDateTime: any | null;
|
|
4386
|
+
valueString: string | null;
|
|
4387
|
+
valueUri: any | null;
|
|
4388
|
+
valueAttachment: {
|
|
4389
|
+
contentType: any | null;
|
|
4390
|
+
data: any | null;
|
|
4391
|
+
url: any | null;
|
|
4392
|
+
title: string | null;
|
|
4393
|
+
} | null;
|
|
4394
|
+
valueCoding: {
|
|
4395
|
+
system: any | null;
|
|
4396
|
+
code: any | null;
|
|
4397
|
+
display: string | null;
|
|
4398
|
+
} | null;
|
|
4399
|
+
valueQuantity: {
|
|
4400
|
+
value: number | null;
|
|
4401
|
+
unit: string | null;
|
|
4402
|
+
code: any | null;
|
|
4403
|
+
comparator: any | null;
|
|
4404
|
+
system: any | null;
|
|
4405
|
+
} | null;
|
|
4406
|
+
valueReference: {
|
|
4407
|
+
reference: string | null;
|
|
4408
|
+
type: any | null;
|
|
4409
|
+
display: string | null;
|
|
4410
|
+
extension: Array<{
|
|
4411
|
+
url: any | null;
|
|
4412
|
+
valueBoolean: boolean | null;
|
|
4413
|
+
valueInteger: number | null;
|
|
4414
|
+
valueString: string | null;
|
|
4415
|
+
valueDateTime: any | null;
|
|
4416
|
+
valueCode: any | null;
|
|
4417
|
+
valueUri: any | null;
|
|
4418
|
+
valueExpression: {
|
|
4419
|
+
description: string | null;
|
|
4420
|
+
name: string | null;
|
|
4421
|
+
language: any | null;
|
|
4422
|
+
expression: string | null;
|
|
4423
|
+
reference: any | null;
|
|
4424
|
+
} | null;
|
|
4425
|
+
valueCodeableConcept: {
|
|
4426
|
+
text: string | null;
|
|
4427
|
+
coding: Array<{
|
|
4428
|
+
system: any | null;
|
|
4429
|
+
code: any | null;
|
|
4430
|
+
display: string | null;
|
|
4431
|
+
} | null> | null;
|
|
4432
|
+
} | null;
|
|
4433
|
+
valueReference: {
|
|
4434
|
+
reference: string | null;
|
|
4435
|
+
type: any | null;
|
|
4436
|
+
display: string | null;
|
|
4437
|
+
} | null;
|
|
4438
|
+
} | null> | null;
|
|
4439
|
+
} | null;
|
|
4440
|
+
} | null> | null;
|
|
4441
|
+
} | null> | null;
|
|
4442
|
+
answer: Array<{
|
|
4443
|
+
valueBoolean: boolean | null;
|
|
4444
|
+
valueDecimal: number | null;
|
|
4445
|
+
valueInteger: number | null;
|
|
4446
|
+
valueDate: any | null;
|
|
4447
|
+
valueDateTime: any | null;
|
|
4448
|
+
valueString: string | null;
|
|
4449
|
+
valueUri: any | null;
|
|
4450
|
+
valueAttachment: {
|
|
4451
|
+
contentType: any | null;
|
|
4452
|
+
data: any | null;
|
|
4453
|
+
url: any | null;
|
|
4454
|
+
title: string | null;
|
|
4455
|
+
} | null;
|
|
4456
|
+
valueCoding: {
|
|
4457
|
+
system: any | null;
|
|
4458
|
+
code: any | null;
|
|
4459
|
+
display: string | null;
|
|
4460
|
+
} | null;
|
|
4461
|
+
valueQuantity: {
|
|
4462
|
+
value: number | null;
|
|
4463
|
+
unit: string | null;
|
|
4464
|
+
code: any | null;
|
|
4465
|
+
comparator: any | null;
|
|
4466
|
+
system: any | null;
|
|
4467
|
+
} | null;
|
|
4468
|
+
valueReference: {
|
|
4469
|
+
reference: string | null;
|
|
4470
|
+
type: any | null;
|
|
4471
|
+
display: string | null;
|
|
4472
|
+
extension: Array<{
|
|
4473
|
+
url: any | null;
|
|
4474
|
+
valueBoolean: boolean | null;
|
|
4475
|
+
valueInteger: number | null;
|
|
4476
|
+
valueString: string | null;
|
|
4477
|
+
valueDateTime: any | null;
|
|
4478
|
+
valueCode: any | null;
|
|
4479
|
+
valueUri: any | null;
|
|
4480
|
+
valueExpression: {
|
|
4481
|
+
description: string | null;
|
|
4482
|
+
name: string | null;
|
|
4483
|
+
language: any | null;
|
|
4484
|
+
expression: string | null;
|
|
4485
|
+
reference: any | null;
|
|
4486
|
+
} | null;
|
|
4487
|
+
valueCodeableConcept: {
|
|
4488
|
+
text: string | null;
|
|
4489
|
+
coding: Array<{
|
|
4490
|
+
system: any | null;
|
|
4491
|
+
code: any | null;
|
|
4492
|
+
display: string | null;
|
|
4493
|
+
} | null> | null;
|
|
4494
|
+
} | null;
|
|
4495
|
+
valueReference: {
|
|
4496
|
+
reference: string | null;
|
|
4497
|
+
type: any | null;
|
|
4498
|
+
display: string | null;
|
|
4499
|
+
} | null;
|
|
4500
|
+
} | null> | null;
|
|
4501
|
+
} | null;
|
|
4502
|
+
} | null> | null;
|
|
4503
|
+
} | null> | null;
|
|
4504
|
+
answer: Array<{
|
|
4505
|
+
valueBoolean: boolean | null;
|
|
4506
|
+
valueDecimal: number | null;
|
|
4507
|
+
valueInteger: number | null;
|
|
4508
|
+
valueDate: any | null;
|
|
4509
|
+
valueDateTime: any | null;
|
|
4510
|
+
valueString: string | null;
|
|
4511
|
+
valueUri: any | null;
|
|
4512
|
+
valueAttachment: {
|
|
4513
|
+
contentType: any | null;
|
|
4514
|
+
data: any | null;
|
|
4515
|
+
url: any | null;
|
|
4516
|
+
title: string | null;
|
|
4517
|
+
} | null;
|
|
4518
|
+
valueCoding: {
|
|
4519
|
+
system: any | null;
|
|
4520
|
+
code: any | null;
|
|
4521
|
+
display: string | null;
|
|
4522
|
+
} | null;
|
|
4523
|
+
valueQuantity: {
|
|
4524
|
+
value: number | null;
|
|
4525
|
+
unit: string | null;
|
|
4526
|
+
code: any | null;
|
|
4527
|
+
comparator: any | null;
|
|
4528
|
+
system: any | null;
|
|
4529
|
+
} | null;
|
|
4530
|
+
valueReference: {
|
|
4531
|
+
reference: string | null;
|
|
4532
|
+
type: any | null;
|
|
4533
|
+
display: string | null;
|
|
4534
|
+
extension: Array<{
|
|
4535
|
+
url: any | null;
|
|
4536
|
+
valueBoolean: boolean | null;
|
|
4537
|
+
valueInteger: number | null;
|
|
4538
|
+
valueString: string | null;
|
|
4539
|
+
valueDateTime: any | null;
|
|
4540
|
+
valueCode: any | null;
|
|
4541
|
+
valueUri: any | null;
|
|
4542
|
+
valueExpression: {
|
|
4543
|
+
description: string | null;
|
|
4544
|
+
name: string | null;
|
|
4545
|
+
language: any | null;
|
|
4546
|
+
expression: string | null;
|
|
4547
|
+
reference: any | null;
|
|
4548
|
+
} | null;
|
|
4549
|
+
valueCodeableConcept: {
|
|
4550
|
+
text: string | null;
|
|
4551
|
+
coding: Array<{
|
|
4552
|
+
system: any | null;
|
|
4553
|
+
code: any | null;
|
|
4554
|
+
display: string | null;
|
|
4555
|
+
} | null> | null;
|
|
4556
|
+
} | null;
|
|
4557
|
+
valueReference: {
|
|
4558
|
+
reference: string | null;
|
|
4559
|
+
type: any | null;
|
|
4560
|
+
display: string | null;
|
|
4561
|
+
} | null;
|
|
4562
|
+
} | null> | null;
|
|
4563
|
+
} | null;
|
|
4564
|
+
} | null> | null;
|
|
4565
|
+
} | null> | null;
|
|
4566
|
+
contained: Array<{
|
|
4567
|
+
resourceType: string | null;
|
|
4568
|
+
id: string;
|
|
4569
|
+
name: string | null;
|
|
4570
|
+
title: string | null;
|
|
4571
|
+
status: any | null;
|
|
4572
|
+
description: any | null;
|
|
4573
|
+
meta: {
|
|
4574
|
+
versionId: string | null;
|
|
4575
|
+
lastUpdated: any | null;
|
|
4576
|
+
source: any | null;
|
|
4577
|
+
security: Array<{
|
|
4578
|
+
system: any | null;
|
|
4579
|
+
code: any | null;
|
|
4580
|
+
display: string | null;
|
|
4581
|
+
} | null> | null;
|
|
4582
|
+
tag: Array<{
|
|
4583
|
+
system: any | null;
|
|
4584
|
+
code: any | null;
|
|
4585
|
+
display: string | null;
|
|
4586
|
+
} | null> | null;
|
|
4587
|
+
} | null;
|
|
4588
|
+
identifier: Array<{
|
|
4589
|
+
id: string | null;
|
|
4590
|
+
system: any | null;
|
|
4591
|
+
value: string | null;
|
|
4592
|
+
type: {
|
|
4593
|
+
text: string | null;
|
|
4594
|
+
coding: Array<{
|
|
4595
|
+
system: any | null;
|
|
4596
|
+
code: any | null;
|
|
4597
|
+
display: string | null;
|
|
4598
|
+
} | null> | null;
|
|
4599
|
+
} | null;
|
|
4600
|
+
} | null> | null;
|
|
4601
|
+
item: Array<{
|
|
4602
|
+
linkId: string | null;
|
|
4603
|
+
prefix: string | null;
|
|
4604
|
+
text: string | null;
|
|
4605
|
+
type: any | null;
|
|
4606
|
+
enableBehavior: any | null;
|
|
4607
|
+
required: boolean | null;
|
|
4608
|
+
repeats: boolean | null;
|
|
4609
|
+
readOnly: boolean | null;
|
|
4610
|
+
maxLength: number | null;
|
|
4611
|
+
item: Array<{
|
|
4612
|
+
linkId: string | null;
|
|
4613
|
+
prefix: string | null;
|
|
4614
|
+
text: string | null;
|
|
4615
|
+
type: any | null;
|
|
4616
|
+
enableBehavior: any | null;
|
|
4617
|
+
required: boolean | null;
|
|
4618
|
+
repeats: boolean | null;
|
|
4619
|
+
readOnly: boolean | null;
|
|
4620
|
+
maxLength: number | null;
|
|
4621
|
+
item: Array<{
|
|
4622
|
+
linkId: string | null;
|
|
4623
|
+
prefix: string | null;
|
|
4624
|
+
text: string | null;
|
|
4625
|
+
type: any | null;
|
|
4626
|
+
enableBehavior: any | null;
|
|
4627
|
+
required: boolean | null;
|
|
4628
|
+
repeats: boolean | null;
|
|
4629
|
+
readOnly: boolean | null;
|
|
4630
|
+
maxLength: number | null;
|
|
4631
|
+
extension: Array<{
|
|
4632
|
+
url: any | null;
|
|
4633
|
+
valueBoolean: boolean | null;
|
|
4634
|
+
valueInteger: number | null;
|
|
4635
|
+
valueString: string | null;
|
|
4636
|
+
valueDateTime: any | null;
|
|
4637
|
+
valueCode: any | null;
|
|
4638
|
+
valueUri: any | null;
|
|
4639
|
+
valueExpression: {
|
|
4640
|
+
description: string | null;
|
|
4641
|
+
name: string | null;
|
|
4642
|
+
language: any | null;
|
|
4643
|
+
expression: string | null;
|
|
4644
|
+
reference: any | null;
|
|
4645
|
+
} | null;
|
|
4646
|
+
valueCodeableConcept: {
|
|
4647
|
+
text: string | null;
|
|
4648
|
+
coding: Array<{
|
|
4649
|
+
system: any | null;
|
|
4650
|
+
code: any | null;
|
|
4651
|
+
display: string | null;
|
|
4652
|
+
} | null> | null;
|
|
4653
|
+
} | null;
|
|
4654
|
+
valueReference: {
|
|
4655
|
+
reference: string | null;
|
|
4656
|
+
type: any | null;
|
|
4657
|
+
display: string | null;
|
|
4658
|
+
} | null;
|
|
4659
|
+
extension: Array<{
|
|
4660
|
+
url: any | null;
|
|
4661
|
+
valueBoolean: boolean | null;
|
|
4662
|
+
valueInteger: number | null;
|
|
4663
|
+
valueString: string | null;
|
|
4664
|
+
valueDateTime: any | null;
|
|
4665
|
+
valueCode: any | null;
|
|
4666
|
+
valueUri: any | null;
|
|
4667
|
+
valueExpression: {
|
|
4668
|
+
description: string | null;
|
|
4669
|
+
name: string | null;
|
|
4670
|
+
language: any | null;
|
|
4671
|
+
expression: string | null;
|
|
4672
|
+
reference: any | null;
|
|
4673
|
+
} | null;
|
|
4674
|
+
valueCodeableConcept: {
|
|
4675
|
+
text: string | null;
|
|
4676
|
+
coding: Array<{
|
|
4677
|
+
system: any | null;
|
|
4678
|
+
code: any | null;
|
|
4679
|
+
display: string | null;
|
|
4680
|
+
} | null> | null;
|
|
4681
|
+
} | null;
|
|
4682
|
+
valueReference: {
|
|
4683
|
+
reference: string | null;
|
|
4684
|
+
type: any | null;
|
|
4685
|
+
display: string | null;
|
|
4686
|
+
} | null;
|
|
4687
|
+
} | null> | null;
|
|
4688
|
+
} | null> | null;
|
|
4689
|
+
enableWhen: Array<{
|
|
4690
|
+
question: string | null;
|
|
4691
|
+
operator: any | null;
|
|
4692
|
+
answerBoolean: boolean | null;
|
|
4693
|
+
answerDecimal: number | null;
|
|
4694
|
+
answerInteger: number | null;
|
|
4695
|
+
answerDate: any | null;
|
|
4696
|
+
answerDateTime: any | null;
|
|
4697
|
+
answerTime: any | null;
|
|
4698
|
+
answerString: string | null;
|
|
4699
|
+
answerCoding: {
|
|
4700
|
+
system: any | null;
|
|
4701
|
+
code: any | null;
|
|
4702
|
+
display: string | null;
|
|
4703
|
+
} | null;
|
|
4704
|
+
answerQuantity: {
|
|
4705
|
+
value: number | null;
|
|
4706
|
+
unit: string | null;
|
|
4707
|
+
code: any | null;
|
|
4708
|
+
comparator: any | null;
|
|
4709
|
+
system: any | null;
|
|
4710
|
+
} | null;
|
|
4711
|
+
answerReference: {
|
|
4712
|
+
reference: string | null;
|
|
4713
|
+
type: any | null;
|
|
4714
|
+
display: string | null;
|
|
4715
|
+
} | null;
|
|
4716
|
+
} | null> | null;
|
|
4717
|
+
answerOption: Array<{
|
|
4718
|
+
valueInteger: number | null;
|
|
4719
|
+
valueDate: any | null;
|
|
4720
|
+
valueString: string | null;
|
|
4721
|
+
initialSelected: boolean | null;
|
|
4722
|
+
valueCoding: {
|
|
4723
|
+
system: any | null;
|
|
4724
|
+
code: any | null;
|
|
4725
|
+
display: string | null;
|
|
4726
|
+
} | null;
|
|
4727
|
+
valueReference: {
|
|
4728
|
+
reference: string | null;
|
|
4729
|
+
type: any | null;
|
|
4730
|
+
display: string | null;
|
|
4731
|
+
extension: Array<{
|
|
4732
|
+
url: any | null;
|
|
4733
|
+
valueBoolean: boolean | null;
|
|
4734
|
+
valueInteger: number | null;
|
|
4735
|
+
valueString: string | null;
|
|
4736
|
+
valueDateTime: any | null;
|
|
4737
|
+
valueCode: any | null;
|
|
4738
|
+
valueUri: any | null;
|
|
4739
|
+
valueExpression: {
|
|
4740
|
+
description: string | null;
|
|
4741
|
+
name: string | null;
|
|
4742
|
+
language: any | null;
|
|
4743
|
+
expression: string | null;
|
|
4744
|
+
reference: any | null;
|
|
4745
|
+
} | null;
|
|
4746
|
+
valueCodeableConcept: {
|
|
4747
|
+
text: string | null;
|
|
4748
|
+
coding: Array<{
|
|
4749
|
+
system: any | null;
|
|
4750
|
+
code: any | null;
|
|
4751
|
+
display: string | null;
|
|
4752
|
+
} | null> | null;
|
|
4753
|
+
} | null;
|
|
4754
|
+
valueReference: {
|
|
4755
|
+
reference: string | null;
|
|
4756
|
+
type: any | null;
|
|
4757
|
+
display: string | null;
|
|
4758
|
+
} | null;
|
|
4759
|
+
} | null> | null;
|
|
4760
|
+
} | null;
|
|
4761
|
+
} | null> | null;
|
|
4762
|
+
initial: Array<{
|
|
4763
|
+
valueBoolean: boolean | null;
|
|
4764
|
+
valueDecimal: number | null;
|
|
4765
|
+
valueInteger: number | null;
|
|
4766
|
+
valueDate: any | null;
|
|
4767
|
+
valueDateTime: any | null;
|
|
4768
|
+
valueString: string | null;
|
|
4769
|
+
valueUri: any | null;
|
|
4770
|
+
valueAttachment: {
|
|
4771
|
+
contentType: any | null;
|
|
4772
|
+
data: any | null;
|
|
4773
|
+
url: any | null;
|
|
4774
|
+
title: string | null;
|
|
4775
|
+
} | null;
|
|
4776
|
+
valueCoding: {
|
|
4777
|
+
system: any | null;
|
|
4778
|
+
code: any | null;
|
|
4779
|
+
display: string | null;
|
|
4780
|
+
} | null;
|
|
4781
|
+
valueQuantity: {
|
|
4782
|
+
value: number | null;
|
|
4783
|
+
unit: string | null;
|
|
4784
|
+
code: any | null;
|
|
4785
|
+
comparator: any | null;
|
|
4786
|
+
system: any | null;
|
|
4787
|
+
} | null;
|
|
4788
|
+
valueReference: {
|
|
4789
|
+
reference: string | null;
|
|
4790
|
+
type: any | null;
|
|
4791
|
+
display: string | null;
|
|
4792
|
+
extension: Array<{
|
|
4793
|
+
url: any | null;
|
|
4794
|
+
valueBoolean: boolean | null;
|
|
4795
|
+
valueInteger: number | null;
|
|
4796
|
+
valueString: string | null;
|
|
4797
|
+
valueDateTime: any | null;
|
|
4798
|
+
valueCode: any | null;
|
|
4799
|
+
valueUri: any | null;
|
|
4800
|
+
valueExpression: {
|
|
4801
|
+
description: string | null;
|
|
4802
|
+
name: string | null;
|
|
4803
|
+
language: any | null;
|
|
4804
|
+
expression: string | null;
|
|
4805
|
+
reference: any | null;
|
|
4806
|
+
} | null;
|
|
4807
|
+
valueCodeableConcept: {
|
|
4808
|
+
text: string | null;
|
|
4809
|
+
coding: Array<{
|
|
4810
|
+
system: any | null;
|
|
4811
|
+
code: any | null;
|
|
4812
|
+
display: string | null;
|
|
4813
|
+
} | null> | null;
|
|
4814
|
+
} | null;
|
|
4815
|
+
valueReference: {
|
|
4816
|
+
reference: string | null;
|
|
4817
|
+
type: any | null;
|
|
4818
|
+
display: string | null;
|
|
4819
|
+
} | null;
|
|
4820
|
+
} | null> | null;
|
|
4821
|
+
} | null;
|
|
4822
|
+
} | null> | null;
|
|
4823
|
+
} | null> | null;
|
|
4824
|
+
extension: Array<{
|
|
4825
|
+
url: any | null;
|
|
4826
|
+
valueBoolean: boolean | null;
|
|
4827
|
+
valueInteger: number | null;
|
|
4828
|
+
valueString: string | null;
|
|
4829
|
+
valueDateTime: any | null;
|
|
4830
|
+
valueCode: any | null;
|
|
4831
|
+
valueUri: any | null;
|
|
4832
|
+
valueExpression: {
|
|
4833
|
+
description: string | null;
|
|
4834
|
+
name: string | null;
|
|
4835
|
+
language: any | null;
|
|
4836
|
+
expression: string | null;
|
|
4837
|
+
reference: any | null;
|
|
4838
|
+
} | null;
|
|
4839
|
+
valueCodeableConcept: {
|
|
4840
|
+
text: string | null;
|
|
4841
|
+
coding: Array<{
|
|
4842
|
+
system: any | null;
|
|
4843
|
+
code: any | null;
|
|
4844
|
+
display: string | null;
|
|
4845
|
+
} | null> | null;
|
|
4846
|
+
} | null;
|
|
4847
|
+
valueReference: {
|
|
4848
|
+
reference: string | null;
|
|
4849
|
+
type: any | null;
|
|
4850
|
+
display: string | null;
|
|
4851
|
+
} | null;
|
|
4852
|
+
extension: Array<{
|
|
4853
|
+
url: any | null;
|
|
4854
|
+
valueBoolean: boolean | null;
|
|
4855
|
+
valueInteger: number | null;
|
|
4856
|
+
valueString: string | null;
|
|
4857
|
+
valueDateTime: any | null;
|
|
4858
|
+
valueCode: any | null;
|
|
4859
|
+
valueUri: any | null;
|
|
4860
|
+
valueExpression: {
|
|
4861
|
+
description: string | null;
|
|
4862
|
+
name: string | null;
|
|
4863
|
+
language: any | null;
|
|
4864
|
+
expression: string | null;
|
|
4865
|
+
reference: any | null;
|
|
4866
|
+
} | null;
|
|
4867
|
+
valueCodeableConcept: {
|
|
4868
|
+
text: string | null;
|
|
4869
|
+
coding: Array<{
|
|
4870
|
+
system: any | null;
|
|
4871
|
+
code: any | null;
|
|
4872
|
+
display: string | null;
|
|
4873
|
+
} | null> | null;
|
|
4874
|
+
} | null;
|
|
4875
|
+
valueReference: {
|
|
4876
|
+
reference: string | null;
|
|
4877
|
+
type: any | null;
|
|
4878
|
+
display: string | null;
|
|
4879
|
+
} | null;
|
|
4880
|
+
} | null> | null;
|
|
4881
|
+
} | null> | null;
|
|
4882
|
+
enableWhen: Array<{
|
|
4883
|
+
question: string | null;
|
|
4884
|
+
operator: any | null;
|
|
4885
|
+
answerBoolean: boolean | null;
|
|
4886
|
+
answerDecimal: number | null;
|
|
4887
|
+
answerInteger: number | null;
|
|
4888
|
+
answerDate: any | null;
|
|
4889
|
+
answerDateTime: any | null;
|
|
4890
|
+
answerTime: any | null;
|
|
4891
|
+
answerString: string | null;
|
|
4892
|
+
answerCoding: {
|
|
4893
|
+
system: any | null;
|
|
4894
|
+
code: any | null;
|
|
4895
|
+
display: string | null;
|
|
4896
|
+
} | null;
|
|
4897
|
+
answerQuantity: {
|
|
4898
|
+
value: number | null;
|
|
4899
|
+
unit: string | null;
|
|
4900
|
+
code: any | null;
|
|
4901
|
+
comparator: any | null;
|
|
4902
|
+
system: any | null;
|
|
4903
|
+
} | null;
|
|
4904
|
+
answerReference: {
|
|
4905
|
+
reference: string | null;
|
|
4906
|
+
type: any | null;
|
|
4907
|
+
display: string | null;
|
|
4908
|
+
} | null;
|
|
4909
|
+
} | null> | null;
|
|
4910
|
+
answerOption: Array<{
|
|
4911
|
+
valueInteger: number | null;
|
|
4912
|
+
valueDate: any | null;
|
|
4913
|
+
valueString: string | null;
|
|
4914
|
+
initialSelected: boolean | null;
|
|
4915
|
+
valueCoding: {
|
|
4916
|
+
system: any | null;
|
|
4917
|
+
code: any | null;
|
|
4918
|
+
display: string | null;
|
|
4919
|
+
} | null;
|
|
4920
|
+
valueReference: {
|
|
4921
|
+
reference: string | null;
|
|
4922
|
+
type: any | null;
|
|
4923
|
+
display: string | null;
|
|
4924
|
+
extension: Array<{
|
|
4925
|
+
url: any | null;
|
|
4926
|
+
valueBoolean: boolean | null;
|
|
4927
|
+
valueInteger: number | null;
|
|
4928
|
+
valueString: string | null;
|
|
4929
|
+
valueDateTime: any | null;
|
|
4930
|
+
valueCode: any | null;
|
|
4931
|
+
valueUri: any | null;
|
|
4932
|
+
valueExpression: {
|
|
4933
|
+
description: string | null;
|
|
4934
|
+
name: string | null;
|
|
4935
|
+
language: any | null;
|
|
4936
|
+
expression: string | null;
|
|
4937
|
+
reference: any | null;
|
|
4938
|
+
} | null;
|
|
4939
|
+
valueCodeableConcept: {
|
|
4940
|
+
text: string | null;
|
|
4941
|
+
coding: Array<{
|
|
4942
|
+
system: any | null;
|
|
4943
|
+
code: any | null;
|
|
4944
|
+
display: string | null;
|
|
4945
|
+
} | null> | null;
|
|
4946
|
+
} | null;
|
|
4947
|
+
valueReference: {
|
|
4948
|
+
reference: string | null;
|
|
4949
|
+
type: any | null;
|
|
4950
|
+
display: string | null;
|
|
4951
|
+
} | null;
|
|
4952
|
+
} | null> | null;
|
|
4953
|
+
} | null;
|
|
4954
|
+
} | null> | null;
|
|
4955
|
+
initial: Array<{
|
|
4956
|
+
valueBoolean: boolean | null;
|
|
4957
|
+
valueDecimal: number | null;
|
|
4958
|
+
valueInteger: number | null;
|
|
4959
|
+
valueDate: any | null;
|
|
4960
|
+
valueDateTime: any | null;
|
|
4961
|
+
valueString: string | null;
|
|
4962
|
+
valueUri: any | null;
|
|
4963
|
+
valueAttachment: {
|
|
4964
|
+
contentType: any | null;
|
|
4965
|
+
data: any | null;
|
|
4966
|
+
url: any | null;
|
|
4967
|
+
title: string | null;
|
|
4968
|
+
} | null;
|
|
4969
|
+
valueCoding: {
|
|
4970
|
+
system: any | null;
|
|
4971
|
+
code: any | null;
|
|
4972
|
+
display: string | null;
|
|
4973
|
+
} | null;
|
|
4974
|
+
valueQuantity: {
|
|
4975
|
+
value: number | null;
|
|
4976
|
+
unit: string | null;
|
|
4977
|
+
code: any | null;
|
|
4978
|
+
comparator: any | null;
|
|
4979
|
+
system: any | null;
|
|
4980
|
+
} | null;
|
|
4981
|
+
valueReference: {
|
|
4982
|
+
reference: string | null;
|
|
4983
|
+
type: any | null;
|
|
4984
|
+
display: string | null;
|
|
4985
|
+
extension: Array<{
|
|
4986
|
+
url: any | null;
|
|
4987
|
+
valueBoolean: boolean | null;
|
|
4988
|
+
valueInteger: number | null;
|
|
4989
|
+
valueString: string | null;
|
|
4990
|
+
valueDateTime: any | null;
|
|
4991
|
+
valueCode: any | null;
|
|
4992
|
+
valueUri: any | null;
|
|
4993
|
+
valueExpression: {
|
|
4994
|
+
description: string | null;
|
|
4995
|
+
name: string | null;
|
|
4996
|
+
language: any | null;
|
|
4997
|
+
expression: string | null;
|
|
4998
|
+
reference: any | null;
|
|
4999
|
+
} | null;
|
|
5000
|
+
valueCodeableConcept: {
|
|
5001
|
+
text: string | null;
|
|
5002
|
+
coding: Array<{
|
|
5003
|
+
system: any | null;
|
|
5004
|
+
code: any | null;
|
|
5005
|
+
display: string | null;
|
|
5006
|
+
} | null> | null;
|
|
5007
|
+
} | null;
|
|
5008
|
+
valueReference: {
|
|
5009
|
+
reference: string | null;
|
|
5010
|
+
type: any | null;
|
|
5011
|
+
display: string | null;
|
|
5012
|
+
} | null;
|
|
5013
|
+
} | null> | null;
|
|
5014
|
+
} | null;
|
|
5015
|
+
} | null> | null;
|
|
5016
|
+
} | null> | null;
|
|
5017
|
+
extension: Array<{
|
|
5018
|
+
url: any | null;
|
|
5019
|
+
valueBoolean: boolean | null;
|
|
5020
|
+
valueInteger: number | null;
|
|
5021
|
+
valueString: string | null;
|
|
5022
|
+
valueDateTime: any | null;
|
|
5023
|
+
valueCode: any | null;
|
|
5024
|
+
valueUri: any | null;
|
|
5025
|
+
valueExpression: {
|
|
5026
|
+
description: string | null;
|
|
5027
|
+
name: string | null;
|
|
5028
|
+
language: any | null;
|
|
5029
|
+
expression: string | null;
|
|
5030
|
+
reference: any | null;
|
|
5031
|
+
} | null;
|
|
5032
|
+
valueCodeableConcept: {
|
|
5033
|
+
text: string | null;
|
|
5034
|
+
coding: Array<{
|
|
5035
|
+
system: any | null;
|
|
5036
|
+
code: any | null;
|
|
5037
|
+
display: string | null;
|
|
5038
|
+
} | null> | null;
|
|
5039
|
+
} | null;
|
|
5040
|
+
valueReference: {
|
|
5041
|
+
reference: string | null;
|
|
5042
|
+
type: any | null;
|
|
5043
|
+
display: string | null;
|
|
5044
|
+
} | null;
|
|
5045
|
+
extension: Array<{
|
|
5046
|
+
url: any | null;
|
|
5047
|
+
valueBoolean: boolean | null;
|
|
5048
|
+
valueInteger: number | null;
|
|
5049
|
+
valueString: string | null;
|
|
5050
|
+
valueDateTime: any | null;
|
|
5051
|
+
valueCode: any | null;
|
|
5052
|
+
valueUri: any | null;
|
|
5053
|
+
valueExpression: {
|
|
5054
|
+
description: string | null;
|
|
5055
|
+
name: string | null;
|
|
5056
|
+
language: any | null;
|
|
5057
|
+
expression: string | null;
|
|
5058
|
+
reference: any | null;
|
|
5059
|
+
} | null;
|
|
5060
|
+
valueCodeableConcept: {
|
|
5061
|
+
text: string | null;
|
|
5062
|
+
coding: Array<{
|
|
5063
|
+
system: any | null;
|
|
5064
|
+
code: any | null;
|
|
5065
|
+
display: string | null;
|
|
5066
|
+
} | null> | null;
|
|
5067
|
+
} | null;
|
|
5068
|
+
valueReference: {
|
|
5069
|
+
reference: string | null;
|
|
5070
|
+
type: any | null;
|
|
5071
|
+
display: string | null;
|
|
5072
|
+
} | null;
|
|
5073
|
+
} | null> | null;
|
|
5074
|
+
} | null> | null;
|
|
5075
|
+
enableWhen: Array<{
|
|
5076
|
+
question: string | null;
|
|
5077
|
+
operator: any | null;
|
|
5078
|
+
answerBoolean: boolean | null;
|
|
5079
|
+
answerDecimal: number | null;
|
|
5080
|
+
answerInteger: number | null;
|
|
5081
|
+
answerDate: any | null;
|
|
5082
|
+
answerDateTime: any | null;
|
|
5083
|
+
answerTime: any | null;
|
|
5084
|
+
answerString: string | null;
|
|
5085
|
+
answerCoding: {
|
|
5086
|
+
system: any | null;
|
|
5087
|
+
code: any | null;
|
|
5088
|
+
display: string | null;
|
|
5089
|
+
} | null;
|
|
5090
|
+
answerQuantity: {
|
|
5091
|
+
value: number | null;
|
|
5092
|
+
unit: string | null;
|
|
5093
|
+
code: any | null;
|
|
5094
|
+
comparator: any | null;
|
|
5095
|
+
system: any | null;
|
|
5096
|
+
} | null;
|
|
5097
|
+
answerReference: {
|
|
5098
|
+
reference: string | null;
|
|
5099
|
+
type: any | null;
|
|
5100
|
+
display: string | null;
|
|
5101
|
+
} | null;
|
|
5102
|
+
} | null> | null;
|
|
5103
|
+
answerOption: Array<{
|
|
5104
|
+
valueInteger: number | null;
|
|
5105
|
+
valueDate: any | null;
|
|
5106
|
+
valueString: string | null;
|
|
5107
|
+
initialSelected: boolean | null;
|
|
5108
|
+
valueCoding: {
|
|
5109
|
+
system: any | null;
|
|
5110
|
+
code: any | null;
|
|
5111
|
+
display: string | null;
|
|
5112
|
+
} | null;
|
|
5113
|
+
valueReference: {
|
|
5114
|
+
reference: string | null;
|
|
5115
|
+
type: any | null;
|
|
5116
|
+
display: string | null;
|
|
5117
|
+
extension: Array<{
|
|
5118
|
+
url: any | null;
|
|
5119
|
+
valueBoolean: boolean | null;
|
|
5120
|
+
valueInteger: number | null;
|
|
5121
|
+
valueString: string | null;
|
|
5122
|
+
valueDateTime: any | null;
|
|
5123
|
+
valueCode: any | null;
|
|
5124
|
+
valueUri: any | null;
|
|
5125
|
+
valueExpression: {
|
|
5126
|
+
description: string | null;
|
|
5127
|
+
name: string | null;
|
|
5128
|
+
language: any | null;
|
|
5129
|
+
expression: string | null;
|
|
5130
|
+
reference: any | null;
|
|
5131
|
+
} | null;
|
|
5132
|
+
valueCodeableConcept: {
|
|
5133
|
+
text: string | null;
|
|
5134
|
+
coding: Array<{
|
|
5135
|
+
system: any | null;
|
|
5136
|
+
code: any | null;
|
|
5137
|
+
display: string | null;
|
|
5138
|
+
} | null> | null;
|
|
5139
|
+
} | null;
|
|
5140
|
+
valueReference: {
|
|
5141
|
+
reference: string | null;
|
|
5142
|
+
type: any | null;
|
|
5143
|
+
display: string | null;
|
|
5144
|
+
} | null;
|
|
5145
|
+
} | null> | null;
|
|
5146
|
+
} | null;
|
|
5147
|
+
} | null> | null;
|
|
5148
|
+
initial: Array<{
|
|
5149
|
+
valueBoolean: boolean | null;
|
|
5150
|
+
valueDecimal: number | null;
|
|
5151
|
+
valueInteger: number | null;
|
|
5152
|
+
valueDate: any | null;
|
|
5153
|
+
valueDateTime: any | null;
|
|
5154
|
+
valueString: string | null;
|
|
5155
|
+
valueUri: any | null;
|
|
5156
|
+
valueAttachment: {
|
|
5157
|
+
contentType: any | null;
|
|
5158
|
+
data: any | null;
|
|
5159
|
+
url: any | null;
|
|
5160
|
+
title: string | null;
|
|
5161
|
+
} | null;
|
|
5162
|
+
valueCoding: {
|
|
5163
|
+
system: any | null;
|
|
5164
|
+
code: any | null;
|
|
5165
|
+
display: string | null;
|
|
5166
|
+
} | null;
|
|
5167
|
+
valueQuantity: {
|
|
5168
|
+
value: number | null;
|
|
5169
|
+
unit: string | null;
|
|
5170
|
+
code: any | null;
|
|
5171
|
+
comparator: any | null;
|
|
5172
|
+
system: any | null;
|
|
5173
|
+
} | null;
|
|
5174
|
+
valueReference: {
|
|
5175
|
+
reference: string | null;
|
|
5176
|
+
type: any | null;
|
|
5177
|
+
display: string | null;
|
|
5178
|
+
extension: Array<{
|
|
5179
|
+
url: any | null;
|
|
5180
|
+
valueBoolean: boolean | null;
|
|
5181
|
+
valueInteger: number | null;
|
|
5182
|
+
valueString: string | null;
|
|
5183
|
+
valueDateTime: any | null;
|
|
5184
|
+
valueCode: any | null;
|
|
5185
|
+
valueUri: any | null;
|
|
5186
|
+
valueExpression: {
|
|
5187
|
+
description: string | null;
|
|
5188
|
+
name: string | null;
|
|
5189
|
+
language: any | null;
|
|
5190
|
+
expression: string | null;
|
|
5191
|
+
reference: any | null;
|
|
5192
|
+
} | null;
|
|
5193
|
+
valueCodeableConcept: {
|
|
5194
|
+
text: string | null;
|
|
5195
|
+
coding: Array<{
|
|
5196
|
+
system: any | null;
|
|
5197
|
+
code: any | null;
|
|
5198
|
+
display: string | null;
|
|
5199
|
+
} | null> | null;
|
|
5200
|
+
} | null;
|
|
5201
|
+
valueReference: {
|
|
5202
|
+
reference: string | null;
|
|
5203
|
+
type: any | null;
|
|
5204
|
+
display: string | null;
|
|
5205
|
+
} | null;
|
|
5206
|
+
} | null> | null;
|
|
5207
|
+
} | null;
|
|
5208
|
+
} | null> | null;
|
|
5209
|
+
} | null> | null;
|
|
5210
|
+
} | {} | null> | null;
|
|
5211
|
+
};
|
|
5212
|
+
export type QuestionnaireResponseItemFieldsFragment = {
|
|
5213
|
+
linkId: string | null;
|
|
5214
|
+
text: string | null;
|
|
5215
|
+
answer: Array<{
|
|
5216
|
+
valueBoolean: boolean | null;
|
|
5217
|
+
valueDecimal: number | null;
|
|
5218
|
+
valueInteger: number | null;
|
|
5219
|
+
valueDate: any | null;
|
|
5220
|
+
valueDateTime: any | null;
|
|
5221
|
+
valueString: string | null;
|
|
5222
|
+
valueUri: any | null;
|
|
5223
|
+
valueAttachment: {
|
|
5224
|
+
contentType: any | null;
|
|
5225
|
+
data: any | null;
|
|
5226
|
+
url: any | null;
|
|
5227
|
+
title: string | null;
|
|
5228
|
+
} | null;
|
|
5229
|
+
valueCoding: {
|
|
5230
|
+
system: any | null;
|
|
5231
|
+
code: any | null;
|
|
5232
|
+
display: string | null;
|
|
5233
|
+
} | null;
|
|
5234
|
+
valueQuantity: {
|
|
5235
|
+
value: number | null;
|
|
5236
|
+
unit: string | null;
|
|
5237
|
+
code: any | null;
|
|
5238
|
+
comparator: any | null;
|
|
5239
|
+
system: any | null;
|
|
5240
|
+
} | null;
|
|
5241
|
+
valueReference: {
|
|
5242
|
+
reference: string | null;
|
|
5243
|
+
type: any | null;
|
|
5244
|
+
display: string | null;
|
|
5245
|
+
extension: Array<{
|
|
5246
|
+
url: any | null;
|
|
5247
|
+
valueBoolean: boolean | null;
|
|
5248
|
+
valueInteger: number | null;
|
|
5249
|
+
valueString: string | null;
|
|
5250
|
+
valueDateTime: any | null;
|
|
5251
|
+
valueCode: any | null;
|
|
5252
|
+
valueUri: any | null;
|
|
5253
|
+
valueExpression: {
|
|
5254
|
+
description: string | null;
|
|
5255
|
+
name: string | null;
|
|
5256
|
+
language: any | null;
|
|
5257
|
+
expression: string | null;
|
|
5258
|
+
reference: any | null;
|
|
5259
|
+
} | null;
|
|
5260
|
+
valueCodeableConcept: {
|
|
5261
|
+
text: string | null;
|
|
5262
|
+
coding: Array<{
|
|
5263
|
+
system: any | null;
|
|
5264
|
+
code: any | null;
|
|
5265
|
+
display: string | null;
|
|
5266
|
+
} | null> | null;
|
|
5267
|
+
} | null;
|
|
5268
|
+
valueReference: {
|
|
5269
|
+
reference: string | null;
|
|
5270
|
+
type: any | null;
|
|
5271
|
+
display: string | null;
|
|
5272
|
+
} | null;
|
|
5273
|
+
} | null> | null;
|
|
5274
|
+
} | null;
|
|
5275
|
+
} | null> | null;
|
|
5276
|
+
};
|
|
5277
|
+
export type QuestionnaireFieldsFragment = {
|
|
5278
|
+
resourceType: string | null;
|
|
5279
|
+
id: string;
|
|
5280
|
+
name: string | null;
|
|
5281
|
+
title: string | null;
|
|
5282
|
+
status: any | null;
|
|
5283
|
+
description: any | null;
|
|
5284
|
+
meta: {
|
|
5285
|
+
versionId: string | null;
|
|
5286
|
+
lastUpdated: any | null;
|
|
5287
|
+
source: any | null;
|
|
5288
|
+
security: Array<{
|
|
5289
|
+
system: any | null;
|
|
5290
|
+
code: any | null;
|
|
5291
|
+
display: string | null;
|
|
5292
|
+
} | null> | null;
|
|
5293
|
+
tag: Array<{
|
|
5294
|
+
system: any | null;
|
|
5295
|
+
code: any | null;
|
|
5296
|
+
display: string | null;
|
|
5297
|
+
} | null> | null;
|
|
5298
|
+
} | null;
|
|
5299
|
+
identifier: Array<{
|
|
5300
|
+
id: string | null;
|
|
5301
|
+
system: any | null;
|
|
5302
|
+
value: string | null;
|
|
5303
|
+
type: {
|
|
5304
|
+
text: string | null;
|
|
5305
|
+
coding: Array<{
|
|
5306
|
+
system: any | null;
|
|
5307
|
+
code: any | null;
|
|
5308
|
+
display: string | null;
|
|
5309
|
+
} | null> | null;
|
|
5310
|
+
} | null;
|
|
5311
|
+
} | null> | null;
|
|
5312
|
+
item: Array<{
|
|
5313
|
+
linkId: string | null;
|
|
5314
|
+
prefix: string | null;
|
|
5315
|
+
text: string | null;
|
|
5316
|
+
type: any | null;
|
|
5317
|
+
enableBehavior: any | null;
|
|
5318
|
+
required: boolean | null;
|
|
5319
|
+
repeats: boolean | null;
|
|
5320
|
+
readOnly: boolean | null;
|
|
5321
|
+
maxLength: number | null;
|
|
5322
|
+
item: Array<{
|
|
5323
|
+
linkId: string | null;
|
|
5324
|
+
prefix: string | null;
|
|
5325
|
+
text: string | null;
|
|
5326
|
+
type: any | null;
|
|
5327
|
+
enableBehavior: any | null;
|
|
5328
|
+
required: boolean | null;
|
|
5329
|
+
repeats: boolean | null;
|
|
5330
|
+
readOnly: boolean | null;
|
|
5331
|
+
maxLength: number | null;
|
|
5332
|
+
item: Array<{
|
|
5333
|
+
linkId: string | null;
|
|
5334
|
+
prefix: string | null;
|
|
5335
|
+
text: string | null;
|
|
5336
|
+
type: any | null;
|
|
5337
|
+
enableBehavior: any | null;
|
|
5338
|
+
required: boolean | null;
|
|
5339
|
+
repeats: boolean | null;
|
|
5340
|
+
readOnly: boolean | null;
|
|
5341
|
+
maxLength: number | null;
|
|
5342
|
+
extension: Array<{
|
|
5343
|
+
url: any | null;
|
|
5344
|
+
valueBoolean: boolean | null;
|
|
5345
|
+
valueInteger: number | null;
|
|
5346
|
+
valueString: string | null;
|
|
5347
|
+
valueDateTime: any | null;
|
|
5348
|
+
valueCode: any | null;
|
|
5349
|
+
valueUri: any | null;
|
|
5350
|
+
valueExpression: {
|
|
5351
|
+
description: string | null;
|
|
5352
|
+
name: string | null;
|
|
5353
|
+
language: any | null;
|
|
5354
|
+
expression: string | null;
|
|
5355
|
+
reference: any | null;
|
|
5356
|
+
} | null;
|
|
5357
|
+
valueCodeableConcept: {
|
|
5358
|
+
text: string | null;
|
|
5359
|
+
coding: Array<{
|
|
5360
|
+
system: any | null;
|
|
5361
|
+
code: any | null;
|
|
5362
|
+
display: string | null;
|
|
5363
|
+
} | null> | null;
|
|
5364
|
+
} | null;
|
|
5365
|
+
valueReference: {
|
|
5366
|
+
reference: string | null;
|
|
5367
|
+
type: any | null;
|
|
5368
|
+
display: string | null;
|
|
5369
|
+
} | null;
|
|
5370
|
+
extension: Array<{
|
|
5371
|
+
url: any | null;
|
|
5372
|
+
valueBoolean: boolean | null;
|
|
5373
|
+
valueInteger: number | null;
|
|
5374
|
+
valueString: string | null;
|
|
5375
|
+
valueDateTime: any | null;
|
|
5376
|
+
valueCode: any | null;
|
|
5377
|
+
valueUri: any | null;
|
|
5378
|
+
valueExpression: {
|
|
5379
|
+
description: string | null;
|
|
5380
|
+
name: string | null;
|
|
5381
|
+
language: any | null;
|
|
5382
|
+
expression: string | null;
|
|
5383
|
+
reference: any | null;
|
|
5384
|
+
} | null;
|
|
5385
|
+
valueCodeableConcept: {
|
|
5386
|
+
text: string | null;
|
|
5387
|
+
coding: Array<{
|
|
5388
|
+
system: any | null;
|
|
5389
|
+
code: any | null;
|
|
5390
|
+
display: string | null;
|
|
5391
|
+
} | null> | null;
|
|
5392
|
+
} | null;
|
|
5393
|
+
valueReference: {
|
|
5394
|
+
reference: string | null;
|
|
5395
|
+
type: any | null;
|
|
5396
|
+
display: string | null;
|
|
5397
|
+
} | null;
|
|
5398
|
+
} | null> | null;
|
|
5399
|
+
} | null> | null;
|
|
5400
|
+
enableWhen: Array<{
|
|
5401
|
+
question: string | null;
|
|
5402
|
+
operator: any | null;
|
|
5403
|
+
answerBoolean: boolean | null;
|
|
5404
|
+
answerDecimal: number | null;
|
|
5405
|
+
answerInteger: number | null;
|
|
5406
|
+
answerDate: any | null;
|
|
5407
|
+
answerDateTime: any | null;
|
|
5408
|
+
answerTime: any | null;
|
|
5409
|
+
answerString: string | null;
|
|
5410
|
+
answerCoding: {
|
|
5411
|
+
system: any | null;
|
|
5412
|
+
code: any | null;
|
|
5413
|
+
display: string | null;
|
|
5414
|
+
} | null;
|
|
5415
|
+
answerQuantity: {
|
|
5416
|
+
value: number | null;
|
|
5417
|
+
unit: string | null;
|
|
5418
|
+
code: any | null;
|
|
5419
|
+
comparator: any | null;
|
|
5420
|
+
system: any | null;
|
|
5421
|
+
} | null;
|
|
5422
|
+
answerReference: {
|
|
5423
|
+
reference: string | null;
|
|
5424
|
+
type: any | null;
|
|
5425
|
+
display: string | null;
|
|
5426
|
+
} | null;
|
|
5427
|
+
} | null> | null;
|
|
5428
|
+
answerOption: Array<{
|
|
5429
|
+
valueInteger: number | null;
|
|
5430
|
+
valueDate: any | null;
|
|
5431
|
+
valueString: string | null;
|
|
5432
|
+
initialSelected: boolean | null;
|
|
5433
|
+
valueCoding: {
|
|
5434
|
+
system: any | null;
|
|
5435
|
+
code: any | null;
|
|
5436
|
+
display: string | null;
|
|
5437
|
+
} | null;
|
|
5438
|
+
valueReference: {
|
|
5439
|
+
reference: string | null;
|
|
5440
|
+
type: any | null;
|
|
5441
|
+
display: string | null;
|
|
5442
|
+
extension: Array<{
|
|
5443
|
+
url: any | null;
|
|
5444
|
+
valueBoolean: boolean | null;
|
|
5445
|
+
valueInteger: number | null;
|
|
5446
|
+
valueString: string | null;
|
|
5447
|
+
valueDateTime: any | null;
|
|
5448
|
+
valueCode: any | null;
|
|
5449
|
+
valueUri: any | null;
|
|
5450
|
+
valueExpression: {
|
|
5451
|
+
description: string | null;
|
|
5452
|
+
name: string | null;
|
|
5453
|
+
language: any | null;
|
|
5454
|
+
expression: string | null;
|
|
5455
|
+
reference: any | null;
|
|
5456
|
+
} | null;
|
|
5457
|
+
valueCodeableConcept: {
|
|
5458
|
+
text: string | null;
|
|
5459
|
+
coding: Array<{
|
|
5460
|
+
system: any | null;
|
|
5461
|
+
code: any | null;
|
|
5462
|
+
display: string | null;
|
|
5463
|
+
} | null> | null;
|
|
5464
|
+
} | null;
|
|
5465
|
+
valueReference: {
|
|
5466
|
+
reference: string | null;
|
|
5467
|
+
type: any | null;
|
|
5468
|
+
display: string | null;
|
|
5469
|
+
} | null;
|
|
5470
|
+
} | null> | null;
|
|
5471
|
+
} | null;
|
|
5472
|
+
} | null> | null;
|
|
5473
|
+
initial: Array<{
|
|
5474
|
+
valueBoolean: boolean | null;
|
|
5475
|
+
valueDecimal: number | null;
|
|
5476
|
+
valueInteger: number | null;
|
|
5477
|
+
valueDate: any | null;
|
|
5478
|
+
valueDateTime: any | null;
|
|
5479
|
+
valueString: string | null;
|
|
5480
|
+
valueUri: any | null;
|
|
5481
|
+
valueAttachment: {
|
|
5482
|
+
contentType: any | null;
|
|
5483
|
+
data: any | null;
|
|
5484
|
+
url: any | null;
|
|
5485
|
+
title: string | null;
|
|
5486
|
+
} | null;
|
|
5487
|
+
valueCoding: {
|
|
5488
|
+
system: any | null;
|
|
5489
|
+
code: any | null;
|
|
5490
|
+
display: string | null;
|
|
5491
|
+
} | null;
|
|
5492
|
+
valueQuantity: {
|
|
5493
|
+
value: number | null;
|
|
5494
|
+
unit: string | null;
|
|
5495
|
+
code: any | null;
|
|
5496
|
+
comparator: any | null;
|
|
5497
|
+
system: any | null;
|
|
5498
|
+
} | null;
|
|
5499
|
+
valueReference: {
|
|
5500
|
+
reference: string | null;
|
|
5501
|
+
type: any | null;
|
|
5502
|
+
display: string | null;
|
|
5503
|
+
extension: Array<{
|
|
5504
|
+
url: any | null;
|
|
5505
|
+
valueBoolean: boolean | null;
|
|
5506
|
+
valueInteger: number | null;
|
|
5507
|
+
valueString: string | null;
|
|
5508
|
+
valueDateTime: any | null;
|
|
5509
|
+
valueCode: any | null;
|
|
5510
|
+
valueUri: any | null;
|
|
5511
|
+
valueExpression: {
|
|
5512
|
+
description: string | null;
|
|
5513
|
+
name: string | null;
|
|
5514
|
+
language: any | null;
|
|
5515
|
+
expression: string | null;
|
|
5516
|
+
reference: any | null;
|
|
5517
|
+
} | null;
|
|
5518
|
+
valueCodeableConcept: {
|
|
5519
|
+
text: string | null;
|
|
5520
|
+
coding: Array<{
|
|
5521
|
+
system: any | null;
|
|
5522
|
+
code: any | null;
|
|
5523
|
+
display: string | null;
|
|
5524
|
+
} | null> | null;
|
|
5525
|
+
} | null;
|
|
5526
|
+
valueReference: {
|
|
5527
|
+
reference: string | null;
|
|
5528
|
+
type: any | null;
|
|
5529
|
+
display: string | null;
|
|
5530
|
+
} | null;
|
|
5531
|
+
} | null> | null;
|
|
5532
|
+
} | null;
|
|
5533
|
+
} | null> | null;
|
|
5534
|
+
} | null> | null;
|
|
5535
|
+
extension: Array<{
|
|
5536
|
+
url: any | null;
|
|
5537
|
+
valueBoolean: boolean | null;
|
|
5538
|
+
valueInteger: number | null;
|
|
5539
|
+
valueString: string | null;
|
|
5540
|
+
valueDateTime: any | null;
|
|
5541
|
+
valueCode: any | null;
|
|
5542
|
+
valueUri: any | null;
|
|
5543
|
+
valueExpression: {
|
|
5544
|
+
description: string | null;
|
|
5545
|
+
name: string | null;
|
|
5546
|
+
language: any | null;
|
|
5547
|
+
expression: string | null;
|
|
5548
|
+
reference: any | null;
|
|
5549
|
+
} | null;
|
|
5550
|
+
valueCodeableConcept: {
|
|
5551
|
+
text: string | null;
|
|
5552
|
+
coding: Array<{
|
|
5553
|
+
system: any | null;
|
|
5554
|
+
code: any | null;
|
|
5555
|
+
display: string | null;
|
|
5556
|
+
} | null> | null;
|
|
5557
|
+
} | null;
|
|
5558
|
+
valueReference: {
|
|
5559
|
+
reference: string | null;
|
|
5560
|
+
type: any | null;
|
|
5561
|
+
display: string | null;
|
|
5562
|
+
} | null;
|
|
5563
|
+
extension: Array<{
|
|
5564
|
+
url: any | null;
|
|
5565
|
+
valueBoolean: boolean | null;
|
|
5566
|
+
valueInteger: number | null;
|
|
5567
|
+
valueString: string | null;
|
|
5568
|
+
valueDateTime: any | null;
|
|
5569
|
+
valueCode: any | null;
|
|
5570
|
+
valueUri: any | null;
|
|
5571
|
+
valueExpression: {
|
|
5572
|
+
description: string | null;
|
|
5573
|
+
name: string | null;
|
|
5574
|
+
language: any | null;
|
|
5575
|
+
expression: string | null;
|
|
5576
|
+
reference: any | null;
|
|
5577
|
+
} | null;
|
|
5578
|
+
valueCodeableConcept: {
|
|
5579
|
+
text: string | null;
|
|
5580
|
+
coding: Array<{
|
|
5581
|
+
system: any | null;
|
|
5582
|
+
code: any | null;
|
|
5583
|
+
display: string | null;
|
|
5584
|
+
} | null> | null;
|
|
5585
|
+
} | null;
|
|
5586
|
+
valueReference: {
|
|
5587
|
+
reference: string | null;
|
|
5588
|
+
type: any | null;
|
|
5589
|
+
display: string | null;
|
|
5590
|
+
} | null;
|
|
5591
|
+
} | null> | null;
|
|
5592
|
+
} | null> | null;
|
|
5593
|
+
enableWhen: Array<{
|
|
5594
|
+
question: string | null;
|
|
5595
|
+
operator: any | null;
|
|
5596
|
+
answerBoolean: boolean | null;
|
|
5597
|
+
answerDecimal: number | null;
|
|
5598
|
+
answerInteger: number | null;
|
|
5599
|
+
answerDate: any | null;
|
|
5600
|
+
answerDateTime: any | null;
|
|
5601
|
+
answerTime: any | null;
|
|
5602
|
+
answerString: string | null;
|
|
5603
|
+
answerCoding: {
|
|
5604
|
+
system: any | null;
|
|
5605
|
+
code: any | null;
|
|
5606
|
+
display: string | null;
|
|
5607
|
+
} | null;
|
|
5608
|
+
answerQuantity: {
|
|
5609
|
+
value: number | null;
|
|
5610
|
+
unit: string | null;
|
|
5611
|
+
code: any | null;
|
|
5612
|
+
comparator: any | null;
|
|
5613
|
+
system: any | null;
|
|
5614
|
+
} | null;
|
|
5615
|
+
answerReference: {
|
|
5616
|
+
reference: string | null;
|
|
5617
|
+
type: any | null;
|
|
5618
|
+
display: string | null;
|
|
5619
|
+
} | null;
|
|
5620
|
+
} | null> | null;
|
|
5621
|
+
answerOption: Array<{
|
|
5622
|
+
valueInteger: number | null;
|
|
5623
|
+
valueDate: any | null;
|
|
5624
|
+
valueString: string | null;
|
|
5625
|
+
initialSelected: boolean | null;
|
|
5626
|
+
valueCoding: {
|
|
5627
|
+
system: any | null;
|
|
5628
|
+
code: any | null;
|
|
5629
|
+
display: string | null;
|
|
5630
|
+
} | null;
|
|
5631
|
+
valueReference: {
|
|
5632
|
+
reference: string | null;
|
|
5633
|
+
type: any | null;
|
|
5634
|
+
display: string | null;
|
|
5635
|
+
extension: Array<{
|
|
5636
|
+
url: any | null;
|
|
5637
|
+
valueBoolean: boolean | null;
|
|
5638
|
+
valueInteger: number | null;
|
|
5639
|
+
valueString: string | null;
|
|
5640
|
+
valueDateTime: any | null;
|
|
5641
|
+
valueCode: any | null;
|
|
5642
|
+
valueUri: any | null;
|
|
5643
|
+
valueExpression: {
|
|
5644
|
+
description: string | null;
|
|
5645
|
+
name: string | null;
|
|
5646
|
+
language: any | null;
|
|
5647
|
+
expression: string | null;
|
|
5648
|
+
reference: any | null;
|
|
5649
|
+
} | null;
|
|
5650
|
+
valueCodeableConcept: {
|
|
5651
|
+
text: string | null;
|
|
5652
|
+
coding: Array<{
|
|
5653
|
+
system: any | null;
|
|
5654
|
+
code: any | null;
|
|
5655
|
+
display: string | null;
|
|
5656
|
+
} | null> | null;
|
|
5657
|
+
} | null;
|
|
5658
|
+
valueReference: {
|
|
5659
|
+
reference: string | null;
|
|
5660
|
+
type: any | null;
|
|
5661
|
+
display: string | null;
|
|
5662
|
+
} | null;
|
|
5663
|
+
} | null> | null;
|
|
5664
|
+
} | null;
|
|
5665
|
+
} | null> | null;
|
|
5666
|
+
initial: Array<{
|
|
5667
|
+
valueBoolean: boolean | null;
|
|
5668
|
+
valueDecimal: number | null;
|
|
5669
|
+
valueInteger: number | null;
|
|
5670
|
+
valueDate: any | null;
|
|
5671
|
+
valueDateTime: any | null;
|
|
5672
|
+
valueString: string | null;
|
|
5673
|
+
valueUri: any | null;
|
|
5674
|
+
valueAttachment: {
|
|
5675
|
+
contentType: any | null;
|
|
5676
|
+
data: any | null;
|
|
5677
|
+
url: any | null;
|
|
5678
|
+
title: string | null;
|
|
5679
|
+
} | null;
|
|
5680
|
+
valueCoding: {
|
|
5681
|
+
system: any | null;
|
|
5682
|
+
code: any | null;
|
|
5683
|
+
display: string | null;
|
|
5684
|
+
} | null;
|
|
5685
|
+
valueQuantity: {
|
|
5686
|
+
value: number | null;
|
|
5687
|
+
unit: string | null;
|
|
5688
|
+
code: any | null;
|
|
5689
|
+
comparator: any | null;
|
|
5690
|
+
system: any | null;
|
|
5691
|
+
} | null;
|
|
5692
|
+
valueReference: {
|
|
5693
|
+
reference: string | null;
|
|
5694
|
+
type: any | null;
|
|
5695
|
+
display: string | null;
|
|
5696
|
+
extension: Array<{
|
|
5697
|
+
url: any | null;
|
|
5698
|
+
valueBoolean: boolean | null;
|
|
5699
|
+
valueInteger: number | null;
|
|
5700
|
+
valueString: string | null;
|
|
5701
|
+
valueDateTime: any | null;
|
|
5702
|
+
valueCode: any | null;
|
|
5703
|
+
valueUri: any | null;
|
|
5704
|
+
valueExpression: {
|
|
5705
|
+
description: string | null;
|
|
5706
|
+
name: string | null;
|
|
5707
|
+
language: any | null;
|
|
5708
|
+
expression: string | null;
|
|
5709
|
+
reference: any | null;
|
|
5710
|
+
} | null;
|
|
5711
|
+
valueCodeableConcept: {
|
|
5712
|
+
text: string | null;
|
|
5713
|
+
coding: Array<{
|
|
5714
|
+
system: any | null;
|
|
5715
|
+
code: any | null;
|
|
5716
|
+
display: string | null;
|
|
5717
|
+
} | null> | null;
|
|
5718
|
+
} | null;
|
|
5719
|
+
valueReference: {
|
|
5720
|
+
reference: string | null;
|
|
5721
|
+
type: any | null;
|
|
5722
|
+
display: string | null;
|
|
5723
|
+
} | null;
|
|
5724
|
+
} | null> | null;
|
|
5725
|
+
} | null;
|
|
5726
|
+
} | null> | null;
|
|
5727
|
+
} | null> | null;
|
|
5728
|
+
extension: Array<{
|
|
5729
|
+
url: any | null;
|
|
5730
|
+
valueBoolean: boolean | null;
|
|
5731
|
+
valueInteger: number | null;
|
|
5732
|
+
valueString: string | null;
|
|
5733
|
+
valueDateTime: any | null;
|
|
5734
|
+
valueCode: any | null;
|
|
5735
|
+
valueUri: any | null;
|
|
5736
|
+
valueExpression: {
|
|
5737
|
+
description: string | null;
|
|
5738
|
+
name: string | null;
|
|
5739
|
+
language: any | null;
|
|
5740
|
+
expression: string | null;
|
|
5741
|
+
reference: any | null;
|
|
5742
|
+
} | null;
|
|
5743
|
+
valueCodeableConcept: {
|
|
5744
|
+
text: string | null;
|
|
5745
|
+
coding: Array<{
|
|
5746
|
+
system: any | null;
|
|
5747
|
+
code: any | null;
|
|
5748
|
+
display: string | null;
|
|
5749
|
+
} | null> | null;
|
|
5750
|
+
} | null;
|
|
5751
|
+
valueReference: {
|
|
5752
|
+
reference: string | null;
|
|
5753
|
+
type: any | null;
|
|
5754
|
+
display: string | null;
|
|
5755
|
+
} | null;
|
|
5756
|
+
extension: Array<{
|
|
5757
|
+
url: any | null;
|
|
5758
|
+
valueBoolean: boolean | null;
|
|
5759
|
+
valueInteger: number | null;
|
|
5760
|
+
valueString: string | null;
|
|
5761
|
+
valueDateTime: any | null;
|
|
5762
|
+
valueCode: any | null;
|
|
5763
|
+
valueUri: any | null;
|
|
5764
|
+
valueExpression: {
|
|
5765
|
+
description: string | null;
|
|
5766
|
+
name: string | null;
|
|
5767
|
+
language: any | null;
|
|
5768
|
+
expression: string | null;
|
|
5769
|
+
reference: any | null;
|
|
5770
|
+
} | null;
|
|
5771
|
+
valueCodeableConcept: {
|
|
5772
|
+
text: string | null;
|
|
5773
|
+
coding: Array<{
|
|
5774
|
+
system: any | null;
|
|
5775
|
+
code: any | null;
|
|
5776
|
+
display: string | null;
|
|
5777
|
+
} | null> | null;
|
|
5778
|
+
} | null;
|
|
5779
|
+
valueReference: {
|
|
5780
|
+
reference: string | null;
|
|
5781
|
+
type: any | null;
|
|
5782
|
+
display: string | null;
|
|
5783
|
+
} | null;
|
|
5784
|
+
} | null> | null;
|
|
5785
|
+
} | null> | null;
|
|
5786
|
+
enableWhen: Array<{
|
|
5787
|
+
question: string | null;
|
|
5788
|
+
operator: any | null;
|
|
5789
|
+
answerBoolean: boolean | null;
|
|
5790
|
+
answerDecimal: number | null;
|
|
5791
|
+
answerInteger: number | null;
|
|
5792
|
+
answerDate: any | null;
|
|
5793
|
+
answerDateTime: any | null;
|
|
5794
|
+
answerTime: any | null;
|
|
5795
|
+
answerString: string | null;
|
|
5796
|
+
answerCoding: {
|
|
5797
|
+
system: any | null;
|
|
5798
|
+
code: any | null;
|
|
5799
|
+
display: string | null;
|
|
5800
|
+
} | null;
|
|
5801
|
+
answerQuantity: {
|
|
5802
|
+
value: number | null;
|
|
5803
|
+
unit: string | null;
|
|
5804
|
+
code: any | null;
|
|
5805
|
+
comparator: any | null;
|
|
5806
|
+
system: any | null;
|
|
5807
|
+
} | null;
|
|
5808
|
+
answerReference: {
|
|
5809
|
+
reference: string | null;
|
|
5810
|
+
type: any | null;
|
|
5811
|
+
display: string | null;
|
|
5812
|
+
} | null;
|
|
5813
|
+
} | null> | null;
|
|
5814
|
+
answerOption: Array<{
|
|
5815
|
+
valueInteger: number | null;
|
|
5816
|
+
valueDate: any | null;
|
|
5817
|
+
valueString: string | null;
|
|
5818
|
+
initialSelected: boolean | null;
|
|
5819
|
+
valueCoding: {
|
|
5820
|
+
system: any | null;
|
|
5821
|
+
code: any | null;
|
|
5822
|
+
display: string | null;
|
|
5823
|
+
} | null;
|
|
5824
|
+
valueReference: {
|
|
5825
|
+
reference: string | null;
|
|
5826
|
+
type: any | null;
|
|
5827
|
+
display: string | null;
|
|
5828
|
+
extension: Array<{
|
|
5829
|
+
url: any | null;
|
|
5830
|
+
valueBoolean: boolean | null;
|
|
5831
|
+
valueInteger: number | null;
|
|
5832
|
+
valueString: string | null;
|
|
5833
|
+
valueDateTime: any | null;
|
|
5834
|
+
valueCode: any | null;
|
|
5835
|
+
valueUri: any | null;
|
|
5836
|
+
valueExpression: {
|
|
5837
|
+
description: string | null;
|
|
5838
|
+
name: string | null;
|
|
5839
|
+
language: any | null;
|
|
5840
|
+
expression: string | null;
|
|
5841
|
+
reference: any | null;
|
|
5842
|
+
} | null;
|
|
5843
|
+
valueCodeableConcept: {
|
|
5844
|
+
text: string | null;
|
|
5845
|
+
coding: Array<{
|
|
5846
|
+
system: any | null;
|
|
5847
|
+
code: any | null;
|
|
5848
|
+
display: string | null;
|
|
5849
|
+
} | null> | null;
|
|
5850
|
+
} | null;
|
|
5851
|
+
valueReference: {
|
|
5852
|
+
reference: string | null;
|
|
5853
|
+
type: any | null;
|
|
5854
|
+
display: string | null;
|
|
5855
|
+
} | null;
|
|
5856
|
+
} | null> | null;
|
|
5857
|
+
} | null;
|
|
5858
|
+
} | null> | null;
|
|
5859
|
+
initial: Array<{
|
|
5860
|
+
valueBoolean: boolean | null;
|
|
5861
|
+
valueDecimal: number | null;
|
|
5862
|
+
valueInteger: number | null;
|
|
5863
|
+
valueDate: any | null;
|
|
5864
|
+
valueDateTime: any | null;
|
|
5865
|
+
valueString: string | null;
|
|
5866
|
+
valueUri: any | null;
|
|
5867
|
+
valueAttachment: {
|
|
5868
|
+
contentType: any | null;
|
|
5869
|
+
data: any | null;
|
|
5870
|
+
url: any | null;
|
|
5871
|
+
title: string | null;
|
|
5872
|
+
} | null;
|
|
5873
|
+
valueCoding: {
|
|
5874
|
+
system: any | null;
|
|
5875
|
+
code: any | null;
|
|
5876
|
+
display: string | null;
|
|
5877
|
+
} | null;
|
|
5878
|
+
valueQuantity: {
|
|
5879
|
+
value: number | null;
|
|
5880
|
+
unit: string | null;
|
|
5881
|
+
code: any | null;
|
|
5882
|
+
comparator: any | null;
|
|
5883
|
+
system: any | null;
|
|
5884
|
+
} | null;
|
|
5885
|
+
valueReference: {
|
|
5886
|
+
reference: string | null;
|
|
5887
|
+
type: any | null;
|
|
5888
|
+
display: string | null;
|
|
5889
|
+
extension: Array<{
|
|
5890
|
+
url: any | null;
|
|
5891
|
+
valueBoolean: boolean | null;
|
|
5892
|
+
valueInteger: number | null;
|
|
5893
|
+
valueString: string | null;
|
|
5894
|
+
valueDateTime: any | null;
|
|
5895
|
+
valueCode: any | null;
|
|
5896
|
+
valueUri: any | null;
|
|
5897
|
+
valueExpression: {
|
|
5898
|
+
description: string | null;
|
|
5899
|
+
name: string | null;
|
|
5900
|
+
language: any | null;
|
|
5901
|
+
expression: string | null;
|
|
5902
|
+
reference: any | null;
|
|
5903
|
+
} | null;
|
|
5904
|
+
valueCodeableConcept: {
|
|
5905
|
+
text: string | null;
|
|
5906
|
+
coding: Array<{
|
|
5907
|
+
system: any | null;
|
|
5908
|
+
code: any | null;
|
|
5909
|
+
display: string | null;
|
|
5910
|
+
} | null> | null;
|
|
5911
|
+
} | null;
|
|
5912
|
+
valueReference: {
|
|
5913
|
+
reference: string | null;
|
|
5914
|
+
type: any | null;
|
|
5915
|
+
display: string | null;
|
|
5916
|
+
} | null;
|
|
5917
|
+
} | null> | null;
|
|
5918
|
+
} | null;
|
|
5919
|
+
} | null> | null;
|
|
5920
|
+
} | null> | null;
|
|
5921
|
+
};
|
|
5922
|
+
export type QuestionnaireItemFieldsFragment = {
|
|
5923
|
+
linkId: string | null;
|
|
5924
|
+
prefix: string | null;
|
|
5925
|
+
text: string | null;
|
|
5926
|
+
type: any | null;
|
|
5927
|
+
enableBehavior: any | null;
|
|
5928
|
+
required: boolean | null;
|
|
5929
|
+
repeats: boolean | null;
|
|
5930
|
+
readOnly: boolean | null;
|
|
5931
|
+
maxLength: number | null;
|
|
5932
|
+
extension: Array<{
|
|
5933
|
+
url: any | null;
|
|
5934
|
+
valueBoolean: boolean | null;
|
|
5935
|
+
valueInteger: number | null;
|
|
5936
|
+
valueString: string | null;
|
|
5937
|
+
valueDateTime: any | null;
|
|
5938
|
+
valueCode: any | null;
|
|
5939
|
+
valueUri: any | null;
|
|
5940
|
+
valueExpression: {
|
|
5941
|
+
description: string | null;
|
|
5942
|
+
name: string | null;
|
|
5943
|
+
language: any | null;
|
|
5944
|
+
expression: string | null;
|
|
5945
|
+
reference: any | null;
|
|
5946
|
+
} | null;
|
|
5947
|
+
valueCodeableConcept: {
|
|
5948
|
+
text: string | null;
|
|
5949
|
+
coding: Array<{
|
|
5950
|
+
system: any | null;
|
|
5951
|
+
code: any | null;
|
|
5952
|
+
display: string | null;
|
|
5953
|
+
} | null> | null;
|
|
5954
|
+
} | null;
|
|
5955
|
+
valueReference: {
|
|
5956
|
+
reference: string | null;
|
|
5957
|
+
type: any | null;
|
|
5958
|
+
display: string | null;
|
|
5959
|
+
} | null;
|
|
5960
|
+
extension: Array<{
|
|
5961
|
+
url: any | null;
|
|
5962
|
+
valueBoolean: boolean | null;
|
|
5963
|
+
valueInteger: number | null;
|
|
5964
|
+
valueString: string | null;
|
|
5965
|
+
valueDateTime: any | null;
|
|
5966
|
+
valueCode: any | null;
|
|
5967
|
+
valueUri: any | null;
|
|
5968
|
+
valueExpression: {
|
|
5969
|
+
description: string | null;
|
|
5970
|
+
name: string | null;
|
|
5971
|
+
language: any | null;
|
|
5972
|
+
expression: string | null;
|
|
5973
|
+
reference: any | null;
|
|
5974
|
+
} | null;
|
|
5975
|
+
valueCodeableConcept: {
|
|
5976
|
+
text: string | null;
|
|
5977
|
+
coding: Array<{
|
|
5978
|
+
system: any | null;
|
|
5979
|
+
code: any | null;
|
|
5980
|
+
display: string | null;
|
|
5981
|
+
} | null> | null;
|
|
5982
|
+
} | null;
|
|
5983
|
+
valueReference: {
|
|
5984
|
+
reference: string | null;
|
|
5985
|
+
type: any | null;
|
|
5986
|
+
display: string | null;
|
|
5987
|
+
} | null;
|
|
5988
|
+
} | null> | null;
|
|
5989
|
+
} | null> | null;
|
|
5990
|
+
enableWhen: Array<{
|
|
5991
|
+
question: string | null;
|
|
5992
|
+
operator: any | null;
|
|
5993
|
+
answerBoolean: boolean | null;
|
|
5994
|
+
answerDecimal: number | null;
|
|
5995
|
+
answerInteger: number | null;
|
|
5996
|
+
answerDate: any | null;
|
|
5997
|
+
answerDateTime: any | null;
|
|
5998
|
+
answerTime: any | null;
|
|
5999
|
+
answerString: string | null;
|
|
6000
|
+
answerCoding: {
|
|
6001
|
+
system: any | null;
|
|
6002
|
+
code: any | null;
|
|
6003
|
+
display: string | null;
|
|
6004
|
+
} | null;
|
|
6005
|
+
answerQuantity: {
|
|
6006
|
+
value: number | null;
|
|
6007
|
+
unit: string | null;
|
|
6008
|
+
code: any | null;
|
|
6009
|
+
comparator: any | null;
|
|
6010
|
+
system: any | null;
|
|
6011
|
+
} | null;
|
|
6012
|
+
answerReference: {
|
|
6013
|
+
reference: string | null;
|
|
6014
|
+
type: any | null;
|
|
6015
|
+
display: string | null;
|
|
6016
|
+
} | null;
|
|
6017
|
+
} | null> | null;
|
|
6018
|
+
answerOption: Array<{
|
|
6019
|
+
valueInteger: number | null;
|
|
6020
|
+
valueDate: any | null;
|
|
6021
|
+
valueString: string | null;
|
|
6022
|
+
initialSelected: boolean | null;
|
|
6023
|
+
valueCoding: {
|
|
6024
|
+
system: any | null;
|
|
6025
|
+
code: any | null;
|
|
6026
|
+
display: string | null;
|
|
6027
|
+
} | null;
|
|
6028
|
+
valueReference: {
|
|
6029
|
+
reference: string | null;
|
|
6030
|
+
type: any | null;
|
|
6031
|
+
display: string | null;
|
|
6032
|
+
extension: Array<{
|
|
6033
|
+
url: any | null;
|
|
6034
|
+
valueBoolean: boolean | null;
|
|
6035
|
+
valueInteger: number | null;
|
|
6036
|
+
valueString: string | null;
|
|
6037
|
+
valueDateTime: any | null;
|
|
6038
|
+
valueCode: any | null;
|
|
6039
|
+
valueUri: any | null;
|
|
6040
|
+
valueExpression: {
|
|
6041
|
+
description: string | null;
|
|
6042
|
+
name: string | null;
|
|
6043
|
+
language: any | null;
|
|
6044
|
+
expression: string | null;
|
|
6045
|
+
reference: any | null;
|
|
6046
|
+
} | null;
|
|
6047
|
+
valueCodeableConcept: {
|
|
6048
|
+
text: string | null;
|
|
6049
|
+
coding: Array<{
|
|
6050
|
+
system: any | null;
|
|
6051
|
+
code: any | null;
|
|
6052
|
+
display: string | null;
|
|
6053
|
+
} | null> | null;
|
|
6054
|
+
} | null;
|
|
6055
|
+
valueReference: {
|
|
6056
|
+
reference: string | null;
|
|
6057
|
+
type: any | null;
|
|
6058
|
+
display: string | null;
|
|
6059
|
+
} | null;
|
|
6060
|
+
} | null> | null;
|
|
6061
|
+
} | null;
|
|
6062
|
+
} | null> | null;
|
|
6063
|
+
initial: Array<{
|
|
6064
|
+
valueBoolean: boolean | null;
|
|
6065
|
+
valueDecimal: number | null;
|
|
6066
|
+
valueInteger: number | null;
|
|
6067
|
+
valueDate: any | null;
|
|
6068
|
+
valueDateTime: any | null;
|
|
6069
|
+
valueString: string | null;
|
|
6070
|
+
valueUri: any | null;
|
|
6071
|
+
valueAttachment: {
|
|
6072
|
+
contentType: any | null;
|
|
6073
|
+
data: any | null;
|
|
6074
|
+
url: any | null;
|
|
6075
|
+
title: string | null;
|
|
6076
|
+
} | null;
|
|
6077
|
+
valueCoding: {
|
|
6078
|
+
system: any | null;
|
|
6079
|
+
code: any | null;
|
|
6080
|
+
display: string | null;
|
|
6081
|
+
} | null;
|
|
6082
|
+
valueQuantity: {
|
|
6083
|
+
value: number | null;
|
|
6084
|
+
unit: string | null;
|
|
6085
|
+
code: any | null;
|
|
6086
|
+
comparator: any | null;
|
|
6087
|
+
system: any | null;
|
|
6088
|
+
} | null;
|
|
6089
|
+
valueReference: {
|
|
6090
|
+
reference: string | null;
|
|
6091
|
+
type: any | null;
|
|
6092
|
+
display: string | null;
|
|
6093
|
+
extension: Array<{
|
|
6094
|
+
url: any | null;
|
|
6095
|
+
valueBoolean: boolean | null;
|
|
6096
|
+
valueInteger: number | null;
|
|
6097
|
+
valueString: string | null;
|
|
6098
|
+
valueDateTime: any | null;
|
|
6099
|
+
valueCode: any | null;
|
|
6100
|
+
valueUri: any | null;
|
|
6101
|
+
valueExpression: {
|
|
6102
|
+
description: string | null;
|
|
6103
|
+
name: string | null;
|
|
6104
|
+
language: any | null;
|
|
6105
|
+
expression: string | null;
|
|
6106
|
+
reference: any | null;
|
|
6107
|
+
} | null;
|
|
6108
|
+
valueCodeableConcept: {
|
|
6109
|
+
text: string | null;
|
|
6110
|
+
coding: Array<{
|
|
6111
|
+
system: any | null;
|
|
6112
|
+
code: any | null;
|
|
6113
|
+
display: string | null;
|
|
6114
|
+
} | null> | null;
|
|
6115
|
+
} | null;
|
|
6116
|
+
valueReference: {
|
|
6117
|
+
reference: string | null;
|
|
6118
|
+
type: any | null;
|
|
6119
|
+
display: string | null;
|
|
6120
|
+
} | null;
|
|
6121
|
+
} | null> | null;
|
|
6122
|
+
} | null;
|
|
6123
|
+
} | null> | null;
|
|
6124
|
+
};
|
|
4338
6125
|
export type GetTasksQueryVariables = Types.Exact<{
|
|
4339
6126
|
request: Types.InputMaybe<Types.TaskRequest>;
|
|
4340
6127
|
}>;
|
|
@@ -4567,6 +6354,74 @@ export type GetFhirQueryResults = {
|
|
|
4567
6354
|
} | null;
|
|
4568
6355
|
};
|
|
4569
6356
|
};
|
|
6357
|
+
export type GetDiagnosticReportsQueryVariables = Types.Exact<{
|
|
6358
|
+
_count: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6359
|
+
_getpagesoffset: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6360
|
+
id: Types.InputMaybe<Types.SearchString>;
|
|
6361
|
+
}>;
|
|
6362
|
+
export type GetDiagnosticReportsQueryResults = {
|
|
6363
|
+
diagnosticReports: {
|
|
6364
|
+
entry: Array<{
|
|
6365
|
+
resource: {
|
|
6366
|
+
id: string;
|
|
6367
|
+
effectiveDateTime: any | null;
|
|
6368
|
+
issued: any | null;
|
|
6369
|
+
resourceType: string | null;
|
|
6370
|
+
status: any | null;
|
|
6371
|
+
meta: {
|
|
6372
|
+
versionId: string | null;
|
|
6373
|
+
lastUpdated: any | null;
|
|
6374
|
+
source: any | null;
|
|
6375
|
+
security: Array<{
|
|
6376
|
+
system: any | null;
|
|
6377
|
+
code: any | null;
|
|
6378
|
+
display: string | null;
|
|
6379
|
+
} | null> | null;
|
|
6380
|
+
tag: Array<{
|
|
6381
|
+
system: any | null;
|
|
6382
|
+
code: any | null;
|
|
6383
|
+
display: string | null;
|
|
6384
|
+
} | null> | null;
|
|
6385
|
+
} | null;
|
|
6386
|
+
basedOn: Array<{
|
|
6387
|
+
reference: string | null;
|
|
6388
|
+
display: string | null;
|
|
6389
|
+
} | null> | null;
|
|
6390
|
+
category: Array<{
|
|
6391
|
+
text: string | null;
|
|
6392
|
+
coding: Array<{
|
|
6393
|
+
system: any | null;
|
|
6394
|
+
code: any | null;
|
|
6395
|
+
display: string | null;
|
|
6396
|
+
} | null> | null;
|
|
6397
|
+
} | null> | null;
|
|
6398
|
+
code: {
|
|
6399
|
+
text: string | null;
|
|
6400
|
+
coding: Array<{
|
|
6401
|
+
system: any | null;
|
|
6402
|
+
code: any | null;
|
|
6403
|
+
display: string | null;
|
|
6404
|
+
} | null> | null;
|
|
6405
|
+
} | null;
|
|
6406
|
+
encounter: {
|
|
6407
|
+
reference: string | null;
|
|
6408
|
+
display: string | null;
|
|
6409
|
+
} | null;
|
|
6410
|
+
performer: Array<{
|
|
6411
|
+
reference: string | null;
|
|
6412
|
+
display: string | null;
|
|
6413
|
+
} | null> | null;
|
|
6414
|
+
presentedForm: Array<{
|
|
6415
|
+
data: any | null;
|
|
6416
|
+
} | null> | null;
|
|
6417
|
+
result: Array<{
|
|
6418
|
+
display: string | null;
|
|
6419
|
+
reference: string | null;
|
|
6420
|
+
} | null> | null;
|
|
6421
|
+
} | null;
|
|
6422
|
+
} | null> | null;
|
|
6423
|
+
} | null;
|
|
6424
|
+
};
|
|
4570
6425
|
export type GetAllergyIntoleranceGroupsQueryVariables = Types.Exact<{
|
|
4571
6426
|
request: Types.InputMaybe<Types.AllergyIntoleranceGroupQueryRequest>;
|
|
4572
6427
|
}>;
|
|
@@ -6825,6 +8680,34 @@ export type GetConditionsQueryResults = {
|
|
|
6825
8680
|
}>;
|
|
6826
8681
|
};
|
|
6827
8682
|
};
|
|
8683
|
+
export type GetDiagnosticReportLabGroupsQueryVariables = Types.Exact<{
|
|
8684
|
+
request: Types.InputMaybe<Types.DiagnosticReportLabGroupQueryRequest>;
|
|
8685
|
+
}>;
|
|
8686
|
+
export type GetDiagnosticReportLabGroupsQueryResults = {
|
|
8687
|
+
getDiagnosticReportLabGroups: {
|
|
8688
|
+
resources: Array<{
|
|
8689
|
+
id: string | null;
|
|
8690
|
+
effectiveDateTime: any | null;
|
|
8691
|
+
issued: any | null;
|
|
8692
|
+
name: string | null;
|
|
8693
|
+
performer: string | null;
|
|
8694
|
+
references: Array<string> | null;
|
|
8695
|
+
source: Array<string | null> | null;
|
|
8696
|
+
sourceDisplay: Array<string | null> | null;
|
|
8697
|
+
coding: {
|
|
8698
|
+
system: any | null;
|
|
8699
|
+
code: any | null;
|
|
8700
|
+
display: string | null;
|
|
8701
|
+
} | null;
|
|
8702
|
+
}>;
|
|
8703
|
+
paging_info: {
|
|
8704
|
+
page_number: number;
|
|
8705
|
+
page_size: number;
|
|
8706
|
+
total_pages: number;
|
|
8707
|
+
total_items: number;
|
|
8708
|
+
} | null;
|
|
8709
|
+
};
|
|
8710
|
+
};
|
|
6828
8711
|
export type GetDocumentReferencesQueryVariables = Types.Exact<{
|
|
6829
8712
|
request: Types.InputMaybe<Types.DocumentReferenceRequest>;
|
|
6830
8713
|
}>;
|
|
@@ -12972,7 +14855,201 @@ export type GetMedicationRequestQueryResults = {
|
|
|
12972
14855
|
} | null> | null;
|
|
12973
14856
|
} | null> | null;
|
|
12974
14857
|
} | null;
|
|
12975
|
-
physicalType: {
|
|
14858
|
+
physicalType: {
|
|
14859
|
+
text: string | null;
|
|
14860
|
+
coding: Array<{
|
|
14861
|
+
system: any | null;
|
|
14862
|
+
code: any | null;
|
|
14863
|
+
display: string | null;
|
|
14864
|
+
} | null> | null;
|
|
14865
|
+
} | null;
|
|
14866
|
+
period: {
|
|
14867
|
+
start: any | null;
|
|
14868
|
+
end: any | null;
|
|
14869
|
+
} | null;
|
|
14870
|
+
} | null> | null;
|
|
14871
|
+
identifier: {
|
|
14872
|
+
id: string | null;
|
|
14873
|
+
system: any | null;
|
|
14874
|
+
value: string | null;
|
|
14875
|
+
type: {
|
|
14876
|
+
text: string | null;
|
|
14877
|
+
coding: Array<{
|
|
14878
|
+
system: any | null;
|
|
14879
|
+
code: any | null;
|
|
14880
|
+
display: string | null;
|
|
14881
|
+
} | null> | null;
|
|
14882
|
+
} | null;
|
|
14883
|
+
} | null;
|
|
14884
|
+
type: Array<{
|
|
14885
|
+
text: string | null;
|
|
14886
|
+
coding: Array<{
|
|
14887
|
+
system: any | null;
|
|
14888
|
+
code: any | null;
|
|
14889
|
+
display: string | null;
|
|
14890
|
+
} | null> | null;
|
|
14891
|
+
} | null> | null;
|
|
14892
|
+
status: {
|
|
14893
|
+
code: any | null;
|
|
14894
|
+
display: string | null;
|
|
14895
|
+
};
|
|
14896
|
+
participant: Array<{
|
|
14897
|
+
individual: {
|
|
14898
|
+
id: string | null;
|
|
14899
|
+
name: Array<{
|
|
14900
|
+
text: string | null;
|
|
14901
|
+
family: string | null;
|
|
14902
|
+
given: Array<string | null> | null;
|
|
14903
|
+
prefix: Array<string | null> | null;
|
|
14904
|
+
suffix: Array<string | null> | null;
|
|
14905
|
+
} | null> | null;
|
|
14906
|
+
identifier: Array<{
|
|
14907
|
+
id: string | null;
|
|
14908
|
+
system: any | null;
|
|
14909
|
+
value: string | null;
|
|
14910
|
+
type: {
|
|
14911
|
+
text: string | null;
|
|
14912
|
+
coding: Array<{
|
|
14913
|
+
system: any | null;
|
|
14914
|
+
code: any | null;
|
|
14915
|
+
display: string | null;
|
|
14916
|
+
} | null> | null;
|
|
14917
|
+
} | null;
|
|
14918
|
+
}> | null;
|
|
14919
|
+
} | null;
|
|
14920
|
+
type: {
|
|
14921
|
+
text: string | null;
|
|
14922
|
+
coding: Array<{
|
|
14923
|
+
system: any | null;
|
|
14924
|
+
code: any | null;
|
|
14925
|
+
display: string | null;
|
|
14926
|
+
} | null> | null;
|
|
14927
|
+
} | null;
|
|
14928
|
+
period: {
|
|
14929
|
+
start: any | null;
|
|
14930
|
+
end: any | null;
|
|
14931
|
+
} | null;
|
|
14932
|
+
} | null> | null;
|
|
14933
|
+
period: {
|
|
14934
|
+
start: any | null;
|
|
14935
|
+
end: any | null;
|
|
14936
|
+
} | null;
|
|
14937
|
+
reasonCode: Array<{
|
|
14938
|
+
text: string | null;
|
|
14939
|
+
coding: Array<{
|
|
14940
|
+
system: any | null;
|
|
14941
|
+
code: any | null;
|
|
14942
|
+
display: string | null;
|
|
14943
|
+
} | null> | null;
|
|
14944
|
+
} | null> | null;
|
|
14945
|
+
class: {
|
|
14946
|
+
system: any | null;
|
|
14947
|
+
code: any | null;
|
|
14948
|
+
display: string | null;
|
|
14949
|
+
} | null;
|
|
14950
|
+
location: {
|
|
14951
|
+
name: string | null;
|
|
14952
|
+
alias: Array<string | null> | null;
|
|
14953
|
+
description: string | null;
|
|
14954
|
+
distanceInMiles: number | null;
|
|
14955
|
+
identifier: Array<{
|
|
14956
|
+
id: string | null;
|
|
14957
|
+
system: any | null;
|
|
14958
|
+
value: string | null;
|
|
14959
|
+
type: {
|
|
14960
|
+
text: string | null;
|
|
14961
|
+
coding: Array<{
|
|
14962
|
+
system: any | null;
|
|
14963
|
+
code: any | null;
|
|
14964
|
+
display: string | null;
|
|
14965
|
+
} | null> | null;
|
|
14966
|
+
} | null;
|
|
14967
|
+
} | null> | null;
|
|
14968
|
+
address: {
|
|
14969
|
+
use: any | null;
|
|
14970
|
+
type: any | null;
|
|
14971
|
+
text: string | null;
|
|
14972
|
+
line: Array<string | null> | null;
|
|
14973
|
+
city: string | null;
|
|
14974
|
+
district: string | null;
|
|
14975
|
+
state: string | null;
|
|
14976
|
+
postalCode: string | null;
|
|
14977
|
+
country: string | null;
|
|
14978
|
+
} | null;
|
|
14979
|
+
position: {
|
|
14980
|
+
lat: number | null;
|
|
14981
|
+
lon: number | null;
|
|
14982
|
+
} | null;
|
|
14983
|
+
telecom: Array<{
|
|
14984
|
+
system: any | null;
|
|
14985
|
+
value: string | null;
|
|
14986
|
+
rank: number | null;
|
|
14987
|
+
} | null> | null;
|
|
14988
|
+
type: Array<{
|
|
14989
|
+
text: string | null;
|
|
14990
|
+
coding: Array<{
|
|
14991
|
+
system: any | null;
|
|
14992
|
+
code: any | null;
|
|
14993
|
+
display: string | null;
|
|
14994
|
+
} | null> | null;
|
|
14995
|
+
} | null> | null;
|
|
14996
|
+
} | null;
|
|
14997
|
+
serviceProvider: {
|
|
14998
|
+
name: string | null;
|
|
14999
|
+
endpoint: Array<{
|
|
15000
|
+
name: string | null;
|
|
15001
|
+
status: Types.EndpointStatus | null;
|
|
15002
|
+
address: string | null;
|
|
15003
|
+
connectionType: {
|
|
15004
|
+
system: any | null;
|
|
15005
|
+
code: any | null;
|
|
15006
|
+
display: string | null;
|
|
15007
|
+
} | null;
|
|
15008
|
+
} | null> | null;
|
|
15009
|
+
} | null;
|
|
15010
|
+
subject: {
|
|
15011
|
+
id: string;
|
|
15012
|
+
gender: any | null;
|
|
15013
|
+
birthDate: any | null;
|
|
15014
|
+
name: Array<{
|
|
15015
|
+
text: string | null;
|
|
15016
|
+
family: string | null;
|
|
15017
|
+
given: Array<string | null> | null;
|
|
15018
|
+
prefix: Array<string | null> | null;
|
|
15019
|
+
suffix: Array<string | null> | null;
|
|
15020
|
+
} | null> | null;
|
|
15021
|
+
communication: Array<{
|
|
15022
|
+
language: {
|
|
15023
|
+
text: string | null;
|
|
15024
|
+
coding: Array<{
|
|
15025
|
+
system: any | null;
|
|
15026
|
+
code: any | null;
|
|
15027
|
+
display: string | null;
|
|
15028
|
+
} | null> | null;
|
|
15029
|
+
} | null;
|
|
15030
|
+
} | null> | null;
|
|
15031
|
+
} | null;
|
|
15032
|
+
reasonReference: Array<{
|
|
15033
|
+
id: string;
|
|
15034
|
+
onsetDateTime: any | null;
|
|
15035
|
+
recordedDate: any | null;
|
|
15036
|
+
abatementDateTime: any | null;
|
|
15037
|
+
meta: {
|
|
15038
|
+
versionId: string | null;
|
|
15039
|
+
lastUpdated: any | null;
|
|
15040
|
+
source: any | null;
|
|
15041
|
+
security: Array<{
|
|
15042
|
+
system: any | null;
|
|
15043
|
+
code: any | null;
|
|
15044
|
+
display: string | null;
|
|
15045
|
+
} | null> | null;
|
|
15046
|
+
tag: Array<{
|
|
15047
|
+
system: any | null;
|
|
15048
|
+
code: any | null;
|
|
15049
|
+
display: string | null;
|
|
15050
|
+
} | null> | null;
|
|
15051
|
+
} | null;
|
|
15052
|
+
code: {
|
|
12976
15053
|
text: string | null;
|
|
12977
15054
|
coding: Array<{
|
|
12978
15055
|
system: any | null;
|
|
@@ -12980,16 +15057,7 @@ export type GetMedicationRequestQueryResults = {
|
|
|
12980
15057
|
display: string | null;
|
|
12981
15058
|
} | null> | null;
|
|
12982
15059
|
} | null;
|
|
12983
|
-
|
|
12984
|
-
start: any | null;
|
|
12985
|
-
end: any | null;
|
|
12986
|
-
} | null;
|
|
12987
|
-
} | null> | null;
|
|
12988
|
-
identifier: {
|
|
12989
|
-
id: string | null;
|
|
12990
|
-
system: any | null;
|
|
12991
|
-
value: string | null;
|
|
12992
|
-
type: {
|
|
15060
|
+
clinicalStatus: {
|
|
12993
15061
|
text: string | null;
|
|
12994
15062
|
coding: Array<{
|
|
12995
15063
|
system: any | null;
|
|
@@ -12997,22 +15065,17 @@ export type GetMedicationRequestQueryResults = {
|
|
|
12997
15065
|
display: string | null;
|
|
12998
15066
|
} | null> | null;
|
|
12999
15067
|
} | null;
|
|
13000
|
-
|
|
13001
|
-
|
|
13002
|
-
|
|
13003
|
-
|
|
13004
|
-
|
|
13005
|
-
|
|
13006
|
-
|
|
13007
|
-
|
|
13008
|
-
|
|
13009
|
-
|
|
13010
|
-
|
|
13011
|
-
display: string | null;
|
|
13012
|
-
};
|
|
13013
|
-
participant: Array<{
|
|
13014
|
-
individual: {
|
|
13015
|
-
id: string | null;
|
|
15068
|
+
recorder: {
|
|
15069
|
+
__typename: 'Patient';
|
|
15070
|
+
name: Array<{
|
|
15071
|
+
text: string | null;
|
|
15072
|
+
family: string | null;
|
|
15073
|
+
given: Array<string | null> | null;
|
|
15074
|
+
prefix: Array<string | null> | null;
|
|
15075
|
+
suffix: Array<string | null> | null;
|
|
15076
|
+
} | null> | null;
|
|
15077
|
+
} | {
|
|
15078
|
+
__typename: 'Practitioner';
|
|
13016
15079
|
name: Array<{
|
|
13017
15080
|
text: string | null;
|
|
13018
15081
|
family: string | null;
|
|
@@ -13034,7 +15097,28 @@ export type GetMedicationRequestQueryResults = {
|
|
|
13034
15097
|
} | null;
|
|
13035
15098
|
}> | null;
|
|
13036
15099
|
} | null;
|
|
13037
|
-
|
|
15100
|
+
note: Array<{
|
|
15101
|
+
authorString: string | null;
|
|
15102
|
+
time: any | null;
|
|
15103
|
+
text: string | null;
|
|
15104
|
+
} | null> | null;
|
|
15105
|
+
onsetPeriod: {
|
|
15106
|
+
start: any | null;
|
|
15107
|
+
end: any | null;
|
|
15108
|
+
} | null;
|
|
15109
|
+
abatementPeriod: {
|
|
15110
|
+
start: any | null;
|
|
15111
|
+
end: any | null;
|
|
15112
|
+
} | null;
|
|
15113
|
+
category: Array<{
|
|
15114
|
+
text: string | null;
|
|
15115
|
+
coding: Array<{
|
|
15116
|
+
system: any | null;
|
|
15117
|
+
code: any | null;
|
|
15118
|
+
display: string | null;
|
|
15119
|
+
} | null> | null;
|
|
15120
|
+
} | null> | null;
|
|
15121
|
+
severity: {
|
|
13038
15122
|
text: string | null;
|
|
13039
15123
|
coding: Array<{
|
|
13040
15124
|
system: any | null;
|
|
@@ -13042,226 +15126,395 @@ export type GetMedicationRequestQueryResults = {
|
|
|
13042
15126
|
display: string | null;
|
|
13043
15127
|
} | null> | null;
|
|
13044
15128
|
} | null;
|
|
13045
|
-
|
|
13046
|
-
|
|
13047
|
-
|
|
15129
|
+
verificationStatus: {
|
|
15130
|
+
text: string | null;
|
|
15131
|
+
coding: Array<{
|
|
15132
|
+
system: any | null;
|
|
15133
|
+
code: any | null;
|
|
15134
|
+
display: string | null;
|
|
15135
|
+
} | null> | null;
|
|
13048
15136
|
} | null;
|
|
15137
|
+
bodySite: Array<{
|
|
15138
|
+
text: string | null;
|
|
15139
|
+
coding: Array<{
|
|
15140
|
+
system: any | null;
|
|
15141
|
+
code: any | null;
|
|
15142
|
+
display: string | null;
|
|
15143
|
+
} | null> | null;
|
|
15144
|
+
} | null> | null;
|
|
13049
15145
|
} | null> | null;
|
|
13050
|
-
|
|
13051
|
-
|
|
13052
|
-
|
|
15146
|
+
hospitalization: {
|
|
15147
|
+
dischargeDisposition: {
|
|
15148
|
+
text: string | null;
|
|
15149
|
+
coding: Array<{
|
|
15150
|
+
system: any | null;
|
|
15151
|
+
code: any | null;
|
|
15152
|
+
display: string | null;
|
|
15153
|
+
} | null> | null;
|
|
15154
|
+
} | null;
|
|
15155
|
+
} | null;
|
|
15156
|
+
} | null;
|
|
15157
|
+
dosageInstruction: Array<{
|
|
15158
|
+
id: string | null;
|
|
15159
|
+
asNeededBoolean: boolean | null;
|
|
15160
|
+
patientInstruction: string | null;
|
|
15161
|
+
sequence: number | null;
|
|
15162
|
+
text: string | null;
|
|
15163
|
+
additionalInstruction: Array<{
|
|
15164
|
+
text: string | null;
|
|
15165
|
+
coding: Array<{
|
|
15166
|
+
system: any | null;
|
|
15167
|
+
code: any | null;
|
|
15168
|
+
display: string | null;
|
|
15169
|
+
} | null> | null;
|
|
15170
|
+
}> | null;
|
|
15171
|
+
asNeededCodeableConcept: {
|
|
15172
|
+
text: string | null;
|
|
15173
|
+
coding: Array<{
|
|
15174
|
+
system: any | null;
|
|
15175
|
+
code: any | null;
|
|
15176
|
+
display: string | null;
|
|
15177
|
+
} | null> | null;
|
|
15178
|
+
} | null;
|
|
15179
|
+
doseAndRate: Array<{
|
|
15180
|
+
id: string | null;
|
|
15181
|
+
type: {
|
|
15182
|
+
text: string | null;
|
|
15183
|
+
coding: Array<{
|
|
15184
|
+
system: any | null;
|
|
15185
|
+
code: any | null;
|
|
15186
|
+
display: string | null;
|
|
15187
|
+
} | null> | null;
|
|
15188
|
+
} | null;
|
|
15189
|
+
doseRange: {
|
|
15190
|
+
low: {
|
|
15191
|
+
value: number | null;
|
|
15192
|
+
unit: string | null;
|
|
15193
|
+
code: any | null;
|
|
15194
|
+
comparator: any | null;
|
|
15195
|
+
system: any | null;
|
|
15196
|
+
} | null;
|
|
15197
|
+
high: {
|
|
15198
|
+
value: number | null;
|
|
15199
|
+
unit: string | null;
|
|
15200
|
+
code: any | null;
|
|
15201
|
+
comparator: any | null;
|
|
15202
|
+
system: any | null;
|
|
15203
|
+
} | null;
|
|
15204
|
+
} | null;
|
|
15205
|
+
doseQuantity: {
|
|
15206
|
+
value: number | null;
|
|
15207
|
+
unit: string | null;
|
|
15208
|
+
code: any | null;
|
|
15209
|
+
comparator: any | null;
|
|
15210
|
+
system: any | null;
|
|
15211
|
+
} | null;
|
|
15212
|
+
rateQuantity: {
|
|
15213
|
+
value: number | null;
|
|
15214
|
+
unit: string | null;
|
|
15215
|
+
code: any | null;
|
|
15216
|
+
comparator: any | null;
|
|
15217
|
+
system: any | null;
|
|
15218
|
+
} | null;
|
|
15219
|
+
rateRange: {
|
|
15220
|
+
low: {
|
|
15221
|
+
value: number | null;
|
|
15222
|
+
unit: string | null;
|
|
15223
|
+
code: any | null;
|
|
15224
|
+
comparator: any | null;
|
|
15225
|
+
system: any | null;
|
|
15226
|
+
} | null;
|
|
15227
|
+
high: {
|
|
15228
|
+
value: number | null;
|
|
15229
|
+
unit: string | null;
|
|
15230
|
+
code: any | null;
|
|
15231
|
+
comparator: any | null;
|
|
15232
|
+
system: any | null;
|
|
15233
|
+
} | null;
|
|
15234
|
+
} | null;
|
|
15235
|
+
rateRatio: {
|
|
15236
|
+
numerator: {
|
|
15237
|
+
value: number | null;
|
|
15238
|
+
unit: string | null;
|
|
15239
|
+
code: any | null;
|
|
15240
|
+
comparator: any | null;
|
|
15241
|
+
system: any | null;
|
|
15242
|
+
} | null;
|
|
15243
|
+
denominator: {
|
|
15244
|
+
value: number | null;
|
|
15245
|
+
unit: string | null;
|
|
15246
|
+
code: any | null;
|
|
15247
|
+
comparator: any | null;
|
|
15248
|
+
system: any | null;
|
|
15249
|
+
} | null;
|
|
15250
|
+
} | null;
|
|
15251
|
+
}> | null;
|
|
15252
|
+
maxDosePerAdministration: {
|
|
15253
|
+
value: number | null;
|
|
15254
|
+
unit: string | null;
|
|
15255
|
+
code: any | null;
|
|
15256
|
+
comparator: any | null;
|
|
15257
|
+
system: any | null;
|
|
15258
|
+
} | null;
|
|
15259
|
+
maxDosePerLifetime: {
|
|
15260
|
+
value: number | null;
|
|
15261
|
+
unit: string | null;
|
|
15262
|
+
code: any | null;
|
|
15263
|
+
comparator: any | null;
|
|
15264
|
+
system: any | null;
|
|
15265
|
+
} | null;
|
|
15266
|
+
maxDosePerPeriod: {
|
|
15267
|
+
numerator: {
|
|
15268
|
+
value: number | null;
|
|
15269
|
+
unit: string | null;
|
|
15270
|
+
code: any | null;
|
|
15271
|
+
comparator: any | null;
|
|
15272
|
+
system: any | null;
|
|
15273
|
+
} | null;
|
|
15274
|
+
denominator: {
|
|
15275
|
+
value: number | null;
|
|
15276
|
+
unit: string | null;
|
|
15277
|
+
code: any | null;
|
|
15278
|
+
comparator: any | null;
|
|
15279
|
+
system: any | null;
|
|
15280
|
+
} | null;
|
|
13053
15281
|
} | null;
|
|
13054
|
-
|
|
15282
|
+
method: {
|
|
13055
15283
|
text: string | null;
|
|
13056
15284
|
coding: Array<{
|
|
13057
15285
|
system: any | null;
|
|
13058
15286
|
code: any | null;
|
|
13059
15287
|
display: string | null;
|
|
13060
15288
|
} | null> | null;
|
|
13061
|
-
} | null> | null;
|
|
13062
|
-
class: {
|
|
13063
|
-
system: any | null;
|
|
13064
|
-
code: any | null;
|
|
13065
|
-
display: string | null;
|
|
13066
15289
|
} | null;
|
|
13067
|
-
|
|
13068
|
-
|
|
13069
|
-
|
|
13070
|
-
description: string | null;
|
|
13071
|
-
distanceInMiles: number | null;
|
|
13072
|
-
identifier: Array<{
|
|
13073
|
-
id: string | null;
|
|
15290
|
+
route: {
|
|
15291
|
+
text: string | null;
|
|
15292
|
+
coding: Array<{
|
|
13074
15293
|
system: any | null;
|
|
13075
|
-
|
|
13076
|
-
|
|
13077
|
-
text: string | null;
|
|
13078
|
-
coding: Array<{
|
|
13079
|
-
system: any | null;
|
|
13080
|
-
code: any | null;
|
|
13081
|
-
display: string | null;
|
|
13082
|
-
} | null> | null;
|
|
13083
|
-
} | null;
|
|
15294
|
+
code: any | null;
|
|
15295
|
+
display: string | null;
|
|
13084
15296
|
} | null> | null;
|
|
13085
|
-
|
|
13086
|
-
|
|
13087
|
-
|
|
13088
|
-
|
|
13089
|
-
line: Array<string | null> | null;
|
|
13090
|
-
city: string | null;
|
|
13091
|
-
district: string | null;
|
|
13092
|
-
state: string | null;
|
|
13093
|
-
postalCode: string | null;
|
|
13094
|
-
country: string | null;
|
|
13095
|
-
} | null;
|
|
13096
|
-
position: {
|
|
13097
|
-
lat: number | null;
|
|
13098
|
-
lon: number | null;
|
|
13099
|
-
} | null;
|
|
13100
|
-
telecom: Array<{
|
|
15297
|
+
} | null;
|
|
15298
|
+
site: {
|
|
15299
|
+
text: string | null;
|
|
15300
|
+
coding: Array<{
|
|
13101
15301
|
system: any | null;
|
|
13102
|
-
|
|
13103
|
-
|
|
15302
|
+
code: any | null;
|
|
15303
|
+
display: string | null;
|
|
13104
15304
|
} | null> | null;
|
|
13105
|
-
|
|
15305
|
+
} | null;
|
|
15306
|
+
timing: {
|
|
15307
|
+
id: string | null;
|
|
15308
|
+
event: Array<any> | null;
|
|
15309
|
+
code: {
|
|
13106
15310
|
text: string | null;
|
|
13107
15311
|
coding: Array<{
|
|
13108
15312
|
system: any | null;
|
|
13109
15313
|
code: any | null;
|
|
13110
15314
|
display: string | null;
|
|
13111
15315
|
} | null> | null;
|
|
13112
|
-
} | null
|
|
13113
|
-
|
|
13114
|
-
|
|
13115
|
-
|
|
13116
|
-
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
15316
|
+
} | null;
|
|
15317
|
+
repeat: {
|
|
15318
|
+
id: string | null;
|
|
15319
|
+
count: number | null;
|
|
15320
|
+
countMax: number | null;
|
|
15321
|
+
duration: number | null;
|
|
15322
|
+
durationMax: number | null;
|
|
15323
|
+
frequency: number | null;
|
|
15324
|
+
frequencyMax: number | null;
|
|
15325
|
+
offset: number | null;
|
|
15326
|
+
period: number | null;
|
|
15327
|
+
periodMax: number | null;
|
|
15328
|
+
timeOfDay: Array<string> | null;
|
|
15329
|
+
boundsDuration: {
|
|
15330
|
+
value: number | null;
|
|
15331
|
+
unit: string | null;
|
|
13122
15332
|
code: any | null;
|
|
13123
|
-
|
|
15333
|
+
comparator: any | null;
|
|
15334
|
+
system: any | null;
|
|
13124
15335
|
} | null;
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13134
|
-
|
|
13135
|
-
prefix: Array<string | null> | null;
|
|
13136
|
-
suffix: Array<string | null> | null;
|
|
13137
|
-
} | null> | null;
|
|
13138
|
-
communication: Array<{
|
|
13139
|
-
language: {
|
|
13140
|
-
text: string | null;
|
|
13141
|
-
coding: Array<{
|
|
15336
|
+
boundsPeriod: {
|
|
15337
|
+
start: any | null;
|
|
15338
|
+
end: any | null;
|
|
15339
|
+
} | null;
|
|
15340
|
+
boundsRange: {
|
|
15341
|
+
low: {
|
|
15342
|
+
value: number | null;
|
|
15343
|
+
unit: string | null;
|
|
15344
|
+
code: any | null;
|
|
15345
|
+
comparator: any | null;
|
|
13142
15346
|
system: any | null;
|
|
15347
|
+
} | null;
|
|
15348
|
+
high: {
|
|
15349
|
+
value: number | null;
|
|
15350
|
+
unit: string | null;
|
|
13143
15351
|
code: any | null;
|
|
13144
|
-
|
|
13145
|
-
|
|
15352
|
+
comparator: any | null;
|
|
15353
|
+
system: any | null;
|
|
15354
|
+
} | null;
|
|
13146
15355
|
} | null;
|
|
13147
|
-
|
|
13148
|
-
} | null;
|
|
13149
|
-
reasonReference: Array<{
|
|
13150
|
-
id: string;
|
|
13151
|
-
onsetDateTime: any | null;
|
|
13152
|
-
recordedDate: any | null;
|
|
13153
|
-
abatementDateTime: any | null;
|
|
13154
|
-
meta: {
|
|
13155
|
-
versionId: string | null;
|
|
13156
|
-
lastUpdated: any | null;
|
|
13157
|
-
source: any | null;
|
|
13158
|
-
security: Array<{
|
|
13159
|
-
system: any | null;
|
|
15356
|
+
dayOfWeek: Array<{
|
|
13160
15357
|
code: any | null;
|
|
13161
15358
|
display: string | null;
|
|
13162
|
-
}
|
|
13163
|
-
|
|
13164
|
-
system: any | null;
|
|
15359
|
+
}> | null;
|
|
15360
|
+
durationUnit: {
|
|
13165
15361
|
code: any | null;
|
|
13166
15362
|
display: string | null;
|
|
13167
|
-
} | null
|
|
13168
|
-
|
|
13169
|
-
code: {
|
|
13170
|
-
text: string | null;
|
|
13171
|
-
coding: Array<{
|
|
13172
|
-
system: any | null;
|
|
15363
|
+
} | null;
|
|
15364
|
+
periodUnit: {
|
|
13173
15365
|
code: any | null;
|
|
13174
15366
|
display: string | null;
|
|
13175
|
-
} | null
|
|
13176
|
-
|
|
13177
|
-
clinicalStatus: {
|
|
13178
|
-
text: string | null;
|
|
13179
|
-
coding: Array<{
|
|
13180
|
-
system: any | null;
|
|
15367
|
+
} | null;
|
|
15368
|
+
when: Array<{
|
|
13181
15369
|
code: any | null;
|
|
13182
15370
|
display: string | null;
|
|
13183
|
-
} | null> | null;
|
|
13184
|
-
} | null;
|
|
13185
|
-
recorder: {
|
|
13186
|
-
__typename: 'Patient';
|
|
13187
|
-
name: Array<{
|
|
13188
|
-
text: string | null;
|
|
13189
|
-
family: string | null;
|
|
13190
|
-
given: Array<string | null> | null;
|
|
13191
|
-
prefix: Array<string | null> | null;
|
|
13192
|
-
suffix: Array<string | null> | null;
|
|
13193
|
-
} | null> | null;
|
|
13194
|
-
} | {
|
|
13195
|
-
__typename: 'Practitioner';
|
|
13196
|
-
name: Array<{
|
|
13197
|
-
text: string | null;
|
|
13198
|
-
family: string | null;
|
|
13199
|
-
given: Array<string | null> | null;
|
|
13200
|
-
prefix: Array<string | null> | null;
|
|
13201
|
-
suffix: Array<string | null> | null;
|
|
13202
|
-
} | null> | null;
|
|
13203
|
-
identifier: Array<{
|
|
13204
|
-
id: string | null;
|
|
13205
|
-
system: any | null;
|
|
13206
|
-
value: string | null;
|
|
13207
|
-
type: {
|
|
13208
|
-
text: string | null;
|
|
13209
|
-
coding: Array<{
|
|
13210
|
-
system: any | null;
|
|
13211
|
-
code: any | null;
|
|
13212
|
-
display: string | null;
|
|
13213
|
-
} | null> | null;
|
|
13214
|
-
} | null;
|
|
13215
15371
|
}> | null;
|
|
13216
15372
|
} | null;
|
|
13217
|
-
|
|
13218
|
-
|
|
13219
|
-
|
|
13220
|
-
|
|
13221
|
-
|
|
13222
|
-
|
|
13223
|
-
|
|
13224
|
-
|
|
13225
|
-
|
|
13226
|
-
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
|
|
13230
|
-
|
|
13231
|
-
|
|
13232
|
-
|
|
13233
|
-
|
|
13234
|
-
|
|
13235
|
-
|
|
13236
|
-
|
|
13237
|
-
|
|
13238
|
-
|
|
13239
|
-
|
|
13240
|
-
|
|
13241
|
-
|
|
13242
|
-
|
|
13243
|
-
display: string | null;
|
|
13244
|
-
} | null> | null;
|
|
15373
|
+
} | null;
|
|
15374
|
+
} | null> | null;
|
|
15375
|
+
dispenseRequest: {
|
|
15376
|
+
id: string | null;
|
|
15377
|
+
numberOfRepeatsAllowed: number | null;
|
|
15378
|
+
dispenseInterval: {
|
|
15379
|
+
value: number | null;
|
|
15380
|
+
unit: string | null;
|
|
15381
|
+
code: any | null;
|
|
15382
|
+
comparator: any | null;
|
|
15383
|
+
system: any | null;
|
|
15384
|
+
} | null;
|
|
15385
|
+
expectedSupplyDuration: {
|
|
15386
|
+
value: number | null;
|
|
15387
|
+
unit: string | null;
|
|
15388
|
+
code: any | null;
|
|
15389
|
+
comparator: any | null;
|
|
15390
|
+
system: any | null;
|
|
15391
|
+
} | null;
|
|
15392
|
+
initialFill: {
|
|
15393
|
+
duration: {
|
|
15394
|
+
value: number | null;
|
|
15395
|
+
unit: string | null;
|
|
15396
|
+
code: any | null;
|
|
15397
|
+
comparator: any | null;
|
|
15398
|
+
system: any | null;
|
|
13245
15399
|
} | null;
|
|
13246
|
-
|
|
13247
|
-
|
|
13248
|
-
|
|
13249
|
-
|
|
13250
|
-
|
|
13251
|
-
|
|
13252
|
-
} | null> | null;
|
|
15400
|
+
quantity: {
|
|
15401
|
+
value: number | null;
|
|
15402
|
+
unit: string | null;
|
|
15403
|
+
code: any | null;
|
|
15404
|
+
comparator: any | null;
|
|
15405
|
+
system: any | null;
|
|
13253
15406
|
} | null;
|
|
13254
|
-
|
|
13255
|
-
|
|
13256
|
-
|
|
13257
|
-
|
|
13258
|
-
|
|
13259
|
-
|
|
13260
|
-
|
|
13261
|
-
|
|
15407
|
+
} | null;
|
|
15408
|
+
performer: {
|
|
15409
|
+
name: string | null;
|
|
15410
|
+
} | null;
|
|
15411
|
+
validityPeriod: {
|
|
15412
|
+
start: any | null;
|
|
15413
|
+
end: any | null;
|
|
15414
|
+
} | null;
|
|
15415
|
+
quantity: {
|
|
15416
|
+
value: number | null;
|
|
15417
|
+
unit: string | null;
|
|
15418
|
+
code: any | null;
|
|
15419
|
+
comparator: any | null;
|
|
15420
|
+
system: any | null;
|
|
15421
|
+
} | null;
|
|
15422
|
+
} | null;
|
|
15423
|
+
reasonCode: Array<{
|
|
15424
|
+
text: string | null;
|
|
15425
|
+
coding: Array<{
|
|
15426
|
+
system: any | null;
|
|
15427
|
+
code: any | null;
|
|
15428
|
+
display: string | null;
|
|
13262
15429
|
} | null> | null;
|
|
13263
|
-
|
|
13264
|
-
|
|
15430
|
+
}> | null;
|
|
15431
|
+
courseOfTherapyType: {
|
|
15432
|
+
text: string | null;
|
|
15433
|
+
coding: Array<{
|
|
15434
|
+
system: any | null;
|
|
15435
|
+
code: any | null;
|
|
15436
|
+
display: string | null;
|
|
15437
|
+
} | null> | null;
|
|
15438
|
+
} | null;
|
|
15439
|
+
}>;
|
|
15440
|
+
};
|
|
15441
|
+
};
|
|
15442
|
+
export type GetMedicationStatementsQueryVariables = Types.Exact<{
|
|
15443
|
+
request: Types.InputMaybe<Types.MedicationStatementQueryRequest>;
|
|
15444
|
+
}>;
|
|
15445
|
+
export type GetMedicationStatementsQueryResults = {
|
|
15446
|
+
getMedicationStatements: {
|
|
15447
|
+
paging_info: {
|
|
15448
|
+
page_number: number;
|
|
15449
|
+
page_size: number;
|
|
15450
|
+
total_pages: number;
|
|
15451
|
+
total_items: number;
|
|
15452
|
+
} | null;
|
|
15453
|
+
resources: Array<{
|
|
15454
|
+
id: string;
|
|
15455
|
+
authoredOn: any | null;
|
|
15456
|
+
source: Array<string> | null;
|
|
15457
|
+
meta: {
|
|
15458
|
+
versionId: string | null;
|
|
15459
|
+
lastUpdated: any | null;
|
|
15460
|
+
source: any | null;
|
|
15461
|
+
security: Array<{
|
|
15462
|
+
system: any | null;
|
|
15463
|
+
code: any | null;
|
|
15464
|
+
display: string | null;
|
|
15465
|
+
} | null> | null;
|
|
15466
|
+
tag: Array<{
|
|
15467
|
+
system: any | null;
|
|
15468
|
+
code: any | null;
|
|
15469
|
+
display: string | null;
|
|
15470
|
+
} | null> | null;
|
|
15471
|
+
} | null;
|
|
15472
|
+
status: {
|
|
15473
|
+
code: any | null;
|
|
15474
|
+
display: string | null;
|
|
15475
|
+
} | null;
|
|
15476
|
+
medication: {
|
|
15477
|
+
text: string | null;
|
|
15478
|
+
coding: Array<{
|
|
15479
|
+
system: any | null;
|
|
15480
|
+
code: any | null;
|
|
15481
|
+
display: string | null;
|
|
15482
|
+
} | null> | null;
|
|
15483
|
+
} | null;
|
|
15484
|
+
reasonCode: Array<{
|
|
15485
|
+
text: string | null;
|
|
15486
|
+
coding: Array<{
|
|
15487
|
+
system: any | null;
|
|
15488
|
+
code: any | null;
|
|
15489
|
+
display: string | null;
|
|
15490
|
+
} | null> | null;
|
|
15491
|
+
}> | null;
|
|
15492
|
+
requester: {
|
|
15493
|
+
__typename: 'Organization';
|
|
15494
|
+
organizationName: string | null;
|
|
15495
|
+
} | {
|
|
15496
|
+
__typename: 'Patient';
|
|
15497
|
+
name: Array<{
|
|
15498
|
+
text: string | null;
|
|
15499
|
+
family: string | null;
|
|
15500
|
+
given: Array<string | null> | null;
|
|
15501
|
+
prefix: Array<string | null> | null;
|
|
15502
|
+
suffix: Array<string | null> | null;
|
|
15503
|
+
} | null> | null;
|
|
15504
|
+
} | {
|
|
15505
|
+
__typename: 'Practitioner';
|
|
15506
|
+
name: Array<{
|
|
15507
|
+
text: string | null;
|
|
15508
|
+
family: string | null;
|
|
15509
|
+
given: Array<string | null> | null;
|
|
15510
|
+
prefix: Array<string | null> | null;
|
|
15511
|
+
suffix: Array<string | null> | null;
|
|
15512
|
+
} | null> | null;
|
|
15513
|
+
identifier: Array<{
|
|
15514
|
+
id: string | null;
|
|
15515
|
+
system: any | null;
|
|
15516
|
+
value: string | null;
|
|
15517
|
+
type: {
|
|
13265
15518
|
text: string | null;
|
|
13266
15519
|
coding: Array<{
|
|
13267
15520
|
system: any | null;
|
|
@@ -13269,7 +15522,11 @@ export type GetMedicationRequestQueryResults = {
|
|
|
13269
15522
|
display: string | null;
|
|
13270
15523
|
} | null> | null;
|
|
13271
15524
|
} | null;
|
|
13272
|
-
} | null;
|
|
15525
|
+
}> | null;
|
|
15526
|
+
} | null;
|
|
15527
|
+
effectiveDate: {
|
|
15528
|
+
start: any | null;
|
|
15529
|
+
end: any | null;
|
|
13273
15530
|
} | null;
|
|
13274
15531
|
dosageInstruction: Array<{
|
|
13275
15532
|
id: string | null;
|
|
@@ -13404,7 +15661,165 @@ export type GetMedicationRequestQueryResults = {
|
|
|
13404
15661
|
display: string | null;
|
|
13405
15662
|
} | null> | null;
|
|
13406
15663
|
} | null;
|
|
13407
|
-
route: {
|
|
15664
|
+
route: {
|
|
15665
|
+
text: string | null;
|
|
15666
|
+
coding: Array<{
|
|
15667
|
+
system: any | null;
|
|
15668
|
+
code: any | null;
|
|
15669
|
+
display: string | null;
|
|
15670
|
+
} | null> | null;
|
|
15671
|
+
} | null;
|
|
15672
|
+
site: {
|
|
15673
|
+
text: string | null;
|
|
15674
|
+
coding: Array<{
|
|
15675
|
+
system: any | null;
|
|
15676
|
+
code: any | null;
|
|
15677
|
+
display: string | null;
|
|
15678
|
+
} | null> | null;
|
|
15679
|
+
} | null;
|
|
15680
|
+
timing: {
|
|
15681
|
+
id: string | null;
|
|
15682
|
+
event: Array<any> | null;
|
|
15683
|
+
code: {
|
|
15684
|
+
text: string | null;
|
|
15685
|
+
coding: Array<{
|
|
15686
|
+
system: any | null;
|
|
15687
|
+
code: any | null;
|
|
15688
|
+
display: string | null;
|
|
15689
|
+
} | null> | null;
|
|
15690
|
+
} | null;
|
|
15691
|
+
repeat: {
|
|
15692
|
+
id: string | null;
|
|
15693
|
+
count: number | null;
|
|
15694
|
+
countMax: number | null;
|
|
15695
|
+
duration: number | null;
|
|
15696
|
+
durationMax: number | null;
|
|
15697
|
+
frequency: number | null;
|
|
15698
|
+
frequencyMax: number | null;
|
|
15699
|
+
offset: number | null;
|
|
15700
|
+
period: number | null;
|
|
15701
|
+
periodMax: number | null;
|
|
15702
|
+
timeOfDay: Array<string> | null;
|
|
15703
|
+
boundsDuration: {
|
|
15704
|
+
value: number | null;
|
|
15705
|
+
unit: string | null;
|
|
15706
|
+
code: any | null;
|
|
15707
|
+
comparator: any | null;
|
|
15708
|
+
system: any | null;
|
|
15709
|
+
} | null;
|
|
15710
|
+
boundsPeriod: {
|
|
15711
|
+
start: any | null;
|
|
15712
|
+
end: any | null;
|
|
15713
|
+
} | null;
|
|
15714
|
+
boundsRange: {
|
|
15715
|
+
low: {
|
|
15716
|
+
value: number | null;
|
|
15717
|
+
unit: string | null;
|
|
15718
|
+
code: any | null;
|
|
15719
|
+
comparator: any | null;
|
|
15720
|
+
system: any | null;
|
|
15721
|
+
} | null;
|
|
15722
|
+
high: {
|
|
15723
|
+
value: number | null;
|
|
15724
|
+
unit: string | null;
|
|
15725
|
+
code: any | null;
|
|
15726
|
+
comparator: any | null;
|
|
15727
|
+
system: any | null;
|
|
15728
|
+
} | null;
|
|
15729
|
+
} | null;
|
|
15730
|
+
dayOfWeek: Array<{
|
|
15731
|
+
code: any | null;
|
|
15732
|
+
display: string | null;
|
|
15733
|
+
}> | null;
|
|
15734
|
+
durationUnit: {
|
|
15735
|
+
code: any | null;
|
|
15736
|
+
display: string | null;
|
|
15737
|
+
} | null;
|
|
15738
|
+
periodUnit: {
|
|
15739
|
+
code: any | null;
|
|
15740
|
+
display: string | null;
|
|
15741
|
+
} | null;
|
|
15742
|
+
when: Array<{
|
|
15743
|
+
code: any | null;
|
|
15744
|
+
display: string | null;
|
|
15745
|
+
}> | null;
|
|
15746
|
+
} | null;
|
|
15747
|
+
} | null;
|
|
15748
|
+
}> | null;
|
|
15749
|
+
dispenseRequest: {
|
|
15750
|
+
id: string | null;
|
|
15751
|
+
numberOfRepeatsAllowed: number | null;
|
|
15752
|
+
dispenseInterval: {
|
|
15753
|
+
value: number | null;
|
|
15754
|
+
unit: string | null;
|
|
15755
|
+
code: any | null;
|
|
15756
|
+
comparator: any | null;
|
|
15757
|
+
system: any | null;
|
|
15758
|
+
} | null;
|
|
15759
|
+
expectedSupplyDuration: {
|
|
15760
|
+
value: number | null;
|
|
15761
|
+
unit: string | null;
|
|
15762
|
+
code: any | null;
|
|
15763
|
+
comparator: any | null;
|
|
15764
|
+
system: any | null;
|
|
15765
|
+
} | null;
|
|
15766
|
+
initialFill: {
|
|
15767
|
+
duration: {
|
|
15768
|
+
value: number | null;
|
|
15769
|
+
unit: string | null;
|
|
15770
|
+
code: any | null;
|
|
15771
|
+
comparator: any | null;
|
|
15772
|
+
system: any | null;
|
|
15773
|
+
} | null;
|
|
15774
|
+
quantity: {
|
|
15775
|
+
value: number | null;
|
|
15776
|
+
unit: string | null;
|
|
15777
|
+
code: any | null;
|
|
15778
|
+
comparator: any | null;
|
|
15779
|
+
system: any | null;
|
|
15780
|
+
} | null;
|
|
15781
|
+
} | null;
|
|
15782
|
+
performer: {
|
|
15783
|
+
name: string | null;
|
|
15784
|
+
} | null;
|
|
15785
|
+
validityPeriod: {
|
|
15786
|
+
start: any | null;
|
|
15787
|
+
end: any | null;
|
|
15788
|
+
} | null;
|
|
15789
|
+
quantity: {
|
|
15790
|
+
value: number | null;
|
|
15791
|
+
unit: string | null;
|
|
15792
|
+
code: any | null;
|
|
15793
|
+
comparator: any | null;
|
|
15794
|
+
system: any | null;
|
|
15795
|
+
} | null;
|
|
15796
|
+
} | null;
|
|
15797
|
+
derivedFrom: Array<{
|
|
15798
|
+
reference: string | null;
|
|
15799
|
+
type: any | null;
|
|
15800
|
+
}> | null;
|
|
15801
|
+
}>;
|
|
15802
|
+
};
|
|
15803
|
+
};
|
|
15804
|
+
export type AppointmentsQueryVariables = Types.Exact<{
|
|
15805
|
+
source: Types.InputMaybe<Types.SearchString>;
|
|
15806
|
+
id: Types.InputMaybe<Types.SearchString>;
|
|
15807
|
+
count: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
15808
|
+
getPagesOffset: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
15809
|
+
date: Types.InputMaybe<Types.SearchDate>;
|
|
15810
|
+
supportingInformation: Types.InputMaybe<Types.SearchReference>;
|
|
15811
|
+
sort: Types.InputMaybe<Array<Types.InputMaybe<Types.Scalars['String']['input']>> | Types.InputMaybe<Types.Scalars['String']['input']>>;
|
|
15812
|
+
status: Types.InputMaybe<Types.SearchToken>;
|
|
15813
|
+
}>;
|
|
15814
|
+
export type AppointmentsQueryResults = {
|
|
15815
|
+
appointments: {
|
|
15816
|
+
entry: Array<{
|
|
15817
|
+
resource: {
|
|
15818
|
+
id: string;
|
|
15819
|
+
status: any | null;
|
|
15820
|
+
start: any | null;
|
|
15821
|
+
end: any | null;
|
|
15822
|
+
cancelationReason: {
|
|
13408
15823
|
text: string | null;
|
|
13409
15824
|
coding: Array<{
|
|
13410
15825
|
system: any | null;
|
|
@@ -13412,254 +15827,458 @@ export type GetMedicationRequestQueryResults = {
|
|
|
13412
15827
|
display: string | null;
|
|
13413
15828
|
} | null> | null;
|
|
13414
15829
|
} | null;
|
|
13415
|
-
|
|
15830
|
+
serviceType: Array<{
|
|
13416
15831
|
text: string | null;
|
|
13417
15832
|
coding: Array<{
|
|
13418
15833
|
system: any | null;
|
|
13419
15834
|
code: any | null;
|
|
13420
15835
|
display: string | null;
|
|
13421
15836
|
} | null> | null;
|
|
13422
|
-
} | null;
|
|
13423
|
-
|
|
15837
|
+
} | null> | null;
|
|
15838
|
+
supportingInformation: Array<{
|
|
13424
15839
|
id: string | null;
|
|
13425
|
-
|
|
13426
|
-
|
|
15840
|
+
reference: string | null;
|
|
15841
|
+
display: string | null;
|
|
15842
|
+
} | null> | null;
|
|
15843
|
+
participant: Array<{
|
|
15844
|
+
id: string | null;
|
|
15845
|
+
type: Array<{
|
|
13427
15846
|
text: string | null;
|
|
13428
15847
|
coding: Array<{
|
|
13429
15848
|
system: any | null;
|
|
13430
15849
|
code: any | null;
|
|
13431
15850
|
display: string | null;
|
|
13432
15851
|
} | null> | null;
|
|
15852
|
+
} | null> | null;
|
|
15853
|
+
actor: {
|
|
15854
|
+
reference: string | null;
|
|
15855
|
+
resource: {
|
|
15856
|
+
id: string;
|
|
15857
|
+
name: string | null;
|
|
15858
|
+
description: string | null;
|
|
15859
|
+
identifier: Array<{
|
|
15860
|
+
id: string | null;
|
|
15861
|
+
system: any | null;
|
|
15862
|
+
value: string | null;
|
|
15863
|
+
type: {
|
|
15864
|
+
text: string | null;
|
|
15865
|
+
coding: Array<{
|
|
15866
|
+
system: any | null;
|
|
15867
|
+
code: any | null;
|
|
15868
|
+
display: string | null;
|
|
15869
|
+
} | null> | null;
|
|
15870
|
+
} | null;
|
|
15871
|
+
} | null> | null;
|
|
15872
|
+
telecom: Array<{
|
|
15873
|
+
id: string | null;
|
|
15874
|
+
system: any | null;
|
|
15875
|
+
value: string | null;
|
|
15876
|
+
} | null> | null;
|
|
15877
|
+
address: {
|
|
15878
|
+
use: any | null;
|
|
15879
|
+
type: any | null;
|
|
15880
|
+
text: string | null;
|
|
15881
|
+
line: Array<string | null> | null;
|
|
15882
|
+
city: string | null;
|
|
15883
|
+
district: string | null;
|
|
15884
|
+
state: string | null;
|
|
15885
|
+
postalCode: string | null;
|
|
15886
|
+
country: string | null;
|
|
15887
|
+
} | null;
|
|
15888
|
+
position: {
|
|
15889
|
+
latitude: number | null;
|
|
15890
|
+
longitude: number | null;
|
|
15891
|
+
} | null;
|
|
15892
|
+
managingOrganization: {
|
|
15893
|
+
reference: string | null;
|
|
15894
|
+
} | null;
|
|
15895
|
+
} | {} | null;
|
|
13433
15896
|
} | null;
|
|
13434
|
-
|
|
13435
|
-
|
|
13436
|
-
|
|
13437
|
-
|
|
13438
|
-
|
|
13439
|
-
|
|
13440
|
-
|
|
13441
|
-
|
|
13442
|
-
|
|
13443
|
-
|
|
13444
|
-
|
|
13445
|
-
|
|
13446
|
-
|
|
15897
|
+
} | null> | null;
|
|
15898
|
+
} | null;
|
|
15899
|
+
} | null> | null;
|
|
15900
|
+
} | null;
|
|
15901
|
+
};
|
|
15902
|
+
export type CancelAppointmentMutationVariables = Types.Exact<{
|
|
15903
|
+
appointment: Types.UpdateAppointmentInput;
|
|
15904
|
+
}>;
|
|
15905
|
+
export type CancelAppointmentMutationResults = {
|
|
15906
|
+
updateAppointment: {
|
|
15907
|
+
id: string;
|
|
15908
|
+
status: any | null;
|
|
15909
|
+
};
|
|
15910
|
+
};
|
|
15911
|
+
export type CancelationReasonsQueryVariables = Types.Exact<{
|
|
15912
|
+
organization: Types.SearchReference;
|
|
15913
|
+
}>;
|
|
15914
|
+
export type CancelationReasonsQueryResults = {
|
|
15915
|
+
cancelationReasons: {
|
|
15916
|
+
id: string;
|
|
15917
|
+
title: string | null;
|
|
15918
|
+
url: any | null;
|
|
15919
|
+
concept: Array<{
|
|
15920
|
+
code: any | null;
|
|
15921
|
+
display: string | null;
|
|
15922
|
+
} | null> | null;
|
|
15923
|
+
};
|
|
15924
|
+
};
|
|
15925
|
+
export type AuthenticateQueryVariables = Types.Exact<{
|
|
15926
|
+
[key: string]: never;
|
|
15927
|
+
}>;
|
|
15928
|
+
export type AuthenticateQueryResults = {
|
|
15929
|
+
getToken: {
|
|
15930
|
+
accessToken: {
|
|
15931
|
+
jwtToken: string;
|
|
15932
|
+
};
|
|
15933
|
+
idToken: {
|
|
15934
|
+
jwtToken: string;
|
|
15935
|
+
};
|
|
15936
|
+
refreshToken: {
|
|
15937
|
+
token: string;
|
|
15938
|
+
};
|
|
15939
|
+
};
|
|
15940
|
+
};
|
|
15941
|
+
export type CreateGuestAccessTokenMutationVariables = Types.Exact<{
|
|
15942
|
+
clientKey: Types.Scalars['String']['input'];
|
|
15943
|
+
}>;
|
|
15944
|
+
export type CreateGuestAccessTokenMutationResults = {
|
|
15945
|
+
createGuestAccessToken: {
|
|
15946
|
+
accessToken: string;
|
|
15947
|
+
refreshToken: string;
|
|
15948
|
+
identityToken: string;
|
|
15949
|
+
tokenType: string;
|
|
15950
|
+
issuedAt: number;
|
|
15951
|
+
expiresIn: number;
|
|
15952
|
+
};
|
|
15953
|
+
};
|
|
15954
|
+
export type ExchangeAuthCodeMutationVariables = Types.Exact<{
|
|
15955
|
+
authCode: Types.Scalars['String']['input'];
|
|
15956
|
+
}>;
|
|
15957
|
+
export type ExchangeAuthCodeMutationResults = {
|
|
15958
|
+
exchangeAuthCode: {
|
|
15959
|
+
accessToken: {
|
|
15960
|
+
jwtToken: string;
|
|
15961
|
+
};
|
|
15962
|
+
idToken: {
|
|
15963
|
+
jwtToken: string;
|
|
15964
|
+
};
|
|
15965
|
+
refreshToken: {
|
|
15966
|
+
token: string;
|
|
15967
|
+
};
|
|
15968
|
+
};
|
|
15969
|
+
};
|
|
15970
|
+
export type InitializeQueryVariables = Types.Exact<{
|
|
15971
|
+
clientKey: Types.Scalars['String']['input'];
|
|
15972
|
+
}>;
|
|
15973
|
+
export type InitializeQueryResults = {
|
|
15974
|
+
initSdk: {
|
|
15975
|
+
logLevel: Types.LogLevel | null;
|
|
15976
|
+
httpClient: {
|
|
15977
|
+
requestTimeout: number | null;
|
|
15978
|
+
retry: {
|
|
15979
|
+
interval: number;
|
|
15980
|
+
attempts: number;
|
|
15981
|
+
} | null;
|
|
15982
|
+
};
|
|
15983
|
+
graphQLClient: {
|
|
15984
|
+
url: string;
|
|
15985
|
+
authUrl: string;
|
|
15986
|
+
fetchPolicy: string;
|
|
15987
|
+
cache: {
|
|
15988
|
+
maxSizeBytes: number;
|
|
15989
|
+
};
|
|
15990
|
+
};
|
|
15991
|
+
telemetry: {
|
|
15992
|
+
enabled: boolean | null;
|
|
15993
|
+
collectorUrl: string;
|
|
15994
|
+
};
|
|
15995
|
+
};
|
|
15996
|
+
};
|
|
15997
|
+
export type LoginQueryVariables = Types.Exact<{
|
|
15998
|
+
email: Types.Scalars['String']['input'];
|
|
15999
|
+
password: Types.Scalars['String']['input'];
|
|
16000
|
+
}>;
|
|
16001
|
+
export type LoginQueryResults = {
|
|
16002
|
+
login: {
|
|
16003
|
+
accessToken: {
|
|
16004
|
+
jwtToken: string;
|
|
16005
|
+
};
|
|
16006
|
+
idToken: {
|
|
16007
|
+
jwtToken: string;
|
|
16008
|
+
};
|
|
16009
|
+
refreshToken: {
|
|
16010
|
+
token: string;
|
|
16011
|
+
};
|
|
16012
|
+
};
|
|
16013
|
+
};
|
|
16014
|
+
export type RefreshTokensQueryVariables = Types.Exact<{
|
|
16015
|
+
[key: string]: never;
|
|
16016
|
+
}>;
|
|
16017
|
+
export type RefreshTokensQueryResults = {
|
|
16018
|
+
refresh: {
|
|
16019
|
+
accessToken: string;
|
|
16020
|
+
idToken: string;
|
|
16021
|
+
};
|
|
16022
|
+
};
|
|
16023
|
+
export type NextQuestionMutationVariables = Types.Exact<{
|
|
16024
|
+
questionnaireResponse: Types.QuestionnaireResponseInput;
|
|
16025
|
+
}>;
|
|
16026
|
+
export type NextQuestionMutationResults = {
|
|
16027
|
+
nextQuestion: {
|
|
16028
|
+
resourceType: string | null;
|
|
16029
|
+
id: string;
|
|
16030
|
+
questionnaire: any | null;
|
|
16031
|
+
status: any | null;
|
|
16032
|
+
meta: {
|
|
16033
|
+
versionId: string | null;
|
|
16034
|
+
lastUpdated: any | null;
|
|
16035
|
+
source: any | null;
|
|
16036
|
+
security: Array<{
|
|
16037
|
+
system: any | null;
|
|
16038
|
+
code: any | null;
|
|
16039
|
+
display: string | null;
|
|
16040
|
+
} | null> | null;
|
|
16041
|
+
tag: Array<{
|
|
16042
|
+
system: any | null;
|
|
16043
|
+
code: any | null;
|
|
16044
|
+
display: string | null;
|
|
16045
|
+
} | null> | null;
|
|
16046
|
+
} | null;
|
|
16047
|
+
identifier: {
|
|
16048
|
+
id: string | null;
|
|
16049
|
+
system: any | null;
|
|
16050
|
+
value: string | null;
|
|
16051
|
+
type: {
|
|
16052
|
+
text: string | null;
|
|
16053
|
+
coding: Array<{
|
|
16054
|
+
system: any | null;
|
|
16055
|
+
code: any | null;
|
|
16056
|
+
display: string | null;
|
|
16057
|
+
} | null> | null;
|
|
16058
|
+
} | null;
|
|
16059
|
+
} | null;
|
|
16060
|
+
item: Array<{
|
|
16061
|
+
linkId: string | null;
|
|
16062
|
+
text: string | null;
|
|
16063
|
+
item: Array<{
|
|
16064
|
+
linkId: string | null;
|
|
16065
|
+
text: string | null;
|
|
16066
|
+
item: Array<{
|
|
16067
|
+
linkId: string | null;
|
|
16068
|
+
text: string | null;
|
|
16069
|
+
answer: Array<{
|
|
16070
|
+
valueBoolean: boolean | null;
|
|
16071
|
+
valueDecimal: number | null;
|
|
16072
|
+
valueInteger: number | null;
|
|
16073
|
+
valueDate: any | null;
|
|
16074
|
+
valueDateTime: any | null;
|
|
16075
|
+
valueString: string | null;
|
|
16076
|
+
valueUri: any | null;
|
|
16077
|
+
valueAttachment: {
|
|
16078
|
+
contentType: any | null;
|
|
16079
|
+
data: any | null;
|
|
16080
|
+
url: any | null;
|
|
16081
|
+
title: string | null;
|
|
16082
|
+
} | null;
|
|
16083
|
+
valueCoding: {
|
|
16084
|
+
system: any | null;
|
|
16085
|
+
code: any | null;
|
|
16086
|
+
display: string | null;
|
|
16087
|
+
} | null;
|
|
16088
|
+
valueQuantity: {
|
|
13447
16089
|
value: number | null;
|
|
13448
16090
|
unit: string | null;
|
|
13449
16091
|
code: any | null;
|
|
13450
16092
|
comparator: any | null;
|
|
13451
16093
|
system: any | null;
|
|
13452
16094
|
} | null;
|
|
13453
|
-
|
|
13454
|
-
|
|
13455
|
-
|
|
13456
|
-
} | null;
|
|
13457
|
-
boundsRange: {
|
|
13458
|
-
low: {
|
|
13459
|
-
value: number | null;
|
|
13460
|
-
unit: string | null;
|
|
13461
|
-
code: any | null;
|
|
13462
|
-
comparator: any | null;
|
|
13463
|
-
system: any | null;
|
|
13464
|
-
} | null;
|
|
13465
|
-
high: {
|
|
13466
|
-
value: number | null;
|
|
13467
|
-
unit: string | null;
|
|
13468
|
-
code: any | null;
|
|
13469
|
-
comparator: any | null;
|
|
13470
|
-
system: any | null;
|
|
13471
|
-
} | null;
|
|
13472
|
-
} | null;
|
|
13473
|
-
dayOfWeek: Array<{
|
|
13474
|
-
code: any | null;
|
|
13475
|
-
display: string | null;
|
|
13476
|
-
}> | null;
|
|
13477
|
-
durationUnit: {
|
|
13478
|
-
code: any | null;
|
|
13479
|
-
display: string | null;
|
|
13480
|
-
} | null;
|
|
13481
|
-
periodUnit: {
|
|
13482
|
-
code: any | null;
|
|
16095
|
+
valueReference: {
|
|
16096
|
+
reference: string | null;
|
|
16097
|
+
type: any | null;
|
|
13483
16098
|
display: string | null;
|
|
16099
|
+
extension: Array<{
|
|
16100
|
+
url: any | null;
|
|
16101
|
+
valueBoolean: boolean | null;
|
|
16102
|
+
valueInteger: number | null;
|
|
16103
|
+
valueString: string | null;
|
|
16104
|
+
valueDateTime: any | null;
|
|
16105
|
+
valueCode: any | null;
|
|
16106
|
+
valueUri: any | null;
|
|
16107
|
+
valueExpression: {
|
|
16108
|
+
description: string | null;
|
|
16109
|
+
name: string | null;
|
|
16110
|
+
language: any | null;
|
|
16111
|
+
expression: string | null;
|
|
16112
|
+
reference: any | null;
|
|
16113
|
+
} | null;
|
|
16114
|
+
valueCodeableConcept: {
|
|
16115
|
+
text: string | null;
|
|
16116
|
+
coding: Array<{
|
|
16117
|
+
system: any | null;
|
|
16118
|
+
code: any | null;
|
|
16119
|
+
display: string | null;
|
|
16120
|
+
} | null> | null;
|
|
16121
|
+
} | null;
|
|
16122
|
+
valueReference: {
|
|
16123
|
+
reference: string | null;
|
|
16124
|
+
type: any | null;
|
|
16125
|
+
display: string | null;
|
|
16126
|
+
} | null;
|
|
16127
|
+
} | null> | null;
|
|
13484
16128
|
} | null;
|
|
13485
|
-
|
|
13486
|
-
|
|
13487
|
-
|
|
13488
|
-
|
|
13489
|
-
|
|
13490
|
-
|
|
13491
|
-
|
|
13492
|
-
|
|
13493
|
-
|
|
13494
|
-
|
|
13495
|
-
|
|
13496
|
-
|
|
13497
|
-
|
|
13498
|
-
|
|
13499
|
-
|
|
13500
|
-
|
|
13501
|
-
|
|
13502
|
-
expectedSupplyDuration: {
|
|
13503
|
-
value: number | null;
|
|
13504
|
-
unit: string | null;
|
|
13505
|
-
code: any | null;
|
|
13506
|
-
comparator: any | null;
|
|
13507
|
-
system: any | null;
|
|
13508
|
-
} | null;
|
|
13509
|
-
initialFill: {
|
|
13510
|
-
duration: {
|
|
13511
|
-
value: number | null;
|
|
13512
|
-
unit: string | null;
|
|
13513
|
-
code: any | null;
|
|
13514
|
-
comparator: any | null;
|
|
16129
|
+
} | null> | null;
|
|
16130
|
+
} | null> | null;
|
|
16131
|
+
answer: Array<{
|
|
16132
|
+
valueBoolean: boolean | null;
|
|
16133
|
+
valueDecimal: number | null;
|
|
16134
|
+
valueInteger: number | null;
|
|
16135
|
+
valueDate: any | null;
|
|
16136
|
+
valueDateTime: any | null;
|
|
16137
|
+
valueString: string | null;
|
|
16138
|
+
valueUri: any | null;
|
|
16139
|
+
valueAttachment: {
|
|
16140
|
+
contentType: any | null;
|
|
16141
|
+
data: any | null;
|
|
16142
|
+
url: any | null;
|
|
16143
|
+
title: string | null;
|
|
16144
|
+
} | null;
|
|
16145
|
+
valueCoding: {
|
|
13515
16146
|
system: any | null;
|
|
16147
|
+
code: any | null;
|
|
16148
|
+
display: string | null;
|
|
13516
16149
|
} | null;
|
|
13517
|
-
|
|
16150
|
+
valueQuantity: {
|
|
13518
16151
|
value: number | null;
|
|
13519
16152
|
unit: string | null;
|
|
13520
16153
|
code: any | null;
|
|
13521
16154
|
comparator: any | null;
|
|
13522
16155
|
system: any | null;
|
|
13523
16156
|
} | null;
|
|
16157
|
+
valueReference: {
|
|
16158
|
+
reference: string | null;
|
|
16159
|
+
type: any | null;
|
|
16160
|
+
display: string | null;
|
|
16161
|
+
extension: Array<{
|
|
16162
|
+
url: any | null;
|
|
16163
|
+
valueBoolean: boolean | null;
|
|
16164
|
+
valueInteger: number | null;
|
|
16165
|
+
valueString: string | null;
|
|
16166
|
+
valueDateTime: any | null;
|
|
16167
|
+
valueCode: any | null;
|
|
16168
|
+
valueUri: any | null;
|
|
16169
|
+
valueExpression: {
|
|
16170
|
+
description: string | null;
|
|
16171
|
+
name: string | null;
|
|
16172
|
+
language: any | null;
|
|
16173
|
+
expression: string | null;
|
|
16174
|
+
reference: any | null;
|
|
16175
|
+
} | null;
|
|
16176
|
+
valueCodeableConcept: {
|
|
16177
|
+
text: string | null;
|
|
16178
|
+
coding: Array<{
|
|
16179
|
+
system: any | null;
|
|
16180
|
+
code: any | null;
|
|
16181
|
+
display: string | null;
|
|
16182
|
+
} | null> | null;
|
|
16183
|
+
} | null;
|
|
16184
|
+
valueReference: {
|
|
16185
|
+
reference: string | null;
|
|
16186
|
+
type: any | null;
|
|
16187
|
+
display: string | null;
|
|
16188
|
+
} | null;
|
|
16189
|
+
} | null> | null;
|
|
16190
|
+
} | null;
|
|
16191
|
+
} | null> | null;
|
|
16192
|
+
} | null> | null;
|
|
16193
|
+
answer: Array<{
|
|
16194
|
+
valueBoolean: boolean | null;
|
|
16195
|
+
valueDecimal: number | null;
|
|
16196
|
+
valueInteger: number | null;
|
|
16197
|
+
valueDate: any | null;
|
|
16198
|
+
valueDateTime: any | null;
|
|
16199
|
+
valueString: string | null;
|
|
16200
|
+
valueUri: any | null;
|
|
16201
|
+
valueAttachment: {
|
|
16202
|
+
contentType: any | null;
|
|
16203
|
+
data: any | null;
|
|
16204
|
+
url: any | null;
|
|
16205
|
+
title: string | null;
|
|
16206
|
+
} | null;
|
|
16207
|
+
valueCoding: {
|
|
16208
|
+
system: any | null;
|
|
16209
|
+
code: any | null;
|
|
16210
|
+
display: string | null;
|
|
13524
16211
|
} | null;
|
|
13525
|
-
|
|
13526
|
-
name: string | null;
|
|
13527
|
-
} | null;
|
|
13528
|
-
validityPeriod: {
|
|
13529
|
-
start: any | null;
|
|
13530
|
-
end: any | null;
|
|
13531
|
-
} | null;
|
|
13532
|
-
quantity: {
|
|
16212
|
+
valueQuantity: {
|
|
13533
16213
|
value: number | null;
|
|
13534
16214
|
unit: string | null;
|
|
13535
16215
|
code: any | null;
|
|
13536
16216
|
comparator: any | null;
|
|
13537
16217
|
system: any | null;
|
|
13538
16218
|
} | null;
|
|
13539
|
-
|
|
13540
|
-
|
|
13541
|
-
|
|
13542
|
-
coding: Array<{
|
|
13543
|
-
system: any | null;
|
|
13544
|
-
code: any | null;
|
|
13545
|
-
display: string | null;
|
|
13546
|
-
} | null> | null;
|
|
13547
|
-
}> | null;
|
|
13548
|
-
courseOfTherapyType: {
|
|
13549
|
-
text: string | null;
|
|
13550
|
-
coding: Array<{
|
|
13551
|
-
system: any | null;
|
|
13552
|
-
code: any | null;
|
|
16219
|
+
valueReference: {
|
|
16220
|
+
reference: string | null;
|
|
16221
|
+
type: any | null;
|
|
13553
16222
|
display: string | null;
|
|
13554
|
-
|
|
13555
|
-
|
|
13556
|
-
|
|
13557
|
-
|
|
13558
|
-
|
|
13559
|
-
|
|
13560
|
-
|
|
13561
|
-
|
|
13562
|
-
|
|
13563
|
-
|
|
13564
|
-
|
|
13565
|
-
|
|
13566
|
-
|
|
13567
|
-
|
|
13568
|
-
|
|
13569
|
-
|
|
13570
|
-
|
|
16223
|
+
extension: Array<{
|
|
16224
|
+
url: any | null;
|
|
16225
|
+
valueBoolean: boolean | null;
|
|
16226
|
+
valueInteger: number | null;
|
|
16227
|
+
valueString: string | null;
|
|
16228
|
+
valueDateTime: any | null;
|
|
16229
|
+
valueCode: any | null;
|
|
16230
|
+
valueUri: any | null;
|
|
16231
|
+
valueExpression: {
|
|
16232
|
+
description: string | null;
|
|
16233
|
+
name: string | null;
|
|
16234
|
+
language: any | null;
|
|
16235
|
+
expression: string | null;
|
|
16236
|
+
reference: any | null;
|
|
16237
|
+
} | null;
|
|
16238
|
+
valueCodeableConcept: {
|
|
16239
|
+
text: string | null;
|
|
16240
|
+
coding: Array<{
|
|
16241
|
+
system: any | null;
|
|
16242
|
+
code: any | null;
|
|
16243
|
+
display: string | null;
|
|
16244
|
+
} | null> | null;
|
|
16245
|
+
} | null;
|
|
16246
|
+
valueReference: {
|
|
16247
|
+
reference: string | null;
|
|
16248
|
+
type: any | null;
|
|
16249
|
+
display: string | null;
|
|
16250
|
+
} | null;
|
|
16251
|
+
} | null> | null;
|
|
16252
|
+
} | null;
|
|
16253
|
+
} | null> | null;
|
|
16254
|
+
} | null> | null;
|
|
16255
|
+
contained: Array<{
|
|
16256
|
+
resourceType: string | null;
|
|
13571
16257
|
id: string;
|
|
13572
|
-
|
|
13573
|
-
|
|
16258
|
+
name: string | null;
|
|
16259
|
+
title: string | null;
|
|
16260
|
+
status: any | null;
|
|
16261
|
+
description: any | null;
|
|
13574
16262
|
meta: {
|
|
13575
16263
|
versionId: string | null;
|
|
13576
|
-
lastUpdated: any | null;
|
|
13577
|
-
source: any | null;
|
|
13578
|
-
security: Array<{
|
|
13579
|
-
system: any | null;
|
|
13580
|
-
code: any | null;
|
|
13581
|
-
display: string | null;
|
|
13582
|
-
} | null> | null;
|
|
13583
|
-
tag: Array<{
|
|
13584
|
-
system: any | null;
|
|
13585
|
-
code: any | null;
|
|
13586
|
-
display: string | null;
|
|
13587
|
-
} | null> | null;
|
|
13588
|
-
} | null;
|
|
13589
|
-
status: {
|
|
13590
|
-
code: any | null;
|
|
13591
|
-
display: string | null;
|
|
13592
|
-
} | null;
|
|
13593
|
-
medication: {
|
|
13594
|
-
text: string | null;
|
|
13595
|
-
coding: Array<{
|
|
13596
|
-
system: any | null;
|
|
13597
|
-
code: any | null;
|
|
13598
|
-
display: string | null;
|
|
13599
|
-
} | null> | null;
|
|
13600
|
-
} | null;
|
|
13601
|
-
reasonCode: Array<{
|
|
13602
|
-
text: string | null;
|
|
13603
|
-
coding: Array<{
|
|
13604
|
-
system: any | null;
|
|
13605
|
-
code: any | null;
|
|
13606
|
-
display: string | null;
|
|
13607
|
-
} | null> | null;
|
|
13608
|
-
}> | null;
|
|
13609
|
-
requester: {
|
|
13610
|
-
__typename: 'Organization';
|
|
13611
|
-
organizationName: string | null;
|
|
13612
|
-
} | {
|
|
13613
|
-
__typename: 'Patient';
|
|
13614
|
-
name: Array<{
|
|
13615
|
-
text: string | null;
|
|
13616
|
-
family: string | null;
|
|
13617
|
-
given: Array<string | null> | null;
|
|
13618
|
-
prefix: Array<string | null> | null;
|
|
13619
|
-
suffix: Array<string | null> | null;
|
|
13620
|
-
} | null> | null;
|
|
13621
|
-
} | {
|
|
13622
|
-
__typename: 'Practitioner';
|
|
13623
|
-
name: Array<{
|
|
13624
|
-
text: string | null;
|
|
13625
|
-
family: string | null;
|
|
13626
|
-
given: Array<string | null> | null;
|
|
13627
|
-
prefix: Array<string | null> | null;
|
|
13628
|
-
suffix: Array<string | null> | null;
|
|
16264
|
+
lastUpdated: any | null;
|
|
16265
|
+
source: any | null;
|
|
16266
|
+
security: Array<{
|
|
16267
|
+
system: any | null;
|
|
16268
|
+
code: any | null;
|
|
16269
|
+
display: string | null;
|
|
13629
16270
|
} | null> | null;
|
|
13630
|
-
|
|
13631
|
-
id: string | null;
|
|
16271
|
+
tag: Array<{
|
|
13632
16272
|
system: any | null;
|
|
13633
|
-
|
|
13634
|
-
|
|
13635
|
-
|
|
13636
|
-
coding: Array<{
|
|
13637
|
-
system: any | null;
|
|
13638
|
-
code: any | null;
|
|
13639
|
-
display: string | null;
|
|
13640
|
-
} | null> | null;
|
|
13641
|
-
} | null;
|
|
13642
|
-
}> | null;
|
|
13643
|
-
} | null;
|
|
13644
|
-
effectiveDate: {
|
|
13645
|
-
start: any | null;
|
|
13646
|
-
end: any | null;
|
|
16273
|
+
code: any | null;
|
|
16274
|
+
display: string | null;
|
|
16275
|
+
} | null> | null;
|
|
13647
16276
|
} | null;
|
|
13648
|
-
|
|
16277
|
+
identifier: Array<{
|
|
13649
16278
|
id: string | null;
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
|
|
13653
|
-
text: string | null;
|
|
13654
|
-
additionalInstruction: Array<{
|
|
13655
|
-
text: string | null;
|
|
13656
|
-
coding: Array<{
|
|
13657
|
-
system: any | null;
|
|
13658
|
-
code: any | null;
|
|
13659
|
-
display: string | null;
|
|
13660
|
-
} | null> | null;
|
|
13661
|
-
}> | null;
|
|
13662
|
-
asNeededCodeableConcept: {
|
|
16279
|
+
system: any | null;
|
|
16280
|
+
value: string | null;
|
|
16281
|
+
type: {
|
|
13663
16282
|
text: string | null;
|
|
13664
16283
|
coding: Array<{
|
|
13665
16284
|
system: any | null;
|
|
@@ -13667,137 +16286,439 @@ export type GetMedicationStatementsQueryResults = {
|
|
|
13667
16286
|
display: string | null;
|
|
13668
16287
|
} | null> | null;
|
|
13669
16288
|
} | null;
|
|
13670
|
-
|
|
13671
|
-
|
|
13672
|
-
|
|
16289
|
+
} | null> | null;
|
|
16290
|
+
item: Array<{
|
|
16291
|
+
linkId: string | null;
|
|
16292
|
+
prefix: string | null;
|
|
16293
|
+
text: string | null;
|
|
16294
|
+
type: any | null;
|
|
16295
|
+
enableBehavior: any | null;
|
|
16296
|
+
required: boolean | null;
|
|
16297
|
+
repeats: boolean | null;
|
|
16298
|
+
readOnly: boolean | null;
|
|
16299
|
+
maxLength: number | null;
|
|
16300
|
+
item: Array<{
|
|
16301
|
+
linkId: string | null;
|
|
16302
|
+
prefix: string | null;
|
|
16303
|
+
text: string | null;
|
|
16304
|
+
type: any | null;
|
|
16305
|
+
enableBehavior: any | null;
|
|
16306
|
+
required: boolean | null;
|
|
16307
|
+
repeats: boolean | null;
|
|
16308
|
+
readOnly: boolean | null;
|
|
16309
|
+
maxLength: number | null;
|
|
16310
|
+
item: Array<{
|
|
16311
|
+
linkId: string | null;
|
|
16312
|
+
prefix: string | null;
|
|
13673
16313
|
text: string | null;
|
|
13674
|
-
|
|
13675
|
-
|
|
13676
|
-
|
|
16314
|
+
type: any | null;
|
|
16315
|
+
enableBehavior: any | null;
|
|
16316
|
+
required: boolean | null;
|
|
16317
|
+
repeats: boolean | null;
|
|
16318
|
+
readOnly: boolean | null;
|
|
16319
|
+
maxLength: number | null;
|
|
16320
|
+
extension: Array<{
|
|
16321
|
+
url: any | null;
|
|
16322
|
+
valueBoolean: boolean | null;
|
|
16323
|
+
valueInteger: number | null;
|
|
16324
|
+
valueString: string | null;
|
|
16325
|
+
valueDateTime: any | null;
|
|
16326
|
+
valueCode: any | null;
|
|
16327
|
+
valueUri: any | null;
|
|
16328
|
+
valueExpression: {
|
|
16329
|
+
description: string | null;
|
|
16330
|
+
name: string | null;
|
|
16331
|
+
language: any | null;
|
|
16332
|
+
expression: string | null;
|
|
16333
|
+
reference: any | null;
|
|
16334
|
+
} | null;
|
|
16335
|
+
valueCodeableConcept: {
|
|
16336
|
+
text: string | null;
|
|
16337
|
+
coding: Array<{
|
|
16338
|
+
system: any | null;
|
|
16339
|
+
code: any | null;
|
|
16340
|
+
display: string | null;
|
|
16341
|
+
} | null> | null;
|
|
16342
|
+
} | null;
|
|
16343
|
+
valueReference: {
|
|
16344
|
+
reference: string | null;
|
|
16345
|
+
type: any | null;
|
|
16346
|
+
display: string | null;
|
|
16347
|
+
} | null;
|
|
16348
|
+
extension: Array<{
|
|
16349
|
+
url: any | null;
|
|
16350
|
+
valueBoolean: boolean | null;
|
|
16351
|
+
valueInteger: number | null;
|
|
16352
|
+
valueString: string | null;
|
|
16353
|
+
valueDateTime: any | null;
|
|
16354
|
+
valueCode: any | null;
|
|
16355
|
+
valueUri: any | null;
|
|
16356
|
+
valueExpression: {
|
|
16357
|
+
description: string | null;
|
|
16358
|
+
name: string | null;
|
|
16359
|
+
language: any | null;
|
|
16360
|
+
expression: string | null;
|
|
16361
|
+
reference: any | null;
|
|
16362
|
+
} | null;
|
|
16363
|
+
valueCodeableConcept: {
|
|
16364
|
+
text: string | null;
|
|
16365
|
+
coding: Array<{
|
|
16366
|
+
system: any | null;
|
|
16367
|
+
code: any | null;
|
|
16368
|
+
display: string | null;
|
|
16369
|
+
} | null> | null;
|
|
16370
|
+
} | null;
|
|
16371
|
+
valueReference: {
|
|
16372
|
+
reference: string | null;
|
|
16373
|
+
type: any | null;
|
|
16374
|
+
display: string | null;
|
|
16375
|
+
} | null;
|
|
16376
|
+
} | null> | null;
|
|
16377
|
+
} | null> | null;
|
|
16378
|
+
enableWhen: Array<{
|
|
16379
|
+
question: string | null;
|
|
16380
|
+
operator: any | null;
|
|
16381
|
+
answerBoolean: boolean | null;
|
|
16382
|
+
answerDecimal: number | null;
|
|
16383
|
+
answerInteger: number | null;
|
|
16384
|
+
answerDate: any | null;
|
|
16385
|
+
answerDateTime: any | null;
|
|
16386
|
+
answerTime: any | null;
|
|
16387
|
+
answerString: string | null;
|
|
16388
|
+
answerCoding: {
|
|
16389
|
+
system: any | null;
|
|
16390
|
+
code: any | null;
|
|
16391
|
+
display: string | null;
|
|
16392
|
+
} | null;
|
|
16393
|
+
answerQuantity: {
|
|
16394
|
+
value: number | null;
|
|
16395
|
+
unit: string | null;
|
|
16396
|
+
code: any | null;
|
|
16397
|
+
comparator: any | null;
|
|
16398
|
+
system: any | null;
|
|
16399
|
+
} | null;
|
|
16400
|
+
answerReference: {
|
|
16401
|
+
reference: string | null;
|
|
16402
|
+
type: any | null;
|
|
16403
|
+
display: string | null;
|
|
16404
|
+
} | null;
|
|
16405
|
+
} | null> | null;
|
|
16406
|
+
answerOption: Array<{
|
|
16407
|
+
valueInteger: number | null;
|
|
16408
|
+
valueDate: any | null;
|
|
16409
|
+
valueString: string | null;
|
|
16410
|
+
initialSelected: boolean | null;
|
|
16411
|
+
valueCoding: {
|
|
16412
|
+
system: any | null;
|
|
16413
|
+
code: any | null;
|
|
16414
|
+
display: string | null;
|
|
16415
|
+
} | null;
|
|
16416
|
+
valueReference: {
|
|
16417
|
+
reference: string | null;
|
|
16418
|
+
type: any | null;
|
|
16419
|
+
display: string | null;
|
|
16420
|
+
extension: Array<{
|
|
16421
|
+
url: any | null;
|
|
16422
|
+
valueBoolean: boolean | null;
|
|
16423
|
+
valueInteger: number | null;
|
|
16424
|
+
valueString: string | null;
|
|
16425
|
+
valueDateTime: any | null;
|
|
16426
|
+
valueCode: any | null;
|
|
16427
|
+
valueUri: any | null;
|
|
16428
|
+
valueExpression: {
|
|
16429
|
+
description: string | null;
|
|
16430
|
+
name: string | null;
|
|
16431
|
+
language: any | null;
|
|
16432
|
+
expression: string | null;
|
|
16433
|
+
reference: any | null;
|
|
16434
|
+
} | null;
|
|
16435
|
+
valueCodeableConcept: {
|
|
16436
|
+
text: string | null;
|
|
16437
|
+
coding: Array<{
|
|
16438
|
+
system: any | null;
|
|
16439
|
+
code: any | null;
|
|
16440
|
+
display: string | null;
|
|
16441
|
+
} | null> | null;
|
|
16442
|
+
} | null;
|
|
16443
|
+
valueReference: {
|
|
16444
|
+
reference: string | null;
|
|
16445
|
+
type: any | null;
|
|
16446
|
+
display: string | null;
|
|
16447
|
+
} | null;
|
|
16448
|
+
} | null> | null;
|
|
16449
|
+
} | null;
|
|
16450
|
+
} | null> | null;
|
|
16451
|
+
initial: Array<{
|
|
16452
|
+
valueBoolean: boolean | null;
|
|
16453
|
+
valueDecimal: number | null;
|
|
16454
|
+
valueInteger: number | null;
|
|
16455
|
+
valueDate: any | null;
|
|
16456
|
+
valueDateTime: any | null;
|
|
16457
|
+
valueString: string | null;
|
|
16458
|
+
valueUri: any | null;
|
|
16459
|
+
valueAttachment: {
|
|
16460
|
+
contentType: any | null;
|
|
16461
|
+
data: any | null;
|
|
16462
|
+
url: any | null;
|
|
16463
|
+
title: string | null;
|
|
16464
|
+
} | null;
|
|
16465
|
+
valueCoding: {
|
|
16466
|
+
system: any | null;
|
|
16467
|
+
code: any | null;
|
|
16468
|
+
display: string | null;
|
|
16469
|
+
} | null;
|
|
16470
|
+
valueQuantity: {
|
|
16471
|
+
value: number | null;
|
|
16472
|
+
unit: string | null;
|
|
16473
|
+
code: any | null;
|
|
16474
|
+
comparator: any | null;
|
|
16475
|
+
system: any | null;
|
|
16476
|
+
} | null;
|
|
16477
|
+
valueReference: {
|
|
16478
|
+
reference: string | null;
|
|
16479
|
+
type: any | null;
|
|
16480
|
+
display: string | null;
|
|
16481
|
+
extension: Array<{
|
|
16482
|
+
url: any | null;
|
|
16483
|
+
valueBoolean: boolean | null;
|
|
16484
|
+
valueInteger: number | null;
|
|
16485
|
+
valueString: string | null;
|
|
16486
|
+
valueDateTime: any | null;
|
|
16487
|
+
valueCode: any | null;
|
|
16488
|
+
valueUri: any | null;
|
|
16489
|
+
valueExpression: {
|
|
16490
|
+
description: string | null;
|
|
16491
|
+
name: string | null;
|
|
16492
|
+
language: any | null;
|
|
16493
|
+
expression: string | null;
|
|
16494
|
+
reference: any | null;
|
|
16495
|
+
} | null;
|
|
16496
|
+
valueCodeableConcept: {
|
|
16497
|
+
text: string | null;
|
|
16498
|
+
coding: Array<{
|
|
16499
|
+
system: any | null;
|
|
16500
|
+
code: any | null;
|
|
16501
|
+
display: string | null;
|
|
16502
|
+
} | null> | null;
|
|
16503
|
+
} | null;
|
|
16504
|
+
valueReference: {
|
|
16505
|
+
reference: string | null;
|
|
16506
|
+
type: any | null;
|
|
16507
|
+
display: string | null;
|
|
16508
|
+
} | null;
|
|
16509
|
+
} | null> | null;
|
|
16510
|
+
} | null;
|
|
16511
|
+
} | null> | null;
|
|
16512
|
+
} | null> | null;
|
|
16513
|
+
extension: Array<{
|
|
16514
|
+
url: any | null;
|
|
16515
|
+
valueBoolean: boolean | null;
|
|
16516
|
+
valueInteger: number | null;
|
|
16517
|
+
valueString: string | null;
|
|
16518
|
+
valueDateTime: any | null;
|
|
16519
|
+
valueCode: any | null;
|
|
16520
|
+
valueUri: any | null;
|
|
16521
|
+
valueExpression: {
|
|
16522
|
+
description: string | null;
|
|
16523
|
+
name: string | null;
|
|
16524
|
+
language: any | null;
|
|
16525
|
+
expression: string | null;
|
|
16526
|
+
reference: any | null;
|
|
16527
|
+
} | null;
|
|
16528
|
+
valueCodeableConcept: {
|
|
16529
|
+
text: string | null;
|
|
16530
|
+
coding: Array<{
|
|
16531
|
+
system: any | null;
|
|
16532
|
+
code: any | null;
|
|
16533
|
+
display: string | null;
|
|
16534
|
+
} | null> | null;
|
|
16535
|
+
} | null;
|
|
16536
|
+
valueReference: {
|
|
16537
|
+
reference: string | null;
|
|
16538
|
+
type: any | null;
|
|
13677
16539
|
display: string | null;
|
|
16540
|
+
} | null;
|
|
16541
|
+
extension: Array<{
|
|
16542
|
+
url: any | null;
|
|
16543
|
+
valueBoolean: boolean | null;
|
|
16544
|
+
valueInteger: number | null;
|
|
16545
|
+
valueString: string | null;
|
|
16546
|
+
valueDateTime: any | null;
|
|
16547
|
+
valueCode: any | null;
|
|
16548
|
+
valueUri: any | null;
|
|
16549
|
+
valueExpression: {
|
|
16550
|
+
description: string | null;
|
|
16551
|
+
name: string | null;
|
|
16552
|
+
language: any | null;
|
|
16553
|
+
expression: string | null;
|
|
16554
|
+
reference: any | null;
|
|
16555
|
+
} | null;
|
|
16556
|
+
valueCodeableConcept: {
|
|
16557
|
+
text: string | null;
|
|
16558
|
+
coding: Array<{
|
|
16559
|
+
system: any | null;
|
|
16560
|
+
code: any | null;
|
|
16561
|
+
display: string | null;
|
|
16562
|
+
} | null> | null;
|
|
16563
|
+
} | null;
|
|
16564
|
+
valueReference: {
|
|
16565
|
+
reference: string | null;
|
|
16566
|
+
type: any | null;
|
|
16567
|
+
display: string | null;
|
|
16568
|
+
} | null;
|
|
13678
16569
|
} | null> | null;
|
|
13679
|
-
} | null;
|
|
13680
|
-
|
|
13681
|
-
|
|
13682
|
-
|
|
13683
|
-
|
|
13684
|
-
|
|
13685
|
-
|
|
16570
|
+
} | null> | null;
|
|
16571
|
+
enableWhen: Array<{
|
|
16572
|
+
question: string | null;
|
|
16573
|
+
operator: any | null;
|
|
16574
|
+
answerBoolean: boolean | null;
|
|
16575
|
+
answerDecimal: number | null;
|
|
16576
|
+
answerInteger: number | null;
|
|
16577
|
+
answerDate: any | null;
|
|
16578
|
+
answerDateTime: any | null;
|
|
16579
|
+
answerTime: any | null;
|
|
16580
|
+
answerString: string | null;
|
|
16581
|
+
answerCoding: {
|
|
13686
16582
|
system: any | null;
|
|
16583
|
+
code: any | null;
|
|
16584
|
+
display: string | null;
|
|
13687
16585
|
} | null;
|
|
13688
|
-
|
|
16586
|
+
answerQuantity: {
|
|
13689
16587
|
value: number | null;
|
|
13690
16588
|
unit: string | null;
|
|
13691
16589
|
code: any | null;
|
|
13692
16590
|
comparator: any | null;
|
|
13693
16591
|
system: any | null;
|
|
13694
16592
|
} | null;
|
|
13695
|
-
|
|
13696
|
-
|
|
13697
|
-
|
|
13698
|
-
|
|
13699
|
-
|
|
13700
|
-
|
|
13701
|
-
|
|
13702
|
-
|
|
13703
|
-
|
|
13704
|
-
|
|
13705
|
-
|
|
13706
|
-
|
|
13707
|
-
comparator: any | null;
|
|
13708
|
-
system: any | null;
|
|
13709
|
-
} | null;
|
|
13710
|
-
rateRange: {
|
|
13711
|
-
low: {
|
|
13712
|
-
value: number | null;
|
|
13713
|
-
unit: string | null;
|
|
13714
|
-
code: any | null;
|
|
13715
|
-
comparator: any | null;
|
|
16593
|
+
answerReference: {
|
|
16594
|
+
reference: string | null;
|
|
16595
|
+
type: any | null;
|
|
16596
|
+
display: string | null;
|
|
16597
|
+
} | null;
|
|
16598
|
+
} | null> | null;
|
|
16599
|
+
answerOption: Array<{
|
|
16600
|
+
valueInteger: number | null;
|
|
16601
|
+
valueDate: any | null;
|
|
16602
|
+
valueString: string | null;
|
|
16603
|
+
initialSelected: boolean | null;
|
|
16604
|
+
valueCoding: {
|
|
13716
16605
|
system: any | null;
|
|
16606
|
+
code: any | null;
|
|
16607
|
+
display: string | null;
|
|
16608
|
+
} | null;
|
|
16609
|
+
valueReference: {
|
|
16610
|
+
reference: string | null;
|
|
16611
|
+
type: any | null;
|
|
16612
|
+
display: string | null;
|
|
16613
|
+
extension: Array<{
|
|
16614
|
+
url: any | null;
|
|
16615
|
+
valueBoolean: boolean | null;
|
|
16616
|
+
valueInteger: number | null;
|
|
16617
|
+
valueString: string | null;
|
|
16618
|
+
valueDateTime: any | null;
|
|
16619
|
+
valueCode: any | null;
|
|
16620
|
+
valueUri: any | null;
|
|
16621
|
+
valueExpression: {
|
|
16622
|
+
description: string | null;
|
|
16623
|
+
name: string | null;
|
|
16624
|
+
language: any | null;
|
|
16625
|
+
expression: string | null;
|
|
16626
|
+
reference: any | null;
|
|
16627
|
+
} | null;
|
|
16628
|
+
valueCodeableConcept: {
|
|
16629
|
+
text: string | null;
|
|
16630
|
+
coding: Array<{
|
|
16631
|
+
system: any | null;
|
|
16632
|
+
code: any | null;
|
|
16633
|
+
display: string | null;
|
|
16634
|
+
} | null> | null;
|
|
16635
|
+
} | null;
|
|
16636
|
+
valueReference: {
|
|
16637
|
+
reference: string | null;
|
|
16638
|
+
type: any | null;
|
|
16639
|
+
display: string | null;
|
|
16640
|
+
} | null;
|
|
16641
|
+
} | null> | null;
|
|
16642
|
+
} | null;
|
|
16643
|
+
} | null> | null;
|
|
16644
|
+
initial: Array<{
|
|
16645
|
+
valueBoolean: boolean | null;
|
|
16646
|
+
valueDecimal: number | null;
|
|
16647
|
+
valueInteger: number | null;
|
|
16648
|
+
valueDate: any | null;
|
|
16649
|
+
valueDateTime: any | null;
|
|
16650
|
+
valueString: string | null;
|
|
16651
|
+
valueUri: any | null;
|
|
16652
|
+
valueAttachment: {
|
|
16653
|
+
contentType: any | null;
|
|
16654
|
+
data: any | null;
|
|
16655
|
+
url: any | null;
|
|
16656
|
+
title: string | null;
|
|
13717
16657
|
} | null;
|
|
13718
|
-
|
|
13719
|
-
value: number | null;
|
|
13720
|
-
unit: string | null;
|
|
13721
|
-
code: any | null;
|
|
13722
|
-
comparator: any | null;
|
|
16658
|
+
valueCoding: {
|
|
13723
16659
|
system: any | null;
|
|
13724
|
-
} | null;
|
|
13725
|
-
} | null;
|
|
13726
|
-
rateRatio: {
|
|
13727
|
-
numerator: {
|
|
13728
|
-
value: number | null;
|
|
13729
|
-
unit: string | null;
|
|
13730
16660
|
code: any | null;
|
|
13731
|
-
|
|
13732
|
-
system: any | null;
|
|
16661
|
+
display: string | null;
|
|
13733
16662
|
} | null;
|
|
13734
|
-
|
|
16663
|
+
valueQuantity: {
|
|
13735
16664
|
value: number | null;
|
|
13736
16665
|
unit: string | null;
|
|
13737
16666
|
code: any | null;
|
|
13738
16667
|
comparator: any | null;
|
|
13739
16668
|
system: any | null;
|
|
13740
16669
|
} | null;
|
|
13741
|
-
|
|
13742
|
-
|
|
13743
|
-
|
|
13744
|
-
|
|
13745
|
-
|
|
13746
|
-
|
|
13747
|
-
|
|
13748
|
-
|
|
13749
|
-
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
|
|
13753
|
-
|
|
13754
|
-
|
|
13755
|
-
|
|
13756
|
-
|
|
13757
|
-
|
|
13758
|
-
|
|
13759
|
-
|
|
13760
|
-
|
|
13761
|
-
|
|
13762
|
-
|
|
13763
|
-
|
|
13764
|
-
|
|
13765
|
-
|
|
13766
|
-
|
|
13767
|
-
|
|
13768
|
-
|
|
13769
|
-
|
|
13770
|
-
|
|
13771
|
-
|
|
13772
|
-
|
|
13773
|
-
|
|
13774
|
-
|
|
13775
|
-
coding: Array<{
|
|
13776
|
-
system: any | null;
|
|
13777
|
-
code: any | null;
|
|
13778
|
-
display: string | null;
|
|
13779
|
-
} | null> | null;
|
|
13780
|
-
} | null;
|
|
13781
|
-
route: {
|
|
13782
|
-
text: string | null;
|
|
13783
|
-
coding: Array<{
|
|
13784
|
-
system: any | null;
|
|
13785
|
-
code: any | null;
|
|
13786
|
-
display: string | null;
|
|
13787
|
-
} | null> | null;
|
|
13788
|
-
} | null;
|
|
13789
|
-
site: {
|
|
13790
|
-
text: string | null;
|
|
13791
|
-
coding: Array<{
|
|
13792
|
-
system: any | null;
|
|
13793
|
-
code: any | null;
|
|
13794
|
-
display: string | null;
|
|
16670
|
+
valueReference: {
|
|
16671
|
+
reference: string | null;
|
|
16672
|
+
type: any | null;
|
|
16673
|
+
display: string | null;
|
|
16674
|
+
extension: Array<{
|
|
16675
|
+
url: any | null;
|
|
16676
|
+
valueBoolean: boolean | null;
|
|
16677
|
+
valueInteger: number | null;
|
|
16678
|
+
valueString: string | null;
|
|
16679
|
+
valueDateTime: any | null;
|
|
16680
|
+
valueCode: any | null;
|
|
16681
|
+
valueUri: any | null;
|
|
16682
|
+
valueExpression: {
|
|
16683
|
+
description: string | null;
|
|
16684
|
+
name: string | null;
|
|
16685
|
+
language: any | null;
|
|
16686
|
+
expression: string | null;
|
|
16687
|
+
reference: any | null;
|
|
16688
|
+
} | null;
|
|
16689
|
+
valueCodeableConcept: {
|
|
16690
|
+
text: string | null;
|
|
16691
|
+
coding: Array<{
|
|
16692
|
+
system: any | null;
|
|
16693
|
+
code: any | null;
|
|
16694
|
+
display: string | null;
|
|
16695
|
+
} | null> | null;
|
|
16696
|
+
} | null;
|
|
16697
|
+
valueReference: {
|
|
16698
|
+
reference: string | null;
|
|
16699
|
+
type: any | null;
|
|
16700
|
+
display: string | null;
|
|
16701
|
+
} | null;
|
|
16702
|
+
} | null> | null;
|
|
16703
|
+
} | null;
|
|
13795
16704
|
} | null> | null;
|
|
13796
|
-
} | null;
|
|
13797
|
-
|
|
13798
|
-
|
|
13799
|
-
|
|
13800
|
-
|
|
16705
|
+
} | null> | null;
|
|
16706
|
+
extension: Array<{
|
|
16707
|
+
url: any | null;
|
|
16708
|
+
valueBoolean: boolean | null;
|
|
16709
|
+
valueInteger: number | null;
|
|
16710
|
+
valueString: string | null;
|
|
16711
|
+
valueDateTime: any | null;
|
|
16712
|
+
valueCode: any | null;
|
|
16713
|
+
valueUri: any | null;
|
|
16714
|
+
valueExpression: {
|
|
16715
|
+
description: string | null;
|
|
16716
|
+
name: string | null;
|
|
16717
|
+
language: any | null;
|
|
16718
|
+
expression: string | null;
|
|
16719
|
+
reference: any | null;
|
|
16720
|
+
} | null;
|
|
16721
|
+
valueCodeableConcept: {
|
|
13801
16722
|
text: string | null;
|
|
13802
16723
|
coding: Array<{
|
|
13803
16724
|
system: any | null;
|
|
@@ -13805,337 +16726,179 @@ export type GetMedicationStatementsQueryResults = {
|
|
|
13805
16726
|
display: string | null;
|
|
13806
16727
|
} | null> | null;
|
|
13807
16728
|
} | null;
|
|
13808
|
-
|
|
13809
|
-
|
|
13810
|
-
|
|
13811
|
-
|
|
13812
|
-
|
|
13813
|
-
|
|
13814
|
-
|
|
13815
|
-
|
|
13816
|
-
|
|
13817
|
-
|
|
13818
|
-
|
|
13819
|
-
|
|
13820
|
-
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
13826
|
-
|
|
13827
|
-
boundsPeriod: {
|
|
13828
|
-
start: any | null;
|
|
13829
|
-
end: any | null;
|
|
16729
|
+
valueReference: {
|
|
16730
|
+
reference: string | null;
|
|
16731
|
+
type: any | null;
|
|
16732
|
+
display: string | null;
|
|
16733
|
+
} | null;
|
|
16734
|
+
extension: Array<{
|
|
16735
|
+
url: any | null;
|
|
16736
|
+
valueBoolean: boolean | null;
|
|
16737
|
+
valueInteger: number | null;
|
|
16738
|
+
valueString: string | null;
|
|
16739
|
+
valueDateTime: any | null;
|
|
16740
|
+
valueCode: any | null;
|
|
16741
|
+
valueUri: any | null;
|
|
16742
|
+
valueExpression: {
|
|
16743
|
+
description: string | null;
|
|
16744
|
+
name: string | null;
|
|
16745
|
+
language: any | null;
|
|
16746
|
+
expression: string | null;
|
|
16747
|
+
reference: any | null;
|
|
13830
16748
|
} | null;
|
|
13831
|
-
|
|
13832
|
-
|
|
13833
|
-
|
|
13834
|
-
unit: string | null;
|
|
13835
|
-
code: any | null;
|
|
13836
|
-
comparator: any | null;
|
|
16749
|
+
valueCodeableConcept: {
|
|
16750
|
+
text: string | null;
|
|
16751
|
+
coding: Array<{
|
|
13837
16752
|
system: any | null;
|
|
13838
|
-
} | null;
|
|
13839
|
-
high: {
|
|
13840
|
-
value: number | null;
|
|
13841
|
-
unit: string | null;
|
|
13842
16753
|
code: any | null;
|
|
13843
|
-
|
|
13844
|
-
|
|
13845
|
-
} | null;
|
|
13846
|
-
} | null;
|
|
13847
|
-
dayOfWeek: Array<{
|
|
13848
|
-
code: any | null;
|
|
13849
|
-
display: string | null;
|
|
13850
|
-
}> | null;
|
|
13851
|
-
durationUnit: {
|
|
13852
|
-
code: any | null;
|
|
13853
|
-
display: string | null;
|
|
16754
|
+
display: string | null;
|
|
16755
|
+
} | null> | null;
|
|
13854
16756
|
} | null;
|
|
13855
|
-
|
|
13856
|
-
|
|
16757
|
+
valueReference: {
|
|
16758
|
+
reference: string | null;
|
|
16759
|
+
type: any | null;
|
|
13857
16760
|
display: string | null;
|
|
13858
16761
|
} | null;
|
|
13859
|
-
|
|
13860
|
-
|
|
13861
|
-
|
|
13862
|
-
|
|
16762
|
+
} | null> | null;
|
|
16763
|
+
} | null> | null;
|
|
16764
|
+
enableWhen: Array<{
|
|
16765
|
+
question: string | null;
|
|
16766
|
+
operator: any | null;
|
|
16767
|
+
answerBoolean: boolean | null;
|
|
16768
|
+
answerDecimal: number | null;
|
|
16769
|
+
answerInteger: number | null;
|
|
16770
|
+
answerDate: any | null;
|
|
16771
|
+
answerDateTime: any | null;
|
|
16772
|
+
answerTime: any | null;
|
|
16773
|
+
answerString: string | null;
|
|
16774
|
+
answerCoding: {
|
|
16775
|
+
system: any | null;
|
|
16776
|
+
code: any | null;
|
|
16777
|
+
display: string | null;
|
|
13863
16778
|
} | null;
|
|
13864
|
-
|
|
13865
|
-
}> | null;
|
|
13866
|
-
dispenseRequest: {
|
|
13867
|
-
id: string | null;
|
|
13868
|
-
numberOfRepeatsAllowed: number | null;
|
|
13869
|
-
dispenseInterval: {
|
|
13870
|
-
value: number | null;
|
|
13871
|
-
unit: string | null;
|
|
13872
|
-
code: any | null;
|
|
13873
|
-
comparator: any | null;
|
|
13874
|
-
system: any | null;
|
|
13875
|
-
} | null;
|
|
13876
|
-
expectedSupplyDuration: {
|
|
13877
|
-
value: number | null;
|
|
13878
|
-
unit: string | null;
|
|
13879
|
-
code: any | null;
|
|
13880
|
-
comparator: any | null;
|
|
13881
|
-
system: any | null;
|
|
13882
|
-
} | null;
|
|
13883
|
-
initialFill: {
|
|
13884
|
-
duration: {
|
|
16779
|
+
answerQuantity: {
|
|
13885
16780
|
value: number | null;
|
|
13886
16781
|
unit: string | null;
|
|
13887
16782
|
code: any | null;
|
|
13888
16783
|
comparator: any | null;
|
|
13889
16784
|
system: any | null;
|
|
13890
16785
|
} | null;
|
|
13891
|
-
|
|
13892
|
-
|
|
13893
|
-
|
|
13894
|
-
|
|
13895
|
-
|
|
16786
|
+
answerReference: {
|
|
16787
|
+
reference: string | null;
|
|
16788
|
+
type: any | null;
|
|
16789
|
+
display: string | null;
|
|
16790
|
+
} | null;
|
|
16791
|
+
} | null> | null;
|
|
16792
|
+
answerOption: Array<{
|
|
16793
|
+
valueInteger: number | null;
|
|
16794
|
+
valueDate: any | null;
|
|
16795
|
+
valueString: string | null;
|
|
16796
|
+
initialSelected: boolean | null;
|
|
16797
|
+
valueCoding: {
|
|
13896
16798
|
system: any | null;
|
|
16799
|
+
code: any | null;
|
|
16800
|
+
display: string | null;
|
|
13897
16801
|
} | null;
|
|
13898
|
-
|
|
13899
|
-
|
|
13900
|
-
|
|
13901
|
-
|
|
13902
|
-
|
|
13903
|
-
|
|
13904
|
-
|
|
13905
|
-
|
|
13906
|
-
|
|
13907
|
-
|
|
13908
|
-
|
|
13909
|
-
|
|
13910
|
-
|
|
13911
|
-
|
|
13912
|
-
|
|
13913
|
-
|
|
13914
|
-
|
|
13915
|
-
|
|
13916
|
-
|
|
13917
|
-
|
|
13918
|
-
|
|
13919
|
-
|
|
13920
|
-
|
|
13921
|
-
|
|
13922
|
-
|
|
13923
|
-
|
|
13924
|
-
|
|
13925
|
-
|
|
13926
|
-
|
|
13927
|
-
|
|
13928
|
-
|
|
13929
|
-
}
|
|
13930
|
-
|
|
13931
|
-
|
|
13932
|
-
|
|
13933
|
-
|
|
13934
|
-
|
|
13935
|
-
|
|
13936
|
-
|
|
13937
|
-
|
|
13938
|
-
|
|
13939
|
-
|
|
13940
|
-
|
|
16802
|
+
valueReference: {
|
|
16803
|
+
reference: string | null;
|
|
16804
|
+
type: any | null;
|
|
16805
|
+
display: string | null;
|
|
16806
|
+
extension: Array<{
|
|
16807
|
+
url: any | null;
|
|
16808
|
+
valueBoolean: boolean | null;
|
|
16809
|
+
valueInteger: number | null;
|
|
16810
|
+
valueString: string | null;
|
|
16811
|
+
valueDateTime: any | null;
|
|
16812
|
+
valueCode: any | null;
|
|
16813
|
+
valueUri: any | null;
|
|
16814
|
+
valueExpression: {
|
|
16815
|
+
description: string | null;
|
|
16816
|
+
name: string | null;
|
|
16817
|
+
language: any | null;
|
|
16818
|
+
expression: string | null;
|
|
16819
|
+
reference: any | null;
|
|
16820
|
+
} | null;
|
|
16821
|
+
valueCodeableConcept: {
|
|
16822
|
+
text: string | null;
|
|
16823
|
+
coding: Array<{
|
|
16824
|
+
system: any | null;
|
|
16825
|
+
code: any | null;
|
|
16826
|
+
display: string | null;
|
|
16827
|
+
} | null> | null;
|
|
16828
|
+
} | null;
|
|
16829
|
+
valueReference: {
|
|
16830
|
+
reference: string | null;
|
|
16831
|
+
type: any | null;
|
|
16832
|
+
display: string | null;
|
|
16833
|
+
} | null;
|
|
16834
|
+
} | null> | null;
|
|
16835
|
+
} | null;
|
|
16836
|
+
} | null> | null;
|
|
16837
|
+
initial: Array<{
|
|
16838
|
+
valueBoolean: boolean | null;
|
|
16839
|
+
valueDecimal: number | null;
|
|
16840
|
+
valueInteger: number | null;
|
|
16841
|
+
valueDate: any | null;
|
|
16842
|
+
valueDateTime: any | null;
|
|
16843
|
+
valueString: string | null;
|
|
16844
|
+
valueUri: any | null;
|
|
16845
|
+
valueAttachment: {
|
|
16846
|
+
contentType: any | null;
|
|
16847
|
+
data: any | null;
|
|
16848
|
+
url: any | null;
|
|
16849
|
+
title: string | null;
|
|
16850
|
+
} | null;
|
|
16851
|
+
valueCoding: {
|
|
13941
16852
|
system: any | null;
|
|
13942
16853
|
code: any | null;
|
|
13943
16854
|
display: string | null;
|
|
13944
|
-
} | null
|
|
13945
|
-
|
|
13946
|
-
|
|
13947
|
-
|
|
13948
|
-
coding: Array<{
|
|
13949
|
-
system: any | null;
|
|
16855
|
+
} | null;
|
|
16856
|
+
valueQuantity: {
|
|
16857
|
+
value: number | null;
|
|
16858
|
+
unit: string | null;
|
|
13950
16859
|
code: any | null;
|
|
13951
|
-
|
|
13952
|
-
|
|
13953
|
-
|
|
13954
|
-
|
|
13955
|
-
id: string | null;
|
|
13956
|
-
reference: string | null;
|
|
13957
|
-
display: string | null;
|
|
13958
|
-
} | null> | null;
|
|
13959
|
-
participant: Array<{
|
|
13960
|
-
id: string | null;
|
|
13961
|
-
type: Array<{
|
|
13962
|
-
text: string | null;
|
|
13963
|
-
coding: Array<{
|
|
13964
|
-
system: any | null;
|
|
13965
|
-
code: any | null;
|
|
13966
|
-
display: string | null;
|
|
13967
|
-
} | null> | null;
|
|
13968
|
-
} | null> | null;
|
|
13969
|
-
actor: {
|
|
16860
|
+
comparator: any | null;
|
|
16861
|
+
system: any | null;
|
|
16862
|
+
} | null;
|
|
16863
|
+
valueReference: {
|
|
13970
16864
|
reference: string | null;
|
|
13971
|
-
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
|
|
13975
|
-
|
|
13976
|
-
|
|
13977
|
-
|
|
13978
|
-
|
|
13979
|
-
|
|
13980
|
-
|
|
13981
|
-
|
|
13982
|
-
|
|
13983
|
-
|
|
13984
|
-
|
|
13985
|
-
|
|
13986
|
-
|
|
13987
|
-
} | null> | null;
|
|
13988
|
-
telecom: Array<{
|
|
13989
|
-
id: string | null;
|
|
13990
|
-
system: any | null;
|
|
13991
|
-
value: string | null;
|
|
13992
|
-
} | null> | null;
|
|
13993
|
-
address: {
|
|
13994
|
-
use: any | null;
|
|
13995
|
-
type: any | null;
|
|
13996
|
-
text: string | null;
|
|
13997
|
-
line: Array<string | null> | null;
|
|
13998
|
-
city: string | null;
|
|
13999
|
-
district: string | null;
|
|
14000
|
-
state: string | null;
|
|
14001
|
-
postalCode: string | null;
|
|
14002
|
-
country: string | null;
|
|
16865
|
+
type: any | null;
|
|
16866
|
+
display: string | null;
|
|
16867
|
+
extension: Array<{
|
|
16868
|
+
url: any | null;
|
|
16869
|
+
valueBoolean: boolean | null;
|
|
16870
|
+
valueInteger: number | null;
|
|
16871
|
+
valueString: string | null;
|
|
16872
|
+
valueDateTime: any | null;
|
|
16873
|
+
valueCode: any | null;
|
|
16874
|
+
valueUri: any | null;
|
|
16875
|
+
valueExpression: {
|
|
16876
|
+
description: string | null;
|
|
16877
|
+
name: string | null;
|
|
16878
|
+
language: any | null;
|
|
16879
|
+
expression: string | null;
|
|
16880
|
+
reference: any | null;
|
|
14003
16881
|
} | null;
|
|
14004
|
-
|
|
14005
|
-
|
|
14006
|
-
|
|
16882
|
+
valueCodeableConcept: {
|
|
16883
|
+
text: string | null;
|
|
16884
|
+
coding: Array<{
|
|
16885
|
+
system: any | null;
|
|
16886
|
+
code: any | null;
|
|
16887
|
+
display: string | null;
|
|
16888
|
+
} | null> | null;
|
|
14007
16889
|
} | null;
|
|
14008
|
-
|
|
16890
|
+
valueReference: {
|
|
14009
16891
|
reference: string | null;
|
|
16892
|
+
type: any | null;
|
|
16893
|
+
display: string | null;
|
|
14010
16894
|
} | null;
|
|
14011
|
-
} |
|
|
16895
|
+
} | null> | null;
|
|
14012
16896
|
} | null;
|
|
14013
16897
|
} | null> | null;
|
|
14014
|
-
} | null;
|
|
14015
|
-
} | null> | null;
|
|
16898
|
+
} | null> | null;
|
|
16899
|
+
} | {} | null> | null;
|
|
14016
16900
|
} | null;
|
|
14017
16901
|
};
|
|
14018
|
-
export type CancelAppointmentMutationVariables = Types.Exact<{
|
|
14019
|
-
appointment: Types.UpdateAppointmentInput;
|
|
14020
|
-
}>;
|
|
14021
|
-
export type CancelAppointmentMutationResults = {
|
|
14022
|
-
updateAppointment: {
|
|
14023
|
-
id: string;
|
|
14024
|
-
status: any | null;
|
|
14025
|
-
};
|
|
14026
|
-
};
|
|
14027
|
-
export type CancelationReasonsQueryVariables = Types.Exact<{
|
|
14028
|
-
organization: Types.SearchReference;
|
|
14029
|
-
}>;
|
|
14030
|
-
export type CancelationReasonsQueryResults = {
|
|
14031
|
-
cancelationReasons: {
|
|
14032
|
-
id: string;
|
|
14033
|
-
title: string | null;
|
|
14034
|
-
url: any | null;
|
|
14035
|
-
concept: Array<{
|
|
14036
|
-
code: any | null;
|
|
14037
|
-
display: string | null;
|
|
14038
|
-
} | null> | null;
|
|
14039
|
-
};
|
|
14040
|
-
};
|
|
14041
|
-
export type AuthenticateQueryVariables = Types.Exact<{
|
|
14042
|
-
[key: string]: never;
|
|
14043
|
-
}>;
|
|
14044
|
-
export type AuthenticateQueryResults = {
|
|
14045
|
-
getToken: {
|
|
14046
|
-
accessToken: {
|
|
14047
|
-
jwtToken: string;
|
|
14048
|
-
};
|
|
14049
|
-
idToken: {
|
|
14050
|
-
jwtToken: string;
|
|
14051
|
-
};
|
|
14052
|
-
refreshToken: {
|
|
14053
|
-
token: string;
|
|
14054
|
-
};
|
|
14055
|
-
};
|
|
14056
|
-
};
|
|
14057
|
-
export type CreateGuestAccessTokenMutationVariables = Types.Exact<{
|
|
14058
|
-
clientKey: Types.Scalars['String']['input'];
|
|
14059
|
-
}>;
|
|
14060
|
-
export type CreateGuestAccessTokenMutationResults = {
|
|
14061
|
-
createGuestAccessToken: {
|
|
14062
|
-
accessToken: string;
|
|
14063
|
-
refreshToken: string;
|
|
14064
|
-
identityToken: string;
|
|
14065
|
-
tokenType: string;
|
|
14066
|
-
issuedAt: number;
|
|
14067
|
-
expiresIn: number;
|
|
14068
|
-
};
|
|
14069
|
-
};
|
|
14070
|
-
export type ExchangeAuthCodeMutationVariables = Types.Exact<{
|
|
14071
|
-
authCode: Types.Scalars['String']['input'];
|
|
14072
|
-
}>;
|
|
14073
|
-
export type ExchangeAuthCodeMutationResults = {
|
|
14074
|
-
exchangeAuthCode: {
|
|
14075
|
-
accessToken: {
|
|
14076
|
-
jwtToken: string;
|
|
14077
|
-
};
|
|
14078
|
-
idToken: {
|
|
14079
|
-
jwtToken: string;
|
|
14080
|
-
};
|
|
14081
|
-
refreshToken: {
|
|
14082
|
-
token: string;
|
|
14083
|
-
};
|
|
14084
|
-
};
|
|
14085
|
-
};
|
|
14086
|
-
export type InitializeQueryVariables = Types.Exact<{
|
|
14087
|
-
clientKey: Types.Scalars['String']['input'];
|
|
14088
|
-
}>;
|
|
14089
|
-
export type InitializeQueryResults = {
|
|
14090
|
-
initSdk: {
|
|
14091
|
-
logLevel: Types.LogLevel | null;
|
|
14092
|
-
httpClient: {
|
|
14093
|
-
requestTimeout: number | null;
|
|
14094
|
-
retry: {
|
|
14095
|
-
interval: number;
|
|
14096
|
-
attempts: number;
|
|
14097
|
-
} | null;
|
|
14098
|
-
};
|
|
14099
|
-
graphQLClient: {
|
|
14100
|
-
url: string;
|
|
14101
|
-
authUrl: string;
|
|
14102
|
-
fetchPolicy: string;
|
|
14103
|
-
cache: {
|
|
14104
|
-
maxSizeBytes: number;
|
|
14105
|
-
};
|
|
14106
|
-
};
|
|
14107
|
-
telemetry: {
|
|
14108
|
-
enabled: boolean | null;
|
|
14109
|
-
collectorUrl: string;
|
|
14110
|
-
};
|
|
14111
|
-
};
|
|
14112
|
-
};
|
|
14113
|
-
export type LoginQueryVariables = Types.Exact<{
|
|
14114
|
-
email: Types.Scalars['String']['input'];
|
|
14115
|
-
password: Types.Scalars['String']['input'];
|
|
14116
|
-
}>;
|
|
14117
|
-
export type LoginQueryResults = {
|
|
14118
|
-
login: {
|
|
14119
|
-
accessToken: {
|
|
14120
|
-
jwtToken: string;
|
|
14121
|
-
};
|
|
14122
|
-
idToken: {
|
|
14123
|
-
jwtToken: string;
|
|
14124
|
-
};
|
|
14125
|
-
refreshToken: {
|
|
14126
|
-
token: string;
|
|
14127
|
-
};
|
|
14128
|
-
};
|
|
14129
|
-
};
|
|
14130
|
-
export type RefreshTokensQueryVariables = Types.Exact<{
|
|
14131
|
-
[key: string]: never;
|
|
14132
|
-
}>;
|
|
14133
|
-
export type RefreshTokensQueryResults = {
|
|
14134
|
-
refresh: {
|
|
14135
|
-
accessToken: string;
|
|
14136
|
-
idToken: string;
|
|
14137
|
-
};
|
|
14138
|
-
};
|
|
14139
16902
|
export type ProviderSearchQueryVariables = Types.Exact<{
|
|
14140
16903
|
client: Types.InputMaybe<Array<Types.InputMaybe<Types.Client>> | Types.InputMaybe<Types.Client>>;
|
|
14141
16904
|
searchTerm: Types.InputMaybe<Types.Scalars['String']['input']>;
|
|
@@ -14366,6 +17129,7 @@ export type SearchHealthResourcesQueryResults = {
|
|
|
14366
17129
|
npi: Array<string | null> | null;
|
|
14367
17130
|
gender: Types.GenderEnum | null;
|
|
14368
17131
|
iconString: string | null;
|
|
17132
|
+
score: number | null;
|
|
14369
17133
|
specialty: Array<{
|
|
14370
17134
|
code: string | null;
|
|
14371
17135
|
system: string | null;
|
|
@@ -14394,6 +17158,33 @@ export type SearchHealthResourcesQueryResults = {
|
|
|
14394
17158
|
address: string | null;
|
|
14395
17159
|
} | null> | null;
|
|
14396
17160
|
} | null> | null;
|
|
17161
|
+
endpoint: Array<{
|
|
17162
|
+
name: string | null;
|
|
17163
|
+
status: Types.EndpointStatusEnum | null;
|
|
17164
|
+
address: string | null;
|
|
17165
|
+
identifier: Array<{
|
|
17166
|
+
value: string | null;
|
|
17167
|
+
system: string | null;
|
|
17168
|
+
type: {
|
|
17169
|
+
text: string | null;
|
|
17170
|
+
coding: Array<{
|
|
17171
|
+
code: string | null;
|
|
17172
|
+
system: string | null;
|
|
17173
|
+
display: string | null;
|
|
17174
|
+
} | null> | null;
|
|
17175
|
+
} | null;
|
|
17176
|
+
} | null> | null;
|
|
17177
|
+
connectionType: {
|
|
17178
|
+
code: string | null;
|
|
17179
|
+
system: string | null;
|
|
17180
|
+
display: string | null;
|
|
17181
|
+
} | null;
|
|
17182
|
+
} | null> | null;
|
|
17183
|
+
scores: Array<{
|
|
17184
|
+
value: number | null;
|
|
17185
|
+
description: string | null;
|
|
17186
|
+
calculation: string | null;
|
|
17187
|
+
} | null> | null;
|
|
14397
17188
|
} | null> | null;
|
|
14398
17189
|
};
|
|
14399
17190
|
};
|