Skip to content

Commit

Permalink
Tue Oct 15 18:02:57 UTC 2024 (#7248)
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 Oct 15, 2024
1 parent be06046 commit eed746a
Show file tree
Hide file tree
Showing 8 changed files with 602 additions and 273 deletions.
2 changes: 1 addition & 1 deletion NHSEnglandProgrammeImplementationGuides/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 day.

## Last Updated

Updated at: Mon Oct 14 18:03:11 UTC 2024
Updated at: Tue Oct 15 18:03:03 UTC 2024
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ topic: R4Examples
## Examples Index
The following examples illustrate the use of the FHIR UK Core R4 {{pagelink:FHIRAssetsR4Profiles}} described by this implementation guide, categorised by profile type and pathology speciality.

<div markdown="span" class="alert alert-nhse" role="alert">
<div markdown="span" class="alert alert-info" role="alert">
<i class="fa fa-exclamation-circle"></i> Whilst every effort has been made to ensure that the examples are correct, they are not a normative part of the implementation guide. The patient and practitioner related data used in the examples is live-like in appearance but is fictitious. Any similarity to actual persons is purely coincidental. The addresses used are valid addresses based on publicly available address data.
</div>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
---
topic: FHIRAssetsCapabilityStatements
canonical: https://fhir.hl7.org.uk/England/CapabilityStatement/England-Pathology-Requirements
myid: %England-Pathology-Requirements
myid: England-Pathology-Requirements
---

## CapabilityStatements

### Render
{{render:England-Pathology-Requirements}}

### Inline using url

<fql output="inline">
from CapabilityStatement
where url = %canonical
select description
from CapabilityStatement
where url = 'https://fhir.hl7.org.uk/England/CapabilityStatement/England-Pathology-Requirements'
select description
</fql>

### Inline using id
<fql output="inline">
from CapabilityStatement
where id = %myid
select description

<fql output="transpose">
from CapabilityStatement
where id = 'England-Pathology-Requirements'
select *
</fql>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
topic: Home
---

<div markdown="span" class="alert alert-warning" role="alert"><h4><i class="fa fa-info-circle"></i> We would like your feedback</h4>
<div markdown="span" class="alert alert-info" role="alert"><h4><i class="fa fa-info-circle"></i> We would like your feedback</h4>
Please complete this short feedback form <a href="https://forms.office.com/e/4eE3dDACDS">here </a>to help the Interoperability Standards Team produce
specifications that meet your requirements.
</div>
Expand Down Expand Up @@ -191,7 +191,7 @@ Refer to the following related implementation guidance:

---

<div markdown="span" class="alert alert-warning" role="alert"><h4 id="Licence"><i class="fas fa-gavel"></i> Licensing and Publisher</h4>
<div markdown="span" class="alert alert-info" role="alert"><h4 id="Licence"><i class="fas fa-gavel"></i> Licensing and Publisher</h4>
<ul>
<li>
Copyright© 2023+ NHS England Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit eed746a

Please sign in to comment.