Skip to content

Commit 228c242

Browse files
authored
Merge pull request #421 from NHSDigital/CGD-122WarningFix
122Fixes
2 parents d31e5f7 + d6264b6 commit 228c242

26 files changed

Lines changed: 30 additions & 22 deletions

File tree

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/Appointment-StandardPattern/toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Index
2-
filename: index.page
2+
filename: index.page.md
33
- name: Introduction
44
filename: Introduction.page.md
55
- name: Initial Booking

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/BaRS-FHIR-Usage/toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Index
2-
filename: Index.page
2+
filename: Index.page.md
33
- name: Introduction
44
filename: Introduction.page.md
55
- name: Frameworks

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/Core-Functionality-Requirements/toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Index
2-
filename: Index.page
2+
filename: Index.page.md
33
- name: Introduction
44
filename: Introduction.page.md
55
- name: All

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/DocumentReference-StandardPattern/Receiver-DocumentReference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ A DocumentReference can be updated by performing a DELETE request with the resou
104104
<a href="https://raw.githubusercontent.com/NHSDigital/NHSDigital-FHIR-BookingAndReferrals/main/BaRS-Images/DocumentReference/BaRS_NRL_Write_Sequence-1.1.0.svg" target="_blank">
105105
<img src="https://raw.githubusercontent.com/NHSDigital/NHSDigital-FHIR-BookingAndReferrals/main/BaRS-Images/DocumentReference/BaRS_NRL_Write_Sequence-1.1.0.svg" ></img></a>
106106

107+
.

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/DocumentReference-StandardPattern/Sender-DocumentReference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,5 @@ Once you have retrieved the resource, you can process it according to your requi
111111
<a href="https://raw.githubusercontent.com/NHSDigital/NHSDigital-FHIR-BookingAndReferrals/main/BaRS-Images/DocumentReference/BaRS_NRL_Search_Sequence-1.1.0.svg" target="_blank">
112112
<img src="https://raw.githubusercontent.com/NHSDigital/NHSDigital-FHIR-BookingAndReferrals/main/BaRS-Images/DocumentReference/BaRS_NRL_Search_Sequence-1.1.0.svg" ></img></a>
113113

114+
.
115+

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/DocumentReference-StandardPattern/toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Index
2-
filename: index.page
2+
filename: index.page.md
33
- name: Introduction
44
filename: Introduction.page.md
55
- name: DocumentReferences for Senders

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/End-to-end-workflow/toc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Index
2-
filename: Index.page
2+
filename: Index.page.md
33
- name: Introduction
44
filename: Introduction.page.md
55
- name: Service Discovery

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/EndpointCatalogue-StandardPattern/Endpoint-Data.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Describing Endpoints will be facilitated by the Organization, HealthcareService
1212
* An Endpoint belongs to a HealthcareService.
1313
* Multiple Endpoints of the same type are not permitted for a HealthcareService
1414

15-
16-
1715
<details>
1816
<summary>> <b class="barslink">Organization</b></summary>
1917
<p>

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/EndpointCatalogue-StandardPattern/Interface.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ The Interface for managing the 3 resources relating to an "endpoint" is detailed
255255

256256
This table describes the parameters currently defined for the Paths defined in the interface table above.
257257

258+
258259
<table><thead>
259260
<tr>
260261
<th>API Path</th>

guides/Live-ImplementationGuide-BaRS/Home/Core/1.2.2/EndpointCatalogue-StandardPattern/Introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ BaRS employs an endpoint catalogue to match Target Identifiers with a stored end
3131

3232
The BaRS endpoints will utilise not only service ids and a physical endpoint, but data describing the healthcare service, the provider of that service and the organization which manages and/or supplies the endpoint in question. This information will be stored using 3 FHIR resources which appropriately describe [Endpoints](http://hl7.org/fhir/R4/endpoint.html), [HealthcareServices](http://hl7.org/fhir/R4/healthcareservice.html) and [Organizations](http://hl7.org/fhir/R4/organization.html).
3333

34-
BaRS will expose an interface to manage this information for each of these resources. Each resource will have a corresponding endpoint on the Proxy to assist in managing these endpoints.
34+
BaRS will expose an interface to manage this information for each of these resources. Each resource will have a corresponding endpoint on the Proxy to assist in managing these endpoints.
35+

0 commit comments

Comments
 (0)