@medplum/definitions 3.1.3 → 3.1.5

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.
@@ -165,7 +165,9 @@
165
165
  "SmartAppLaunch": "#/definitions/SmartAppLaunch",
166
166
  "DomainConfiguration": "#/definitions/DomainConfiguration",
167
167
  "AsyncJob": "#/definitions/AsyncJob",
168
- "Agent": "#/definitions/Agent"
168
+ "Agent": "#/definitions/Agent",
169
+ "IdentityProvider": "#/definitions/IdentityProvider",
170
+ "UserSecurityRequest": "#/definitions/UserSecurityRequest"
169
171
  }
170
172
  },
171
173
  "oneOf": [
@@ -651,6 +653,12 @@
651
653
  },
652
654
  {
653
655
  "$ref": "#/definitions/Agent"
656
+ },
657
+ {
658
+ "$ref": "#/definitions/IdentityProvider"
659
+ },
660
+ {
661
+ "$ref": "#/definitions/UserSecurityRequest"
654
662
  }
655
663
  ],
656
664
  "definitions": {
@@ -1138,6 +1146,12 @@
1138
1146
  },
1139
1147
  {
1140
1148
  "$ref": "#/definitions/Agent"
1149
+ },
1150
+ {
1151
+ "$ref": "#/definitions/IdentityProvider"
1152
+ },
1153
+ {
1154
+ "$ref": "#/definitions/UserSecurityRequest"
1141
1155
  }
1142
1156
  ]
1143
1157
  },
@@ -59245,7 +59259,7 @@
59245
59259
  },
59246
59260
  "id": {
59247
59261
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59248
- "$ref": "#/definitions/id"
59262
+ "$ref": "#/definitions/string"
59249
59263
  },
59250
59264
  "meta": {
59251
59265
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59259,6 +59273,38 @@
59259
59273
  "description": "The base language in which the resource is written.",
59260
59274
  "$ref": "#/definitions/code"
59261
59275
  },
59276
+ "text": {
59277
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
59278
+ "$ref": "#/definitions/Narrative"
59279
+ },
59280
+ "contained": {
59281
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
59282
+ "items": {
59283
+ "$ref": "#/definitions/Resource"
59284
+ },
59285
+ "type": "array"
59286
+ },
59287
+ "extension": {
59288
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
59289
+ "items": {
59290
+ "$ref": "#/definitions/Extension"
59291
+ },
59292
+ "type": "array"
59293
+ },
59294
+ "modifierExtension": {
59295
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
59296
+ "items": {
59297
+ "$ref": "#/definitions/Extension"
59298
+ },
59299
+ "type": "array"
59300
+ },
59301
+ "identifier": {
59302
+ "description": "An identifier for this project.",
59303
+ "items": {
59304
+ "$ref": "#/definitions/Identifier"
59305
+ },
59306
+ "type": "array"
59307
+ },
59262
59308
  "name": {
59263
59309
  "description": "A name associated with the Project.",
59264
59310
  "$ref": "#/definitions/string"
@@ -59286,7 +59332,15 @@
59286
59332
  "features": {
59287
59333
  "description": "A list of optional features that are enabled for the project.",
59288
59334
  "items": {
59289
- "enum": ["bots", "cron", "email", "google-auth-required", "graphql-introspection"]
59335
+ "enum": [
59336
+ "bots",
59337
+ "cron",
59338
+ "email",
59339
+ "google-auth-required",
59340
+ "graphql-introspection",
59341
+ "terminology",
59342
+ "websocket-subscriptions"
59343
+ ]
59290
59344
  },
59291
59345
  "type": "array"
59292
59346
  },
@@ -59294,17 +59348,45 @@
59294
59348
  "description": "The default access policy for patients using open registration.",
59295
59349
  "$ref": "#/definitions/Reference"
59296
59350
  },
59351
+ "setting": {
59352
+ "description": "Option or parameter that can be adjusted within the Medplum Project to customize its behavior.",
59353
+ "items": {
59354
+ "$ref": "#/definitions/ProjectSetting"
59355
+ },
59356
+ "type": "array"
59357
+ },
59297
59358
  "secret": {
59298
- "description": "Secure environment variable that can be used to store secrets for bots.",
59359
+ "description": "Option or parameter that can be adjusted within the Medplum Project to customize its behavior, only visible to project administrators.",
59299
59360
  "items": {
59300
- "$ref": "#/definitions/Project_Secret"
59361
+ "$ref": "#/definitions/ProjectSetting"
59362
+ },
59363
+ "type": "array"
59364
+ },
59365
+ "systemSetting": {
59366
+ "description": "Option or parameter that can be adjusted within the Medplum Project to customize its behavior, only modifiable by system administrators.",
59367
+ "items": {
59368
+ "$ref": "#/definitions/ProjectSetting"
59369
+ },
59370
+ "type": "array"
59371
+ },
59372
+ "systemSecret": {
59373
+ "description": "Option or parameter that can be adjusted within the Medplum Project to customize its behavior, only visible to system administrators.",
59374
+ "items": {
59375
+ "$ref": "#/definitions/ProjectSetting"
59301
59376
  },
59302
59377
  "type": "array"
59303
59378
  },
