-
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.
Co-authored-by: Workflows.Backup <[email protected]>
- Loading branch information
1 parent
e40b25c
commit e0f6e85
Showing
17 changed files
with
279 additions
and
98 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
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
20 changes: 20 additions & 0 deletions
20
...ome/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/actor.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 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> | ||
``` | ||
|
||
--- |
17 changes: 17 additions & 0 deletions
17
...e/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/comment.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 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." /> | ||
``` | ||
|
||
--- |
44 changes: 22 additions & 22 deletions
44
...ssets/Profiles/Profile--GPConnect-Schedule-1/extension-practitionerRole.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,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> | ||
``` | ||
|
||
--- |
21 changes: 20 additions & 1 deletion
21
...HIR-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/identifier.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 +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> | ||
``` | ||
|
||
--- |
20 changes: 20 additions & 0 deletions
20
...ssets/All-assets/Profiles/Profile--GPConnect-Schedule-1/planningHorizon.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 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> | ||
``` | ||
|
||
--- |
23 changes: 23 additions & 0 deletions
23
...ssets/All-assets/Profiles/Profile--GPConnect-Schedule-1/serviceCategory.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,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> | ||
``` | ||
|
||
--- |
22 changes: 22 additions & 0 deletions
22
...FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Schedule-1/specialty.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,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> | ||
``` | ||
|
||
--- |
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
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
32 changes: 16 additions & 16 deletions
32
.../Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Slot-1/comment.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,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." /> | ||
``` | ||
|
||
--- |
23 changes: 23 additions & 0 deletions
23
...All-assets/Profiles/Profile--GPConnect-Slot-1/extension-deliveryChannel.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,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> | ||
``` | ||
|
||
--- |
40 changes: 20 additions & 20 deletions
40
...me/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Slot-1/identifier.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,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> | ||
``` | ||
|
||
--- |
Oops, something went wrong.