Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: [AEA-4540] -update datetime for 1day prescriptions #2938

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
05ad254
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
56efa16
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
87f143e
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
f991315
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
5cd0b6f
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
58abf24
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
a64a90d
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
d42ce4b
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
ab274cb
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
87ef328
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
fefef21
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
42a33b4
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
516b31d
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
50118b5
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
3514d20
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
933c0f7
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
037da8d
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
8e75111
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
8083337
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
b7a2d4f
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
c6b0f95
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
70f29f1
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
cb0bb6b
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
1bf37b2
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
13b76f9
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
ac2079c
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
21aa9d4
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
6fd5a27
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
fa24ab3
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
9636ff6
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
eb2f305
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
c815514
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
a279b49
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
56dcac9
adding date-time string to validityperiod end dates
jonathanwelch1-nhs Oct 28, 2024
84ec305
Merge branch 'master' into aea-4540-update-datetime-for-1day-prescrip…
jonathanwelch1-nhs Oct 29, 2024
6bc2ee5
Merge branch 'master' into aea-4540-update-datetime-for-1day-prescrip…
jonathanwelch1-nhs Oct 30, 2024
2fe1dc4
recommented devcontainer feature
jonathanwelch1-nhs Oct 30, 2024
272fd6d
Merge branch 'aea-4540-update-datetime-for-1day-prescriptions' of htt…
jonathanwelch1-nhs Oct 30, 2024
19bd5ab
updated the descriptions
jonathanwelch1-nhs Nov 13, 2024
12f4b4c
updated the descriptions
jonathanwelch1-nhs Nov 13, 2024
dc877d0
updated the descriptions
jonathanwelch1-nhs Nov 13, 2024
beb8064
Merge branch 'master' into aea-4540-update-datetime-for-1day-prescrip…
jonathanwelch1-nhs Nov 14, 2024
32126d1
added back the examples
jonathanwelch1-nhs Nov 14, 2024
e168a62
Merge branch 'aea-4540-update-datetime-for-1day-prescriptions' of htt…
jonathanwelch1-nhs Nov 14, 2024
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 @@ -146,7 +146,10 @@ properties:
example: "2022-10-21"
end:
type: string
description: For eRD prescriptions only. The end date of a prescription.
description: |
For eRD prescriptions only. The end date of a prescription.
Must be in date-time format with the time set to 23:59:59 on the last valid day of the prescription, including for single-day prescriptions.
Example: "2022-10-21T23:59:59Z"
format: date-time
example: "2022-10-21T23:59:59Z"
expectedSupplyDuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@ properties:
description: |
End date of an issue; capped at 12 months and cannot exceed the prescription's end date.
Overall validity of the drug.
format: date-time
example: "2022-10-21T23:59:59Z"
Must be in date-time format with the time set to 23:59:59 on the last valid day of the prescription, including for single-day prescriptions.
Example: "2022-10-21T23:59:59Z"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think example: here needs a slight unindent?

format: date-time
example: "2022-10-21T23:59:59Z"
expectedSupplyDuration:
type: object
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ properties:
description: |
End date of an issue; capped at 12 months and cannot exceed the prescription's end date.
Overall validity of the drug.
Must be in date-time format with the time set to 23:59:59 on the last valid day of the prescription, including for single-day prescriptions.
Example: "2022-10-21T23:59:59Z"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think example: here needs a slight unindent?

format: date-time
example: "2022-10-21T23:59:59Z"
expectedSupplyDuration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ properties:
description: |
End date of an issue; capped at 12 months and cannot exceed the prescription's end date.
Overall validity of the drug.
Must be in date-time format with the time set to 23:59:59 on the last valid day of the prescription, including for single-day prescriptions.
Example: "2022-10-21T23:59:59Z"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think example: here needs a slight unindent?

format: date-time
example: "2022-10-21T23:59:59Z"
expectedSupplyDuration:
Expand Down