You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/How-does-it-work.page.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -581,7 +581,7 @@ Receive_Request
581
581
582
582
if (Message=="update")
583
583
{
584
-
if (currentLocalData.LastUpdated>originaRequest.ReceivedDate)
584
+
if (currentLocalData.LastUpdated>originalRequest.ReceivedDate)
585
585
{
586
586
OperationOutcome.issue.code="conflict"
587
587
throwexceptionwith'REC_CONFLICT'
@@ -592,7 +592,7 @@ Receive_Request
592
592
{
593
593
if (currentLocalData.Item.exists)
594
594
{
595
-
if (currentLocalData.LastUpdated>originaRequest.Received)
595
+
if (currentLocalData.LastUpdated>originalRequest.Received)
596
596
{
597
597
OperationOutcome.issue.code="conflict"
598
598
throwexceptionwith'REC_CONFLICT'
@@ -720,7 +720,20 @@ This means that these services will only accept a referral if a booking has also
720
720
721
721
If no appointment is available then a referral should not be made.
722
722
723
-
To achieve this, a "service attribute" is configurable against services. This will allow the service to be flagged as "booking only". Therefore if this attribute is present on the service all consumer systems should withhold referrals. <ahref="https://developer.nhs.uk/apis/dos-api/ccs_fields_v1.5_service_attribute.html"target="_blank">The DoS API documentation for this can be found here</a>.
723
+
To achieve this, a "service attribute" is configurable against services. This will allow the service to be flagged as "booking only". Therefore if this attribute is present on the service all consumer systems should withhold referrals. <ahref="https://digital.nhs.uk/developer/api-catalogue/directory-of-services-urgent-and-emergency-care-rest"target="_blank">The DoS API documentation for this can be found here</a>.
724
+
725
+
<divmarkdown="span"class="alert alert-warning"role="alert"><iclass="fa fa-warning"></i><b> Important:</b> DOS API Deprecation <hr>
726
+
<p> The current version of the DOS API is being deprecated, with a new API currently in Beta. <ahref="https://digital.nhs.uk/developer/api-catalogue/directory-of-services-search-api">Documentation for the new API can be found here</a>, which includes the estimated roadmap.
727
+
<p> Whilst suppliers can continue to develop towards the current API, this would then require future rework to utilize the new API as the deprecation process continues.
728
+
<p> For more information on the deprecation, as well as guidance on onboarding and implementing towards the new API, please contact the DOS team directly.
729
+
<p> You can contact the DOS team via one of the contact options below, stating <b>“For the attention of Find the Right Service Team – Integrated Search.”</b>
Copy file name to clipboardExpand all lines: guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/How-does-it-work.page.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,7 +382,7 @@ Receive_Request
382
382
383
383
if (Message=="update")
384
384
{
385
-
if (currentLocalData.LastUpdated>originaRequest.ReceivedDate)
385
+
if (currentLocalData.LastUpdated>originalRequest.ReceivedDate)
386
386
{
387
387
OperationOutcome.issue.code="conflict"
388
388
throwexceptionwith'REC_CONFLICT'
@@ -393,7 +393,7 @@ Receive_Request
393
393
{
394
394
if (currentLocalData.Item.exists)
395
395
{
396
-
if (currentLocalData.LastUpdated>originaRequest.Received)
396
+
if (currentLocalData.LastUpdated>originalRequest.Received)
397
397
{
398
398
OperationOutcome.issue.code="conflict"
399
399
throwexceptionwith'REC_CONFLICT'
@@ -521,7 +521,20 @@ This means that these services will only accept a referral if a booking has also
521
521
522
522
If no appointment is available then a referral should not be made.
523
523
524
-
To achieve this, a "service attribute" is configurable against services. This will allow the service to be flagged as "booking only". Therefore if this attribute is present on the service all consumer systems should withhold referrals. <ahref="https://developer.nhs.uk/apis/dos-api/ccs_fields_v1.5_service_attribute.html"target="_blank">The DoS API documentation for this can be found here</a>.
524
+
To achieve this, a "service attribute" is configurable against services. This will allow the service to be flagged as "booking only". Therefore if this attribute is present on the service all consumer systems should withhold referrals. <ahref="https://digital.nhs.uk/developer/api-catalogue/directory-of-services-urgent-and-emergency-care-rest"target="_blank">The DoS API documentation for this can be found here</a>.
525
+
526
+
<divmarkdown="span"class="alert alert-warning"role="alert"><iclass="fa fa-warning"></i><b> Important:</b> DOS API Deprecation <hr>
527
+
<p> The current version of the DOS API is being deprecated, with a new API currently in Beta. <ahref="https://digital.nhs.uk/developer/api-catalogue/directory-of-services-search-api">Documentation for the new API can be found here</a>, which includes the estimated roadmap.
528
+
<p> Whilst suppliers can continue to develop towards the current API, this would then require future rework to utilize the new API as the deprecation process continues.
529
+
<p> For more information on the deprecation, as well as guidance on onboarding and implementing towards the new API, please contact the DOS team directly.
530
+
<p> You can contact the DOS team via one of the contact options below, stating <b>“For the attention of Find the Right Service Team – Integrated Search.”</b>
<li>Telephone - 0300 3035035 - Please call if your query is urgent </li>
536
+
</ul>
537
+
</div>
525
538
526
539
##### Workflow
527
540
@@ -550,6 +563,6 @@ This attribute will have three possible states:
550
563
* present and false
551
564
* present and true
552
565
553
-
For the first two cases, it can be assumed that referrals can be made without a booking. Only if the attribute is *present***and***true* should a referral be witheld if there has been no booking.
566
+
For the first two cases, it can be assumed that referrals can be made without a booking. Only if the attribute is *present***and***true* should a referral be withheld if there has been no booking.
Copy file name to clipboardExpand all lines: guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP5/How-does-it-work.page.md
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,31 @@ To support the workflows for this application of the standard the operations tha
16
16
17
17
### Find a Service
18
18
19
-
The BaRS referral process as shown above does not include guidance on how a user should determine if a referral to Pharmacy is appropriate for the patient. It is the responsibility of the referring organisaton to ensure patients are pre-screened by GP Practice staff (care navigators or clinicians) prior to beginning the referral process, using their own judgement or an appropriate triage tool.
19
+
The BaRS referral process as shown above does not include guidance on how a user should determine if a referral to Pharmacy is appropriate for the patient. It is the responsibility of the referring organisation to ensure patients are pre-screened by GP Practice staff (care navigators or clinicians) prior to beginning the referral process, using their own judgement or an appropriate triage tool.
20
20
21
21
#### Directory of Services API
22
22
23
+
<divmarkdown="span"class="alert alert-warning"role="alert"><iclass="fa fa-warning"></i><b> Important:</b> DOS API Deprecation <hr>
24
+
<p> The current version of the DOS API, as described below, is being deprecated, with a new API currently in Beta. <ahref="https://digital.nhs.uk/developer/api-catalogue/directory-of-services-search-api">Documentation for the new API can be found here</a>, which includes the estimated roadmap.
25
+
<p> Whilst suppliers can continue to develop towards the current API, this would then require future rework to utilize the new API as the deprecation process continues.
26
+
<p> For more information on the deprecation, as well as guidance on onboarding and implementing towards the new API, please contact the DOS team directly.
27
+
<p> You can contact the DOS team via one of the contact options below, stating <b>“For the attention of Find the Right Service Team – Integrated Search.”</b>
<li>Telephone - 0300 3035035 - Please call if your query is urgent </li>
33
+
</ul>
34
+
</div>
35
+
23
36
Pharmacy services are profiled on the <ahref="https://digital.nhs.uk/services/directory-of-services-dos"target="_blank">Directory of Services (DoS).</a>
24
37
25
38
For this application, systems should use the <ahref="https://digital.nhs.uk/developer/api-catalogue/directory-of-services-urgent-and-emergency-care-rest"target="_blank">Directory of Services - Urgent and Emergency Care - REST API.</a>
26
39
27
40
Details on how to develop to use this API and onboard to use it in production, are provided in the links above.
28
41
29
42
For this application the Service Type search will be used:
30
-
<ahref="https://developer.nhs.uk/apis/dos-api/byServiceType.html"target="_blank">Search by Service Type | docs-dos-api (developer.nhs.uk).</a>
43
+
<ahref="https://digital.nhs.uk/developer/api-catalogue/directory-of-services-urgent-and-emergency-care-rest#get-/services/byServiceType/-caseId-/-postcode-/-searchDistance-/-gppracticeId-/-age-/-gender-/-disposition-/-serviceTypeIds-/-numberPerType-"target="_blank">Search by Service Type.</a>
31
44
32
45
33
46
#### Guidance on how to call the DoS API
@@ -46,7 +59,7 @@ The search parameters to be used are as follows:
46
59
<th>Parameter</th>
47
60
<th>Type</th>
48
61
<th>Required?</th>
49
-
<th>GP to Pharamcy Guidance Notes</th>
62
+
<th>GP to Pharmacy Guidance Notes</th>
50
63
</tr>
51
64
</thead>
52
65
<tbody>
@@ -517,7 +530,7 @@ Receive_Request
517
530
518
531
if (Message=="update")
519
532
{
520
-
if (currentLocalData.LastUpdated>originaRequest.ReceivedDate)
533
+
if (currentLocalData.LastUpdated>originalRequest.ReceivedDate)
521
534
{
522
535
OperationOutcome.issue.code="conflict"
523
536
throwexceptionwith'REC_CONFLICT'
@@ -528,7 +541,7 @@ Receive_Request
528
541
{
529
542
if (currentLocalData.Item.exists)
530
543
{
531
-
if (currentLocalData.LastUpdated>originaRequest.Received)
544
+
if (currentLocalData.LastUpdated>lRequest.Received)
Copy file name to clipboardExpand all lines: guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP5/Scope-and-Requirements.page.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The payload and workflow have been designed to support this service. Other {{pag
16
16
### Functional Scope
17
17
**Service Discovery**
18
18
- Establishing a service to direct requests to is a mandatory step in the workflow
19
-
- There is no restriction on the service discovery tools used. Any are capable of being supported whether national or proprietary. However, the NHS England Directory of Services supports this application and futher details are provided in the 'Find a Service' section
19
+
- There is no restriction on the service discovery tools used. Any are capable of being supported whether national or proprietary. However, the NHS England Directory of Services supports this application and further details are provided in the 'Find a Service' section
20
20
- The service **must** be configured within the BaRS infrastructure (Endpoint Catalogue) before requests can be made
21
21
22
22
**Referral**
@@ -32,7 +32,7 @@ The payload and workflow have been designed to support this service. Other {{pag
32
32
- Consent within BaRS will be for Direct-Care only
33
33
- Certificates for Receiving messages to use nhs.uk domains only
34
34
- Receiving endpoints are to be internet facing
35
-
-Clincial Constraints exist - See Hazard Log
35
+
-Clinical Constraints exist - See Hazard Log
36
36
- No element level 'updates' to requests are supported. A new request must be generated to change information in the referral request
37
37
- Where an Online Consultation tool is used to refer, the referral must be verified by a human representative of the sending organisation before the request is made
38
38
- Referrals to the Oral Contraception service must adhere to the [published policy specification](https://www.england.nhs.uk/long-read/nhs-pharmacy-contraception-service/)
@@ -78,7 +78,7 @@ The payload and workflow have been designed to support this service. Other {{pag
78
78
79
79
**Re-refer**
80
80
- The referral Sender **must** be capable of re-referring within the current consultation or after the consultation event
81
-
- If the patient recontacts the sending service after the sender's consultation has been completed, the patient **should** be reassessed prior to attempting to re-refer
81
+
- If the patient re-contacts the sending service after the sender's consultation has been completed, the patient **should** be reassessed prior to attempting to re-refer
82
82
- The referral Sender **should** revoke the original referral prior to making a re-referral, whether within the current consultation or after the consultation event
83
83
- Where the re-referral was <ins>not</ins> successful, the Receiver **must** send an appropriate response. See {{pagelink:core-failure_scenarios-1.4.1, text:failure scenarios}} for more detail.
84
84
- Where the re-referral was <ins>not</ins> successful, the Sender **must** present an appropriate message to the end user. See {{pagelink:core-failure_scenarios-1.4.1, text:failure scenarios}} for more detail.
0 commit comments