Skip to content

Commit

Permalink
Wed Oct 16 18:01:33 UTC 2024 (#7263)
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 16, 2024
1 parent b454fc4 commit 1ca7bbe
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 19 deletions.
2 changes: 1 addition & 1 deletion GPConnectDirectCareAPIs-STU3/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: Tue Oct 15 18:02:06 UTC 2024
Updated at: Wed Oct 16 18:02:00 UTC 2024
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" />
```

---
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>
```

---
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>
```

---
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>
```

---
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>
```

---
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>
```

---
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
filename: Related-links.page.md
- name: Data model element usage
filename: Data-Model-Element-Usage.page.md
- name: id
filename: id.page.md
- name: meta.versionId
filename: meta.versionId.page.md
- name: meta.lastUpdated
filename: meta.lastUpdated.page.md
- name: meta.profile
filename: meta.profile.page.md
- name: meta.security
filename: meta.security.page.md
- name: meta.tag
filename: meta.tag.page.md
- name: extension(practitionerRole)
filename: extension-practitionerRole.page.md
- name: identifier
Expand Down
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 modified GPConnectDirectCareAPIs-STU3/export.zip
Binary file not shown.

0 comments on commit 1ca7bbe

Please sign in to comment.