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
4 changes: 4 additions & 0 deletions CodeSystem/flag-categories-bars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@
<code value="API" />
<display value="Additional Patient Information" />
</concept>
<concept>
<code value="CW" />
<display value="Call Warning" />
</concept>
</CodeSystem>
21 changes: 15 additions & 6 deletions CodeSystem/location-types-bars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,29 @@
<copyright value="Copyright &#169; 2021 NHS Digital" />
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="CLOC" />
<display value="Caller Location" />
</concept>
<concept>
<code value="HLOCFR" />
<display value="Helimed From Location" />
</concept>
<concept>
<code value="HLOCTO" />
<display value="Helimed To Location" />
</concept>
<concept>
<code value="ILOC" />
<display value="Incident Location" />
</concept>
<concept>
<code value="CLOC" />
<display value="Caller Location" />
<code value="OLOC" />
<display value="Other Location" />
</concept>
<concept>
<code value="RLOC" />
<display value="Rendezvous Location" />
</concept>
<concept>
<code value="OLOC" />
<display value="Other Location" />
</concept>

</CodeSystem>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
filename: KeyDeploymentActivities.page.md
- name: Roles & Responsibilities
filename: RolesAndResponsibilities.md
- name: DoS Configuration
filename: DirectoryOfServiceConfiguration.md
2 changes: 1 addition & 1 deletion guides/Live-ImplementationGuide-BaRS/guide.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: NHS Booking and Referral Standard
description: FHIR Implementation Guide for the NHS Booking and Referral Standard
version: 1.9.0
version: 1.10.0
style-root: project
style-name: NHSD
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
data-uipath="document.title">
{{guide-title}}
</h1>
<div class="nhsd-t-body" data-uipath="document.summary">Guide v{{ guide-version }} | Core v1.3.0 | <a href="https://simplifier.net/packages/uk.nhsdigital.bars.r4/1.36.0" target="_blank">Package v1.36.0</a></div>
<div class="nhsd-t-body" data-uipath="document.summary">Guide v{{ guide-version }} | Core v1.3.1 | <a href="https://simplifier.net/packages/uk.nhsdigital.bars.r4/1.37.0" target="_blank">Package v1.37.0</a></div>
</div>
</div>
</div>
Expand Down
Loading