File tree Expand file tree Collapse file tree
packages/specification/schemas/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ 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 last changed.
18+ This denotes that lastModified of items with status 'Ready to collect' and
19+ ' Ready to collect - partial' is a predicted value in the future.
20+ Updated predictions to lastModified must have a later value in this property.
21+ format : date-time
22+ example : 2024-01-30T12:01:24Z
23+ deprecated : true
1124 basedOn :
1225 type : array
1326 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