Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ properties:
type: string
description: The unique identifier for the Task resource.
example: 4d70678c-81e4-4ff4-8c67-17596fd0aa46
meta:
type: object
description: Metadata about the Task resource.
properties:
lastUpdated:
type: string
description: When the resource last changed.
This denotes that lastModified of items with status 'Ready to collect' and
'Ready to collect - partial' is a predicted value in the future.
Updated predictions to lastModified must have a later value in this property.
format: date-time
example: 2024-01-30T12:01:24Z
deprecated: true
basedOn:
type: array
description: Short-form Prescription ID for the parent prescription. Should only contain one item.
Expand Down