@medplum/definitions 5.1.6 → 5.1.8

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.
@@ -1064,6 +1064,21 @@
1064
1064
  "max" : "*"
1065
1065
  }
1066
1066
  },
1067
+ {
1068
+ "id" : "ClientApplication.certificateTrustStore",
1069
+ "path" : "ClientApplication.certificateTrustStore",
1070
+ "definition" : "Optional PEM-formatted certificates that are allowed to authenticate to this service via mutual TLS. Supports both Certificate Authorities (CAs) and self-signed certificates. Multiple certificates can be included.",
1071
+ "min" : 0,
1072
+ "max" : "1",
1073
+ "type" : [{
1074
+ "code" : "string"
1075
+ }],
1076
+ "base": {
1077
+ "path" : "ClientApplication.certificateTrustStore",
1078
+ "min" : 0,
1079
+ "max" : "1"
1080
+ }
1081
+ },
1067
1082
  {
1068
1083
  "id" : "ClientApplication.redirectUri",
1069
1084
  "path" : "ClientApplication.redirectUri",
@@ -229,6 +229,23 @@
229
229
  "expression": "ProjectMembership.identifier"
230
230
  }
231
231
  },
232
+ {
233
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/ProjectMembership-admin",
234
+ "resource": {
235
+ "resourceType": "SearchParameter",
236
+ "id": "ProjectMembership-admin",
237
+ "url": "https://medplum.com/fhir/SearchParameter/ProjectMembership-admin",
238
+ "version": "4.0.1",
239
+ "name": "admin",
240
+ "status": "draft",
241
+ "publisher": "Medplum",
242
+ "description": "The admin status of the project membership",
243
+ "code": "admin",
244
+ "base": ["ProjectMembership"],
245
+ "type": "token",
246
+ "expression": "ProjectMembership.admin"
247
+ }
248
+ },
232
249
  {
233
250
  "fullUrl": "https://medplum.com/fhir/SearchParameter/ClientApplication-name",
234
251
  "resource": {
@@ -1369,6 +1386,23 @@
1369
1386
  "expression": "Practitioner.qualification.code"
1370
1387
  }
1371
1388
  },
1389
+ {
1390
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Practitioner-davinci-pdex-where-valid",
1391
+ "resource": {
1392
+ "resourceType": "SearchParameter",
1393
+ "id": "Practitioner-davinci-pdex-where-valid",
1394
+ "url": "https://medplum.com/fhir/SearchParameter/Practitioner-davinci-pdex-where-valid",
1395
+ "version": "4.0.1",
1396
+ "name": "davinci-pdex-where-valid",
1397
+ "status": "draft",
1398
+ "publisher": "Medplum",
1399
+ "description": "The jurisdiction(s) where the qualifiction is valid",
1400
+ "code": "qualification-davinci-pdex-where-valid",
1401
+ "base": ["Practitioner"],
1402
+ "type": "token",
1403
+ "expression": "Practitioner.qualification.extension.where(url='http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/practitioner-qualification').extension.where(url='whereValid').value.coding.code"
1404
+ }
1405
+ },
1372
1406
  {
1373
1407
  "fullUrl" : "http://hl7.org/fhir/SearchParameter/Immunization-encounter",
1374
1408
  "resource" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "5.1.6",
3
+ "version": "5.1.8",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",