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 @@ -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.|

<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <mark style="background-color: Green">Addition</mark> |
| Added FHIR resource RelatedPerson | Enhanced payload with addition of Related Person to carry Next of Kin details. | <mark style="background-color: Green">Addition</mark> |
| Amended Encounter resource narrative | Amended Encounter resource narrative to remove ambiguity | <mark style="background-color: Yellow">Correction</mark> |

### 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.meta | | https://www.hl7.org/fhir/resource.html#Meta | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.patient | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.relationship | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.relationship.coding | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.name | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.name.text | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.name.family | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.name.given | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark>
| RelatedPerson.name.prefix | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark>
| RelatedPerson.telecom | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.gender | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.birthDate | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.address | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.address.type | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.address.text | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.address.line | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.address.city | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.address.district | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.address.postalCode | | Follow UK Core guidance for populating this element | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.photo | | This SHOULD NOT be populated. | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.period | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.period.end | | This SHOULD NOT be populated. | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.communication | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.communication.language | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| RelatedPerson.communication.language.coding | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark> |
| 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 | <mark style="background-color: LightGreen">non-breaking</mark>
| 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 | <mark style="background-color: LightGreen">non-breaking</mark>
| 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 | <mark style="background-color: LightGreen">non-breaking</mark>

<br>
<hr>
Expand Down
Loading
Loading