File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
packages/specification/schemas/resources Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,17 @@ properties:
88 type : string
99 description : The unique identifier for the Task resource.
1010 example : 4d70678c-81e4-4ff4-8c67-17596fd0aa46
11+ meta :
12+ type : object
13+ description : Metadata about the Task resource.
14+ properties :
15+ lastUpdated :
16+ type : string
17+ description : When the resource version last changed.
18+ This denotes that lastModified is a predicted value in the future.
19+ Updated predictions to lastModified must have a later value in this property.
20+ format : date-time
21+ example : 2024-01-30T12:01:24Z
1122 basedOn :
1223 type : array
1324 description : Short-form Prescription ID for the parent prescription. Should only contain one item.
You can’t perform that action at this time.
0 commit comments