59304
59379
  "site": {
59305
59380
  "description": "Web application or web site that is associated with the project.",
59306
59381
  "items": {
59307
- "$ref": "#/definitions/Project_Site"
59382
+ "$ref": "#/definitions/ProjectSite"
59383
+ },
59384
+ "type": "array"
59385
+ },
59386
+ "link": {
59387
+ "description": "Linked Projects whose contents are made available to this one",
59388
+ "items": {
59389
+ "$ref": "#/definitions/ProjectLink"
59308
59390
  },
59309
59391
  "type": "array"
59310
59392
  }
@@ -59382,7 +59464,7 @@
59382
59464
  },
59383
59465
  "id": {
59384
59466
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59385
- "$ref": "#/definitions/id"
59467
+ "$ref": "#/definitions/string"
59386
59468
  },
59387
59469
  "meta": {
59388
59470
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59396,6 +59478,31 @@
59396
59478
  "description": "The base language in which the resource is written.",
59397
59479
  "$ref": "#/definitions/code"
59398
59480
  },
59481
+ "text": {
59482
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
59483
+ "$ref": "#/definitions/Narrative"
59484
+ },
59485
+ "contained": {
59486
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
59487
+ "items": {
59488
+ "$ref": "#/definitions/Resource"
59489
+ },
59490
+ "type": "array"
59491
+ },
59492
+ "extension": {
59493
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
59494
+ "items": {
59495
+ "$ref": "#/definitions/Extension"
59496
+ },
59497
+ "type": "array"
59498
+ },
59499
+ "modifierExtension": {
59500
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
59501
+ "items": {
59502
+ "$ref": "#/definitions/Extension"
59503
+ },
59504
+ "type": "array"
59505
+ },
59399
59506
  "project": {
59400
59507
  "description": "Project where the memberships are available.",
59401
59508
  "$ref": "#/definitions/Reference"
@@ -59412,8 +59519,12 @@
59412
59519
  "description": "Reference to the resource that represents the user profile within the project.",
59413
59520
  "$ref": "#/definitions/Reference"
59414
59521
  },
59522
+ "userName": {
59523
+ "description": "SCIM userName. A service provider\u0027s unique identifier for the user, typically used by the user to directly authenticate to the service provider. Often displayed to the user as their unique identifier within the system (as opposed to \"id\" or \"externalId\", which are generally opaque and not user-friendly identifiers). Each User MUST include a non-empty userName value. This identifier MUST be unique across the service provider\u0027s entire set of Users. This attribute is REQUIRED and is case insensitive.",
59524
+ "$ref": "#/definitions/string"
59525
+ },
59415
59526
  "externalId": {
59416
- "description": "A String that is an identifier for the resource as defined by the provisioning client. The \"externalId\" may simplify identification of a resource between the provisioning client and the service provider by allowing the client to use a filter to locate the resource with an identifier from the provisioning domain, obviating the need to store a local mapping between the provisioning domain\u0027s identifier of the resource and the identifier used by the service provider. Each resource MAY include a non-empty \"externalId\" value. The value of the \"externalId\" attribute is always issued by the provisioning client and MUST NOT be specified by the service provider. The service provider MUST always interpret the externalId as scoped to the provisioning domain.",
59527
+ "description": "SCIM externalId. A String that is an identifier for the resource as defined by the provisioning client. The \"externalId\" may simplify identification of a resource between the provisioning client and the service provider by allowing the client to use a filter to locate the resource with an identifier from the provisioning domain, obviating the need to store a local mapping between the provisioning domain\u0027s identifier of the resource and the identifier used by the service provider. Each resource MAY include a non-empty \"externalId\" value. The value of the \"externalId\" attribute is always issued by the provisioning client and MUST NOT be specified by the service provider. The service provider MUST always interpret the externalId as scoped to the provisioning domain.",
59417
59528
  "$ref": "#/definitions/string"
59418
59529
  },
59419
59530
  "accessPolicy": {
@@ -59423,7 +59534,7 @@
59423
59534
  "access": {
59424
59535
  "description": "Extended access configuration using parameterized access policies.",
59425
59536
  "items": {
59426
- "$ref": "#/definitions/ProjectMembership_Access"
59537
+ "$ref": "#/definitions/ProjectMembershipAccess"
59427
59538
  },
59428
59539
  "type": "array"
59429
59540
  },
@@ -59448,7 +59559,7 @@
59448
59559
  },
