Skip to content

Commit fbf9ebf

Browse files
authored
Docs: [AEA-6056] - meta.lastUpdated to denote post dated prescription updates (#2560)
## Summary - Routine Change ### Details Open API spec change to permit post dated updates.
1 parent 120ecb9 commit fbf9ebf

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

packages/specification/schemas/resources/UpdatePrescriptionStatusTask.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)