@medplum/definitions 3.1.11 → 3.2.1
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.
|
@@ -40341,6 +40341,7 @@
|
|
|
40341
40341
|
"http://hl7.org/fhir/StructureDefinition/Device",
|
|
40342
40342
|
"http://hl7.org/fhir/StructureDefinition/Patient",
|
|
40343
40343
|
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
|
|
40344
|
+
"http://hl7.org/fhir/StructureDefinition/Subscription",
|
|
40344
40345
|
"https://medplum.com/fhir/StructureDefinition/Bot",
|
|
40345
40346
|
"https://medplum.com/fhir/StructureDefinition/ClientApplication"]
|
|
40346
40347
|
}],
|
|
@@ -21953,7 +21953,6 @@
|
|
|
21953
21953
|
"path" : "Meta.author",
|
|
21954
21954
|
"short" : "The individual, device or organization who initiated the last change.",
|
|
21955
21955
|
"definition" : "The individual, device or organization who initiated the last change.",
|
|
21956
|
-
"comment" : "The individual, device or organization who initiated the last change.",
|
|
21957
21956
|
"min" : 0,
|
|
21958
21957
|
"max" : "1",
|
|
21959
21958
|
"base" : {
|
|
@@ -21965,6 +21964,22 @@
|
|
|
21965
21964
|
"code" : "Reference"
|
|
21966
21965
|
}]
|
|
21967
21966
|
},
|
|
21967
|
+
{
|
|
21968
|
+
"id" : "Meta.onBehalfOf",
|
|
21969
|
+
"path" : "Meta.onBehalfOf",
|
|
21970
|
+
"short" : "Optional individual, device, or organization for whom the change was made.",
|
|
21971
|
+
"definition" : "Optional individual, device, or organization for whom the change was made.",
|
|
21972
|
+
"min" : 0,
|
|
21973
|
+
"max" : "1",
|
|
21974
|
+
"base" : {
|
|
21975
|
+
"path" : "Meta.onBehalfOf",
|
|
21976
|
+
"min" : 0,
|
|
21977
|
+
"max" : "1"
|
|
21978
|
+
},
|
|
21979
|
+
"type" : [{
|
|
21980
|
+
"code" : "Reference"
|
|
21981
|
+
}]
|
|
21982
|
+
},
|
|
21968
21983
|
{
|
|
21969
21984
|
"id" : "Meta.account",
|
|
21970
21985
|
"path" : "Meta.account",
|