@medplum/definitions 3.2.27 → 3.2.29
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.
|
@@ -59689,6 +59689,10 @@
|
|
|
59689
59689
|
},
|
|
59690
59690
|
"type": "array"
|
|
59691
59691
|
},
|
|
59692
|
+
"active": {
|
|
59693
|
+
"description": "Whether this project membership record is in active use.",
|
|
59694
|
+
"$ref": "#/definitions/boolean"
|
|
59695
|
+
},
|
|
59692
59696
|
"project": {
|
|
59693
59697
|
"description": "Project where the memberships are available.",
|
|
59694
59698
|
"$ref": "#/definitions/Reference"
|
|
@@ -61095,6 +61099,10 @@
|
|
|
61095
61099
|
"type": {
|
|
61096
61100
|
"description": "The type of the AsyncJob.",
|
|
61097
61101
|
"enum": ["data-migration"]
|
|
61102
|
+
},
|
|
61103
|
+
"dataVersion": {
|
|
61104
|
+
"description": "The data version of the migration this job represents.",
|
|
61105
|
+
"$ref": "#/definitions/integer"
|
|
61098
61106
|
}
|
|
61099
61107
|
},
|
|
61100
61108
|
"additionalProperties": false,
|
|
@@ -1434,6 +1434,23 @@
|
|
|
1434
1434
|
"max" : "*"
|
|
1435
1435
|
}
|
|
1436
1436
|
},
|
|
1437
|
+
{
|
|
1438
|
+
"id" : "ProjectMembership.active",
|
|
1439
|
+
"path" : "ProjectMembership.active",
|
|
1440
|
+
"short" : "Whether this patient's record is in active use",
|
|
1441
|
+
"definition" : "Whether this project membership record is in active use.",
|
|
1442
|
+
"min" : 0,
|
|
1443
|
+
"max" : "1",
|
|
1444
|
+
"base" : {
|
|
1445
|
+
"path" : "ProjectMembership.active",
|
|
1446
|
+
"min" : 0,
|
|
1447
|
+
"max" : "1"
|
|
1448
|
+
},
|
|
1449
|
+
"type" : [{
|
|
1450
|
+
"code" : "boolean"
|
|
1451
|
+
}],
|
|
1452
|
+
"meaningWhenMissing" : "This resource is generally assumed to be active if no value is provided for the active element"
|
|
1453
|
+
},
|
|
1437
1454
|
{
|
|
1438
1455
|
"id" : "ProjectMembership.project",
|
|
1439
1456
|
"path" : "ProjectMembership.project",
|
|
@@ -5406,6 +5423,21 @@
|
|
|
5406
5423
|
"strength" : "required",
|
|
5407
5424
|
"valueSet" : "https://medplum.com/fhir/ValueSet/async-job-type|4.0.1"
|
|
5408
5425
|
}
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
"id" : "AsyncJob.dataVersion",
|
|
5429
|
+
"path" : "AsyncJob.dataVersion",
|
|
5430
|
+
"definition" : "The data version of the migration this job represents.",
|
|
5431
|
+
"min" : 0,
|
|
5432
|
+
"max" : "1",
|
|
5433
|
+
"base" : {
|
|
5434
|
+
"path" : "AsyncJob.dataVersion",
|
|
5435
|
+
"min" : 0,
|
|
5436
|
+
"max" : "1"
|
|
5437
|
+
},
|
|
5438
|
+
"type" : [{
|
|
5439
|
+
"code" : "integer"
|
|
5440
|
+
}]
|
|
5409
5441
|
}
|
|
5410
5442
|
]
|
|
5411
5443
|
}
|