-
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.
Tue Jan 28 18:01:33 UTC 2025 (#9341)
Co-authored-by: Workflows.Backup <[email protected]>
- Loading branch information
1 parent
395096e
commit 72cfb7c
Showing
20 changed files
with
361 additions
and
34 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
18 changes: 17 additions & 1 deletion
18
...me/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/authoredOn.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,17 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle required" title="Required"></span> Required | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The date and time this task was created. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<authoredOn value="2024-10-24T08:25:05+00:00"/> | ||
``` | ||
|
||
--- |
20 changes: 19 additions & 1 deletion
20
...ord/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/code.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,19 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle required" title="Required"></span> Required | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The name or code (or both) to briefly describe the task. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<code> | ||
<text value="Specimen Collection"/> | ||
</code> | ||
``` | ||
|
||
--- |
21 changes: 20 additions & 1 deletion
21
.../Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/context.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 optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The healthcare event, appointment, encounter etc where the task originated. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<context> | ||
<reference value="Encounter/example"/> | ||
<display value="Example GP Appointment"/> | ||
</context> | ||
``` | ||
|
||
--- |
18 changes: 17 additions & 1 deletion
18
...e/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/description.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,17 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle required" title="Required"></span> Required | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Free-text description of what is to be performed as part of the task. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<description value="Create order for getting specimen, Set up inhouse testing, generate order for any sendouts and submit with specimen"/> | ||
``` | ||
|
||
--- |
20 changes: 19 additions & 1 deletion
20
...IR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/executionPeriod.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,19 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The time when the first action was performed against the task (start) and/or the final action time (end). | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<executionPeriod> | ||
<start value="2024-10-31T08:25:05+00:00"/> | ||
</executionPeriod> | ||
``` | ||
|
||
--- |
21 changes: 20 additions & 1 deletion
21
...rd/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/focus.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 optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
A reference to a request which is being actioned by this task. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<focus> | ||
<reference value="ProcedureRequest/lipid"/> | ||
<display value="Lipid Panel Request"/> | ||
</focus> | ||
``` | ||
|
||
--- |
22 changes: 21 additions & 1 deletion
22
...cord/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/for.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,21 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle mandatory" title="Mandatory"></span> Mandatory | ||
|
||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
A reference to the person/organization etc who benefits from the task being performed (e.g. the patient) | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<for> | ||
<reference value="Patient/example"/> | ||
<display value="Peter James Chalmers"/> | ||
</for> | ||
``` | ||
|
||
--- |
18 changes: 17 additions & 1 deletion
18
...rd/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/input.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,17 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Additional information relating to the task | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
|
||
``` | ||
|
||
--- |
18 changes: 17 additions & 1 deletion
18
.../FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/lastModified.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,17 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle required" title="Required"></span> Required | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The date and time this task was most recently modified. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<lastModified value="2024-10-2T08:25:05+00:00"/> | ||
``` | ||
|
||
--- |
20 changes: 19 additions & 1 deletion
20
...ord/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/note.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,19 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Free-text information/comments relevant to the task. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<note> | ||
<text value="This is an example to demonstrate using task.note for adding a comment regarding a task."/> | ||
</note> | ||
``` | ||
|
||
--- |
26 changes: 25 additions & 1 deletion
26
...d/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/output.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,25 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Outputs, and links to references, that have been produced by the task. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
</output> | ||
<output> | ||
<type> | ||
<text value="collected specimen"/> | ||
</type> | ||
<valueReference> | ||
<reference value="Specimen/101"/> | ||
</valueReference> | ||
</output> | ||
``` | ||
|
||
--- |
21 changes: 20 additions & 1 deletion
21
...rd/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/owner.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> | ||
|
||
The person, organization, or device, that is responsible for carrying out the task. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<owner> | ||
<reference value="Organization/1832473e-2fe0-452d-abe9-3cdb9879522f"/> | ||
<display value="Clinical Laboratory @ AcmeHospital"/> | ||
</owner> | ||
``` | ||
|
||
--- |
25 changes: 24 additions & 1 deletion
25
...FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/performerType.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,24 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
The type of particpant that can execute the task. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<performerType> | ||
<coding> | ||
<system value="http://hl7.org/fhir/task-performer-type"/> | ||
<code value="performer"/> | ||
<display value="Performer"/> | ||
</coding> | ||
<text value="Performer"/> | ||
</performerType> | ||
``` | ||
|
||
--- |
32 changes: 16 additions & 16 deletions
32
...Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/priority.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 required" title="Required"></span> Required | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Indicates the urgency of the task and how quickly it should be addressed. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<priority value="routine"/> | ||
``` | ||
|
||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle required" title="Required"></span> Required | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Indicates the urgency of the task and how quickly it should be addressed. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<priority value="routine"/> | ||
``` | ||
|
||
--- |
20 changes: 19 additions & 1 deletion
20
...d/Home/FHIR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/reason.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,19 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle required" title="Required"></span> Required | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Text description, or code, to indicate why this task needs to be performed. | ||
|
||
Note: This element should only be included if task.focus is either not provided or contains different information. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<lastModified value="2024-10-2T08:25:05+00:00"/> | ||
``` | ||
|
||
--- |
20 changes: 19 additions & 1 deletion
20
...IR-Assets/All-assets/Profiles/Profile--GPConnect-Task-1/relevantHistory.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,19 @@ | ||
## {{page-title}} | ||
## {{page-title}} | ||
|
||
<h5><ins>Usage</ins></h5> | ||
|
||
<span class="mro-circle optional" title="Optional"></span> Optional | ||
|
||
<h5><ins>Guidance</ins></h5> | ||
|
||
Reference(s) to Provenance records for historic versions of the task, to identify updates that may be relevant to the current version. | ||
|
||
<h5><ins>Example</ins></h5> | ||
|
||
```xml | ||
<note> | ||
<text value="This is an example to demonstrate using task.note for adding a comment regarding a task."/> | ||
</note> | ||
``` | ||
|
||
--- |
Oops, something went wrong.