Skip to content

Commit f2850ae

Browse files
committed
1.3ReleaseNote
1 parent cc96ff3 commit f2850ae

4 files changed

Lines changed: 35 additions & 45 deletions

File tree

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/API-Spec-Change-Log/1.2.0.page.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ topic: TRN-API-1.2.0
3030
<br>
3131
<hr>
3232

33-
### Previous Releases
34-
35-
3633
#### Initial release In BaRS 1.5.0
3734

3835
<details>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
topic: TRN-API-1.3.0
3+
---
4+
<br>
5+
6+
<div class="bars-blg-expander">
7+
<div class="bars-blg-expander-entry" id="v1.3.0">
8+
9+
## {{page-title}}
10+
11+
### Change Log
12+
13+
### in BaRS 1.9.0
14+
15+
| Change | Description | Impact |
16+
|----------------------------------------------|---------------------------------------------------------------------|--------|
17+
| <div class="imgHandshake">{{render:handshake}}</div> - Additional patient demographic parameters added to GET /Appointment | 1.9.0 | Patient demographic parameters (Name, Date of Birth and Address) added to support patient lookup for cancellation and update workflows. | <mark style="background-color: Green">Addition</mark> |
18+
| <div class="imgHandshake">{{render:handshake}}</div> - - Additional patient demographic parameters added to GET /ServiceRequest | 1.9.0 | Patient demographic parameters (Name, Date of Birth and Address) added to support patient lookup for cancellation and update workflows. | <mark style="background-color: Green">Addition</mark> |
19+
| Fixed incorrect character display on GET /Slot description | 1.9.0 | Character display for a double quote was displaying oddly. | <mark style="background-color: Yellow">correction</mark> |
20+
21+
22+
<br>
23+
<hr>
24+
25+
</div>
26+
</div>
27+
28+
<hr>
29+
<br>

guides/Live-ImplementationGuide-BaRS/Home/About-BaRS/Releases/Technical-Release-Notes/API-Spec-Change-Log/Global.page.md

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ topic: TRN-API-global
88

99
| Change | BaRS Version | Description | Impact |
1010
|------------------------------------------------|--------------|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
11+
| <div class="imgHandshake">{{render:handshake}}</div> - Additional patient demographic parameters added to GET /Appointment | 1.9.0 | Patient demographic parameters (Name, Date of Birth and Address) added to support patient lookup for cancellation and update workflows. | <mark style="background-color: Green">Addition</mark> |
12+
| <div class="imgHandshake">{{render:handshake}}</div> - - Additional patient demographic parameters added to GET /ServiceRequest | 1.9.0 | Patient demographic parameters (Name, Date of Birth and Address) added to support patient lookup for cancellation and update workflows. | <mark style="background-color: Green">Addition</mark> |
13+
| Fixed incorrect character display on GET /Slot description | 1.9.0 | Character display for a double quote was displaying oddly. | <mark style="background-color: Yellow">correction</mark> |
1114
| Removal of use-context HTTP header | 1.8.2 |Restricted the use of the use-context header to non-write operations | <mark style="background-color: Yellow">correction</mark> |
1215
| Improvments to header documentation | 1.8.2 |Added better explanations for most of the headers needed | <mark style="background-color: Green">Addition</mark> |
1316
| Addition of the use-context HTTP header | 1.8.1 | A new header to assist in {{pagelink:core-EndToEndWorkflow-Logging-1.0.5, text: audting and logging}} | <mark style="background-color: Green">Addition</mark> |
@@ -19,45 +22,4 @@ topic: TRN-API-global
1922
| Improvement to DocumentReference Schema | 1.5.0 | the DocumentReference Schemas have been flattend for easier consumption | <mark style="background-color: Yellow">correction</mark> |
2023
| <div class="imgHandshake">{{render:handshake}}</div> - Corrections to example references containing http. | 1.5.0 | Several references to http://fhir.nhs.uk have been corrected to "https". | <mark style="background-color: Yellow">correction</mark> |
2124

22-
This Section will list all updates to the BaRS API Specification within the 1.2.0 minor release, published for BaRS 1.5.0.
23-
24-
### Publication of the 1.2.0 API Specification (in development)
25-
26-
The API Spec landing page will now have the an additional version to select to view. At present this will present 1.0.0, 1.1.0 and 1.2.0, with links to each specification. 1.1 and 1.2.0 are currently in development.
27-
28-
### Endpoint Catalogue
29-
30-
**EndpointCatalogue related Endpoints have been added to the specification in preparation for future use cases.**
31-
32-
The following endpoints are now available in the 1.2.0 specification. These endpoints will be used in future use cases and future iterations of current use cases.
33-
34-
* GET /Endpoint
35-
* GET /HealthcareService
36-
* GET /Organization
37-
* GET /Endpoint/[id]
38-
* GET /HealthcareService/[id]
39-
* GET /Organization/[id]
40-
* PUT /Endpoint/[id]
41-
* PUT /HealthcareService/[id]
42-
* PUT /Organization/[id]
43-
* DELETE /Endpoint/[id]
44-
* DELETE /HealthcareService/[id]
45-
* DELETE /Organization/[id]
46-
47-
### Appointment
48-
49-
The following endpoints have been provisionally added to the 1.2.0 specification. These endpoints will be used in future use cases and future iterations of current use cases.
50-
51-
* POST /Appointment/[id]
52-
* PUT /Appointment/[id]
53-
* PATCH /Appointment/[id]
54-
* DELETE /Appointment/[id]
55-
56-
### ServiceRequest
57-
58-
The following endpoints have been provisionally added to the 1.2.0 specification. These endpoints will be used in future use cases and future iterations of current use cases.
59-
60-
* POST /Appointment/[id]
61-
* PUT /Appointment/[id]
62-
* PATCH /Appointment/[id]
63-
* DELETE /Appointment/[id]
25+
### Previous Releases

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
filename: Index.page.md
33
- name: Global
44
filename: Global.page.md
5+
- name: 1.3.0
6+
filename: 1.3.0.page.md
57
- name: 1.2.0
68
filename: 1.2.0.page.md
79
- name: 1.1.0

0 commit comments

Comments
 (0)