@medplum/definitions 0.9.5 → 0.9.6
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.
|
@@ -61087,6 +61087,13 @@
|
|
|
61087
61087
|
"defaultPatientAccessPolicy": {
|
|
61088
61088
|
"description": "The default access policy for patients using open registration.",
|
|
61089
61089
|
"$ref": "#/definitions/Reference"
|
|
61090
|
+
},
|
|
61091
|
+
"googleClientId": {
|
|
61092
|
+
"description": "A list of approved Google Client IDs for Google Authentication.",
|
|
61093
|
+
"items": {
|
|
61094
|
+
"$ref": "#/definitions/string"
|
|
61095
|
+
},
|
|
61096
|
+
"type": "array"
|
|
61090
61097
|
}
|
|
61091
61098
|
},
|
|
61092
61099
|
"required": [
|
|
@@ -105,6 +105,16 @@
|
|
|
105
105
|
"code" : "Reference",
|
|
106
106
|
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/AccessPolicy"]
|
|
107
107
|
}]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id" : "Project.googleClientId",
|
|
111
|
+
"path" : "Project.googleClientId",
|
|
112
|
+
"definition" : "A list of approved Google Client IDs for Google Authentication.",
|
|
113
|
+
"min" : 0,
|
|
114
|
+
"max" : "*",
|
|
115
|
+
"type" : [{
|
|
116
|
+
"code" : "string"
|
|
117
|
+
}]
|
|
108
118
|
}
|
|
109
119
|
]
|
|
110
120
|
}
|
|
@@ -65514,6 +65514,23 @@
|
|
|
65514
65514
|
"target" : ["User"]
|
|
65515
65515
|
}
|
|
65516
65516
|
},
|
|
65517
|
+
{
|
|
65518
|
+
"fullUrl" : "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
|
|
65519
|
+
"resource" : {
|
|
65520
|
+
"resourceType" : "SearchParameter",
|
|
65521
|
+
"id" : "Project-google-client-id",
|
|
65522
|
+
"url" : "https://medplum.com/fhir/SearchParameter/Project-google-client-id",
|
|
65523
|
+
"version" : "4.0.1",
|
|
65524
|
+
"name" : "name",
|
|
65525
|
+
"publisher" : "Medplum",
|
|
65526
|
+
"code" : "google-client-id",
|
|
65527
|
+
"base" : ["Project"],
|
|
65528
|
+
"type" : "token",
|
|
65529
|
+
"expression" : "Project.googleClientId",
|
|
65530
|
+
"xpath" : "f:Project/f:googleClientId",
|
|
65531
|
+
"xpathUsage" : "normal"
|
|
65532
|
+
}
|
|
65533
|
+
},
|
|
65517
65534
|
{
|
|
65518
65535
|
"fullUrl" : "https://medplum.com/fhir/SearchParameter/ProjectMembership-project",
|
|
65519
65536
|
"resource" : {
|