59449
59560
  "id": {
59450
59561
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59451
- "$ref": "#/definitions/id"
59562
+ "$ref": "#/definitions/string"
59452
59563
  },
59453
59564
  "meta": {
59454
59565
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59462,6 +59573,35 @@
59462
59573
  "description": "The base language in which the resource is written.",
59463
59574
  "$ref": "#/definitions/code"
59464
59575
  },
59576
+ "text": {
59577
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
59578
+ "$ref": "#/definitions/Narrative"
59579
+ },
59580
+ "contained": {
59581
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
59582
+ "items": {
59583
+ "$ref": "#/definitions/Resource"
59584
+ },
59585
+ "type": "array"
59586
+ },
59587
+ "extension": {
59588
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
59589
+ "items": {
59590
+ "$ref": "#/definitions/Extension"
59591
+ },
59592
+ "type": "array"
59593
+ },
59594
+ "modifierExtension": {
59595
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
59596
+ "items": {
59597
+ "$ref": "#/definitions/Extension"
59598
+ },
59599
+ "type": "array"
59600
+ },
59601
+ "status": {
59602
+ "description": "The client application status. The status is active by default. The status can be set to error to indicate that the client application is not working properly. The status can be set to off to indicate that the client application is no longer in use.",
59603
+ "enum": ["active", "off", "error"]
59604
+ },
59465
59605
  "name": {
59466
59606
  "description": "A name associated with the ClientApplication.",
59467
59607
  "$ref": "#/definitions/string"
@@ -59507,7 +59647,7 @@
59507
59647
  },
59508
59648
  "id": {
59509
59649
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59510
- "$ref": "#/definitions/id"
59650
+ "$ref": "#/definitions/string"
59511
59651
  },
59512
59652
  "meta": {
59513
59653
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59521,6 +59661,38 @@
59521
59661
  "description": "The base language in which the resource is written.",
59522
59662
  "$ref": "#/definitions/code"
59523
59663
  },
59664
+ "text": {
59665
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
59666
+ "$ref": "#/definitions/Narrative"
59667
+ },
59668
+ "contained": {
59669
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
59670
+ "items": {
59671
+ "$ref": "#/definitions/Resource"
59672
+ },
59673
+ "type": "array"
59674
+ },
59675
+ "extension": {
59676
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
59677
+ "items": {
59678
+ "$ref": "#/definitions/Extension"
59679
+ },
59680
+ "type": "array"
59681
+ },
59682
+ "modifierExtension": {
59683
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
59684
+ "items": {
59685
+ "$ref": "#/definitions/Extension"
59686
+ },
59687
+ "type": "array"
59688
+ },
59689
+ "identifier": {
59690
+ "description": "An identifier for this user.",
59691
+ "items": {
59692
+ "$ref": "#/definitions/Identifier"
59693
+ },
59694
+ "type": "array"
59695
+ },
59524
59696
  "firstName": {
59525
59697
  "description": "The first name or given name of the user. This is the value as entered when the user is created. It is used to populate the profile resource.",
59526
59698
  "$ref": "#/definitions/string"
@@ -59530,7 +59702,7 @@
59530
59702
  "$ref": "#/definitions/string"
59531
59703
  },
59532
59704
  "externalId": {
59533
- "description": "DEPRECATED Replaced by ProjectMembership.externalId.",
59705
+ "description": "@deprecated Replaced by ProjectMembership.externalId.",
59534
59706
  "$ref": "#/definitions/string"
59535
59707
  },
59536
59708
  "email": {
@@ -59542,7 +59714,7 @@
59542
59714
  "$ref": "#/definitions/boolean"
59543
59715
  },
59544
59716
  "admin": {
59545
- "description": "DEPRECATED",
59717
+ "description": "@deprecated",
59546
59718
  "$ref": "#/definitions/boolean"
59547
59719
  },
59548
59720
  "passwordHash": {
@@ -59574,7 +59746,7 @@
59574
59746
  },
59575
59747
  "id": {
59576
59748
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59577
- "$ref": "#/definitions/id"
59749
+ "$ref": "#/definitions/string"
59578
59750
  },
59579
59751
  "meta": {
59580
59752
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59588,6 +59760,31 @@
59588
59760
  "description": "The base language in which the resource is written.",
59589
59761
  "$ref": "#/definitions/code"
59590
59762
  },
