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 @@ -2,6 +2,9 @@
topic: TRN-Core-1.0.5
---

<div class="bars-blg-expander">
<div class="bars-blg-expander-entry" id="v1.0.5">

## {{page-title}}

| Change | Description | Impact |
Expand All @@ -14,6 +17,8 @@ topic: TRN-Core-1.0.5
| Booking Cancellation ERD link incorrect | Booking Cancellation ERD previously lauched Referral Cancellation ERD when clicked. This has been resolved to point to the Booking Cancellation ERD. | <mark style="background-color: LightGreen">non-breaking</mark> |
| Addition of HTTP header for {{pagelink:core-EndToEndWorkflow-Logging-1.0.5, text: Logging and Auditing}} | Logging and auditing header added to all versions of Core. | <mark style="background-color: LightGreen">non-breaking</mark> |

</div>
</div>
<br>
<hr>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
topic: TRN-Core-1.1.5
---

<div class="bars-blg-expander">
<div class="bars-blg-expander-entry" id="v1.1.5">

## {{page-title}}

| Change | Description | Impact |
Expand All @@ -14,5 +17,7 @@ topic: TRN-Core-1.1.5
| Booking Cancellation ERD link incorrect | Booking Cancellation ERD previously lauched Referral Cancellation ERD when clicked. This has been resolved to point to the Booking Cancellation ERD. | <mark style="background-color: LightGreen">non-breaking</mark> |
| Addition of HTTP header for {{pagelink:core-EndToEndWorkflow-Logging-1.1.5, text: Logging and Auditing}} | Logging and auditing header added to all versions of Core. | <mark style="background-color: LightGreen">non-breaking</mark> |

</div>
</div>
<br>
<hr>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
topic: TRN-Core-1.2.1
---

<div class="bars-blg-expander">
<div class="bars-blg-expander-entry" id="v1.2.1-alpha">

## {{page-title}}

| Change | Description | Impact |
Expand All @@ -14,5 +17,7 @@ topic: TRN-Core-1.2.1
| Booking Cancellation ERD link incorrect | Booking Cancellation ERD previously lauched Referral Cancellation ERD when clicked. This has been resolved to point to the Booking Cancellation ERD. | <mark style="background-color: LightGreen">non-breaking</mark> |
| Addition of HTTP header for {{pagelink:core-EndToEndWorkflow-Logging-1.2.1, text: Logging and Auditing}} | Logging and auditing header added to all versions of Core. | <mark style="background-color: LightGreen">non-breaking</mark> |

</div>
</div>
<br>
<hr>
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div class="bars-blg-expander">
<div class="bars-blg-expander-entry" id="v1.8.1">

### 1.8.1

## Implementation Guide Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="bars-blg-expander">
<div class="bars-blg-expander-entry" id="v1.2.0">
<div class="bars-blg-expander-entry" id="v1.2.1">

## {{page-title}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This payload is used to support a booking workflow and contains all the required

| Data Item | Implementation Guidance | Necessity | Profile cardinality | Example Value(s) |
|------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|---------------------|------------------------------------------------------------------------------------------|
| Appointment | https://simplifier.net/hl7fhirukcorer4/ukcoreappointment | | 1..1 | |
| Appointment | https://simplifier.net/hl7fhirukcorer4/ukcore-appointment | | 1..1 | |
| Appointment.id | This MUST only be populated with an id generated by the Receiver in the synchronous HTTP response. | MUST | 0..1 | 3713c8fc-dbcf-4f90-bacf-89d99e434e9b |
| Appointment.meta | https://www.hl7.org/fhir/resource.html#Meta | MUST | 1..1 | |
| Appointment.meta.profile | This MUST be populated. Follow UK Core guidance for populating this element | MUST | 1..1 | https://fhir.hl7.org.uk/StructureDefinition/UKCore-Appointment |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ This payload is used to transmit all the necessary information that is required
| Encounter.class | | MUST | 1..1 | |
| Encounter.class.system | This MUST be populated with CodeSystem 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | http://terminology.hl7.org/CodeSystem/v3-ActCode |
| Encounter.class.code | This MUST be populated with Code 'EMER'. See CodeSystem: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | EMER |
| Encounter.class.display | This MUST be populated with Display 'emergency'. See CodeSystem: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | Emergency |
| Encounter.class.display | This MUST be populated with Display 'emergency'. See CodeSystem: 'http://terminology.hl7.org/CodeSystem/v3-ActCode' - FIXED VALUE | MUST | 0..1 | emergency |
| Encounter.subject | | MUST | 0..1 | |
| Encounter.subject.reference | This MUST be populated with a reference to the Patient resource. | MUST | 1..1 | urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8 |
| Encounter.episodeOfCare | | MUST | 0..* | |
Expand Down
Loading
Loading