From 6ae114ca6617af48f533021d6f98aff360cbfff9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:06:53 +0000 Subject: [PATCH] Thu Dec 14 18:06:35 UTC 2023 (#1215) Co-authored-by: Workflows.Backup --- HL7FHIRUKCoreR4/README.md | 2 +- .../Index.page.md | 2 +- .../styles/HL7UKCore/master.html | 18 +- .../Index.page.md | 3 +- .../author.page.md | 2 +- .../basedOn.page.md | 2 +- .../encounter.page.md | 2 +- .../partOf.page.md | 6 +- .../questionnaire.page.md | 2 +- .../source.page.md | 2 +- .../subject.page.md | 2 +- .../styles/HL7UKCore/master.html | 284 ++++++++++++++---- .../styles/HL7UKCore/style.css | 78 ++++- .../Home/STU2-Sequence/Index.page.md | 2 +- HL7FHIRUKCoreR4/export.zip | Bin 11738183 -> 11741603 bytes 15 files changed, 315 insertions(+), 92 deletions(-) diff --git a/HL7FHIRUKCoreR4/README.md b/HL7FHIRUKCoreR4/README.md index 5ff5d7cad..c57b5f9d3 100644 --- a/HL7FHIRUKCoreR4/README.md +++ b/HL7FHIRUKCoreR4/README.md @@ -5,4 +5,4 @@ It was created on 28/09/2023 and has been set up to run at 16:00 every day. ## Last Updated -Updated at: Wed Dec 13 18:06:23 UTC 2023 +Updated at: Thu Dec 14 18:06:45 UTC 2023 diff --git a/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/Home/ProfilesandExtensions/Profile-UKCore-QuestionnaireResponse/Index.page.md b/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/Home/ProfilesandExtensions/Profile-UKCore-QuestionnaireResponse/Index.page.md index 1d3f31dd7..ec5dba6c0 100644 --- a/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/Home/ProfilesandExtensions/Profile-UKCore-QuestionnaireResponse/Index.page.md +++ b/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/Home/ProfilesandExtensions/Profile-UKCore-QuestionnaireResponse/Index.page.md @@ -2,7 +2,7 @@ topic: Profile-QuestionnaireResponse subject: https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse --- -## StructureDefinition-UKCore-QuestionnaireResponse +# StructureDefinition-UKCore-QuestionnaireResponse
diff --git a/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/styles/HL7UKCore/master.html b/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/styles/HL7UKCore/master.html index 32a015616..1d461b00f 100644 --- a/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/styles/HL7UKCore/master.html +++ b/HL7FHIRUKCoreR4/backup/guides/Development-Test-guide--AP/styles/HL7UKCore/master.html @@ -773,6 +773,13 @@

{{ guide-title }}

} else if (profileName == "BackboneElement") { var swapUrl = "https://hl7.org/fhir/R4/backboneelement.html"; $(this).attr("href", swapUrl); + } else if (profileName == "Resource") { + var swapUrl = "https://hl7.org/fhir/R4/resourcelist.html"; + $(this).attr("href", swapUrl); + } + + if (profileName == "Reference" && ($(this).parent().prop("tagName") == "P" || $(this).parent().prop("tagName") == "TD") ) { + $(this).parent().find('span:contains(")")')[0].innerText = ") or UK Core equivalent profile." } } }); @@ -1465,16 +1472,6 @@

{{ guide-title }}

}); }); } - function redirectReferenceResource() { - //this finds any treetable lines that have Reference(Resource) - var tdList = $('div.treetable-left-panel table.treetable tbody tr td.profile').has('a[title^="Reference"]') && $('div.treetable-left-panel table.treetable tbody tr td.profile').has('a[title^="Resource"]') - - if (tdList != undefined && tdList.length > 0){ - tdList.each(function(index) { - $(this).find('a[title^="Resource"]').attr("href","https://hl7.org/fhir/R4/resourcelist.html"); - }); - } - } @@ -57,7 +57,7 @@

{{ guide-title }}

@@ -73,6 +73,13 @@

{{ guide-title }}