Skip to content

Commit

Permalink
Merge pull request #381 from NHSDigital/develop
Browse files Browse the repository at this point in the history
1.8.1 Merge to Main Interim #6
  • Loading branch information
Goslinl authored Nov 27, 2024
2 parents 2d9b634 + d68dbeb commit 41e95ee
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ topic: TRN-Core-1.0.3
|Core>Security and Authorisation>Authorsation - Updated NHSD-Requesting-Practitioner HTTP Header | NHSD-Requesting-Practitioner stated it was based on an Organization FHIR resource rather than the correct PractitionerRole.| <mark style="background-color: LightGreen">non-breaking</mark> |
|MessageDefintion and Capability Statement examples updated to reflect versioning| The Capability Statement and Message Definition examples on Simplifier have been updated (and annotated) to accurately reflect how a supplier must implement versioning. | <mark style="background-color: LightGreen">non-breaking</mark> |

</div>
</div>
<br>
<hr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topic: TRN-Core-1.0.4
| Corrections to 1.0.x API Spec | API Spec Updates Can be viewed in the API Spec {{pagelink:TRN-API-1.1.0, text:Change Log}}. | <mark style="background-color: Yellow">correction</mark> |


</div>
</div>
<br>
<hr>

### Previous Releases
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topic: TRN-Core-1.1.4
| Corrections to Standard Patterns for Appointments | Missing features and capabilities (List, view and GET Slots) have now been documented in {{pagelink:core-StandardPattern-appointment-1.1.4, text:Standard Patterns for Appointments}} | <mark style="background-color: Yellow">correction</mark> |


</div>
</div>
<br>
<hr>

### Previous Releases
<hr>
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ This version of core is strictly a preview of what is currently in development f



</div>
</div>
<br>
<hr>
<hr>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.8.0
### 1.8.1

## Implementation Guide Changes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- name: Index
filename: Index.page.md
- name: 1.8.1
filename: 1.8.1.page.md
- name: 1.8.0
filename: 1.8.0.page.md
- name: 1.7.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="bars-blg-expander">
<div class="bars-blg-expander-entry" id="v1.0.0">
<div class="bars-blg-expander-entry" id="v1.0.1">

## {{page-title}}
This is a minor "patch" addressing a small revision of the requirements for v1.0.0 which includes the new Use-Case Category codes that will now be used across all Applications of BaRS.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ NB: the endpoints for TKW are case sensitive eg use the following

#### Headers

The follow is a list of headers needed for the requests, these follow the patern needed by BARS as follows {{pagelink:Home/Applications/BaRS-Core/End-to-end-workflow, text:Headers}}
The follow is a list of headers needed for the requests, these follow the pattern needed by BARS as follows {{pagelink:core-EndToEndWorkflow-HTTPHeader-1.1.5, text:Headers}}


| Name | Value | example |
Expand All @@ -92,6 +92,8 @@ The follow is a list of headers needed for the requests, these follow the patern
--header 'Authorization: Bearer yourBearerToken'
</code></pre>
</details>
<br/>
<hr/>


## Capability
Expand Down Expand Up @@ -145,7 +147,7 @@ The follow is a list of headers needed for the requests, these follow the patern
|New referral for a patient with no NHS No.|111-ED, 999-CAS|use body from [REFREQ01 New Full 111 to ED](https://simplifier.net/nhsbookingandreferrals/79120f41-a431-4f08-bcc5-1e67006fcae0) remove whole `Extension-UKCore-NHSNumberVerificationStatus` section||The returned Service Request Id = 79120f41-a431-4f08-bcc5-1e67006fcae0|
|New referral failed request - HTTP 400|111-ED, 999-CAS|use body from [REFREQ01 New Full 111 to ED](https://simplifier.net/nhsbookingandreferrals/79120f41-a431-4f08-bcc5-1e67006fcae0) replace `<value value="3478526985" />` with 9658499066|9658499066|Request must be for a patient with NHS No - 9658499066 and returns 400|
|New referral failed request - HTTP 500|111-ED, 999-CAS|use body from [REFREQ01 New Full 111 to ED](https://simplifier.net/nhsbookingandreferrals/79120f41-a431-4f08-bcc5-1e67006fcae0) replace `<value value="3478526985" />` with 9658499074|9658499074|Request must be for a patient with NHS No - 9658499074 and returns 500|
|New referral for Out-of-Area CAD referral|CAD-CAD|NHSD Target Identifier (HTTP Header)|2000159910|Request will be validated for against the Application6 Out-of-Area CAD-CAD use-case|
|New referral for Out-of-Area CAD referral|CAD-CAD|NHSD Target Identifier (HTTP Header)|2000159910|Request will be validated against the Application6 Out-of-Area CAD-CAD use-case|
|Get Referral - HTTP 405|111-ED, 999-CAS|/ServiceRequest/61215702-0049-4d76-9807-2123f0a6ca15||GET must be for ServiceRequest Id 61215702-0049-4d76-9807-2123f0a6ca15 and returns 405|
|Get Referral - HTTP 429|111-ED, 999-CAS|/ServiceRequest/9d280ad9-6dda-46d2-a75e-f5b47b2f4e87||GET must be for ServiceRequest Id 9d280ad9-6dda-46d2-a75e-f5b47b2f4e87 and returns 429|
|Get Referral - HTTP 503|111-ED, 999-CAS|/ServiceRequest/0b42eac3-0175-43c8-bbab-efaa8ca31ccf||GET must be for ServiceRequest Id 4d65ddaa-4d09-41cd-87c9-aeb9c0c96352 and returns 503|
Expand Down
2 changes: 1 addition & 1 deletion guides/Live-ImplementationGuide-BaRS/guide.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: NHS Booking and Referral Standard
description: FHIR Implementation Guide for the NHS Booking and Referral Standard
version: 1.x.x
version: 1.8.1
style-root: project
style-name: NHSD
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
data-uipath="document.title">
{{guide-title}}
</h1>
<div class="nhsd-t-body" data-uipath="document.summary">Guide v{{ guide-version }} | Core v1.1.4 | <a href="https://simplifier.net/packages/uk.nhsdigital.bars.r4/1.33.0" target="_blank">Package v1.33.0</a></div>
<div class="nhsd-t-body" data-uipath="document.summary">Guide v{{ guide-version }} | Core v1.1.5 | <a href="https://simplifier.net/packages/uk.nhsdigital.bars.r4/1.33.0" target="_blank">Package v1.34.0</a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 41e95ee

Please sign in to comment.