Skip to content

Commit

Permalink
Tue Oct 8 18:01:29 UTC 2024 (#7103)
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 8, 2024
1 parent e40b25c commit e0f6e85
Show file tree
Hide file tree
Showing 17 changed files with 279 additions and 98 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: Mon Oct 7 18:01:48 UTC 2024
Updated at: Tue Oct 8 18:02:02 UTC 2024
Original file line number Diff line number Diff line change
Expand Up @@ -52,34 +52,55 @@
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
</tr>
<!-- issue.severity -->
<!-- extension(practitionerRole) -->
<tr>
<td>issue.severity</td>
<td><span class="mro-circle mandatory" title="Mandatory"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td>extension(practitionerRole)</td>
<td><span class="mro-circle required" title="Required"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-exclamation text-warning" title="This element is available as 'actor' in FHIR UK Core"></i></td>
</tr>
<!-- issue.code -->
<!-- identifier -->
<tr>
<td>issue.code</td>
<td>identifier</td>
<td><span class="mro-circle mandatory" title="Mandatory"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
</tr>
<!-- issue.details -->
<!-- serviceCategory -->
<tr>
<td>serviceCategory</td>
<td><span class="mro-circle optional" title="Optional"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
<tr>
<!-- specialty -->
<tr>
<td>specialty</td>
<td><span class="mro-circle optional" title="Optional"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
<tr>
<td>issue.details</td>
<!-- actor -->
<tr>
<td>actor</td>
<td><span class="mro-circle mandatory" title="Mandatory"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
</tr>
<!-- issue.diagnostics -->
<tr>
<td>issue.diagnostics</td>
<td><span class="mro-circle required" title="Required"></span></td>
<!-- planningHorizon -->
<tr>
<td>planningHorizon</td>
<td><span class="mro-circle optional" title="Optional"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
</tr>
<tr>
<!-- comment -->
<tr>
<td>comment</td>
<td><span class="mro-circle optional" title="Optional"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
<tr>
</tbody>
</table>

Expand Down
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 resource this Schedule is providing availability information for. These are expected to usually be one of Location or Practitioner for example

<h5><ins>Example</ins></h5>

```xml
<actor>
<reference value="Location/UKCore-Location-GeneralPracticeNurseClinic-Example" />
<display value="White Rose GP Practice Nurse Clinic" />
</actor>
```

---
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 optional" title="Optional"></span> Optional

<h5><ins>Guidance</ins></h5>

Additional comments about the schedule.

<h5><ins>Example</ins></h5>

```xml
<comment value="The slots attached to this schedule should be specialized to cover immunizations within the clinic." />
```

---
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle required" title="Required"></span> Required

<h5><ins>Guidance</ins></h5>

The role of the Practitioner attending the Appointment.

<h5><ins>Example</ins></h5>

```xml
<extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-GPConnect-PractitionerRole-1">
<valueCodeableConcept>
<system value="https://fhir.nhs.uk/STU3/CodeSystem/CareConnect-SDSJobRoleName-1" />
<coding value="R0260">
<display value="General Medical Practitioner" />
</valueCodeableConcept>
</extension>
```

## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle required" title="Required"></span> Required

<h5><ins>Guidance</ins></h5>

The role of the Practitioner assigned to the schedule.

<h5><ins>Example</ins></h5>

```xml
<extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-GPConnect-PractitionerRole-1">
<valueCodeableConcept>
<system value="https://fhir.nhs.uk/STU3/CodeSystem/CareConnect-SDSJobRoleName-1" />
<coding value="R0260">
<display value="General Medical Practitioner" />
</valueCodeableConcept>
</extension>
```

---
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
## {{page-title}}
## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle mandatory" title="Mandatory"></span> Mandatory

<h5><ins>Guidance</ins></h5>

All relevant business identifier details for the schedule, where available.

<h5><ins>Example</ins></h5>

```xml
<identifier>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9476719931" />
</identifier>
```

---
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 period of time that the slots that are attached to this Schedule resource cover

<h5><ins>Example</ins></h5>

```xml
<planningHorizon>
<start value="2024-10-13T11:20:00+00:00" />
<end value="2024-10-13T11:50:00+00:00" />
</planningHorizon>
```

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle optional" title="Optional"></span> Optional

<h5><ins>Guidance</ins></h5>

A broad categorisation of the service that is to be performed during this schedule

<h5><ins>Example</ins></h5>

```xml
<serviceCategory>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/service-category" />
<code value="17" />
<display value="General Practice" />
</coding>
</serviceCategory>
```

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle optional" title="Optional"></span> Optional

<h5><ins>Guidance</ins></h5>

The specialty of a practitioner that would be required to perform the service requested in this schedule

<h5><ins>Example</ins></h5>

```xml
<specialty>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<code value="600" />
<display value="General Medical Practice" />
</coding>
```

---
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@
filename: extension-practitionerRole.page.md
- name: identifier
filename: identifier.page.md
- name: serviceCategory
filename: serviceCategory.page.md
- name: specialty
filename: specialty.page.md
- name: actor
filename: actor.page.md
- name: planningHorizon
filename: planningHorizon.page.md
- name: comment
filename: comment.page.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,19 @@
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
</tr>
<!-- extension(deliveryChannel) -->
<tr>
<td>extension(deliveryChannel)</td>
<td><span class="mro-circle required" title="Required"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
</tr>
<!-- identifier -->
<tr>
<td>identifier</td>
<td><span class="mro-circle mandatory" title="Mandatory"></span></td>
<td><i class="fas fa-check text-success"></i></td>
<td><i class="fas fa-check text-success"></i></td>
</tr>
<!-- serviceType -->
<tr>
<td>serviceType</td>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle optional" title="Optional"></span> Required

<h5><ins>Guidance</ins></h5>

Additional comments about the slot.

<h5><ins>Example</ins></h5>

```xml
<description value="This slot is only to be used for blood test appointments." />
```

## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle optional" title="Optional"></span> Optional

<h5><ins>Guidance</ins></h5>

Additional comments about the slot.

<h5><ins>Example</ins></h5>

```xml
<comment value="This slot is only to be used for blood test appointments." />
```

---
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle required" title="Required"></span> Required


<h5><ins>Guidance</ins></h5>

An extension to record the delivery channel of a scheduled Appointment.

<h5><ins>Example</ins></h5>

```xml
<extension url="https://fhir.nhs.uk/STU3/StructureDefinition/Extension-GPConnect-DeliveryChannel-2">
<deliveryChannel>
<code value="In-Person" />
<display value="In-Person" />
</deliveryChannel>
</extension>
```

---
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle mandatory" title="Mandatory"></span> Required

<h5><ins>Guidance</ins></h5>

All relevant external identifier details for the slot where available.

<h5><ins>Example</ins></h5>

```xml
</text>
<identifier>
<system value="http://example.org/identifiers/slots"/>
<value value="123132"/>
</identifier>
```

## {{page-title}}

<h5><ins>Usage</ins></h5>

<span class="mro-circle mandatory" title="Mandatory"></span> Mandatory

<h5><ins>Guidance</ins></h5>

All relevant external identifier details for the slot where available.

<h5><ins>Example</ins></h5>

```xml
</text>
<identifier>
<system value="http://example.org/identifiers/slots"/>
<value value="123132"/>
</identifier>
```

---
Loading

0 comments on commit e0f6e85

Please sign in to comment.