Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 @@ -19,7 +19,7 @@ Implementation Guide | 1.9.0 | v1 | Live | Current Release | 02/07/

### Overview of the release

Release 1.9.0 includes development of changes and guidance to the cancellation workflows {{pagelink:core-SPCancellation-1.3.0, text:standard pattern for BaRS cancellation}} to support searches with demographics. Following user feedback, it also introduces a search capability to the Implementation Guide and simplifies versioning by reducing the concurrent versions of Core from three to two: 1.0.7 and 1.3.0. There have been improvements to Help and Support, Application 6 use-case descriptions alongside bug fixes and corrections throughout the guide.
Release 1.9.0 includes development of changes and guidance to the cancellation workflows {{pagelink:core-SPCancellation-1.3.0, text:standard pattern for BaRS cancellation}} to support searches with demographics. Following user feedback, it also introduces a search capability to the Implementation Guide and simplifies versioning by reducing the concurrent versions of Core from three to two: 1.0.7 and 1.3.0. There have been improvements to Help and Support, Application 6 use-case descriptions alongside bug fixes and corrections throughout the guide. Google Analytics has been implemented on the Simplifier site to track site usage and inform future development.

A clinical safety assessment of the scope of this release has determined that it has not significantly changed the clinical safety profile of the BaRS. No new hazards have been identified in this release. The latest version of the BaRS clinical safety case and hazard log can be downloaded from the <a href= "https://digital.nhs.uk/developer/api-catalogue/booking-and-referral-fhir/onboarding-support-information#hazard-log-and-clinical-safety-case-report-cscr-" target="_blank"> BaRS FHIR API onboarding support information page </a>.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ topic: TRN-Core-1.3.0
| Standard Pattern Composite Messages - Cancellation | appointment.status example value updated to "cancellation" | <mark style="background-color: Yellow">correction</mark> |
| Failure Scenarios - GET /Slots | Link text <FHIR instant> update to <FHIR dateTime> for consistency| <mark style="background-color: Yellow">correction</mark> |
| Transactional Integrity | Post 409 Failure Scenario image updated to demonstrate 408 response | <mark style="background-color: Yellow">correction</mark> |
| New Standard Pattern for Find Resources | New Standard Pattern highlighting the different ways to obtain (resource).Id values to perform updates, including the use of new API parameters which support patient demographics | <mark style="background-color: Green">Non-breaking</mark> |
| Standard Pattern Cancellation updated | Standard Pattern Cancellation updated to reference the new Find Resource Standard Pattern | <mark style="background-color: Green">Non-breaking</mark> |
| Appointment Foundation updated | Appointment Foundation updated to reference the new Find Resource Standard Pattern | <mark style="background-color: Green">Non-breaking</mark> |

<br>
<hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,27 @@ This is the first stable release (v1.0.0) of Application 5 and reinstates key fu
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
| | || | ||

### Backported Requirements

### Application Change Log (Backported from 1.1.2)


<br>


| Change | Description | Impact |
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
| SNOMED Code Updated | The SNOMED Code used to define a minor illness referral has been updated from '1577041000000100-Community Pharmacist Consultation Service for minor illness (procedure)' to '2140231000000104-Referral to Community Pharmacy Pharmacy First Service (procedure)', as requested by Pharmacy First Programme Clinical Lead | <mark style="background-color: Yellow">correction</mark> |


### Payload Change Log (Backported from 1.1.2)

| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
| Task.code.coding.code | 1577041000000100 | 2140231000000104 | Update | Referral Request |SNOMED Code changed | <mark style="background-color: LightGreen">non-breaking</mark> |
| Task.code.coding.display | Community Pharmacist Consultation Service for minor illness (procedure) | Referral to Community Pharmacy Pharmacy First Service (procedure) | Update | Referral Request |SNOMED Code changed | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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> |

</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ This stable release (v1.1.3) of Application 5 sees minor corrections.
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
| 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> |
| MedicationStatement | Link path updated in Referral Request | <mark style="background-color: Yellow">correction</mark> |
| Referral Request | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
| Referral Request | bundle.meta.versionID added to payload for consistency across BaRS documentation| <mark style="background-color: Yellow">correction</mark> |
| (Backport) Updated SNOMED Task.code value to v1.0.0 | Added updated SNOMED code Task.Code from 1.1.2 to 1.0.0 to allow new code to be used without the need to implement new OC and BP use cases, at the request of Pharmacy First | <mark style="background-color: LightGreen">non-breaking</mark> |



### Payload Change Log
Expand Down
Loading