59763
+ "text": {
59764
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
59765
+ "$ref": "#/definitions/Narrative"
59766
+ },
59767
+ "contained": {
59768
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
59769
+ "items": {
59770
+ "$ref": "#/definitions/Resource"
59771
+ },
59772
+ "type": "array"
59773
+ },
59774
+ "extension": {
59775
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
59776
+ "items": {
59777
+ "$ref": "#/definitions/Extension"
59778
+ },
59779
+ "type": "array"
59780
+ },
59781
+ "modifierExtension": {
59782
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
59783
+ "items": {
59784
+ "$ref": "#/definitions/Extension"
59785
+ },
59786
+ "type": "array"
59787
+ },
59591
59788
  "client": {
59592
59789
  "description": "The client requesting the code.",
59593
59790
  "$ref": "#/definitions/Reference"
@@ -59657,11 +59854,11 @@
59657
59854
  "$ref": "#/definitions/boolean"
59658
59855
  },
59659
59856
  "admin": {
59660
- "description": "DEPRECATED",
59857
+ "description": "@deprecated",
59661
59858
  "$ref": "#/definitions/boolean"
59662
59859
  },
59663
59860
  "superAdmin": {
59664
- "description": "Whether this login has super administrator privileges.",
59861
+ "description": "@deprecated",
59665
59862
  "$ref": "#/definitions/boolean"
59666
59863
  },
59667
59864
  "launch": {
@@ -59681,7 +59878,7 @@
59681
59878
  "required": ["resourceType", "user", "authMethod", "authTime"]
59682
59879
  },
