Skip to content

Commit b0393fe

Browse files
authored
Merge pull request #540 from NHSDigital/20260216-LD-IG-1.11.0-Dev-1
20260216 ld ig 1.11.0 dev 1
2 parents e88c579 + ff88b05 commit b0393fe

14 files changed

Lines changed: 66 additions & 15 deletions

File tree

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/About-BaRS/Quick-Start-Guide.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We recommend reading the following documentation as part of the discovery stage
1111
* [BaRS FHIR API specification](https://digital.nhs.uk/developer/api-catalogue/booking-and-referral-fhir/v1.3.0)
1212

1313
### Onboarding
14-
{{pagelink:Home/Build/Testing-and-Environments/Onboarding.page.md, text:Onboarding}} with our platform is a self-service process. This step is required to make requests of the BaRS API and have requests forwarded to your endpoint, as a Receiver. This **must** occur on both Integration (INT) and Production environments. The {{pagelink:Home/Build/Testing-and-Environments/Onboarding.page.md, text: full step-by-step onboarding guide}} can be followed by any solution on either environment.
14+
{{pagelink:Testing-and-Environments, text:Connecting to environments}} on our platform is a self-service process. This step is required to make requests of the BaRS API and have requests forwarded to your endpoint, as a Receiver. This **must** occur on both Integration (INT) and Production environments.
1515

1616
Full details of the security model adopted by the platform can be found under the [security](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/application-restricted-restful-apis-signed-jwt-authentication) section.
1717

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/BaRS-Principles-and-Prerequisites/Principles-and-prerequisites.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This page describes BaRS principles and prerequisites for suppliers. Elements of
2626
3. Systems MUST support JSON formats for all API interactions
2727
4. Systems SHOULD have a FHIR Server or FHIR functionality in place
2828
5. Systems SHOULD implement RESTful behaviour patterns
29-
6. System Suppliers MUST complete the {{pagelink:Home/Build/Testing-and-Environments/Onboarding.page.md, text:BaRS onboarding process}}
29+
6. System Suppliers MUST complete the {{pagelink:Testing-and-Environments, text:BaRS connecting to environments process}}
3030
7. Systems MUST support Service Discovery
3131

3232
<br>

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/Implementation-Guide-Change-Log/1.10.0.page.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<div class="bars-blg-expander">
2+
3+
<div class="bars-blg-expander-entry" id="v1.10.0">
14
### 1.10.0
25

36
## Implementation Guide Changes
@@ -10,7 +13,11 @@
1013
| Assure |Provided clarity on the expectations and limitation of the assurance process.|
1114
| Testing and environments |Onboarding renamed to Connecting to environments. Specific sections created for Connecting as a sender and Connecting as a receiver to make navigation easier and give step by step guidance.
1215

16+
<p>
17+
</div>
18+
</div>
19+
1320
<br>
1421
<hr>
1522

16-
### Previous Releases
23+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### 1.11.0
2+
3+
## Implementation Guide Changes
4+
5+
| Change | Description |
6+
|---------------------------------------|---------------------------------------------------------------------------------------------------------|
7+
| Bug fixes and corrections |There have been several bug fixes and corrections in the guide, these includes typos, broken links or corrections.|
8+
9+
<br>
10+
<hr>
11+
12+
### Previous Releases

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/Implementation-Guide-Change-Log/toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- name: Index
22
filename: Index.page.md
3+
- name: 1.11.0
4+
filename: 1.11.0.page.md
35
- name: 1.10.0
46
filename: 1.10.0.page.md
57
- name: 1.9.0
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<div class="bars-blg-expander">
2+
<div class="bars-blg-expander-entry" id="v1.0.0-beta.6">
3+
14
## {{page-title}}
25
This is a minor "patch" with clarifications to limited areas of the Implementation Guidance and examples for v1.0.0-beta.6
36

@@ -11,20 +14,16 @@ This is a minor "patch" with clarifications to limited areas of the Implementati
1114
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
1215
|
1316
| FHIR BaRS CodeSystem values added for Location Types | Values for Helimed From and Helimed To added | <mark style="background-color: LightGreen">non-breaking</mark> |
14-
| FHIR BaRS CodeSystem value added for Flag Categories | Value for Call Warning added | <mark style="background-color: LightGreen">non-breaking</mark> |
15-
| Updated FHIR Questionnaire and QuestionnaireResponse guidance | Guidance updated to reflect Nature of Call published Questionnaire being removed for beta | <mark style="background-color: LightGreen">non-breaking</mark> |
1617

1718
### Payload Change Log
1819

1920

2021
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
2122
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
2223
| QuestionnaireResponse.extension.valueCodeableConcept.text | This SHOULD be populated with the name of the questionnaire responses contained within. | This SHOULD be populated with the name of the questionnaire responses contained within. For the Nature-of-call response this MUST be set to 'Nature of Call (NOC)' | Update | Referral Request |Changes to use of QuestionnaireResponse for Nature-of-call | <mark style="background-color: LightGreen">non-breaking</mark> |
23-
| QuestionnaireResponse.questionnaire | Example updated - https://fhir.nhs.uk/Questionnaire/NOC | Example updated - https://fhir.nhs.uk/Questionnaire/PTS | Update | Referral Request |Changes to use of QuestionnaireResponse for Nature-of-call | <mark style="background-color: LightGreen">non-breaking</mark> |
24-
| QuestionnaireResponse.questionnaire | Necessity Updated - MUST | Necessity Updated - MAY | Update | Referral Request |Changes to use of QuestionnaireResponse for Nature-of-call | <mark style="background-color: LightGreen">non-breaking</mark> |
2524

25+
</div>
26+
</div>
2627

2728
<br>
2829
<hr>
29-
30-
### Previous Releases
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## {{page-title}}
2+
This is a minor "patch" with clarifications to limited areas of the Implementation Guidance and examples for v1.0.0-beta.7
3+
4+
### Application Change Log
5+
6+
7+
<br>
8+
9+
10+
| Change | Description | Impact |
11+
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
12+
|
13+
| Implementation guidance updated | patient.id implementation guidance corrected | <mark style="background-color: Yellow">correction</mark> |
14+
15+
16+
### Payload Change Log
17+
18+
19+
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
20+
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
21+
| patient.id | This SHOULD be populated with the name of the questionnaire responses contained within. | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | Update | Referral Request |Bug fix | <mark style="background-color: Yellow">correction</mark> |
22+
| patient.id | This SHOULD be populated with the name of the questionnaire responses contained within. | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | Update | Referral Response |Bug fix | <mark style="background-color: Yellow">correction</mark> |
23+
24+
25+
26+
<br>
27+
<hr>
28+
29+
### Previous Releases

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/TRN-APP6/toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- name: Index
22
filename: Index.page.md
3+
- name: 1.0.0-beta.7
4+
filename: 1.0.0-beta.7.page.md
35
- name: 1.0.0-beta.6
46
filename: 1.0.0-beta.6.page.md
57
- name: 1.0.0-beta.5

guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP6/Referral-Payload.page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ This payload is used to transmit all the necessary information that is required
232232
| Data Item | Implementation Guidance | Necessity | Profile Cardinality | Example Value(s) |
233233
|------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|---------------------|--------------------------------------------------------------------------------------------------------------------------|
234234
| Patient | This resource is used to communicate details about the patient who is the subject of the referral.<br>It also includes contact information for third parties when required.<br><br>https://simplifier.net/hl7fhirukcorer4/ukcore-patient | | 1..1 | |
235-
| Patient.id | It also includes contact information for third parties when required. | MUST | 0..1 | 9589fb37-87a2-48d8-968f-b371429208a8 |
235+
| Patient.id | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | MUST | 0..1 | 9589fb37-87a2-48d8-968f-b371429208a8 |
236236
| Patient.meta | https://simplifier.net/hl7fhirukcorer4/ukcore-patient | MUST | 1..1 | |
237237
| Patient.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient |
238238
| Patient.meta.LastUpdate | All resources MUST include 'lastUpdated' value, under meta section which must be the same timestamp for each resource when created from new, but must be a later timestamp on updates, if the content of a particular resource contains updated info for subsequent updates. Otherwise, maintain the timestamp originally sent. | MUST | 1..1 | 2023-03-08T12:01:08.4677672+00:00 |

0 commit comments

Comments
 (0)