Skip to content

Commit

Permalink
Thu Jul 4 18:06:12 UTC 2024 (#5195)
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 Jul 4, 2024
1 parent e1e966f commit d0b2bbb
Show file tree
Hide file tree
Showing 13 changed files with 114 additions and 89 deletions.
2 changes: 1 addition & 1 deletion CurrentFHIRIGTemplate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ It was created on 29/09/2023 and has been set up to run every 1 month

## Last Updated

Updated at: Wed Jul 3 18:05:58 UTC 2024
Updated at: Thu Jul 4 18:06:14 UTC 2024
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## {{page-title}}

## {{page-title}}

{{index:current}}
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## {{page-title}}

Usage:
- Provides codes for {{pagelink:ValueSet-England-FGMRemovalReason}}

<br>


<iframe src="https://simplifier.net/guide/nhs-england-fhir-implementation-guide/home/terminology/codesystem/codesystem-england-fgmremovalreason.page.md?version=current" height="800px" width="100%"></iframe>
---
subject: https://fhir.nhs.uk/England/CodeSystem/England-ConditionCategoryRA
issue: CodeSystem-England-ConditionCategoryRA
---
## {{page-title}}

{{page:Home/Templates/CodeSystem-Template.page.md}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## {{page-title}}

{{index:current}}
Original file line number Diff line number Diff line change
@@ -1,56 +1,20 @@
---
subject: https://fhir.nhs.uk/England/StructureDefinition/England-Organization-[xyz]
topic: England-Condition-Flag
subject: https://fhir.nhs.uk/England/StructureDefinition/England-Condition-Flag
usage: https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition
issue: England-Condition-Flag
---
# {{page-title}}

This [xyz] testing profile is provided for implementation testing:
- it is not necessary to reference the profile in the Resource.meta.
# StructureDefinition {{variable:issue}}

## Conformance Rules

Reference - {{pagelink:Home/Design/Data-mapping.page.md}}

## Testing Profile

<div class="tab">
<button class="tablinks active" onclick="openTab(event, 'Tree View')">Tree View</button>
<button class="tablinks" onclick="openTab(event, 'Table View')">Table View</button>
<button class="tablinks" onclick="openTab(event, 'XML View')">XML View</button>
<button class="tablinks" onclick="openTab(event, 'JSON View')">JSON View</button>
<button class="tablinks" onclick="openTab(event, 'Examples')">Examples</button>
<button class="tablinks feedback" onclick="openTab(event, 'Feedback')">Feedback</button>
</div>

<div id="Tree View" class="tabcontent" style="display:block">
<h3>Tree View</h3>
{{tree}}
</div>
<div id="Table View" class="tabcontent">
<h3>Table View</h3>
{{table}}
</div>
<div id="XML View" class="tabcontent">
<h3>XML View</h3>
{{xml}}
</div>
<div id="JSON View" class="tabcontent">
<h3>JSON View</h3>
{{json}}
</div>
<nocheck>
{{page:Home/Templates/Profile-Template.page.md}}

<div id="Examples" class="tabcontent">
<h3>Examples</h3>
None provided at this time.
</div>
<br>{{pagelink: RA-Condition-Example}}
<br>{{pagelink: RA-Condition2-Example}}
<br><br>

<div id="Feedback" class="tabcontent">
<h4><a href='https://simplifier.net/NHS-England-Programme-Implementation-Guides/England-Organization-[xyz]/~issues?level=File' target="_blank">Propose a change to England-Organization-[xyz]</a></h4>
</div>

## Derived From

<iframe src="https://simplifier.net/guide/UK-Core-Implementation-Guide-STU3-Sequence/Home/ProfilesandExtensions/Profile-UKCore-Organization?version=1.7.0" height="800px" width="100%"></iframe>



---
</nocheck>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
topic: England-SearchParameter-FlagCategory
subject: https://fhir.nhs.uk/England/SearchParameter/England-FlagCategory
usage: http://hl7.org/fhir/StructureDefinition/SearchParameter
issue: England-FlagCategory
---

## {{page-title}}

{{page:Home/Templates/SearchParameter-Template.page.md}}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: England-FGMRemovalReason
filename: England-FGMRemovalReason.page.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## {{page-title}}

Usage:
- Composed of CodeSystem {{pagelink:CodeSystem-England-FGMRemovalReason}}
- Bound in {{pagelink:Extension-England-FGMRemovalReason}}

<br>

---
subject: https://fhir.nhs.uk/England/ValueSet/England-FlagCategoryPatient
issue: ValueSet-England-FlagCategoryPatient
---
## {{page-title}}

{{page:Home/Templates/ValueSet-Template.page.md}}

<iframe src="https://simplifier.net/guide/nhs-england-fhir-implementation-guide/home/terminology/valueset/valueset-england-fgmremovalreason.page.md?version=current" height="800px" width="100%"></iframe>
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
- name: Capability Statement
filename: Capability-Statement
- name: Profiles
filename: Profiles
- name: Extensions
filename: Extensions
- name: ValueSets
filename: ValueSets
- name: CodeSystems
filename: CodeSystems
- name: Capability Statement
filename: Capability-Statement
- name: Profiles
filename: Profiles
- name: Extensions
filename: Extensions
- name: ValueSets
filename: ValueSets
- name: CodeSystems
filename: CodeSystems
- name: SearchParameters
filename: SearchParameters
- name: Index
filename: Index.page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{{page-title}}

<fql>
from
SearchParameter
where
url = %subject
select
Description: description
with header
</fql>

<div class="tab">
<button class="tablinks active" onclick="openTab(event, 'HTML View')">HTML View</button>
<button class="tablinks" onclick="openTab(event, 'Table View')">Table View</button>
<button class="tablinks" onclick="openTab(event, 'XML View')">XML View</button>
<button class="tablinks" onclick="openTab(event, 'JSON View')">JSON View</button>
<button class="tablinks feedback" onclick="openTab(event, 'Feedback')">Feedback</button>
</div>

<div id="HTML View" class="tabcontent" style="display:block">
<h3>HTML View</h3>
{{render}}
</div>
<div id="Table View" class="tabcontent">
<h3>Table View</h3>
{{table}}
</div>
<div id="XML View" class="tabcontent">
<h3>XML View</h3>
{{xml}}
</div>
<div id="JSON View" class="tabcontent">
<h3>JSON View</h3>
{{json}}
</div>
<div id="Feedback" class="tabcontent">
<h3>Feedback</h3>
Click here to: {{page:Home/Templates/Feedback-Link.page.md}}</a>
</div>

---
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@
filename: ValueSet-Template.page.md
- name: CodeSystem Template
filename: CodeSystem-Template.page.md
- name: SearchParameter Template
filename: SearchParameter-Template.page.md
- name: Example Template
filename: Example-Template.page.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
- name: Index
filename: Index.page.md
- name: Design
filename: Design
- name: Build
filename: Build
- name: FHIR Assets
filename: FHIR-Assets
- name: Help and Support
filename: Help-and-support
- name: Glossary
filename: Glossary.page.md
- name: Index
filename: Index.page.md
- name: Design
filename: Design
- name: Build
filename: Build
- name: FHIR Assets
filename: FHIR-Assets
- name: Help and Support
filename: Help-and-support
- name: Glossary
filename: Glossary.page.md
Binary file modified CurrentFHIRIGTemplate/export.zip
Binary file not shown.

0 comments on commit d0b2bbb

Please sign in to comment.