59683
59880
  "PasswordChangeRequest": {
59684
- "description": "Password change request for the \u0027forgot password\u0027 flow.",
59881
+ "description": "@deprecated Password change request for the \u0027forgot password\u0027 flow. Use UserSecurityCheck instead.",
59685
59882
  "properties": {
59686
59883
  "resourceType": {
59687
59884
  "description": "This is a PasswordChangeRequest resource",
@@ -59689,7 +59886,7 @@
59689
59886
  },
59690
59887
  "id": {
59691
59888
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59692
- "$ref": "#/definitions/id"
59889
+ "$ref": "#/definitions/string"
59693
59890
  },
59694
59891
  "meta": {
59695
59892
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59703,6 +59900,31 @@
59703
59900
  "description": "The base language in which the resource is written.",
59704
59901
  "$ref": "#/definitions/code"
59705
59902
  },
59903
+ "text": {
59904
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
59905
+ "$ref": "#/definitions/Narrative"
59906
+ },
59907
+ "contained": {
59908
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
59909
+ "items": {
59910
+ "$ref": "#/definitions/Resource"
59911
+ },
59912
+ "type": "array"
59913
+ },
59914
+ "extension": {
59915
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
59916
+ "items": {
59917
+ "$ref": "#/definitions/Extension"
59918
+ },
59919
+ "type": "array"
59920
+ },
59921
+ "modifierExtension": {
59922
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
59923
+ "items": {
59924
+ "$ref": "#/definitions/Extension"
59925
+ },
59926
+ "type": "array"
59927
+ },
59706
59928
  "type": {
59707
59929
  "description": "The type of password change request (invite or reset).",
59708
59930
  "enum": ["invite", "reset"]
@@ -59736,7 +59958,7 @@
59736
59958
  },
59737
59959
  "id": {
59738
59960
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59739
- "$ref": "#/definitions/id"
59961
+ "$ref": "#/definitions/string"
59740
59962
  },
59741
59963
  "meta": {
59742
59964
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59750,6 +59972,31 @@
59750
59972
  "description": "The base language in which the resource is written.",
59751
59973
  "$ref": "#/definitions/code"
59752
59974
  },
59975
+ "text": {
59976
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
59977
+ "$ref": "#/definitions/Narrative"
59978
+ },
59979
+ "contained": {
59980
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
59981
+ "items": {
59982
+ "$ref": "#/definitions/Resource"
59983
+ },
59984
+ "type": "array"
59985
+ },
59986
+ "extension": {
59987
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
59988
+ "items": {
59989
+ "$ref": "#/definitions/Extension"
59990
+ },
59991
+ "type": "array"
59992
+ },
59993
+ "modifierExtension": {
59994
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
59995
+ "items": {
59996
+ "$ref": "#/definitions/Extension"
59997
+ },
59998
+ "type": "array"
59999
+ },
59753
60000
  "active": {
59754
60001
  "description": "Whether this key is in active use.",
59755
60002
  "$ref": "#/definitions/boolean"
@@ -59833,7 +60080,7 @@
59833
60080
  },
59834
60081
  "id": {
59835
60082
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59836
- "$ref": "#/definitions/id"
60083
+ "$ref": "#/definitions/string"
59837
60084
  },
59838
60085
  "meta": {
59839
60086
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59847,6 +60094,31 @@
59847
60094
  "description": "The base language in which the resource is written.",
59848
60095
  "$ref": "#/definitions/code"
59849
60096
  },
60097
+ "text": {
60098
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60099
+ "$ref": "#/definitions/Narrative"
60100
+ },
60101
+ "contained": {
60102
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60103
+ "items": {
60104
+ "$ref": "#/definitions/Resource"
60105
+ },
60106
+ "type": "array"
60107
+ },
60108
+ "extension": {
60109
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60110
+ "items": {
60111
+ "$ref": "#/definitions/Extension"
60112
+ },
60113
+ "type": "array"
60114
+ },
60115
+ "modifierExtension": {
60116
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60117
+ "items": {
60118
+ "$ref": "#/definitions/Extension"
60119
+ },
60120
+ "type": "array"
60121
+ },
59850
60122
  "identifier": {
59851
60123
  "description": "An identifier for this bot.",
59852
60124
  "items": {
@@ -59909,7 +60181,7 @@
59909
60181
  "$ref": "#/definitions/Attachment"
59910
60182
  },
59911
60183
  "code": {
59912
- "description": "DEPRECATED Bot logic script. Use Bot.sourceCode or Bot.executableCode instead.",
60184
+ "description": "@deprecated Bot logic script. Use Bot.sourceCode or Bot.executableCode instead.",
59913
60185
  "$ref": "#/definitions/string"
59914
60186
  }
59915
60187
  },
@@ -59925,7 +60197,7 @@
59925
60197
  },
59926
60198
  "id": {
59927
60199
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
59928
- "$ref": "#/definitions/id"
60200
+ "$ref": "#/definitions/string"
59929
60201
  },
59930
60202
  "meta": {
59931
60203
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -59939,6 +60211,31 @@
59939
60211
  "description": "The base language in which the resource is written.",
59940
60212
  "$ref": "#/definitions/code"
59941
60213
  },
60214
+ "text": {
60215
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60216
+ "$ref": "#/definitions/Narrative"
60217
+ },
60218
+ "contained": {
60219
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60220
+ "items": {
60221
+ "$ref": "#/definitions/Resource"
60222
+ },
60223
+ "type": "array"
60224
+ },
60225
+ "extension": {
60226
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60227
+ "items": {
60228
+ "$ref": "#/definitions/Extension"
60229
+ },
60230
+ "type": "array"
60231
+ },
60232
+ "modifierExtension": {
60233
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60234
+ "items": {
60235
+ "$ref": "#/definitions/Extension"
60236
+ },
60237
+ "type": "array"
60238
+ },
59942
60239
  "name": {
59943
60240
  "description": "A name associated with the AccessPolicy.",
59944
60241
  "$ref": "#/definitions/string"
@@ -59950,14 +60247,14 @@
59950
60247
  "resource": {
59951
60248
  "description": "Access details for a resource type.",
59952
60249
  "items": {
59953
- "$ref": "#/definitions/AccessPolicy_Resource"
60250
+ "$ref": "#/definitions/AccessPolicyResource"
59954
60251
  },
59955
60252
  "type": "array"
59956
60253
  },
59957
60254
  "ipAccessRule": {
59958
60255
  "description": "Use IP Access Rules to allowlist, block, and challenge traffic based on the visitor IP address.",
59959
60256
  "items": {
59960
- "$ref": "#/definitions/AccessPolicy_IpAccessRule"
60257
+ "$ref": "#/definitions/AccessPolicyIpAccessRule"
59961
60258
  },
59962
60259
  "type": "array"
59963
60260
  }
@@ -60018,7 +60315,7 @@
60018
60315
  },
60019
60316
  "id": {
60020
60317
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
60021
- "$ref": "#/definitions/id"
60318
+ "$ref": "#/definitions/string"
60022
60319
  },
60023
60320
  "meta": {
60024
60321
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -60032,6 +60329,31 @@
60032
60329
  "description": "The base language in which the resource is written.",
60033
60330
  "$ref": "#/definitions/code"
60034
60331
  },
60332
+ "text": {
60333
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60334
+ "$ref": "#/definitions/Narrative"
60335
+ },
60336
+ "contained": {
60337
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60338
+ "items": {
60339
+ "$ref": "#/definitions/Resource"
60340
+ },
60341
+ "type": "array"
60342
+ },
60343
+ "extension": {
60344
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60345
+ "items": {
60346
+ "$ref": "#/definitions/Extension"
60347
+ },
60348
+ "type": "array"
60349
+ },
60350
+ "modifierExtension": {
60351
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60352
+ "items": {
60353
+ "$ref": "#/definitions/Extension"
60354
+ },
60355
+ "type": "array"
60356
+ },
60035
60357
  "name": {
60036
60358
  "description": "A name associated with the UserConfiguration.",
60037
60359
  "$ref": "#/definitions/string"
@@ -60039,21 +60361,21 @@
60039
60361
  "menu": {
60040
60362
  "description": "Optional menu of shortcuts to URLs.",
60041
60363
  "items": {
60042
- "$ref": "#/definitions/UserConfiguration_Menu"
60364
+ "$ref": "#/definitions/UserConfigurationMenu"
60043
60365
  },
60044
60366
  "type": "array"
60045
60367
  },
60046
60368
  "search": {
60047
60369
  "description": "Shortcut links to URLs.",
60048
60370
  "items": {
60049
- "$ref": "#/definitions/UserConfiguration_Search"
60371
+ "$ref": "#/definitions/UserConfigurationSearch"
60050
60372
  },
60051
60373
  "type": "array"
60052
60374
  },
60053
60375
  "option": {
60054
60376
  "description": "User options that control the display of the application.",
60055
60377
  "items": {
60056
- "$ref": "#/definitions/UserConfiguration_Option"
60378
+ "$ref": "#/definitions/UserConfigurationOption"
60057
60379
  },
60058
60380
  "type": "array"
60059
60381
  }
@@ -60151,6 +60473,10 @@
60151
60473
  "description": "Remote URL for the external Identity Provider token endpoint.",
60152
60474
  "$ref": "#/definitions/string"
60153
60475
  },
60476
+ "tokenAuthMethod": {
60477
+ "description": "Client Authentication method used by Clients to authenticate to the Authorization Server when using the Token Endpoint. If no method is registered, the default method is client_secret_basic.",
60478
+ "enum": ["client_secret_basic", "client_secret_post"]
60479
+ },
60154
60480
  "userInfoUrl": {
60155
60481
  "description": "Remote URL for the external Identity Provider userinfo endpoint.",
60156
60482
  "$ref": "#/definitions/string"
@@ -60163,6 +60489,10 @@
60163
60489
  "description": "External Identity Provider client secret.",
60164
60490
  "$ref": "#/definitions/string"
60165
60491
  },
60492
+ "usePkce": {
60493
+ "description": "Optional flag to use PKCE in the token request.",
60494
+ "$ref": "#/definitions/boolean"
60495
+ },
60166
60496
  "useSubject": {
60167
60497
  "description": "Optional flag to use the subject field instead of the email field.",
60168
60498
  "$ref": "#/definitions/boolean"
@@ -60217,7 +60547,7 @@
60217
60547
  },
60218
60548
  "id": {
60219
60549
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
60220
- "$ref": "#/definitions/id"
60550
+ "$ref": "#/definitions/string"
60221
60551
  },
60222
60552
  "meta": {
60223
60553
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -60231,6 +60561,31 @@
60231
60561
  "description": "The base language in which the resource is written.",
60232
60562
  "$ref": "#/definitions/code"
60233
60563
  },
60564
+ "text": {
60565
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60566
+ "$ref": "#/definitions/Narrative"
60567
+ },
60568
+ "contained": {
60569
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60570
+ "items": {
60571
+ "$ref": "#/definitions/Resource"
60572
+ },
60573
+ "type": "array"
60574
+ },
60575
+ "extension": {
60576
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60577
+ "items": {
60578
+ "$ref": "#/definitions/Extension"
60579
+ },
60580
+ "type": "array"
60581
+ },
60582
+ "modifierExtension": {
60583
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60584
+ "items": {
60585
+ "$ref": "#/definitions/Extension"
60586
+ },
60587
+ "type": "array"
60588
+ },
60234
60589
  "status": {
60235
60590
  "description": "The status of the request.",
60236
60591
  "enum": ["accepted", "active", "completed", "error"]
@@ -60254,21 +60609,21 @@
60254
60609
  "output": {
60255
60610
  "description": "An array of file items with one entry for each generated file. If no resources are returned from the kick-off request, the server SHOULD return an empty array.",
60256
60611
  "items": {
60257
- "$ref": "#/definitions/BulkDataExport_Output"
60612
+ "$ref": "#/definitions/BulkDataExportOutput"
60258
60613
  },
60259
60614
  "type": "array"
60260
60615
  },
60261
60616
  "deleted": {
60262
60617
  "description": "An array of deleted file items following the same structure as the output array.",
60263
60618
  "items": {
60264
- "$ref": "#/definitions/BulkDataExport_Deleted"
60619
+ "$ref": "#/definitions/BulkDataExportDeleted"
60265
60620
  },
60266
60621
  "type": "array"
60267
60622
  },
60268
60623
  "error": {
60269
60624
  "description": "Array of message file items following the same structure as the output array.",
60270
60625
  "items": {
60271
- "$ref": "#/definitions/BulkDataExport_Error"
60626
+ "$ref": "#/definitions/BulkDataExportError"
60272
60627
  },
60273
60628
  "type": "array"
60274
60629
  }
@@ -60330,7 +60685,7 @@
60330
60685
  },
60331
60686
  "id": {
60332
60687
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
60333
- "$ref": "#/definitions/id"
60688
+ "$ref": "#/definitions/string"
60334
60689
  },
60335
60690
  "meta": {
60336
60691
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -60344,6 +60699,31 @@
60344
60699
  "description": "The base language in which the resource is written.",
60345
60700
  "$ref": "#/definitions/code"
60346
60701
  },
60702
+ "text": {
60703
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60704
+ "$ref": "#/definitions/Narrative"
60705
+ },
60706
+ "contained": {
60707
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60708
+ "items": {
60709
+ "$ref": "#/definitions/Resource"
60710
+ },
60711
+ "type": "array"
60712
+ },
60713
+ "extension": {
60714
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60715
+ "items": {
60716
+ "$ref": "#/definitions/Extension"
60717
+ },
60718
+ "type": "array"
60719
+ },
60720
+ "modifierExtension": {
60721
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60722
+ "items": {
60723
+ "$ref": "#/definitions/Extension"
60724
+ },
60725
+ "type": "array"
60726
+ },
60347
60727
  "patient": {
60348
60728
  "description": "Optional patient indicating that the app was launched in the patient context.",
60349
60729
  "$ref": "#/definitions/Reference"
@@ -60365,7 +60745,7 @@
60365
60745
  },
60366
60746
  "id": {
60367
60747
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
60368
- "$ref": "#/definitions/id"
60748
+ "$ref": "#/definitions/string"
60369
60749
  },
60370
60750
  "meta": {
60371
60751
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -60379,6 +60759,31 @@
60379
60759
  "description": "The base language in which the resource is written.",
60380
60760
  "$ref": "#/definitions/code"
60381
60761
  },
60762
+ "text": {
60763
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60764
+ "$ref": "#/definitions/Narrative"
60765
+ },
60766
+ "contained": {
60767
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60768
+ "items": {
60769
+ "$ref": "#/definitions/Resource"
60770
+ },
60771
+ "type": "array"
60772
+ },
60773
+ "extension": {
60774
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60775
+ "items": {
60776
+ "$ref": "#/definitions/Extension"
60777
+ },
60778
+ "type": "array"
60779
+ },
60780
+ "modifierExtension": {
60781
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60782
+ "items": {
60783
+ "$ref": "#/definitions/Extension"
60784
+ },
60785
+ "type": "array"
60786
+ },
60382
60787
  "domain": {
60383
60788
  "description": "Globally unique domain name for this configuration.",
60384
60789
  "$ref": "#/definitions/uri"
@@ -60419,7 +60824,7 @@
60419
60824
  },
60420
60825
  "id": {
60421
60826
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
60422
- "$ref": "#/definitions/id"
60827
+ "$ref": "#/definitions/string"
60423
60828
  },
60424
60829
  "meta": {
60425
60830
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -60433,6 +60838,31 @@
60433
60838
  "description": "The base language in which the resource is written.",
60434
60839
  "$ref": "#/definitions/code"
60435
60840
  },
60841
+ "text": {
60842
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60843
+ "$ref": "#/definitions/Narrative"
60844
+ },
60845
+ "contained": {
60846
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60847
+ "items": {
60848
+ "$ref": "#/definitions/Resource"
60849
+ },
60850
+ "type": "array"
60851
+ },
60852
+ "extension": {
60853
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60854
+ "items": {
60855
+ "$ref": "#/definitions/Extension"
60856
+ },
60857
+ "type": "array"
60858
+ },
60859
+ "modifierExtension": {
60860
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60861
+ "items": {
60862
+ "$ref": "#/definitions/Extension"
60863
+ },
60864
+ "type": "array"
60865
+ },
60436
60866
  "status": {
60437
60867
  "description": "The status of the request.",
60438
60868
  "enum": ["accepted", "active", "completed", "error"]
@@ -60448,6 +60878,10 @@
60448
60878
  "request": {
60449
60879
  "description": "The full URL of the original kick-off request. In the case of a POST request, this URL will not include the request parameters.",
60450
60880
  "$ref": "#/definitions/uri"
60881
+ },
60882
+ "output": {
60883
+ "description": "Outputs resulting from the async job.",
60884
+ "$ref": "#/definitions/Parameters"
60451
60885
  }
60452
60886
  },
60453
60887
  "additionalProperties": false,
@@ -60462,7 +60896,7 @@
60462
60896
  },
