Skip to content

Commit 1be1942

Browse files
authored
Merge pull request #491 from NHSDigital/20250625_LD-Bug-fixes-7
Making 1.0.7 appear
2 parents 73e5a89 + 64a03fe commit 1be1942

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/BaRS-Core/1.0.7.page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ topic: TRN-Core-1.0.7
77
| Change | Description | Impact |
88
|------------------------------------------|----------------------------------------|---------------------------------|
99
| Standard Pattern Composite Messages - Cancellation | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
10+
| Standard Pattern Composite Messages - Cancellation | appointment.status example value updated to "cancellation" | <mark style="background-color: Yellow">correction</mark> |
1011
| Failure Scenarios - GET /Slots | Link text <FHIR instant> update to <FHIR dateTime> for consistency| <mark style="background-color: Yellow">correction</mark> |
1112
| Transactional Integrity | Post 409 Failure Scenario image updated to demonstrate 408 response | <mark style="background-color: Yellow">correction</mark> |
13+
1214
<br>
1315
<hr>
1416

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/BaRS-Core/1.3.0.page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ topic: TRN-Core-1.3.0
77
| Change | Description | Impact |
88
|------------------------------------------|----------------------------------------|---------------------------------|
99
| Standard Pattern Composite Messages - Cancellation | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
10+
| Standard Pattern Composite Messages - Cancellation | appointment.status example value updated to "cancellation" | <mark style="background-color: Yellow">correction</mark> |
1011
| Failure Scenarios - GET /Slots | Link text <FHIR instant> update to <FHIR dateTime> for consistency| <mark style="background-color: Yellow">correction</mark> |
1112
| Transactional Integrity | Post 409 Failure Scenario image updated to demonstrate 408 response | <mark style="background-color: Yellow">correction</mark> |
13+
1214
<br>
1315
<hr>
1416

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/BaRS-Core/toc.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
filename: Index.page.md
33
- name: 1.3.0
44
filename: 1.3.0.page.md
5+
- name: 1.0.7
6+
filename: 1.0.7.page.md
57
- name: 1.2.2-alpha
68
filename: 1.2.2-alpha.page.md
7-
- name: 1.1.6
8-
filename: 1.1.6.page.md
9-
- name: 1.0.6
10-
filename: 1.0.6.page.md
119
- name: 1.2.1-alpha
1210
filename: 1.2.1-alpha.page.md
1311
- name: 1.2.0-alpha
1412
filename: 1.2.0-alpha.page.md
13+
- name: 1.1.6
14+
filename: 1.1.6.page.md
1515
- name: 1.1.5
1616
filename: 1.1.5.page.md
1717
- name: 1.1.4
@@ -24,6 +24,8 @@
2424
filename: 1.1.1.page.md
2525
- name: 1.1.0
2626
filename: 1.1.0.page.md
27+
- name: 1.0.6
28+
filename: 1.0.6.page.md
2729
- name: 1.0.5
2830
filename: 1.0.5.page.md
2931
- name: 1.0.4

guides/Live-ImplementationGuide-BaRS/Home/Core/1.0.7/Standard-Pattern-Composite-Messages/Cancellation.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ This payload is used to transmit all the necessary information that is required
407407
| Appointment.meta | https://www.hl7.org/fhir/resource.html#Meta | MUST | 1..1 | |
408408
| Appointment.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment |
409409
| Appointment.meta.lastupdated | This MUST be populated. All resources MUST include 'lastUpdated' value, under meta section which MUST be the same timestamp for each resource when created from new, but MUST be a later timestamp on updates, if the content of a particular resource contains updated info for subsequent updates. Otherwise, maintain the timestamp originally sent. | MUST | 1..1 | 2023-03-08T12:01:08.4677672+00:00 |
410-
| Appointment.status | This MUST be populated with 'booked' | MUST | 1..1 | cencelled |
410+
| Appointment.status | This MUST be populated with 'cancelled' | MUST | 1..1 | cancelled |
411411
| Appointment.description | This SHOULD be populated. It is the human readable description of the booking | SHOULD | 0..1 | Reason for calling |
412412
| Appointment.start | This MUST be populated with the Start time of the booking | MUST | 0..1 | 2021-10-12T12:30:00+00:00 |
413413
| Appointment.end | This MUST be populated with the End time of the booking | MUST | 0..1 | 2021-10-12T12:30:00+00:00 |

guides/Live-ImplementationGuide-BaRS/Home/Core/1.3.0/Standard-Pattern-Composite-Messages/Cancellation.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ This payload is used to transmit all the necessary information that is required
408408
| Appointment.meta | https://www.hl7.org/fhir/resource.html#Meta | MUST | 1..1 | |
409409
| Appointment.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment |
410410
| Appointment.meta.lastupdated | This MUST be populated. All resources MUST include 'lastUpdated' value, under meta section which MUST be the same timestamp for each resource when created from new, but MUST be a later timestamp on updates, if the content of a particular resource contains updated info for subsequent updates. Otherwise, maintain the timestamp originally sent. | MUST | 1..1 | 2023-03-08T12:01:08.4677672+00:00 |
411-
| Appointment.status | This MUST be populated with 'booked' | MUST | 1..1 | cencelled |
411+
| Appointment.status | This MUST be populated with 'cancelled' | MUST | 1..1 | cancelled |
412412
| Appointment.description | This SHOULD be populated. It is the human readable description of the booking | SHOULD | 0..1 | Reason for calling |
413413
| Appointment.start | This MUST be populated with the Start time of the booking | MUST | 0..1 | 2021-10-12T12:30:00+00:00 |
414414
| Appointment.end | This MUST be populated with the End time of the booking | MUST | 0..1 | 2021-10-12T12:30:00+00:00 |

0 commit comments

Comments
 (0)