Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,21 @@ This is a pre-release of v1.0.0-alpha.2 - Referrals into a broker for Healthcare

| Change | Description | Impact |
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
| Application 8 released | Referrals into a broker for Healthcare Service selection| |
| Patient Identifier Coding | Removed "Number present but not traced" from the guidance, as it is not valid in this scenario.|<mark style="background-color: LightGreen">non-breaking</mark>|
| Additional Patient Information Link | Added a link to the simplifier example for Additional Patient Information referenced in the Flag section |<mark style="background-color: LightGreen">non-breaking</mark>|
| Removed specific Pharmacy References | Removed references to Pharmacy in the guidance where the implication was that it was Pharmacy exclusive. |<mark style="background-color: LightGreen">non-breaking</mark>|

### Payload Change Log


| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
| | | | | | | |
| Patient.identifier.extension.valueCodeableConcept.coding.code | Where used this MUST be 'number-present-and-verified' or 'number-present-but-not-traced', else no NHS number MUST be sent. | Where used this MUST be 'number-present-and-verified' else no NHS number MUST be sent. | Update | Referral Response |Change | <mark style="background-color: LightGreen">non-breaking</mark> |
| Patient.identifier.extension.valueCodeableConcept.coding.display | Where used this MUST be populated with 'Number present and verified' or 'Number present but not traced'. | Where used this MUST be populated with 'Number present and verified'. | Update | Referral Response |Change | <mark style="background-color: LightGreen">non-breaking</mark> |
| ServiceRequest.occurencePeriod | Timeframe within which pharmacy must manage the referral | Timeframe within which the referral must be managed | Update | Referral Response |Change | <mark style="background-color: LightGreen">non-breaking</mark> |
| Task.code | This MUST be populated with the action (by the specific Pharmacy Service (Referral Type)) the Sender is requesting of the Receiver | This MUST be populated with the action the Sender is requesting of the Receiver | Update | Referral Response |Change | <mark style="background-color: LightGreen">non-breaking</mark> |
| Task.code.coding.code | This MUST be populated with the Code (SNOMED) of action by the Pharmacy Service | This MUST be populated with the Code (SNOMED) of action | Update | Referral Response |Change | <mark style="background-color: LightGreen">non-breaking</mark> |
| Task.code.coding.display | This MUST be populated with the human readable Display (SNOMED) of action by the Pharmacy Service | This MUST be populated with the human readable Display (SNOMED) of action | Update | Referral Response |Change | <mark style="background-color: LightGreen">non-breaking</mark> |

<hr>
<br>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The BaRS Proxy uses the ServiceId in the HTTP Header to reference the BaRS Endpo

* Note the ServiceId used in Service Discovery (NHS Directory of Service or other Service Discovery tool)

* Obtain the service's URL endpoint details from the Receiving supplier or provider. The endpoint will need to be certified and meet the criteria for connection to the BaRS Proxy. More details are available in [Connecting as a receiver](https://simplifier.net/guide/nhsbookingandreferralstandard/Home\Build\Testing-and-Environments\Connect-as-a-receiver.page.md)
* Obtain the service's URL endpoint details from the Receiving supplier or provider. The endpoint will need to be certified and meet the criteria for connection to the BaRS Proxy. More details are available in [Connecting as a receiver](https://simplifier.net/guide/nhsbookingandreferralstandard/Home/Build/Testing-and-Environments/Connect-as-a-receiver)

* Email: <england.bookingandreferralstandard@nhs.net> with the ServiceId and endpoint details. State the environment to be configured, INT or PROD, and include planned dates for testing.

Expand Down
Loading