1.0.0
Change Log
in BaRS 1.9.0
| Change |
Description |
Impact |
| Fixed incorrect character display on GET /Slot description |
Character display for a double quote was illegible. Version 1.0.7 |
correction |
in BaRS 1.8.1
| Change |
Description |
Impact |
| Addition of the use-context HTTP header |
A new header to assist in audting and logging |
Addition |
in BaRS 1.8.0
| Change |
Description |
Impact |
| - The DoS ID examples updated to https |
The https://fhir.nhs.uk/Id/dos-service-id examples now correcly show as https. |
correction |
| - DeviceName Correction |
The example deviceName element in NHSD-Requesting-Software now shows correctly as an Object as defined by the schema |
correction |
Initial Change Log
Initial Change Log
| Change |
Description |
Impact |
| Additions to Headers and requirements change |
Additional header item and requirement changes for existing headers |
breaking correction |
| Additions and changes to query parameters |
New parameters and format changes to existing parameters |
breaking correction |
| Guidance and QoL changes |
Guidance updates and corrections |
correction |
| General |
Corrections and general changes. |
correction |
This Section will list all updates to the BaRS API Specification within the 1.0.0 major release.
This Change log and the specification will be published in preparation for post the March 2023 post private beta release.
The Accept Header must now include a version. The version is mandatory, the specification now shows the Accept header as mandatory to reflect this.
--header 'Accept: application/fhir+json; version=1.0.0-beta'
The following Access Control headers have been made mandatory where they are currently included.
- NHSD-End-User-Organisation (Required)
- NHSD-Requesting-Software (Required)
The following Access Control headers have been reintroduced to the GET /metadata and GET /MessageDefinition endpoints. For consistency, the mandated items match other endpoints.
- NHSD-End-User-Organisation (Required)
- NHSD-Requesting-Software (Required)
- NHSD-Requesting-Practitioner
Parameters
The following parameter has been added to the GET /ServiceRequest endpoint to support searching by identifiers.
- ServiceRequest.identifier
- This will be a unique booking reference number/identifier of a referral, or a unique UUID/GUID for the referral. This is not the same as the ServiceRequest.id
The context parameter for GET /MessageDefinition now allows a preferred system|value format, as opposed to a value.
/MessageDefinition?context=http://fhir.nhs.uk/Id/dos-service-id|2000099999
Guidance and QOL
The descriptions and guidance for all Access Control headers have been expanded.
- NHSD-End-User-Organisation (Required)
- NHSD-Requesting-Software (Required)
- NHSD-Requesting-Practitioner
The description and guidance for _include parameters on GET /Slot has been expanded.
- expressions have been added for clarity.
- minimum usage guidance added.
A simplified diagram has been added to clarify the description of the end-to-end process in the API overview.
Identified typos and spelling mistakes have been corrected.
The description and guidance for GET /metadata has been expanded.
- usage and expected content has been added.
- guidance on obtaining the BaRS Proxy CapabilityStatement has been Added.
General
The API Spec Version has been uplifted to 1.0.0
BaRS Proxy production URL has been added to the Environments and Testing section.
The error handling link now correctly refers to the BaRS Core implementation guidance.
Broken links within the Specifications schema examples have been rectified.
Broken links to the BaRS Standard documentation have been rectified.
Examples included within the Specifications files have been updated for clarity.
Examples referenced by the Specification have been updated for clarity.
The production environment is now listed in the Specification.
The API is now described as in production beta.