@medplum/definitions 4.1.9 → 4.1.10
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.
|
@@ -60000,6 +60000,13 @@
|
|
|
60000
60000
|
"$ref": "#/definitions/string"
|
|
60001
60001
|
},
|
|
60002
60002
|
"type": "array"
|
|
60003
|
+
},
|
|
60004
|
+
"defaultScope": {
|
|
60005
|
+
"description": "Optional default OAuth scope for the client application. This scope is used when the client application does not specify a scope in the authorization request.",
|
|
60006
|
+
"items": {
|
|
60007
|
+
"$ref": "#/definitions/string"
|
|
60008
|
+
},
|
|
60009
|
+
"type": "array"
|
|
60003
60010
|
}
|
|
60004
60011
|
},
|
|
60005
60012
|
"additionalProperties": false,
|
|
@@ -62055,9 +62062,16 @@
|
|
|
62055
62062
|
"$ref": "#/definitions/string"
|
|
62056
62063
|
},
|
|
62057
62064
|
"readonly": {
|
|
62058
|
-
"description": "
|
|
62065
|
+
"description": "@deprecated Use AccessPolicy.resource.interaction \u003d [\u0027search\u0027, \u0027read\u0027, \u0027vread\u0027, \u0027history\u0027]",
|
|
62059
62066
|
"$ref": "#/definitions/boolean"
|
|
62060
62067
|
},
|
|
62068
|
+
"interaction": {
|
|
62069
|
+
"description": "Permitted FHIR interactions with this resource type",
|
|
62070
|
+
"items": {
|
|
62071
|
+
"enum": ["read", "vread", "update", "delete", "history", "create", "search"]
|
|
62072
|
+
},
|
|
62073
|
+
"type": "array"
|
|
62074
|
+
},
|
|
62061
62075
|
"hiddenFields": {
|
|
62062
62076
|
"description": "Optional list of hidden fields. Hidden fields are not readable or writeable.",
|
|
62063
62077
|
"items": {
|
|
@@ -1003,6 +1003,21 @@
|
|
|
1003
1003
|
"min" : 0,
|
|
1004
1004
|
"max" : "*"
|
|
1005
1005
|
}
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"id" : "ClientApplication.defaultScope",
|
|
1009
|
+
"path" : "ClientApplication.defaultScope",
|
|
1010
|
+
"definition" : "Optional default OAuth scope for the client application. This scope is used when the client application does not specify a scope in the authorization request.",
|
|
1011
|
+
"min" : 0,
|
|
1012
|
+
"max" : "*",
|
|
1013
|
+
"type" : [{
|
|
1014
|
+
"code" : "string"
|
|
1015
|
+
}],
|
|
1016
|
+
"base": {
|
|
1017
|
+
"path" : "ClientApplication.defaultScope",
|
|
1018
|
+
"min" : 0,
|
|
1019
|
+
"max" : "*"
|
|
1020
|
+
}
|
|
1006
1021
|
}
|
|
1007
1022
|
]
|
|
1008
1023
|
}
|
|
@@ -3833,7 +3848,7 @@
|
|
|
3833
3848
|
{
|
|
3834
3849
|
"id" : "AccessPolicy.resource.readonly",
|
|
3835
3850
|
"path" : "AccessPolicy.resource.readonly",
|
|
3836
|
-
"definition" : "
|
|
3851
|
+
"definition" : "@deprecated Use AccessPolicy.resource.interaction = ['search', 'read', 'vread', 'history']",
|
|
3837
3852
|
"min" : 0,
|
|
3838
3853
|
"max" : "1",
|
|
3839
3854
|
"type" : [{
|
|
@@ -3845,6 +3860,25 @@
|
|
|
3845
3860
|
"max" : "1"
|
|
3846
3861
|
}
|
|
3847
3862
|
},
|
|
3863
|
+
{
|
|
3864
|
+
"id" : "AccessPolicy.resource.interaction",
|
|
3865
|
+
"path" : "AccessPolicy.resource.interaction",
|
|
3866
|
+
"definition" : "Permitted FHIR interactions with this resource type",
|
|
3867
|
+
"min" : 0,
|
|
3868
|
+
"max" : "*",
|
|
3869
|
+
"type" : [{
|
|
3870
|
+
"code" : "code"
|
|
3871
|
+
}],
|
|
3872
|
+
"base" : {
|
|
3873
|
+
"path" : "AccessPolicy.resource.interaction",
|
|
3874
|
+
"min" : 0,
|
|
3875
|
+
"max" : "*"
|
|
3876
|
+
},
|
|
3877
|
+
"binding": {
|
|
3878
|
+
"strength": "required",
|
|
3879
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/access-poliicy-interactions"
|
|
3880
|
+
}
|
|
3881
|
+
},
|
|
3848
3882
|
{
|
|
3849
3883
|
"id" : "AccessPolicy.resource.hiddenFields",
|
|
3850
3884
|
"path" : "AccessPolicy.resource.hiddenFields",
|
|
@@ -3603,6 +3603,45 @@
|
|
|
3603
3603
|
"content": "not-present",
|
|
3604
3604
|
"description": "Stub CodeSystem for ISO 3166-2"
|
|
3605
3605
|
}
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/access-poliicy-interactions",
|
|
3609
|
+
"resource": {
|
|
3610
|
+
"resourceType": "ValueSet",
|
|
3611
|
+
"id": "access-policy-interactions",
|
|
3612
|
+
"url": "https://medplum.com/fhir/ValueSet/access-poliicy-interactions",
|
|
3613
|
+
"status": "active",
|
|
3614
|
+
"compose": {
|
|
3615
|
+
"include": [
|
|
3616
|
+
{
|
|
3617
|
+
"system": "http://hl7.org/fhir/restful-interaction",
|
|
3618
|
+
"concept": [
|
|
3619
|
+
{
|
|
3620
|
+
"code": "read"
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"code": "vread"
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"code": "update"
|
|
3627
|
+
},
|
|
3628
|
+
{
|
|
3629
|
+
"code": "delete"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"code": "history"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"code": "create"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"code": "search"
|
|
3639
|
+
}
|
|
3640
|
+
]
|
|
3641
|
+
}
|
|
3642
|
+
]
|
|
3643
|
+
}
|
|
3644
|
+
}
|
|
3606
3645
|
}
|
|
3607
3646
|
]
|
|
3608
3647
|
}
|