Skip to content

Commit 6242052

Browse files
authored
Merge pull request #615 from NHSDigital/20260708-LD-IG-1.12.0-fixes-1
Application version table updates
2 parents b93cf89 + 0edd55a commit 6242052

9 files changed

Lines changed: 95 additions & 16 deletions

File tree

guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/Implementation-Guide-Change-Log/1.12.0.page.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
| Change | Description |
66
|---------------------------------------|---------------------------------------------------------------------------------------------------------|
7+
|Applications 1 and 2 minor updates | Optional FHIR resource RelatedPerson added to Referral Request |
8+
|Applications 8 minor update | Minor changes to narrative and payload in response to consultation feedback |
9+
|Core Updates | Additional use case category types added |
710
| Bug fixes and corrections |There have been several bug fixes and corrections in the guide, these includes typos, broken links or corrections.|
811

912
<br>

guides/Live-ImplementationGuide-BaRS/Home/Analysis/Releases/Technical-Release-Notes/TRN-APP1/2.1.0.page.md

Lines changed: 42 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,54 @@ This is a minor release with a change to the Implementation Guidance and example
99

1010
| Change | Description | Impact |
1111
|-------------------------------------------|-------------------------------------------------|-------------------------------------------------------------------------|
12-
| Added FHIR resource RelatedPerson | Enhanced payload with addition of Related Person to carry Next of Kin details | <mark style="background-color: Green">Addition</mark> |
12+
| Added FHIR resource RelatedPerson | Enhanced payload with addition of Related Person to carry Next of Kin details. | <mark style="background-color: Green">Addition</mark> |
13+
| Amended Encounter resource narrative | Amended Encounter resource narrative to remove ambiguity | <mark style="background-color: Yellow">Correction</mark> |
1314

1415
### Payload Change Log
1516

1617

1718
| FHIR Element | Previous | Current | Other | Referral/Booking | Rationale | Impact |
1819
|------------------------------------------------------|----------|------------|---------|------------------|-------------------------------------------------------------------------------------------------|----------|
19-
20-
20+
| 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> |
21+
| 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> |
22+
| 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> |
23+
| 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> |
24+
| RelatedPerson.patient | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
25+
| 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> |
26+
| RelatedPerson.relationship | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
27+
| RelatedPerson.relationship.coding | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
28+
| 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> |
29+
| 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> |
30+
| 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> |
31+
| RelatedPerson.name | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
32+
| 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> |
33+
| 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> |
34+
| 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>
35+
| 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>
36+
| RelatedPerson.telecom | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
37+
| 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> |
38+
| 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> |
39+
| 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> |
40+
| 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> |
41+
| RelatedPerson.address | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
42+
| 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> |
43+
| 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> |
44+
| 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> |
45+
| 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> |
46+
| 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> |
47+
| 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> |
48+
| 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> |
49+
| 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> |
50+
| RelatedPerson.period | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
51+
| 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> |
52+
| 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> |
53+
| RelatedPerson.communication | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
54+
| RelatedPerson.communication.language | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
55+
| RelatedPerson.communication.language.coding | | | New | Referral Request | Provide capability to include specific Next of Kin information | <mark style="background-color: LightGreen">non-breaking</mark> |
56+
| 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> |
57+
| 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>
58+
| 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>
59+
| 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>
2160

2261
<br>
2362
<hr>

0 commit comments

Comments
 (0)