Skip to content

Commit

Permalink
Tue Jan 28 18:01:33 UTC 2025 (#9341)
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 Jan 28, 2025
1 parent 395096e commit 72cfb7c
Show file tree
Hide file tree
Showing 20 changed files with 361 additions and 34 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 Jan 27 18:01:56 UTC 2025
Updated at: Tue Jan 28 18:01:54 UTC 2025
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"/>
```

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

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

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

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

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

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

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

```

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

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

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

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

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

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

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

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

---
Loading

0 comments on commit 72cfb7c

Please sign in to comment.