@medplum/definitions 5.0.14 → 5.0.15
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.
package/README.md
CHANGED
|
@@ -932,6 +932,51 @@
|
|
|
932
932
|
"max" : "1"
|
|
933
933
|
}
|
|
934
934
|
},
|
|
935
|
+
{
|
|
936
|
+
"id" : "ClientApplication.launchIdentifierSystems",
|
|
937
|
+
"path" : "ClientApplication.launchIdentifierSystems",
|
|
938
|
+
"definition" : "Optional array of identifier systems to use in SMART launch context. When specified, the resource's identifier with the matching system will be included in the SmartAppLaunch resource's reference and returned to the SMART app in the token response.",
|
|
939
|
+
"min" : 0,
|
|
940
|
+
"max" : "*",
|
|
941
|
+
"type" : [{
|
|
942
|
+
"code" : "BackboneElement"
|
|
943
|
+
}],
|
|
944
|
+
"base": {
|
|
945
|
+
"path" : "ClientApplication.launchIdentifierSystems",
|
|
946
|
+
"min" : 0,
|
|
947
|
+
"max" : "*"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"id" : "ClientApplication.launchIdentifierSystems.resourceType",
|
|
952
|
+
"path" : "ClientApplication.launchIdentifierSystems.resourceType",
|
|
953
|
+
"definition" : "The resource type for which to use the identifier system (e.g., 'Patient', 'Encounter').",
|
|
954
|
+
"min" : 1,
|
|
955
|
+
"max" : "1",
|
|
956
|
+
"type" : [{
|
|
957
|
+
"code" : "code"
|
|
958
|
+
}],
|
|
959
|
+
"base": {
|
|
960
|
+
"path" : "ClientApplication.launchIdentifierSystems.resourceType",
|
|
961
|
+
"min" : 1,
|
|
962
|
+
"max" : "1"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"id" : "ClientApplication.launchIdentifierSystems.system",
|
|
967
|
+
"path" : "ClientApplication.launchIdentifierSystems.system",
|
|
968
|
+
"definition" : "The identifier system URI to use for the specified resource type.",
|
|
969
|
+
"min" : 1,
|
|
970
|
+
"max" : "1",
|
|
971
|
+
"type" : [{
|
|
972
|
+
"code" : "uri"
|
|
973
|
+
}],
|
|
974
|
+
"base": {
|
|
975
|
+
"path" : "ClientApplication.launchIdentifierSystems.system",
|
|
976
|
+
"min" : 1,
|
|
977
|
+
"max" : "1"
|
|
978
|
+
}
|
|
979
|
+
},
|
|
935
980
|
{
|
|
936
981
|
"id" : "ClientApplication.pkceOptional",
|
|
937
982
|
"path" : "ClientApplication.pkceOptional",
|
|
@@ -319443,7 +319443,7 @@
|
|
|
319443
319443
|
"key" : "ras-2",
|
|
319444
319444
|
"severity" : "error",
|
|
319445
319445
|
"human" : "Must be <= 100",
|
|
319446
|
-
"expression" : "probability is decimal implies (probability as decimal) <= 100",
|
|
319446
|
+
"expression" : "probability.empty() or ((probability is decimal) implies ((probability as decimal) <= 100))",
|
|
319447
319447
|
"xpath" : "not(f:probabilityDecimal) or f:probabilityDecimal/@value <= 100"
|
|
319448
319448
|
}],
|
|
319449
319449
|
"isModifier" : false,
|