@medplum/definitions 3.2.25 → 3.2.27
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.
|
@@ -61091,6 +61091,10 @@
|
|
|
61091
61091
|
"output": {
|
|
61092
61092
|
"description": "Outputs resulting from the async job.",
|
|
61093
61093
|
"$ref": "#/definitions/Parameters"
|
|
61094
|
+
},
|
|
61095
|
+
"type": {
|
|
61096
|
+
"description": "The type of the AsyncJob.",
|
|
61097
|
+
"enum": ["data-migration"]
|
|
61094
61098
|
}
|
|
61095
61099
|
},
|
|
61096
61100
|
"additionalProperties": false,
|
|
@@ -5386,6 +5386,26 @@
|
|
|
5386
5386
|
"min" : 0,
|
|
5387
5387
|
"max" : "1"
|
|
5388
5388
|
}
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
"id" : "AsyncJob.type",
|
|
5392
|
+
"path" : "AsyncJob.type",
|
|
5393
|
+
"short" : "data-migration",
|
|
5394
|
+
"definition" : "The type of the AsyncJob.",
|
|
5395
|
+
"min" : 0,
|
|
5396
|
+
"max" : "1",
|
|
5397
|
+
"base" : {
|
|
5398
|
+
"path" : "AsyncJob.type",
|
|
5399
|
+
"min" : 0,
|
|
5400
|
+
"max" : "1"
|
|
5401
|
+
},
|
|
5402
|
+
"type" : [{
|
|
5403
|
+
"code" : "code"
|
|
5404
|
+
}],
|
|
5405
|
+
"binding" : {
|
|
5406
|
+
"strength" : "required",
|
|
5407
|
+
"valueSet" : "https://medplum.com/fhir/ValueSet/async-job-type|4.0.1"
|
|
5408
|
+
}
|
|
5389
5409
|
}
|
|
5390
5410
|
]
|
|
5391
5411
|
}
|
|
@@ -1284,6 +1284,40 @@
|
|
|
1284
1284
|
"type": "token",
|
|
1285
1285
|
"expression": "Flag.category"
|
|
1286
1286
|
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/AsyncJob-type",
|
|
1290
|
+
"resource": {
|
|
1291
|
+
"resourceType": "SearchParameter",
|
|
1292
|
+
"id": "AsyncJob-type",
|
|
1293
|
+
"url": "https://medplum.com/fhir/SearchParameter/AsyncJob-type",
|
|
1294
|
+
"version": "4.0.1",
|
|
1295
|
+
"name": "type",
|
|
1296
|
+
"status": "draft",
|
|
1297
|
+
"publisher": "Medplum",
|
|
1298
|
+
"description": "Search for AsyncJob by type",
|
|
1299
|
+
"code": "type",
|
|
1300
|
+
"base": ["AsyncJob"],
|
|
1301
|
+
"type": "token",
|
|
1302
|
+
"expression": "AsyncJob.type"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/AsyncJob-status",
|
|
1307
|
+
"resource": {
|
|
1308
|
+
"resourceType": "SearchParameter",
|
|
1309
|
+
"id": "AsyncJob-status",
|
|
1310
|
+
"url": "https://medplum.com/fhir/SearchParameter/AsyncJob-status",
|
|
1311
|
+
"version": "4.0.1",
|
|
1312
|
+
"name": "type",
|
|
1313
|
+
"status": "draft",
|
|
1314
|
+
"publisher": "Medplum",
|
|
1315
|
+
"description": "Search for AsyncJob by status",
|
|
1316
|
+
"code": "status",
|
|
1317
|
+
"base": ["AsyncJob"],
|
|
1318
|
+
"type": "token",
|
|
1319
|
+
"expression": "AsyncJob.status"
|
|
1320
|
+
}
|
|
1287
1321
|
}
|
|
1288
1322
|
]
|
|
1289
1323
|
}
|
|
@@ -467,6 +467,40 @@
|
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
469
|
},
|
|
470
|
+
{
|
|
471
|
+
"fullUrl": "https://medplum.com/fhir/CodeSystem/async-job-type",
|
|
472
|
+
"resource": {
|
|
473
|
+
"resourceType": "CodeSystem",
|
|
474
|
+
"id": "async-job-type",
|
|
475
|
+
"url": "https://medplum.com/fhir/CodeSystem/async-job-type",
|
|
476
|
+
"status": "active",
|
|
477
|
+
"valueSet": "https://medplum.com/fhir/ValueSet/async-job-type",
|
|
478
|
+
"content": "complete",
|
|
479
|
+
"concept": [
|
|
480
|
+
{
|
|
481
|
+
"code": "data-migration",
|
|
482
|
+
"display": "Data Migration",
|
|
483
|
+
"definition": "Data Migration"
|
|
484
|
+
}
|
|
485
|
+
]
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"fullUrl": "https://medplum.com/fhir/ValueSet/async-job-type",
|
|
490
|
+
"resource": {
|
|
491
|
+
"resourceType": "ValueSet",
|
|
492
|
+
"id": "async-job-type",
|
|
493
|
+
"url": "https://medplum.com/fhir/ValueSet/async-job-type",
|
|
494
|
+
"status": "active",
|
|
495
|
+
"compose": {
|
|
496
|
+
"include": [
|
|
497
|
+
{
|
|
498
|
+
"system": "https://medplum.com/fhir/CodeSystem/async-job-type"
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
},
|
|
470
504
|
{
|
|
471
505
|
"fullUrl": "https://medplum.com/fhir/CodeSystem/async-job-status",
|
|
472
506
|
"resource": {
|