diff --git a/BaRS-Images/EntityMaps/EntityMapReferralRequest-1.0.0.svg b/BaRS-Images/EntityMaps/EntityMapReferralRequest-1.0.0.svg
index b26bc3ef..9f44155c 100644
--- a/BaRS-Images/EntityMaps/EntityMapReferralRequest-1.0.0.svg
+++ b/BaRS-Images/EntityMaps/EntityMapReferralRequest-1.0.0.svg
@@ -1,4 +1,4 @@
-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Payloads.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Payloads.page.md
index a7d88586..99a9a801 100644
--- a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Payloads.page.md
+++ b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Payloads.page.md
@@ -41,7 +41,7 @@ The Encounter is used to represent the interaction between a patient and healthc
In the initial referral request, the Sender will include an Encounter resource as the container for their assessment, which established the need for the referral. This encounter **should** include a reference to the Sender's assessment under *encounter.identifier*. Additionally, the *encounter.episodeOfCare* **must** be populated with a 'Journey ID' reference which can be used in subsequent referrals to allow the audit of the route a patient took through service providers to resolve their initial request for care.
-A second Encounter resource is used to transfer the human readable reference of the newly created referral, at the Receiver side. When a referral request is made, the Receiver **should** include a new, secondary, encounter resource with the status of 'planned' in their synchronous HTTP response to the Sender's request. This new 'planned' encounter will have both an Id and an Identifier value, indicating the Receiver's human readable and local references, respectively. This secondary, 'planned', encounter is not mandatory and has a cardinality of 0..1, unlike the primary encounter resource (1..1)(See the Entity Relationship Diagram for reference). The human readable (Identifier) reference is intended to allow Senders to provide something to the patient which they can take between services to support consistent joined up care, although, it is also a useful link for the services themselves to use when discussing a patient's transition of care. The local (Id) reference is not intended to be human readable but rather machine readable.
+A second Encounter resource is used to transfer the human readable reference of the newly created referral, at the Receiver side. When a referral request is made, the Receiver **should** include a new, secondary, encounter resource with the status of 'planned' in their synchronous HTTP response to the Sender's request. This new 'planned' encounter will have both an id and an identifier value, representing the Receiver's local reference and human readable reference respectively. This secondary, 'planned', encounter is not mandatory and has a cardinality of 0..1, unlike the primary encounter resource (1..1)(See the Entity Relationship Diagram for reference). The human readable (Identifier) reference is intended to allow Senders to provide something to the patient which they can take between services to support consistent joined up care, although, it is also a useful link for the services themselves to use when discussing a patient's transition of care. The local (Id) reference is not intended to be human readable but rather machine readable.
### CarePlan Resource
The CarePlan resource is used in a referral request to communicate the assessment triage outcome and any associated clinical information, based on the assessment performed by the Sender. The Receiver will utilise the detail in this resource to summarise what the previous assessment ascertained about the patient, to be used in any subsequent consultation with the patient.
@@ -79,6 +79,10 @@ Using a nested set of *questionnaireResponse.item*, *questionnaireResponse.linkI
### Consent
In the BaRS UEC Applications the level of consent is stipulated to be for 'Direct Care' only. A referral **must** contain a Consent resource and it **must** adhere to the [example](https://simplifier.net/NHSBookingandReferrals/8fc39b95-89a6-45fb-914f-1458a10e9e14/~json) provided under the BaRS FHIR assets.
+### Related Person
+
+Related Person is used to carry information about the patient's Next of Kin and their contact details. This is different to 3rd party contact details which are carried in the Patient resource.
+
diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Referral-Payload.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Referral-Payload.page.md
index 105579c8..f0dcb5b1 100644
--- a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Referral-Payload.page.md
+++ b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP1/Referral-Payload.page.md
@@ -677,7 +677,62 @@ This payload is used to transmit all the necessary information that is required
| Consent.dateTime | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 0..1 | 26/11/2021 |
+
+
+
+ > Related Person
+
This resource MAY be used to carry details of a next of kin
+ {{tree:https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson , hybrid}}
+
+
+
+| Data Item | Implementation Guidance | Necessity | Profile Cardinality | Example Value(s) |
+|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Related Person | https://simplifier.net/hl7fhirukcorer4/ukcore-relatedperson | | 0..* | |
+| RelatedPerson.id | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | MUST | 0..1 | 246cc75d-90ef-461f-b71e-fde7f899802c |
+| RelatedPerson.meta | https://www.hl7.org/fhir/resource.html#Meta | MUST | 1..1 | |
+| RelatedPerson.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson |
+| RelatedPerson.meta.lastUpdated | This MUST be populated. All resources MUST include 'lastUpdated' value, under meta section which MUST be the same timestamp for each resource when created from new, but MUST be a later timestamp on updates, if the content of a particular resource contains updated info for subsequent updates. Otherwise, maintain the timestamp originally sent. | MUST | 1..1 | 2023-03-08T12:01:08.4677672+00:00 |
+| RelatedPerson.active | Where RelatedPerson resource is included in a referral, this SHOULD be included. | SHOULD | 0..1 | Y |
+| RelatedPerson.patient | | MUST | 1..1 |
+| RelatedPerson.patient.reference | This MUST be populated with a reference to the Patient resource | MUST | 0..1 | urn:uuid:9589gc49-97a2-48d8-968f-b371429208a8 |
+| RelatedPerson.relationship | | MUST | 0..* | |
+| RelatedPerson.relationship.coding | | MUST | 0..* | |
+| RelatedPerson.relationship.coding.system | This MUST be populated with the CodeSystem from the Value Set http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype | MUST | 0..1 | http://terminology.hl7.org/CodeSystem/v2-0131 |
+| RelatedPerson.relationship.coding.code | This MUST be populated with Code of CodeSystem value. See Value Set http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype. | MUST | 0..1 | N |
+| RelatedPerson.relationship.coding.display | This MUST be populated with Display of CodeSystem value. See ValueSet http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype. | MUST | 0..1 | Next-of-Kin |
+| RelatedPerson.name | | MUST | 0..* | |
+| RelatedPerson.name.text | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Mrs Julie Jones |
+| RelatedPerson.name.family | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Jones |
+| RelatedPerson.name.given | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Julie |
+| RelatedPerson.name.prefix | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Mrs |
+| RelatedPerson.telecom | | SHOULD | 0..* | |
+| RelatedPerson.telecom.system | Where RelatedPerson.telecom is used this MUST used the codeset ContactPointSystem | MUST | 0..1 | phone |
+| RelatedPerson.telecom.value | This MUST be populated with the actual contact point details where RelatedPerson.telecom is used. | MUST | 0..1 | 07897123456 |
+| RelatedPerson.gender | Follow UK Core guidance for populating this element | SHOULD | 0..1 | female |
+| RelatedPerson.birthDate | Follow UK Core guidance for populating this element | SHOULD | 0..1 | 1959-05-04 |
+| RelatedPerson.address | | SHOULD | 0..* | |
+| RelatedPerson.address.use | This SHOULD be populated. Where used 'home' MUST only be used for the Related Person'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 | SHOULD | 0..1 | home |
+| RelatedPerson.address.type | Follow UK Core guidance for populating this element | SHOULD | 0..1 | both |
+| RelatedPerson.address.text | Follow UK Core guidance for populating this element | SHOULD | 0..1 | 22 Brightside Crescent, Overtown, West Yorkshire, LS10 4YU |
+| RelatedPerson.address.line | Follow UK Core guidance for populating this element | SHOULD | 0..* | 22 Brightside Crescent |
+| RelatedPerson.address.city | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Overtown |
+| RelatedPerson.address.district | Follow UK Core guidance for populating this element | SHOULD | 0..1 | West Yorkshire |
+| RelatedPerson.address.postalCode | Follow UK Core guidance for populating this element | SHOULD | 0..1 | LS10 4YU |
+| RelatedPerson.photo | This SHOULD NOT be populated. | SHOULD NOT | 0..* | |
+| RelatedPerson.period | | SHOULD | 0..1 | |
+| RelatedPerson.period.start | This SHOULD be populated. The start of the period MUST be ‘now’. | SHOULD | 0..1 | 2023-03-08T12:01:08.4677672+00:00 | |
+| RelatedPerson.period.end | This SHOULD NOT be populated. | SHOULD NOT | 0..1 | |
+| RelatedPerson.Communication | | SHOULD | 0..* | |
+| RelatedPerson.Communication.Language | | SHOULD | 1..1 | |
+| RelatedPerson.Communication.Language.coding | | SHOULD | 1..1 | |
+| RelatedPerson.Communication.Language.coding.code | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | en |
+| RelatedPerson.Communication.Language.coding.system | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage |
+| RelatedPerson.Communication.Language.coding.display | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | English |
+| RelatedPerson.Communication.Language.preferred | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | TRUE |
+
+
-
\ No newline at end of file
+
diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Payloads.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Payloads.page.md
index 36263acd..2dcb13eb 100644
--- a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Payloads.page.md
+++ b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Payloads.page.md
@@ -41,7 +41,7 @@ The Encounter is used to represent the interaction between a patient and healthc
In the initial referral request, the Sender will include an Encounter resource as the container for their assessment, which established the need for the referral. This encounter **should** include a reference to the Sender's assessment under *encounter.identifier*. Additionally, the *encounter.episodeOfCare* **must** be populated with a 'Journey ID' reference which can be used in subsequent referrals to allow the audit of the route a patient took through service providers to resolve their initial request for care.
-A second Encounter resource is used to transfer the human readable reference of the newly created referral, at the Receiver side. When a referral request is made, the Receiver **should** include a new, secondary, encounter resource with the status of 'planned' in their synchronous HTTP response to the Sender's request. This new 'planned' encounter will have both an Id and an Identifier value, indicating the Receiver's human readable and local references, respectively. This secondary, 'planned', encounter is not mandatory and has a cardinality of 0..1, unlike the primary encounter resource (1..1)(See the Entity Relationship Diagram for reference). The human readable (Identifier) reference is intended to allow Senders to provide something to the patient which they can take between services to support consistent joined up care, although, it is also a useful link for the services themselves to use when discussing a patient's transition of care. The local (Id) reference is not intended to be human readable but rather machine readable.
+A second Encounter resource is used to transfer the human readable reference of the newly created referral, at the Receiver side. When a referral request is made, the Receiver **should** include a new, secondary, encounter resource with the status of 'planned' in their synchronous HTTP response to the Sender's request. This new 'planned' encounter will have both an id and an identifier value, representing the Receiver's local reference and human readable reference respectively. This secondary, 'planned', encounter is not mandatory and has a cardinality of 0..1, unlike the primary encounter resource (1..1)(See the Entity Relationship Diagram for reference). The human readable (Identifier) reference is intended to allow Senders to provide something to the patient which they can take between services to support consistent joined up care, although, it is also a useful link for the services themselves to use when discussing a patient's transition of care. The local (Id) reference is not intended to be human readable but rather machine readable.
### CarePlan Resource
The CarePlan resource is used in a referral request to communicate the assessment triage outcome and any associated clinical information, based on the assessment performed by the Sender. The Receiver will to utilise the detail in this resource to summarise what the previous assessment ascertained about the patient, to be used in any subsequent consultation with the patient.
@@ -78,6 +78,10 @@ Using a nested set of *questionnaireResponse.item*, *questionnaireResponse.linkI
### Consent
In the BaRS UEC Applications the level of consent is stipulated to be for 'Direct Care' only. A referral **must** contain a Consent resource and it **must** adhere to the [example](https://simplifier.net/NHSBookingandReferrals/8fc39b95-89a6-45fb-914f-1458a10e9e14/~json) provided under the BaRS FHIR assets.
+### Related Person
+
+Related Person is used to carry information about the patient's Next of Kin and their contact details. This is different to 3rd party contact details which are carried in the Patient resource.
+
diff --git a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Referral-Payload.page.md b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Referral-Payload.page.md
index 8e6d4e4b..9916ce47 100644
--- a/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Referral-Payload.page.md
+++ b/guides/Live-ImplementationGuide-BaRS/Home/Applications/BaRS-Applications/Applications/BaRS-APP2/Referral-Payload.page.md
@@ -642,6 +642,61 @@ This payload is used to transmit all the necessary information that is required
| Consent.dateTime | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 0..1 | 26/11/2021 |
+
+
+
+ > Related Person
+
This resource MAY be used to carry details of a next of kin
+ {{tree:https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson , hybrid}}
+
+
+
+| Data Item | Implementation Guidance | Necessity | Profile Cardinality | Example Value(s) |
+|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| Related Person | https://simplifier.net/hl7fhirukcorer4/ukcore-relatedperson | | 0..* | |
+| RelatedPerson.id | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | MUST | 0..1 | 246cc75d-90ef-461f-b71e-fde7f899802c |
+| RelatedPerson.meta | https://www.hl7.org/fhir/resource.html#Meta | MUST | 1..1 | |
+| RelatedPerson.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson |
+| RelatedPerson.meta.lastUpdated | This MUST be populated. All resources MUST include 'lastUpdated' value, under meta section which MUST be the same timestamp for each resource when created from new, but MUST be a later timestamp on updates, if the content of a particular resource contains updated info for subsequent updates. Otherwise, maintain the timestamp originally sent. | MUST | 1..1 | 2023-03-08T12:01:08.4677672+00:00 |
+| RelatedPerson.active | Where RelatedPerson resource is included in a referral, this SHOULD be included. | SHOULD | 0..1 | Y |
+| RelatedPerson.patient | | MUST | 1..1 |
+| RelatedPerson.patient.reference | This MUST be populated with a reference to the Patient resource | MUST | 0..1 | urn:uuid:9589gc49-97a2-48d8-968f-b371429208a8 |
+| RelatedPerson.relationship | | MUST | 0..* | |
+| RelatedPerson.relationship.coding | | MUST | 0..* | |
+| RelatedPerson.relationship.coding.system | This MUST be populated with the CodeSystem from the Value Set http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype | MUST | 0..1 | http://terminology.hl7.org/CodeSystem/v2-0131 |
+| RelatedPerson.relationship.coding.code | This MUST be populated with Code of CodeSystem value. See Value Set http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype. | MUST | 0..1 | N |
+| RelatedPerson.relationship.coding.display | This MUST be populated with Display of CodeSystem value. See ValueSet http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype. | MUST | 0..1 | Next-of-Kin |
+| RelatedPerson.name | | MUST | 0..* | |
+| RelatedPerson.name.text | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Mrs Julie Jones |
+| RelatedPerson.name.family | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Jones |
+| RelatedPerson.name.given | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Julie |
+| RelatedPerson.name.prefix | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Mrs |
+| RelatedPerson.telecom | | SHOULD | 0..* | |
+| RelatedPerson.telecom.system | Where RelatedPerson.telecom is used this MUST used the codeset ContactPointSystem | MUST | 0..1 | phone |
+| RelatedPerson.telecom.value | This MUST be populated with the actual contact point details where RelatedPerson.telecom is used. | MUST | 0..1 | 07897123456 |
+| RelatedPerson.gender | Follow UK Core guidance for populating this element | SHOULD | 0..1 | female |
+| RelatedPerson.birthDate | Follow UK Core guidance for populating this element | SHOULD | 0..1 | 1959-05-04 |
+| RelatedPerson.address | | SHOULD | 0..* | |
+| RelatedPerson.address.use | This SHOULD be populated. Where used 'home' MUST only be used for the Related Person'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 | SHOULD | 0..1 | home |
+| RelatedPerson.address.type | Follow UK Core guidance for populating this element | SHOULD | 0..1 | both |
+| RelatedPerson.address.text | Follow UK Core guidance for populating this element | SHOULD | 0..1 | 22 Brightside Crescent, Overtown, West Yorkshire, LS10 4YU |
+| RelatedPerson.address.line | Follow UK Core guidance for populating this element | SHOULD | 0..* | 22 Brightside Crescent |
+| RelatedPerson.address.city | Follow UK Core guidance for populating this element | SHOULD | 0..1 | Overtown |
+| RelatedPerson.address.district | Follow UK Core guidance for populating this element | SHOULD | 0..1 | West Yorkshire |
+| RelatedPerson.address.postalCode | Follow UK Core guidance for populating this element | SHOULD | 0..1 | LS10 4YU |
+| RelatedPerson.photo | This SHOULD NOT be populated. | SHOULD NOT | 0..* | |
+| RelatedPerson.period | | SHOULD | 0..1 | |
+| RelatedPerson.period.start | This SHOULD be populated. The start of the period MUST be ‘now’. | SHOULD | 0..1 | 2023-03-08T12:01:08.4677672+00:00 | |
+| RelatedPerson.period.end | This SHOULD NOT be populated. | SHOULD NOT | 0..1 | |
+| RelatedPerson.Communication | | SHOULD | 0..* | |
+| RelatedPerson.Communication.Language | | SHOULD | 1..1 | |
+| RelatedPerson.Communication.Language.coding | | SHOULD | 1..1 | |
+| RelatedPerson.Communication.Language.coding.code | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | en |
+| RelatedPerson.Communication.Language.coding.system | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | https://fhir.hl7.org.uk/CodeSystem/UKCore-HumanLanguage |
+| RelatedPerson.Communication.Language.coding.display | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | English |
+| RelatedPerson.Communication.Language.preferred | This SHOULD be populated. Follow UK Core guidance for populating this element | SHOULD | 0..1 | TRUE |
+
+