@medplum/definitions 4.1.2 → 4.1.4

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.
@@ -1285,6 +1285,23 @@
1285
1285
  "expression": "Flag.category"
1286
1286
  }
1287
1287
  },
1288
+ {
1289
+ "fullUrl": "https://medplum.com/fhir/SearchParameter/Flag-status",
1290
+ "resource": {
1291
+ "resourceType": "SearchParameter",
1292
+ "id": "Flag-status",
1293
+ "url": "https://medplum.com/fhir/SearchParameter/Flag-status",
1294
+ "version": "4.0.1",
1295
+ "name": "status",
1296
+ "status": "draft",
1297
+ "publisher": "Medplum",
1298
+ "description": "active | inactive | entered-in-error",
1299
+ "code": "status",
1300
+ "base": ["Flag"],
1301
+ "type": "token",
1302
+ "expression": "Flag.status"
1303
+ }
1304
+ },
1288
1305
  {
1289
1306
  "fullUrl": "https://medplum.com/fhir/SearchParameter/AsyncJob-type",
1290
1307
  "resource": {
@@ -1309,7 +1326,7 @@
1309
1326
  "id": "AsyncJob-status",
1310
1327
  "url": "https://medplum.com/fhir/SearchParameter/AsyncJob-status",
1311
1328
  "version": "4.0.1",
1312
- "name": "type",
1329
+ "name": "status",
1313
1330
  "status": "draft",
1314
1331
  "publisher": "Medplum",
1315
1332
  "description": "Search for AsyncJob by status",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",