From 8355ee4703deb135c5461d41db60c64182e54f5a Mon Sep 17 00:00:00 2001 From: Tim Ford <33860197+tim1ford@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:27:21 +0000 Subject: [PATCH 01/27] Update overview_sidebar.yml --- _data/sidebars/overview_sidebar.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_data/sidebars/overview_sidebar.yml b/_data/sidebars/overview_sidebar.yml index c3b8de09b..925f9642f 100644 --- a/_data/sidebars/overview_sidebar.yml +++ b/_data/sidebars/overview_sidebar.yml @@ -30,6 +30,9 @@ children: - title: Release notes output: web children: + - title: 0.7.4 + url: /overview_release_notes_0_7_4.html + output: web - title: 0.7.3 url: /overview_release_notes_0_7_3.html output: web From 0fbb5eafd3e6027c88f995bcb6fa66bda2966a5c Mon Sep 17 00:00:00 2001 From: Tim Ford <33860197+tim1ford@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:27:49 +0000 Subject: [PATCH 02/27] Update versionconfig.html --- _includes/custom/versionconfig.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/custom/versionconfig.html b/_includes/custom/versionconfig.html index adf4729e0..d3c0d3410 100644 --- a/_includes/custom/versionconfig.html +++ b/_includes/custom/versionconfig.html @@ -1,3 +1,3 @@ -{% assign gpconnectVersion = "0.7.3" %} +{% assign gpconnectVersion = "0.7.4" %} {% assign fhirVersion = "DSTU2" %} {% assign versionBanner = "version_0_current" %} From 2f038cf73863c003a575b210f6672449069f19bd Mon Sep 17 00:00:00 2001 From: Tim Ford <33860197+tim1ford@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:30:20 +0000 Subject: [PATCH 03/27] Create 0_7_4.md --- pages/overview/release_notes/0_7_4.md | 39 +++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 pages/overview/release_notes/0_7_4.md diff --git a/pages/overview/release_notes/0_7_4.md b/pages/overview/release_notes/0_7_4.md new file mode 100644 index 000000000..f56cd7e0f --- /dev/null +++ b/pages/overview/release_notes/0_7_4.md @@ -0,0 +1,39 @@ +--- +title: GP Connect API 0.7.4 release notes +keywords: GP Connect, release notes +tags: [release] +sidebar: overview_sidebar +permalink: overview_release_notes_0_7_4.html +summary: "GP Connect API 0.7.4 released on Day Month 2021" +toc: false +--- + + +## Introduction ## + +The GP Connect 0.7.4 release contains a functional change to the xxxxxxx. + +Please see below for further details. + + +## 0.7.4 changes ## + +### xxxxxxxx ### + +**Tickets**:  [#xxx](https://github.com/nhsconnect/gpconnect/issues/xxx) + +**Affects:**  Access Record HTML + +**Description:** + +- xxxx +- xxxx + +**Pages changed:** + +- [Summary HTML view](accessrecord_view_summary.html) +- [Emergency Codes HTML view](accessrecord_view_emergency.html) + +--- + + From fcbd2b66c29c2dd3a18b442b659c026ff5107b47 Mon Sep 17 00:00:00 2001 From: Tim Ford <33860197+tim1ford@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:31:30 +0000 Subject: [PATCH 04/27] Add files via upload --- css/customstyles.css | 206 ++++++++++++++++++++++++++++++++++--------- css/theme-blue.css | 44 ++++----- 2 files changed, 188 insertions(+), 62 deletions(-) diff --git a/css/customstyles.css b/css/customstyles.css index 6858d6801..443b75f4f 100644 --- a/css/customstyles.css +++ b/css/customstyles.css @@ -1,5 +1,7 @@ body { font-size:15px; + overflow-wrap: break-word; + word-wrap: break-word; } .bs-callout { padding: 20px; @@ -22,52 +24,72 @@ body { margin-top: -5px; } .bs-callout-default { - border-left-color: #777; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #777; } .bs-callout-default h4 { color: #777; } .bs-callout-primary { - border-left-color: #428bca; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #428bca; } .bs-callout-primary h4 { color: #428bca; } .bs-callout-success { - border-left-color: #5cb85c; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #5cb85c; } .bs-callout-success h4 { color: #5cb85c; } .bs-callout-danger { - border-left-color: #d9534f; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #d9534f; } .bs-callout-danger h4 { color: #d9534f; } .bs-callout-warning { - border-left-color: #f0ad4e; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #f0ad4e; } .bs-callout-warning h4 { color: #f0ad4e; } .bs-callout-info { - border-left-color: #5bc0de; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #5bc0de; } .bs-callout-info h4 { color: #5bc0de; } - .gi-2x{font-size: 2em;} .gi-3x{font-size: 3em;} .gi-4x{font-size: 4em;} .gi-5x{font-size: 5em;} - - - .breadcrumb > .active {color: #777 !important;} /* make room for the nav bar */ @@ -259,12 +281,14 @@ div#toc ul li { margin: 8px 0px 8px 22px; font-size: 90%; list-style: square; + overflow-wrap: break-word; + word-wrap: break-word; } div#toc ul { background-color: whitesmoke; padding: 5px; border-radius: 5px; - max-width: 400px; + max-width: 500px; color: gray; } @@ -379,33 +403,33 @@ ul#mysidebar, #mysidebar ul{ } #mysidebar ul li a { - padding: 4px 10px 4px 15px; + padding: 4px 10px 4px 25px; font-size: 12px; } #mysidebar ul li ul li a { - padding: 4px 10px 4px 25px; + padding: 4px 10px 4px 45px; font-size: 12px; } #mysidebar ul li ul li ul li a { - padding: 4px 10px 4px 35px; + padding: 4px 10px 4px 55px; } #mysidebar ul li ul li ul li ul li a { - padding: 4px 10px 4px 45px; + padding: 4px 10px 4px 65px; } #mysidebar ul li ul li ul li ul li ul li a { - padding: 4px 10px 4px 55px; + padding: 4px 10px 4px 75px; } #mysidebar ul li ul li ul li ul li ul li ul li a { - padding: 4px 10px 4px 65px; + padding: 4px 10px 4px 85px; } #mysidebar ul li ul li ul li ul li ul li ul li ul li a { - padding: 4px 10px 4px 75px; + padding: 4px 10px 4px 95px; } #mysidebar .page-link{ @@ -434,6 +458,10 @@ ul#mysidebar, #mysidebar ul{ display:block; } +.tree-arrow.expanded .nav-list{ + display:block; +} + #mysidebar li.active a.show-hide, #mysidebar a.show-hide:hover, #mysidebar a.show-hide:active{ @@ -452,7 +480,7 @@ ul#mysidebar, #mysidebar ul{ /* navgoco sidebar styles (customized)*/ .nav a { - color: #333; + color: #333 !important; display: block; outline: none; text-decoration: none; @@ -464,21 +492,32 @@ ul#mysidebar, #mysidebar ul{ font-weight: bolder; } + +/* \25b4 up arrow, \25be down arrow, \25b8 right arrow */ + +.content_wrap a { + color: #000000 !important; } + + .nav li > a > span:after { - content: '\25be'; + content: '\25b8'; } .nav li.active > a > span:after { - content: '\25b4'; + content: '\25be'; } .nav a:hover, .nav li.active > a { - background-color: #8D8D8D; - color: #f5f5f5; + background-color: #ffffff !important; + color: #ffffff !important; +} + +.nav > li.active > a { + background-color: #005eb8 !important; } -.nav > li.active > a { - background-color: #347DBE; +.nav > li > a:hover { + background-color: #005eb8 !important; } .nav li a { @@ -514,11 +553,11 @@ ul#mysidebar { color: #0010fc; font-weight:bold; padding-left:20px; - background-color: #dfefff !important; + background-color: #f1f1f1 !important; } .nav ul li a { - background-color: #f3f9ff; + background-color: #f1f1f1; } .nav li a { @@ -530,13 +569,12 @@ ul#mysidebar { } .nav ul li a { - border-top:1px solid #dfefff; padding-left: 15px; } .nav #gpcnavlink > a:before { - content: '\25c0'; - font-size: 10px; + content: '\25c2'; + vertical-align: center; } #gpcnavlink { @@ -723,8 +761,8 @@ a.fa.fa-envelope-o.mailto { font-weight: 600; } -h3 {color: #ED1951; font-weight:normal; font-size:130%;} -h4 {color: #808080; font-weight:normal; font-size:120%; font-style:italic;} +h3 {color: #000000; font-weight:normal; font-size:130%; overflow-wrap: break-word; word-wrap: break-word;} +h4 {color: #808080; font-weight:normal; font-size:120%; font-style:italic; overflow-wrap: break-word; word-wrap: break-word;} .alert, .callout { overflow: hidden; @@ -845,7 +883,7 @@ ol.series li { span.muted {color: #666;} -table code {background-color: transparent;} +table code {background-color: transparent; overflow-wrap: break-word;} .highlight .err { color: #a61717; @@ -1090,7 +1128,7 @@ span.label.label-primary { } a code { - color: #248EC2; + color: #000000; } code + a > code { @@ -1286,8 +1324,8 @@ table > tbody > tr.tableSubHeading { } .capability-not-available { - color: #aaaaaa; - font-weight: normal; + color: #8c0023!important; + font-weight: bold!important; } @media (max-width:700px) { @@ -1302,6 +1340,8 @@ hr { .resource { font-weight: normal; + overflow-wrap: break-word; + word-wrap: break-word; } .resource-attributes { @@ -1314,6 +1354,9 @@ hr { border-right: 0px; border-top: 0px; width: 100%; + overflow-wrap: break-word; + word-wrap: break-word; + table-layout: fixed; } table.resource-attributes tr td { @@ -1327,17 +1370,23 @@ table.resource-attributes tr td { .resource-attributes tr td:nth-child(1) { padding-left: 10px; - width: 33%; + width: 35%; + overflow-wrap: break-word; + word-wrap: break-word; } .resource-attributes tr td:nth-child(2) { background-color: transparent; - width: 33%; + width: 31%; + overflow-wrap: break-word; + word-wrap: break-word; } .resource-attributes tr td:nth-child(3) { padding-left: 25px; - width: 33%; + width: 34%; + overflow-wrap: break-word; + word-wrap: break-word; } .resource-page h3 { @@ -1515,4 +1564,81 @@ a.no_icon:after } .panel-quick > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #FFFFFF; -} \ No newline at end of file +} + +.screen-reader-text { + border: 0; + clip: rect(1px, 1px, 1px, 1px); + clip-path: inset(50%); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; + word-wrap: normal !important; +} + +.blue-diagram { + margin: auto; + width: 40%; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #4672C4; + background-color: #4672C4; + padding: 4px 10px; + color: #ffffff; + text-align: center; + font-size: 12px; +} + +.blue-diagram-full { + margin: auto; + width: 100%; + border-style: solid; + border-width: 1px; + border-left-width: 5px; + border-right-width: 1px; + border-color: #4672C4; + background-color: #4672C4; + padding: 4px 10px; + color: #ffffff; + text-align: center; + font-size: 12px; +} + +.flex-container { + display: flex; +} + +.flex-child { + flex: 1; +} + +.flex-child:first-child { + margin-right: 20px; +} + + +.screen-reader, .screen-reader-focusable { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + white-space: nowrap; + width: 1px; } + +.screen-reader-focusable:active, +.screen-reader-focusable:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + white-space: normal; + width: auto; } diff --git a/css/theme-blue.css b/css/theme-blue.css index 4d65fb5d6..09cdd6cd0 100644 --- a/css/theme-blue.css +++ b/css/theme-blue.css @@ -1,28 +1,28 @@ .summary { - color: #005EB8; + color: #005eb8; border-left: 5px solid #ED1951; font-size:16px; } -h3 {color: #005EB8; } -h4 {color: #005EB8; } +h3 {color: #000000; } +h4 {color: #005eb8; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { - background-color: #005EB8; + background-color: #005eb8; color: white; } .nav > li.active > a { - background-color: #005EB8; + background-color: #005eb8; } .nav > li > a:hover { - background-color: #005EB8; + background-color: #005eb8; } div.navbar-collapse .dropdown-menu > li > a:hover { - background-color: #005EB8; + background-color: #005eb8; } .nav li.thirdlevel > a { @@ -38,32 +38,32 @@ a[data-toggle="tooltip"] { } .navbar-inverse { - background-color: #005EB8; - border-color: #005EB8; + background-color: #005eb8; + border-color: #005eb8; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { - color: #005EB8; + color: #005eb8; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { - background-color: #005EB8; + background-color: #005eb8; color: #ffffff; } /* not sure if using this ...*/ .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { - border-color: #005EB8 !important; + border-color: #005eb8 !important; } .btn-primary { color: #ffffff; - background-color: #005EB8; - border-color: #005EB8; + background-color: #005eb8; + border-color: #005eb8; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - background-color: #005EB8; + background-color: #005eb8; } .btn-primary:hover, @@ -71,15 +71,15 @@ a[data-toggle="tooltip"] { .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { - background-color: #005EB8; - border-color: #005EB8; + background-color: #005eb8; + border-color: #005eb8; } .printTitle { - color: #005EB8 !important; + color: #005eb8 !important; } -body.print h1 {color: #005EB8 !important; font-size:28px !important;} +body.print h1 {color: #005eb8 !important; font-size:28px !important;} body.print h2 {color: #595959 !important; font-size:20px !important;} body.print h3 {color: #E50E51 !important; font-size:14px !important;} body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !important;} @@ -89,14 +89,14 @@ body.print h4 {color: #679DCE !important; font-size:14px; font-style: italic !im } div.sidebarTitle { - color: #005EB8; + color: #005eb8; } li.sidebarTitle { margin-top:0px; font-weight:bold; font-size:100%; - color: #ED1951; + color: #005eb8; margin-bottom:10px; margin-left: 5px; } @@ -105,7 +105,7 @@ li.sidebarSection { margin-top:0px; font-weight:bold; font-size:100%; - color: #005EB8; + color: #005eb8; margin-bottom:10px; margin-left: 5px; } From a412662fbf0c17f493ff170ecd1b1910ab9af0db Mon Sep 17 00:00:00 2001 From: Tim Ford <33860197+tim1ford@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:32:22 +0000 Subject: [PATCH 05/27] Add files via upload --- _includes/sidebar.html | 109 +++++++++++++++-------- _includes/sidebar_menu_list_items.liquid | 30 +++---- 2 files changed, 86 insertions(+), 53 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 41f5f6124..feebae712 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,38 +1,71 @@ -{% include custom/versionconfig.html %} -{% include custom/sidebarconfigs.html %} - - -NHS Digital Logo -
  • GP Connect API {{ gpconnectVersion }}
    FHIR® {{ fhirVersion }}
  • -
  • {{sidebar.title}}
  • - - - - - -
    -
    -
    -
    Quick links
    -
    - -
    - - Go back to previous page -
    -
    - - - \ No newline at end of file +{% include custom/versionconfig.html %} +{% include custom/sidebarconfigs.html %} + +NHS Digital Logo + +

    GP Connect API {{ gpconnectVersion }}
    FHIR® {{ fhirVersion }}

    +

    {{sidebar.title}}

    + + + + + + +
    +
    +
    +
    Quick links
    +
    + +
    + + Go back to previous page +
    +
    + + + diff --git a/_includes/sidebar_menu_list_items.liquid b/_includes/sidebar_menu_list_items.liquid index a3fff68ef..10686ccae 100644 --- a/_includes/sidebar_menu_list_items.liquid +++ b/_includes/sidebar_menu_list_items.liquid @@ -1,16 +1,16 @@ -{% for item in include.menuitems %} - - {% comment %} Is this supposed to be ouput on the `web`site?{% endcomment %} - {% if item.output contains "web" %} -
  • - {% if item.children.size > 0 %} {% endif %} - {{ item.title }} - {% if item.children.size > 0 %} - - {% endif %} -
  • - {% endif %}{% comment %} /"if web" {% endcomment %} - +{% assign i = 0 %} +{% for item in include.menuitems %} + {% assign i = i | plus:1 %} + {% comment %} Is this supposed to be output on the `web`site?{% endcomment %} + {% if item.output contains "web" %} +
  • + {% if item.children.size > 0 %} {% endif %} + {{ item.title }} + {% if item.children.size > 0 %} + + {% endif %} +
  • + {% endif %}{% comment %} /"if web" {% endcomment %} {% endfor %}{% comment %} /each item {% endcomment %} \ No newline at end of file From 0efe5d68234418916f61e435848be34e0d1b98d3 Mon Sep 17 00:00:00 2001 From: Tim Ford <33860197+tim1ford@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:32:52 +0000 Subject: [PATCH 06/27] Add files via upload --- _layouts/default.html | 186 +++++++++++++++++++++--------------------- _layouts/page.html | 149 ++++++++++++++++----------------- 2 files changed, 168 insertions(+), 167 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 870870486..a68ffece3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,93 +1,93 @@ - - - {% seo %} - {% include head.html %} - - - - - - - - - - {% if page.datatable == true %} - - - - {% endif %} - - - - -{% include topnav.html %} - -
    -
     
    - -
    - -
    - - {% include sidebar.html %} - -
    - {{content}} -
    - -
    - -
    - - -{% if site.google_analytics %} -{% include google_analytics.html %} -{% endif %} - + + + {% seo %} + {% include head.html %} + + + + + + + + + + {% if page.datatable == true %} + + + + {% endif %} + + + + +{% include topnav.html %} + +
    + + +
    + +
    + + {% include sidebar.html %} + +
    + {{content}} +
    + +
    + +
    + + +{% if site.google_analytics %} +{% include google_analytics.html %} +{% endif %} + diff --git a/_layouts/page.html b/_layouts/page.html index 12fbbc2a6..94fff4586 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,74 +1,75 @@ ---- -layout: default ---- - - {% include custom/versionconfig.html %} - - {% include {{versionBanner}}.html %} - - {% unless jekyll.environment != "production" %} - - {% if site.github_editme_path %} - {% include github_improve_me.html %} - {% endif %} - - {% endunless %} - -
    -

    {{ page.title }}

    -
    - -{% if page.simple_map == true %} - - - -{% include custom/{{page.map_name}}.html %} - -{% elsif page.complex_map == true %} - - - -{% include custom/{{page.map_name}}.html %} - -{% endif %} - -{% if page.div %} -
    -{% endif %} - -
    - - {% if page.summary %} -
    {{page.summary}}
    - {% endif %} - - {% include twittershare.html %} - - {% unless page.toc == false %} - {% include toc.html %} - {% endunless %} - - {{content}} - - - - {% if site.disqus %} -{% include disqus.html %} - {% endif %} - -
    -{% if page.div %} -
    -{% endif %} - -{{site.data.alerts.hr_shaded}} - -{% include footer.html %} +--- +layout: default +--- +
    + + {% include custom/versionconfig.html %} + + {% include {{versionBanner}}.html %} + + {% unless jekyll.environment != "production" %} + + {% if site.github_editme_path %} + {% include github_improve_me.html %} + {% endif %} + + {% endunless %} + +
    +

    {{ page.title }}

    +
    + +{% if page.simple_map == true %} + + + +{% include custom/{{page.map_name}}.html %} + +{% elsif page.complex_map == true %} + + + +{% include custom/{{page.map_name}}.html %} + +{% endif %} + +{% if page.div %} +
    +{% endif %} + +
    + + {% if page.summary %} +
    {{page.summary}}
    + {% endif %} + + {% include twittershare.html %} + + {% unless page.toc == false %} + {% include toc.html %} + {% endunless %} + + {{content}} + + + + {% if site.disqus %} +{% include disqus.html %} + {% endif %} + +
    +{% if page.div %} +
    +{% endif %} + +{{site.data.alerts.hr_shaded}} + +{% include footer.html %} From 1924fe1b32fb3c40bff6734bfdbb0b307e1c2670 Mon Sep 17 00:00:00 2001 From: Tim Ford <33860197+tim1ford@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:34:06 +0000 Subject: [PATCH 07/27] Add files via upload --- css/lavish-bootstrap.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/lavish-bootstrap.css b/css/lavish-bootstrap.css index 9381a442d..bfa848bad 100644 --- a/css/lavish-bootstrap.css +++ b/css/lavish-bootstrap.css @@ -271,7 +271,7 @@ textarea { background-image: none; } a { - color: #248EC2; + color: #000000; text-decoration: none; } a:hover, @@ -601,8 +601,9 @@ code { font-size: 90%; color: #444; background-color: #f0f0f0; - white-space: nowrap; border-radius: 4px; + overflow-wrap: break-word; + word-wrap: break-word; } pre { From 13af79db81b62c21c3bd754259f442a36d784329 Mon Sep 17 00:00:00 2001 From: martinhillyard <39120742+martinhillyard@users.noreply.github.com> Date: Fri, 28 May 2021 15:52:59 +0100 Subject: [PATCH 08/27] Update accessrecord_view_referrals.md #1067 --- pages/accessrecord/accessrecord_view_referrals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/accessrecord/accessrecord_view_referrals.md b/pages/accessrecord/accessrecord_view_referrals.md index f8a8a1044..9206f4c40 100644 --- a/pages/accessrecord/accessrecord_view_referrals.md +++ b/pages/accessrecord/accessrecord_view_referrals.md @@ -46,7 +46,7 @@ Providers must return all the columns as described in the table below, sorted by | 2 | `From` | Practitioner or Organisation referred from | `free-text` | | 3 | `To` | Practitioner or Organisation referred to | `free-text` | | 4 | `Priority` | The priority of the referral | `free-text` | -| 5 | `Details` | Longer human readable details for the referral | `free-text` | +| 5 | `Details` | Longer human readable details for the referral. This **MUST** include all clinically relevant information about the referral which is not included in the other columns. This **MUST** include the original term text for the main coded item describing the referral, which **MUST** be the first item. Any additional information, such as the free text descriptionof the referral, **MUST** separated from the original clinical term by a new line. A label **SHOULD** preface additional information where necessary for reliable interpretation of the information. | `free-text` | ## HTML view ## From c11b9835162309fd5630216630fb81b68f0a22f2 Mon Sep 17 00:00:00 2001 From: martinhillyard <39120742+martinhillyard@users.noreply.github.com> Date: Fri, 28 May 2021 16:11:48 +0100 Subject: [PATCH 09/27] Update accessrecord_view_clinical_items.md #1068 --- pages/accessrecord/accessrecord_view_clinical_items.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/accessrecord/accessrecord_view_clinical_items.md b/pages/accessrecord/accessrecord_view_clinical_items.md index 40aecfb9e..7fe037b31 100644 --- a/pages/accessrecord/accessrecord_view_clinical_items.md +++ b/pages/accessrecord/accessrecord_view_clinical_items.md @@ -47,6 +47,9 @@ Providers must return all the columns as described in the table below, sorted by | 1 | `Date`