diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/Implementation-Guide-Change-Log/1.12.0.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/Implementation-Guide-Change-Log/1.12.0.page.md
index b7781b45..a3143c94 100644
--- a/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/Implementation-Guide-Change-Log/1.12.0.page.md
+++ b/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/Implementation-Guide-Change-Log/1.12.0.page.md
@@ -4,6 +4,9 @@
| Change | Description |
|---------------------------------------|---------------------------------------------------------------------------------------------------------|
+|Applications 1 and 2 minor updates | Optional FHIR resource RelatedPerson added to Referral Request |
+|Applications 8 minor update | Minor changes to narrative and payload in response to consultation feedback |
+|Core Updates | Additional use case category types added |
| Bug fixes and corrections |There have been several bug fixes and corrections in the guide, these includes typos, broken links or corrections.|
diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP1/2.1.0.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP1/2.1.0.page.md
index f92ddfcc..df99f159 100644
--- a/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP1/2.1.0.page.md
+++ b/guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP1/2.1.0.page.md
@@ -9,15 +9,54 @@ This is a minor release with a change to the Implementation Guidance and example
| Change | Description | Impact |
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
-| Added FHIR resource RelatedPerson | Enhanced payload with addition of Related Person to carry Next of Kin details | Addition |
+| Added FHIR resource RelatedPerson | Enhanced payload with addition of Related Person to carry Next of Kin details. | Addition |
+| Amended Encounter resource narrative | Amended Encounter resource narrative to remove ambiguity | Correction |
### Payload Change Log
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
-
-
+ | RelatedPerson.id | | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.meta | | https://www.hl7.org/fhir/resource.html#Meta | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.meta.profile | | This MUST be populated. Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.active | | Where RelatedPerson resource is included in a referral, this SHOULD be included. | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.patient | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.patient.reference | | This MUST be populated with a reference to the Patient resource | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.relationship | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.relationship.coding | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.relationship.coding.system | | This MUST be populated with the CodeSystem from the Value Set https://simplifier.net/hl7fhirukcorer4/valueset-ukcore-personrelationshiptype | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.relationship.coding.code | | This MUST be populated with Code of CodeSystem value. See Value Set https://simplifier.net/hl7fhirukcorer4/valueset-ukcore-personrelationshiptype | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.relationship.coding.display | | This MUST be populated with Display of CodeSystem value. See ValueSet https://simplifier.net/hl7fhirukcorer4/valueset-ukcore-personrelationshiptype | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.name | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.name.text | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.name.family | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.name.given | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking
+| RelatedPerson.name.prefix | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking
+| RelatedPerson.telecom | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.telecom.system | | Where RelatedPerson.telecom is used this MUST used the codeset ContactPointSystem | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.telecom.value | | This MUST be populated with the actual contact point details where RelatedPerson.telecom is used. | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.gender | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.birthDate | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address.use | | This SHOULD be populated. Where used 'home' MUST only be used for the RelatedPerson's official residing address. 'temp' is used for alternative current locations with an address format, otherwise, a Location resource can be used to pinpoint a location without a building address | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address.type | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address.text | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address.line | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address.city | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address.district | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.address.postalCode | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.photo | | This SHOULD NOT be populated. | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.period | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.period.start | | This SHOULD be populated. The start of the period MUST be ‘now’. | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.period.end | | This SHOULD NOT be populated. | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.communication | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.communication.language | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.communication.language.coding | | | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.communication.language.coding.code | | This SHOULD be populated. Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking |
+| RelatedPerson.communication.language.coding.system | | This SHOULD be populated. Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking
+| RelatedPerson.communication.language.coding.display | | This SHOULD be populated. Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking
+| RelatedPerson.communication.preferred| | This SHOULD be populated. Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | non-breaking
111 - ED
111 - UTC
CAS - ED
CAS - UTC
999 - ED
999 - UTC
111 - SDEC
CAS - SDEC
999 - SDEC
111 Online - ED
111 Online - UTC
S&R - ED
S&R - UTC
| 2.0.0 | v1.0.0 | v1.0.0 | +| {{pagelink:application1, text:Booking and Referrals into UEC (Application 1)}} |
111 - ED
111 - UTC
CAS - ED
CAS - UTC
999 - ED
999 - UTC
111 - SDEC
CAS - SDEC
999 - SDEC
111 Online - ED
111 Online - UTC
S&R - ED
S&R - UTC
| 2.1.0 | v1.0.0 | v1.0.0 | | {{pagelink:application3, text: Referral into UEC (Application 3)}} |
999-CAS Referral
| 2.0.0 | v1.0.0 | v1.0.0 |
| {{pagelink:application4, text: Referral into UEC for Validation (Application 4)}} |
999-CAS Validation
999 AST to Falls Lifting Service
999 AST to Community Services
| 2.0.0 | v1.0.0 | v1.0.0 |
| {{pagelink:application5, text: Referrals into Pharmacy (Application 5)}} |
Primary Care to Community Pharmacy (Pharmacy First)
Primary Care to Pharmacy Contraception (Oral Contraception)
Primary Care to Pharmacy Blood Pressure Check Service
| 1.2.0 | v1.3.0 | {{pagelink:design-core-1.5.0, text:v1.3.0}} |
diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Pre-releases/Index.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Pre-releases/Index.page.md
index a7f62b7c..67960e40 100644
--- a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Pre-releases/Index.page.md
+++ b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Pre-releases/Index.page.md
@@ -16,7 +16,7 @@ These guides are designed to be used in conjunction with the documentation for {
| ----------------------------------------------------------------------------|--------------------------------------------------------------- | --------------- | --------------- | --------------- |
| {{pagelink:application6, text: Referrals into an Ambulance Service Trust (Application 6)}} |
CAD to CAD Out of Area Referral
CAD to CAD Call Assist Request
CAD to CAD Mutual Aid Request | 1.0.0-beta.8 | API Spec v1.3.0 and above | {{pagelink:design-core-1.1.4, text:Core v1.3.0 and above}} |
| {{pagelink:application7, text: Bookings into GP Practice (Application 7)}} |
Appointments for Patient facing services into GP Practice | 1.0.0-alpha.4 | API Spec v1.3.0 and above | {{pagelink:design-core-1.1.4, text:Core v1.3.0 and above}} | -| {{pagelink:application8, text: Referrals into a broker for Healthcare Service selection (Application 8)}} |
Advice and guidance referring into electronic Referral Service (eRS)
111 Online referring into electronic Referral Service
nhs.uk referring into electronic Referral Service | 1.0.0-alpha.2 | API Spec v1.3.0 and above | {{pagelink:design-core-1.1.4, text:Core v1.3.0 and above}} |
+| {{pagelink:application8, text: Referrals into a broker for Healthcare Service selection (Application 8)}} |
Advice and guidance referring into electronic Referral Service (eRS)
111 Online referring into electronic Referral Service
nhs.uk referring into electronic Referral Service | 1.0.0-alpha.3 | API Spec v1.3.0 and above | {{pagelink:design-core-1.1.4, text:Core v1.3.0 and above}} |
## Beta Deployment Guide