@medplum/definitions 0.10.0 → 0.10.2
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.
|
@@ -3053,6 +3053,17 @@
|
|
|
3053
3053
|
"author": {
|
|
3054
3054
|
"description": "The individual, device or organization who initiated the last change.",
|
|
3055
3055
|
"$ref": "#/definitions/Reference"
|
|
3056
|
+
},
|
|
3057
|
+
"account": {
|
|
3058
|
+
"description": "Optional account reference that can be used for sub-project compartments.",
|
|
3059
|
+
"$ref": "#/definitions/Reference"
|
|
3060
|
+
},
|
|
3061
|
+
"compartment": {
|
|
3062
|
+
"description": "The list of compartments containing this resource. This is readonly and is set by the server.",
|
|
3063
|
+
"items": {
|
|
3064
|
+
"$ref": "#/definitions/Reference"
|
|
3065
|
+
},
|
|
3066
|
+
"type": "array"
|
|
3056
3067
|
}
|
|
3057
3068
|
},
|
|
3058
3069
|
"additionalProperties": false
|
|
@@ -21966,6 +21966,18 @@
|
|
|
21966
21966
|
"type" : [{
|
|
21967
21967
|
"code" : "Reference"
|
|
21968
21968
|
}]
|
|
21969
|
+
},
|
|
21970
|
+
{
|
|
21971
|
+
"id" : "Meta.compartment",
|
|
21972
|
+
"path" : "Meta.compartment",
|
|
21973
|
+
"short" : "The list of compartments containing this resource. This is readonly and is set by the server.",
|
|
21974
|
+
"definition" : "The list of compartments containing this resource. This is readonly and is set by the server.",
|
|
21975
|
+
"comment" : "The list of compartments containing this resource. This is readonly and is set by the server.",
|
|
21976
|
+
"min" : 0,
|
|
21977
|
+
"max" : "*",
|
|
21978
|
+
"type" : [{
|
|
21979
|
+
"code" : "Reference"
|
|
21980
|
+
}]
|
|
21969
21981
|
}]
|
|
21970
21982
|
},
|
|
21971
21983
|
"differential" : {
|