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
@@ -1,5 +1,6 @@
<div class="bars-blg-expander">
<div class="bars-blg-expander-entry" id="v1.8.2">

### 1.8.2

## Implementation Guide Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This payload is used to transmit all the necessary information that is required
| Bundle | https://simplifier.net/nhsbookingandreferrals/barsbundlemessage | | 1..1 | |
| Bundle.id | This id is generated by the originating sender of the message, retained in subsequent messages.. | MUST | 1..1 | 79120f41-a431-4f08-bcc5-1e67006fcae0 |
| Bundle.meta | https://www.hl7.org/fhir/resource.html#Meta | MUST | 0..1 | |
| 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. | MUST | 0..1 | |
| 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. | MUST | 0..1 | 1.0.0-beta |
| Bundle.meta.profile | This MUST be populated with the structure definition for BaRSBundleMessage : 'https://fhir.nhs.uk/StructureDefinition/BARSBundleMessage' - FIXED VALUE | MUST | 0..1 | https://fhir.nhs.uk/StructureDefinition/BARSBundleMessage |
| Bundle.meta.lastUpdated | All resources MUST include 'lastUpdated' value, under the meta section which MUST be the same timestamp for each resource when created from new, but MUST be a later timestamp on updates to resources, if the content of a particular resource contains updated info for subsequent updates. Otherwise, maintain the timestamp originally sent. | MUST | 0..1 | 2023-03-08T12:01:08.4677672+00:00 |
| Bundle.type | This MUST be populated with 'message' - FIXED VALUE | MUST | 1..1 | message |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ A Home AST may request support from a Supporting AST when they cannot meet all o
- If the Supporting AST rejects the request, the Home AST will make alternative arrangements
- If the Supporting AST accepts the request:
- the Supporting AST is responsible for dispatching the requested resource within the time frame specified in the request
- The Home AST remains responsible for the case and for dispatching the resources not specified in the request
- the Home AST remains responsible for the case and for dispatching the resources not specified in the request

Note: The BaRS Referral may be used to support single patient Mutual aid requests. It is not intended to replace processes relating to Mutual Aid Requests to support Major Incidents with multiple patients.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a name="top"></a>
## How to use this implementation guide
## How to use this Implementation Guide

This section provides a generated <a href="#P1">site map</a> of this implementation guide.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you are using BaRS in a live environment, then follow the guidance below if y

### How to contact the National Service Desk

Email: [ssd.nationalservicedesk@nhs.net](ssd.nationalservicedesk@nhs.net)
Email: ssd.nationalservicedesk@nhs.net

Telephone: 0300 303 5035

Expand Down
Loading