@medplum/definitions 3.0.0 → 3.0.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.
|
@@ -21939,6 +21939,11 @@
|
|
|
21939
21939
|
"comment" : "The project that contains this resource.",
|
|
21940
21940
|
"min" : 0,
|
|
21941
21941
|
"max" : "1",
|
|
21942
|
+
"base" : {
|
|
21943
|
+
"path" : "Meta.project",
|
|
21944
|
+
"min" : 0,
|
|
21945
|
+
"max" : "1"
|
|
21946
|
+
},
|
|
21942
21947
|
"type" : [{
|
|
21943
21948
|
"code" : "uri"
|
|
21944
21949
|
}]
|
|
@@ -21951,6 +21956,11 @@
|
|
|
21951
21956
|
"comment" : "The individual, device or organization who initiated the last change.",
|
|
21952
21957
|
"min" : 0,
|
|
21953
21958
|
"max" : "1",
|
|
21959
|
+
"base" : {
|
|
21960
|
+
"path" : "Meta.author",
|
|
21961
|
+
"min" : 0,
|
|
21962
|
+
"max" : "1"
|
|
21963
|
+
},
|
|
21954
21964
|
"type" : [{
|
|
21955
21965
|
"code" : "Reference"
|
|
21956
21966
|
}]
|
|
@@ -21963,6 +21973,11 @@
|
|
|
21963
21973
|
"comment" : "Optional account reference that can be used for sub-project compartments.",
|
|
21964
21974
|
"min" : 0,
|
|
21965
21975
|
"max" : "1",
|
|
21976
|
+
"base" : {
|
|
21977
|
+
"path" : "Meta.account",
|
|
21978
|
+
"min" : 0,
|
|
21979
|
+
"max" : "1"
|
|
21980
|
+
},
|
|
21966
21981
|
"type" : [{
|
|
21967
21982
|
"code" : "Reference"
|
|
21968
21983
|
}]
|
|
@@ -21975,6 +21990,11 @@
|
|
|
21975
21990
|
"comment" : "The list of compartments containing this resource. This is readonly and is set by the server.",
|
|
21976
21991
|
"min" : 0,
|
|
21977
21992
|
"max" : "*",
|
|
21993
|
+
"base" : {
|
|
21994
|
+
"path" : "Meta.compartment",
|
|
21995
|
+
"min" : 0,
|
|
21996
|
+
"max" : "*"
|
|
21997
|
+
},
|
|
21978
21998
|
"type" : [{
|
|
21979
21999
|
"code" : "Reference"
|
|
21980
22000
|
}]
|