60463
60897
  "id": {
60464
60898
  "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
60465
- "$ref": "#/definitions/id"
60899
+ "$ref": "#/definitions/string"
60466
60900
  },
60467
60901
  "meta": {
60468
60902
  "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
@@ -60476,6 +60910,31 @@
60476
60910
  "description": "The base language in which the resource is written.",
60477
60911
  "$ref": "#/definitions/code"
60478
60912
  },
60913
+ "text": {
60914
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
60915
+ "$ref": "#/definitions/Narrative"
60916
+ },
60917
+ "contained": {
60918
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
60919
+ "items": {
60920
+ "$ref": "#/definitions/Resource"
60921
+ },
60922
+ "type": "array"
60923
+ },
60924
+ "extension": {
60925
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
60926
+ "items": {
60927
+ "$ref": "#/definitions/Extension"
60928
+ },
60929
+ "type": "array"
60930
+ },
60931
+ "modifierExtension": {
60932
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
60933
+ "items": {
60934
+ "$ref": "#/definitions/Extension"
60935
+ },
60936
+ "type": "array"
60937
+ },
60479
60938
  "identifier": {
60480
60939
  "description": "An identifier for this agent.",
60481
60940
  "items": {
@@ -60498,20 +60957,20 @@
60498
60957
  "setting": {
60499
60958
  "description": "The settings for the agent.",
60500
60959
  "items": {
60501
- "$ref": "#/definitions/Agent_Setting"
60960
+ "$ref": "#/definitions/AgentSetting"
60502
60961
  },
60503
60962
  "type": "array"
60504
60963
  },
60505
60964
  "channel": {
60506
60965
  "description": "Details where to send notifications when resources are received that meet the criteria.",
60507
60966
  "items": {
60508
- "$ref": "#/definitions/Agent_Channel"
60967
+ "$ref": "#/definitions/AgentChannel"
60509
60968
  },
60510
60969
  "type": "array"
60511
60970
  }
60512
60971
  },
60513
60972
  "additionalProperties": false,
60514
- "required": ["resourceType", "name", "status", "channel"]
60973
+ "required": ["resourceType", "name", "status"]
60515
60974
  },
