Skip to content

Commit d57c7a2

Browse files
committed
docs: meta.lastUpdated to denote post dated updates
1 parent 2c2f4dd commit d57c7a2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/specification/schemas/resources/UpdatePrescriptionStatusTask.yaml

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

0 commit comments

Comments
 (0)