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
@@ -0,0 +1,14 @@
### 1.10.0

## Implementation Guide Changes

| Change | Description |
|---------------------------------------|---------------------------------------------------------------------------------------------------------|
| Bug fixes and corrections |There have been several bug fixes and corrections in the guide, these includes typos, broken links or corrections.|
| Home page |The heading has been updated to make it clear to users that they are in the BaRS Implementation Guide, quick start guide link has been separated to improve direct navigation and content has been transformed based on user feedback|
| Deploy |New pages for Technical deployment have been added to support suppliers and providers through specific technical steps in their implementation journey.

<br>
<hr>

### Previous Releases
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div class="bars-blg-expander">

<div class="bars-blg-expander-entry" id="v1.9.0">

### 1.9.0

## Implementation Guide Changes
Expand All @@ -6,8 +10,11 @@
|---------------------------------------|---------------------------------------------------------------------------------------------------------|
| Bug fixes and corrections |There have been several bug fixes and corrections in the guide, these includes typos, broken links or corrections.|

<p>
</div>
</div>

<br>
<hr>

### Previous Releases

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
- name: Index
filename: Index.page.md
- name: 1.10.0
filename: 1.10.0.page.md
- name: 1.9.0
filename: 1.9.0.page.md
- name: 1.8.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Once all requested tests have been completed, the Validation Report can be downl

- from the top menu, select 'Download Reports'
- then click on the button 'Download Reports' (this packages the report and makes it available to download locally)
- from the top me, select 'Receiver Reports'
- from the top menu, select 'Receiver Reports'
- click on the hyperlink of the required report to download locally (.zip format)

### Scenarios
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
topic: deploy
---
# Index



Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
topic: technical deployment
---
# Index


Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
topic: technical deployment
---
## {{page-title}}

<div markdown="span" class="alert alert-warning" role="alert"><i class="fa fa-warning"></i><b> Important:</b>
<p>
This page is intended as guidance for all parties involved in deployments of BaRS stable releases (V1.0 and above). For guidance for Beta deployments see the {{pagelink:Home/Applications/BaRS-Pre-releases/BetaDeploymentGuide.page.md, text:Beta Deployment Guide}}.
</p>
</div>


<br>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Index
filename: Index.page.md
- name: Technical deployment
filename: Technical deployment.page.md
- name: DoS Configuration
filename: DirectoryOfServiceConfiguration.md
2 changes: 2 additions & 0 deletions guides/Live-ImplementationGuide-BaRS/Home/Deploy/toc.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- name: Deploy
filename: Deploy
- name: Technical deployment
filename: Technical deployment
12 changes: 6 additions & 6 deletions guides/Live-ImplementationGuide-BaRS/Home/Index.guide.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

### Introduction
### Booking and Referral Standard Implementation Guide

These pages provide guidance on how to implement the Booking and Referral Standard (BaRS) and {{pagelink:assure, text:gain accreditation}}. This guide is designed for developers, business analysts, product owners and anyone involved at any stage of going live with BaRS.
This guidance takes you through how to implement the Booking and Referral Standard (BaRS) and gain accreditation.

For more information on the NHS England programme delivering the standard please see the <a href="https://digital.nhs.uk/services/booking-and-referral-standard" target="_blank">booking and referral website</a>.
This guide is designed for anyone involved at any stage of going live with BaRS including developers, business analysts and product owners.

You can use this guide to support your analysis and define the scope of your solution. However, as a developer, you may wish to start with the following:
Before starting implementation, we recommend reading the following information:

* {{pagelink:about_bars, text:About BaRS and quick start guide}}
* {{pagelink:about_bars, text:About BaRS}} and {{pagelink:quick-start-guide, text:quick start guide}}
* {{pagelink:design-core-1.3.1, text:End to end workflow }}
* {{pagelink:Home/Applications/BaRS-Applications, text:BaRS Applications}}
* {{pagelink:core-StandardPattern-appointment-1.3.1, text:Standard Appointment Management (use-case agnostic)}}
Expand All @@ -16,7 +16,7 @@ You can use this guide to support your analysis and define the scope of your sol
<br>
<hr>
<br>
The guide is divided into a number of sections:
The implementation guide is divided into sections:

* {{pagelink:about_bars}} provides essential background and guiding principles along with prerequisites
* {{pagelink:design-core-1.3.1, text:BaRS Core}} provides a core set of functionality across version of Core
Expand Down
Loading