From af50b8a099909aec6bf81c25ea34e935c6409744 Mon Sep 17 00:00:00 2001 From: Derek Dreyer <56388818+d-dreyer@users.noreply.github.com> Date: Mon, 11 May 2026 16:03:19 +0100 Subject: [PATCH] Updated App 8 Change Log --- .../TRN-APP8/1.0.0-alpha.2.page.md | 11 +++++++++-- .../BaRSEndpointCatalogue.page.md | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP8/1.0.0-alpha.2.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP8/1.0.0-alpha.2.page.md index eba5b4e9..66f7b2c7 100644 --- a/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP8/1.0.0-alpha.2.page.md +++ b/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP8/1.0.0-alpha.2.page.md @@ -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.|non-breaking| +| Additional Patient Information Link | Added a link to the simplifier example for Additional Patient Information referenced in the Flag section |non-breaking| +| Removed specific Pharmacy References | Removed references to Pharmacy in the guidance where the implication was that it was Pharmacy exclusive. |non-breaking| ### 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 | non-breaking | +| 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 | non-breaking | +| ServiceRequest.occurencePeriod | Timeframe within which pharmacy must manage the referral | Timeframe within which the referral must be managed | Update | Referral Response |Change | non-breaking | +| 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 | non-breaking | +| 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 | non-breaking | +| 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 | non-breaking |