60516
60975
  "Agent_Channel": {
60517
60976
  "description": "Details where to send notifications when resources are received that meet the criteria.",
@@ -60572,6 +61031,78 @@
60572
61031
  }
60573
61032
  },
60574
61033
  "additionalProperties": false
61034
+ },
61035
+ "UserSecurityRequest": {
61036
+ "description": "User security request for the \u0027forgot password\u0027 flow, email verification, etc.",
61037
+ "properties": {
61038
+ "resourceType": {
61039
+ "description": "This is a UserSecurityRequest resource",
61040
+ "const": "UserSecurityRequest"
61041
+ },
61042
+ "id": {
61043
+ "description": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
61044
+ "$ref": "#/definitions/string"
61045
+ },
61046
+ "meta": {
61047
+ "description": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
61048
+ "$ref": "#/definitions/Meta"
61049
+ },
61050
+ "implicitRules": {
61051
+ "description": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
61052
+ "$ref": "#/definitions/uri"
61053
+ },
61054
+ "language": {
61055
+ "description": "The base language in which the resource is written.",
61056
+ "$ref": "#/definitions/code"
61057
+ },
61058
+ "text": {
61059
+ "description": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
61060
+ "$ref": "#/definitions/Narrative"
61061
+ },
61062
+ "contained": {
61063
+ "description": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
61064
+ "items": {
61065
+ "$ref": "#/definitions/Resource"
61066
+ },
61067
+ "type": "array"
61068
+ },
61069
+ "extension": {
61070
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
61071
+ "items": {
61072
+ "$ref": "#/definitions/Extension"
61073
+ },
61074
+ "type": "array"
61075
+ },
61076
+ "modifierExtension": {
61077
+ "description": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element\u0027s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
61078
+ "items": {
61079
+ "$ref": "#/definitions/Extension"
61080
+ },
61081
+ "type": "array"
61082
+ },
61083
+ "type": {
61084
+ "description": "The type of user security request.",
61085
+ "enum": ["invite", "verify-email", "reset"]
61086
+ },
61087
+ "user": {
61088
+ "description": "The user performing the security request.",
61089
+ "$ref": "#/definitions/Reference"
61090
+ },
61091
+ "secret": {
61092
+ "description": "Secret string used to verify the identity of the user.",
61093
+ "$ref": "#/definitions/string"
61094
+ },
61095
+ "used": {
61096
+ "description": "Whether this request has been used, and is therefore no longer valid.",
61097
+ "$ref": "#/definitions/boolean"
61098
+ },
61099
+ "redirectUri": {
61100
+ "description": "Redirect URI used when redirecting a client back to the client application.",
61101
+ "$ref": "#/definitions/uri"
61102
+ }
61103
+ },
61104
+ "additionalProperties": false,
61105
+ "required": ["resourceType", "user", "secret"]
60575
61106
  }
60576
61107
  }
60577
61108
  }