@medplum/definitions 0.3.0 → 0.4.0
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.
|
@@ -61036,6 +61036,13 @@
|
|
|
61036
61036
|
"owner": {
|
|
61037
61037
|
"description": "Indicates the user with responsibility for managing the Project.",
|
|
61038
61038
|
"$ref": "#/definitions/Reference"
|
|
61039
|
+
},
|
|
61040
|
+
"features": {
|
|
61041
|
+
"description": "A list of optional features that are enabled for the project.",
|
|
61042
|
+
"items": {
|
|
61043
|
+
"$ref": "#/definitions/code"
|
|
61044
|
+
},
|
|
61045
|
+
"type": "array"
|
|
61039
61046
|
}
|
|
61040
61047
|
},
|
|
61041
61048
|
"required": [
|
|
@@ -84,6 +84,16 @@
|
|
|
84
84
|
"code" : "Reference",
|
|
85
85
|
"targetProfile" : ["https://medplum.com/fhir/StructureDefinition/User"]
|
|
86
86
|
}]
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"id" : "Project.features",
|
|
90
|
+
"path" : "Project.features",
|
|
91
|
+
"definition" : "A list of optional features that are enabled for the project.",
|
|
92
|
+
"min" : 0,
|
|
93
|
+
"max" : "*",
|
|
94
|
+
"type" : [{
|
|
95
|
+
"code" : "code"
|
|
96
|
+
}]
|
|
87
97
|
}
|
|
88
98
|
]
|
|
89
99
|
}
|