BaRS API Spec Change Log
This page will list all updates to the BaRS API Specification.
Each section will reference only changes for its specific version.
1.0.0
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.
Headers
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'
- NHSD-End-User-Organisation (Required)
- NHSD-Requesting-Software (Required)
- 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.
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 to the BaRS Standard documentation have been rectified.
The production environment is now listed in the Specification.
The API is now described as in production beta.