Skip to content

Commit

Permalink
Thu Dec 14 18:06:35 UTC 2023 (#1215)
Browse files Browse the repository at this point in the history
Co-authored-by: Workflows.Backup <[email protected]>
  • Loading branch information
github-actions[bot] and Workflows.Backup authored Dec 14, 2023
1 parent e79cb76 commit 6ae114c
Show file tree
Hide file tree
Showing 15 changed files with 315 additions and 92 deletions.
2 changes: 1 addition & 1 deletion HL7FHIRUKCoreR4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
topic: Profile-QuestionnaireResponse
subject: https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse
---
## StructureDefinition-UKCore-QuestionnaireResponse
# StructureDefinition-UKCore-QuestionnaireResponse


<div id="transpose">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,13 @@ <h3 class="guide-title">{{ guide-title }}</h3>
} 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."
}
}
});
Expand Down Expand Up @@ -1465,16 +1472,6 @@ <h3 class="guide-title">{{ guide-title }}</h3>
});
});
}
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");
});
}
}
</script>
<script>

Expand Down Expand Up @@ -1513,7 +1510,6 @@ <h3 class="guide-title">{{ guide-title }}</h3>
fixWebAccessibility();
redirectTreeviewElementsToPage();
handleSubMenuEvents();
redirectReferenceResource();
setInitialDropdownState();
updateFooterPosition();
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
topic: Profile-QuestionnaireResponse
subject: https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse
---
## StructureDefinition-UKCore-QuestionnaireResponse

# StructureDefinition-UKCore-QuestionnaireResponse

<div id="transpose">
@```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## <code>{{page-title}}</code>

The resource being referenced SHALL conform to one of the following:
Where possible, it is expected that the resource being referenced SHOULD conform to one of the following UK Core profiles:
- [Profile UKCore-Device](https://simplifier.net/hl7fhirukcorer4/ukcoredevice)
- {{pagelink:Profile-Organization}}
- {{pagelink:Profile-Patient}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## <code>{{page-title}}</code>

The resource being referenced SHALL conform to one of the following:
Where possible, it is expected that the resource being referenced SHOULD conform to one of the following UK Core profiles:
- [Profile UKCore-CarePlan](https://simplifier.net/hl7fhirukcorer4/ukcorecareplan)
- {{pagelink:Profile-ServiceRequest}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## <code>{{page-title}}</code>

The resource being referenced SHALL conform to the {{pagelink:Profile-Encounter}}.
Where possible, it is expected that the resource being referenced SHOULD conform to {{pagelink:Profile-Encounter}}.

---
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## <code>{{page-title}}</code>

The resource being referenced SHALL conform to one of the following:
Where possible, it is expected that the resource being referenced SHOULD conform to one of the following UK Core profiles:

* {{pagelink:Profile-Observation}}
* {{pagelink:Profile-Procedure}}
- {{pagelink:Profile-Observation}}
- {{pagelink:Profile-Procedure}}

---
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## <code>{{page-title}}</code>

The resource being referenced SHALL conform to the {{pagelink:Profile-Questionnaire}}.
Where possible, it is expected that the resource being referenced SHOULD conform to {{pagelink:Profile-Questionnaire}}.

---
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## <code>{{page-title}}</code>

The resource being referenced SHALL conform to one of the following:
Where possible, it is expected that the resource being referenced SHOULD conform to one of the following UK Core profiles:
- {{pagelink:Profile-Patient}}
- {{pagelink:Profile-Practitioner}}
- {{pagelink:Profile-PractitionerRole}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## <code>{{page-title}}</code>

Where a UK Core profile exists the resource being referenced SHALL conform to the profile.
Where possible, it is expected that the resource being referenced SHOULD conform to the UK Core profile for that resource, if a profile exists.

---
Loading

0 comments on commit 6ae114c

Please sign in to comment.