Skip to content

Commit cc96ff3

Browse files
authored
Merge pull request #486 from NHSDigital/20250623_LD-Bug-fixes-5
Updates to change logs
2 parents b76094e + ffab3a4 commit cc96ff3

12 files changed

Lines changed: 81 additions & 55 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ topic: TRN-Core-1.0.7
66

77
| Change | Description | Impact |
88
|------------------------------------------|----------------------------------------|---------------------------------|
9-
| ... | ...| <mark style="background-color: LightGreen">non-breaking</mark> |
10-
9+
| Standard Pattern Composite Messages - Cancellation | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
10+
| Failure Scenarios - GET /Slots | Link text <FHIR instant> update to <FHIR dateTime> for consistency| <mark style="background-color: Yellow">correction</mark> |
11+
| Transactional Integrity | Post 409 Failure Scenario image updated to demonstrate 408 response | <mark style="background-color: Yellow">correction</mark> |
1112
<br>
1213
<hr>
1314

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ topic: TRN-Core-1.3.0
66

77
| Change | Description | Impact |
88
|------------------------------------------|----------------------------------------|---------------------------------|
9-
| ... | ... | <mark style="background-color: LightGreen">non-breaking</mark> |
10-
11-
9+
| Standard Pattern Composite Messages - Cancellation | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
10+
| Failure Scenarios - GET /Slots | Link text <FHIR instant> update to <FHIR dateTime> for consistency| <mark style="background-color: Yellow">correction</mark> |
11+
| Transactional Integrity | Post 409 Failure Scenario image updated to demonstrate 408 response | <mark style="background-color: Yellow">correction</mark> |
1212
<br>
1313
<hr>
1414

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/TRN-APP1/1.0.8.page.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ This is a minor "patch" with clarifications to limited areas of the Implementati
99

1010
| Change | Description | Impact |
1111
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
12-
| Implementation Guidance updated | encounter.class.display value corrected from "Emergency" to "emergency" | <mark style="background-color: Yellow">correction</mark> |
13-
|NHSD-Requesting-Practioner Examples updated | FHIRPractioner corrected to FHIRPractionerRole | <mark style="background-color: Yellow">correction</mark> |
14-
| Simplified cancellation guidance | Updated cancellation guidance, for bookings and referrals, under 'How does it work?', now pointing to Standard Patterns documentation. Reworded the description on use of Message Definitions when building a cancellation request. | <mark style="background-color: LightGreen">non-breaking</mark> |
15-
16-
17-
12+
| MedicationStatement | Link path updated in Referral request | <mark style="background-color: Yellow">correction</mark> |
13+
| Booking Request | Typos in word Appointment fixed| <mark style="background-color: Yellow">correction</mark> |
14+
| Booking Request | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
15+
| Referral Response | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
16+
| Consent |link text updated to navigate to CONS01 - Consent - Direct Care| <mark style="background-color: Yellow">correction</mark> |
1817
### Payload Change Log
1918

2019

2120
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
2221
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
23-
| encounter.class.display | | | Update | Referral Request |encounter.class.display value corrected from "Emergency" to "emergency" in Implementation Guidance | <mark style="background-color: Yellow">correction</mark> |
24-
25-
22+
| MedicationStatement | https://simplifier.net/hl7fhirukcorer4/ukcoremedicationstatement | https://simplifier.net/hl7fhirukcorer4/ukcore-medicationstatement | Update | Referral Request |FHIR link updated | <mark style="background-color: Yellow">correction</mark> |
23+
| Appointment.serviceCategory | Appointent | Appointment | Update | Referral Request |Typos resolved | <mark style="background-color: Yellow">correction</mark> |
24+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Booking Request |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
25+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Referral Response |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
2626

2727
<br>
2828
<hr>

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/TRN-APP2/1.0.8.page.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,21 @@ This is a minor "patch" with clarifications to limited areas of the Implementati
99

1010
| Change | Description | Impact |
1111
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
12-
| Implementation Guidance updated | encounter.class.display value corrected from "Emergency" to "emergency" | <mark style="background-color: Yellow">correction</mark> |
13-
|NHSD-Requesting-Practioner Examples updated | FHIRPractioner corrected to FHIRPractionerRole | <mark style="background-color: Yellow">correction</mark> |
14-
15-
12+
| MedicationStatement | Link path updated in Referral request | <mark style="background-color: Yellow">correction</mark> |
13+
| Booking Request | Typos in word Appointment fixed| <mark style="background-color: Yellow">correction</mark> |
14+
| Booking Request | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
15+
| Referral | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
16+
| Consent |link text updated to navigate to CONS01 - Consent - Direct Care| <mark style="background-color: Yellow">correction</mark> |
1617

1718
### Payload Change Log
1819

1920

2021
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
2122
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
22-
| encounter.class.display | | | Update | Referral Request |encounter.class.display value corrected from "Emergency" to "emergency" in Implementation Guidance | <mark style="background-color: Yellow">correction</mark> |
23-
24-
23+
| MedicationStatement | https://simplifier.net/hl7fhirukcorer4/ukcoremedicationstatement | https://simplifier.net/hl7fhirukcorer4/ukcore-medicationstatement | Update | Referral Request |FHIR link updated | <mark style="background-color: Yellow">correction</mark> |
24+
| Appointment.serviceCategory | Appointent | Appointment | Update | Referral Request |Typos resolved | <mark style="background-color: Yellow">correction</mark> |
25+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Booking Request |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
26+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Referral |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
2527

