-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wed Oct 16 18:01:33 UTC 2024 (#7263)
Co-authored-by: Workflows.Backup <[email protected]>
- Loading branch information
1 parent
b454fc4
commit 1ca7bbe
Showing
10 changed files
with
158 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...d/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/id.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle mandatory" title="Mandatory"></span> Mandatory | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The `id` is the logical identifier for the `GPConnect-Schedule-1` profile. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<id value="148" /> | ||
``` | ||
|
||
--- |
20 changes: 20 additions & 0 deletions
20
...sets/All-assets/Profiles/Profile--GPConnect-Schedule-1/meta.lastUpdated.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The `meta.lastUpdated` element could be useful alongside the `meta.versionId` element could be useful if sending an adendum of something previously sent to help the consumer (receiver) in understanding there is a "newer" version. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<meta> | ||
<lastUpdated value="2022-10-28T08:06:00+00:00" /> | ||
</meta> | ||
``` | ||
|
||
--- |
20 changes: 20 additions & 0 deletions
20
...R-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/meta.profile.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle mandatory" title="Mandatory"></span> Mandatory | ||
|
||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The `meta.profile` contains a fixed value of the URL for the `GPConnect-Schedule-1` profile. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<meta> | ||
<profile value="https://fhir.nhs.uk/STU3/StructureDefinition/GPConnect-Schedule-1" /> | ||
</meta> | ||
``` | ||
|
||
--- |
25 changes: 25 additions & 0 deletions
25
...-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/meta.security.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The security label(s) applicable to the resource. | ||
|
||
See {{pagelink:Home/Build/FHIR-resources/Resources-not-to-be-disclosed-to-a-patient.page.md}} for more details on how to populate the element. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<meta> | ||
<security> | ||
<system value="http://hl7.org/fhir/v3/ActCode"/> | ||
<code value="NOPAT"/> | ||
<display value="no disclosure to patient, family or caregivers without attending provider's authorization"/> | ||
</security> | ||
</meta> | ||
``` | ||
|
||
--- |
26 changes: 26 additions & 0 deletions
26
.../FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/meta.tag.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
A use-case for the `meta.tag` element within GP Connect has not been defined. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<meta> | ||
<tag> | ||
<coding> | ||
<system value="http://hl7.org/fhir/common-tags" /> | ||
<code value="actionable" /> | ||
<display value="Actionable" /> | ||
</coding> | ||
</tag> | ||
</meta> | ||
``` | ||
|
||
--- |
19 changes: 19 additions & 0 deletions
19
...Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/meta.versionId.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The population of the `meta.versionId` element could be useful if sending an adendum of something previously sent to help the consumer (receiver) in understanding there is a "newer" version. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<meta> | ||
<versionId value="1503310820000" /> | ||
</meta> | ||
``` | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
...HIR-Assets/All-assets/Profiles/Profile--GPConnect-Slot-1/meta.VersionId.page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The population of the `meta.versionId` element could be useful if sending an adendum of something previously sent to help the consumer (receiver) in understanding there is a "newer" version. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<meta> | ||
<versionId value="1503310820000" /> | ||
</meta> | ||
``` | ||
|
||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The population of the `meta.versionId` element could be useful if sending an adendum of something previously sent to help the consumer (receiver) in understanding there is a "newer" version. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<meta> | ||
<versionId value="1503310820000" /> | ||
</meta> | ||
``` | ||
|
||
--- |
Binary file not shown.