2628
<br>
2729
<hr>

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/TRN-APP3/1.0.4.page.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ This is a minor "patch" with clarifications to limited areas of the Implementati
99

1010
| Change | Description | Impact |
1111
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
12-
| Implementation Guidance updated | patient.identifier.system Implementaton Guidance corrected | <mark style="background-color: Yellow">correction</mark> |
1312
| Simplified cancellation guidance | Updated cancellation guidance, for referrals, under 'How does it work?', now pointing to Standard Patterns documentation. Reworded the description on use of Message Definitions when building a cancellation request. | <mark style="background-color: LightGreen">non-breaking</mark> |
14-
15-
13+
| Referral | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
14+
| Referral section | Heading text "Validation Request" replaced with "Referral Request" | <mark style="background-color: Yellow">correction</mark> |
15+
| Referral | Text "datetime" changed to "dateTime" for consistency | <mark style="background-color: Yellow">correction</mark> |
16+
| patient.identifier.system | Implementation Guidance updated for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
1617

1718
### Payload Change Log
1819

1920

2021
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
2122
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
22-
| patient.identifier.system | | | Update | Referral Request |patient.identifier.system Implementation Guidance value corrected from incorrect link text to This SHOULD be populated with the namespace for the Identifier | <mark style="background-color: Yellow">correction</mark> |
23-
23+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Referral |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
24+
| careplan.period.start| datetime | dateTime | Update | Referral |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
25+
| patient.identifier.system | | This SHOULD be populated with the namespace for the Identifier | Update | Referral | Implementation Guidance consistent across all applications | <mark style="background-color: Yellow">correction</mark>
2426
<br>
2527
<hr>
2628

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/TRN-APP4/1.2.3.page.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ This is a minor "patch" with clarifications to limited areas of the Implementati
99

1010
| Change | Description | Impact |
1111
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
12-
| Implementation Guidance updated | patient.identifier.system Implementaton Guidance corrected | <mark style="background-color: Yellow">correction</mark> |
1312
| Simplified cancellation guidance | Updated cancellation guidance, for validations, under 'How does it work?', now pointing to Standard Patterns documentation. Reworded the description on use of Message Definitions when building a cancellation request. | <mark style="background-color: LightGreen">non-breaking</mark> |
1413
| Clarified cancellation payload guidance | Updated cancellation guidance, for validation, under 'Payloads for Requestors', clarifying a Validation can be considered as a type of 'referral' when reading Standard Pattern documentation. | <mark style="background-color: LightGreen">non-breaking</mark> |
15-
16-
17-
14+
| Updates to Validation Request, Interim Validation Response, Validation Response | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
15+
|Interim Validation Response - CAS to 999 Rejected link to example | broken link resolved | <mark style="background-color: Yellow">correction</mark> |
16+
|Updates to Scope and Requirements, Payloads for Responders and Validation Response payload | text "datetime" updated to "dateTime" for consistency | <mark style="background-color: Yellow">correction</mark> |
17+
| patient.identifier.system | Implementation Guidance updated for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
1818

1919

2020

@@ -23,10 +23,13 @@ This is a minor "patch" with clarifications to limited areas of the Implementati
2323

2424
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
2525
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
26-
| patient.identifier.system | | | Update | Validation Request |patient.identifier.system Implementation Guidance value corrected from incorrect link text to This SHOULD be populated with the namespace for the Identifier | <mark style="background-color: Yellow">correction</mark> |
27-
| patient.identifier.system | | | Update | Interim Validation Response |patient.identifier.system Implementation Guidance value corrected from incorrect link text to This SHOULD be populated with the namespace for the Identifier | <mark style="background-color: Yellow">correction</mark> |
28-
| patient.identifier.system | | | Update | Validation Response |patient.identifier.system Implementation Guidance value corrected from incorrect link text to This SHOULD be populated with the namespace for the Identifier | <mark style="background-color: Yellow">correction</mark> |
29-
26+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Interim Validation Response |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
27+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Validation Response |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
28+
| bundle.meta.versionID | | This MUST be populated with the version of the Application the bundle complies with. The Receiver will read this to know whether they are capable of processing. | Update | Validation Request |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
29+
| careplan.period.start| datetime | dateTime | Update | Validation Response |Implementation guidance added | <mark style="background-color: Yellow">correction</mark> |
30+
| patient.identifier.system | | This SHOULD be populated with the namespace for the Identifier | Update | Validation Request | Implementation Guidance consistent across all applications | <mark style="background-color: Yellow">correction</mark> |
31+
| patient.identifier.system | | This SHOULD be populated with the namespace for the Identifier | Update | Interim Validation Response | Implementation Guidance consistent across all applications | <mark style="background-color: Yellow">correction</mark> |
32+
| patient.identifier.system | | This SHOULD be populated with the namespace for the Identifier | Update | Validation Response | Implementation Guidance consistent across all applications | <mark style="background-color: Yellow">correction</mark> |
3033

3134
<br>
3235
<hr>

0 commit comments

Comments
 (0)