AU eRequesting Implementation Guide
0.3.0-ci-build - CI Build Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-erequesting/ and changes regularly. See the Directory of published versions

Resource Profile: AU eRequesting Task ( Abstract )

Official URL: http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-task Version: 0.3.0-ci-build
Standards status: Draft Maturity Level: 0 Computable Name: AUeRequestingTask

Copyright/Legal: Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved.

This profile sets minimum expectations for a Task resource that is used to record, search, and fetch information about a task to be performed. It is based on the Task and identifies the additional constraints, extensions, vocabularies and value sets that SHALL be present in the Task when conforming to this profile.

Profile specific implementation guidance

  • This abstract profile provides a shared base that is common across tasks. It is not intended for direct implementation. Where a task profile is defined for a specific purpose that profile SHALL be used:

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Task

NameFlagsCard.TypeDescription & Constraintsdoco
.. Task 0..* Task This is an abstract profile. Child profiles: AUeRequestingTaskDiagnosticRequest, AUeRequestingTaskGroup
A task to be performed
... meta
.... Slices for tag 1..* Coding Tags applied to this resource
Slice: Unordered, Open by value:$this
..... tag:eRequestingFulfilmentTask 1..1 Coding fulfilment-task | fulfilment-task-group
Binding: AU eRequesting Fulfilment Task Tags (required)
... groupIdentifier S 1..1 AULocalOrderIdentifier Requisition or grouper id
.... type
..... coding 1..1 Coding Code defined by a terminology system
Required Pattern: At least the following
...... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
...... code 1..1 code Symbol in syntax defined by the system
Fixed Value: PGN
... status S 1..1 code draft | requested | received | accepted | +
Binding: AU eRequesting Task Status (required)
... statusReason S 0..1 CodeableConcept Reason for current status
... intent S 1..1 code unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Fixed Value: order
... priority S 0..1 code routine | urgent | asap | stat
... for S 1..1 Reference(AU Core Patient) Beneficiary of the Task
... authoredOn S 1..1 dateTime Task Creation Date
... lastModified S 0..1 dateTime Task Last Modified Date
... requester S 1..1 Reference(AU Core PractitionerRole) Who is asking for task to be done
... owner S 0..1 Reference(AU Core Organization) Responsible individual

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Task.meta.tag:eRequestingFulfilmentTaskrequiredAUeRequestingFulfilmentTaskTags
http://hl7.org.au/fhir/ereq/ValueSet/au-erequesting-fulfilment-task-tags
from this IG
Task.statusrequiredAUeRequestingTaskStatus
http://terminology.hl7.org.au/ValueSet/au-erequesting-task-status
from this IG

 

Other representations of profile: CSV, Excel, Schematron

Notes:

Below is an overview of the mandatory and optional search parameters and combined search parameters. See the AU eRequesting CapabilityStatements for a complete list of supported RESTful interactions for this IG.

FHIR search operations are described here and the syntax used to describe AU eRequesting interactions is defined here.

Any search parameter defined in FHIR may be ‘allowed’ by the system unless explicitly marked as “SHALL NOT”.

Parameter(s) Server Conformance Placer Conformance Filler Conformance Patient Conformance Type(s) Requirements (when used alone or in combination)
_id SHALL MAY MAY MAY token
_lastUpdated SHALL MAY MAY MAY date
_lastUpdated+status+owner SHALL MAY MAY MAY date+token+reference
focus SHALL MAY MAY MAY reference
group-identifier SHALL MAY MAY MAY token
owner SHALL MAY MAY MAY reference The same conformance rules apply to the chained search owner.identifier using HPI-O and ABN identifiers as defined in the AU Core Organization profile.
owner+status SHALL MAY MAY MAY reference+token
patient SHALL MAY MAY MAY reference The same conformance rules apply to the chained search patient.identifier using IHI, Medicare Number, and DVA Number identifiers as defined in the AU Core Patient profile.
patient+status SHALL MAY MAY MAY reference+token
requester SHALL MAY MAY MAY reference The same conformance rules apply to the chained search requester.identifier using Medicare Provider Number identifier as defined in the AU Core PractitionerRole profile.
requester+status SHALL MAY MAY MAY reference+token
status SHALL MAY MAY MAY token
_include=Task:focus SHALL MAY MAY MAY reference Modifies search results from a query using other search parameters by including the referenced focus resource
_include=Task:owner SHALL MAY MAY MAY reference Modifies search results from a query using other search parameters by including the referenced focus resource
_include=Task:patient SHALL MAY MAY MAY reference Modifies search results from a query using other search parameters by including the referenced focus resource
_include=Task:requester SHALL MAY MAY MAY reference Modifies search results from a query using other search parameters by including the referenced focus resource

Search Parameters:

The following search parameters and search parameter combinations are supported. Conformance obligations are detailed in the table above.

  1. _id search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester

    GET [base]/Task?_id=[id]

    Example:

    1. GET [base]/Task?_id=2169591
    2. GET [base]/Task?_id=2169591&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle with the requested Task, instead of just the resource itself, and allows for the inclusion of additional search parameters such as _include, _revinclude, or _lastUpdated (how to search by id of the resource)

  2. _lastUpdated search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester

    GET [base]/Task?_lastUpdated=[date]

    Example:

    1. GET [base]/Task?_lastUpdated=gt2010-10-01
    2. GET [base]/Task?_lastUpdated=gt2010-10-01&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle with the requested Task, instead of just the resource itself, and allows for the inclusion of additional search parameters such as _include, _revinclude, or _lastUpdated (how to search by date)

  3. Combined _lastUpdated_ and status and owner search parameters
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester
    • including support for chained searching of owner canonical identifier owner.identifier (e.g. owner.identifier=[system|][code])

    GET [base]/Task?_lastUpdated=[date]&status={system|}{value}&owner={Type/}[id] or optionally GET [base]/Task?_lastUpdated=[date]&status={system|}{value}&owner.identifier=[system|][code]

    Example:

    1. GET [base]/Task?_lastUpdated=gt2010-10-01&status=completed&owner=https://elimbahmedicalcentre.example.com.au/orders/practitioner-identifier|EMC1234567-1234
    2. GET [base]/Task?_lastUpdated=gt2010-10-01&status=completed&owner.identifier=http://ns.electronichealth.net.au/id/hi/hpio/1.0|8003621566684455
    3. GET [base]/Task?_lastUpdated=gt2010-10-01&status=completed&owner=https://elimbahmedicalcentre.example.com.au/orders/practitioner-identifier|EMC1234567-1234&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the _lastUpdated, owner and status, instead of just the resource itself, and allows for the inclusion of additional search parameters such as _include, _revinclude, or _lastUpdated (how to search by date, how to search by token, how to search by reference)

  4. focus search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester

    GET [base]/Task?focus={Type/}[id]

    Example:

    1. GET [base]/Task?focus=AUeRequestingDiagnosticRequest/1234
    2. GET [base]/Task?focus=AUeRequestingDiagnosticRequest/1234&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the focus (how to search by reference)

  5. group-identifier search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester

    GET [base]/Task?groupIdentifier={system|}{value}

    Example:

    1. GET [base]/Task?groupIdentifier=https://elimbahmedicalcentre.example.com.au/orders/task-identifier|EMC1234567-1234
    2. GET [base]/Task?groupIdentifier=https://elimbahmedicalcentre.example.com.au/orders/task-identifier|EMC1234567-1234&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the group identifier (how to search by token)

  6. owner search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester
    • including support for chained searching of owner canonical identifier owner.identifier (e.g. owner.identifier=[system|][code])

    GET [base]/Task?owner={Type/}[id] or optionally GET [base]/Task?owner.identifier=[system|][code]

    Example:

    1. GET [base]/Task?owner=5678
    2. GET [base]/Task?owner.identifier=http://ns.electronichealth.net.au/id/hi/hpio/1.0|8003621566684455
    3. GET [base]/Task?owner=5678&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the owner (how to search by reference)

  7. Combined owner and status search parameters:
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester
    • including support for chained searching of owner canonical identifier owner.identifier (e.g. owner.identifier=[system|][code])

    GET [base]/Task?owner={Type/}[id]&status={system|}{value} or optionally GET [base]/Task?owner.identifier=[system|][code]&status={system|}{value}

    Example:

    1. GET [base]/Task?owner=5678&status=completed
    2. GET [base]/Task?owner.identifier=http://ns.electronichealth.net.au/id/hi/hpio/1.0|8003621566684455&status=completed
    3. GET [base]/Task?owner=5678&status=completed&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the owner and status (how to search by reference, how to search by token)

  8. patient search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester
    • including support for chained searching of patient canonical identifier patient.identifier (e.g. patient.identifier=[system|][code])

    GET [base]/Task?patient={Type/}[id] or optionally GET [base]/Task?patient.identifier=[system|][code]

    Example:

    1. GET [base]/Task?patient=5678
    2. GET [base]/Task?patient.identifier=http://ns.electronichealth.net.au/id/medicare-number|32788511952
    3. GET [base]/Task?patient=5678&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the patient (how to search by reference)

  9. Combined patient and status search parameters
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester
    • including support for chained searching of patient canonical identifier patient.identifier (e.g. patient.identifier=[system|][code])

    GET [base]/Task?patient={Type/}[id]&status={system|}{value} or optionally GET [base]/Task?patient.identifier=[system|][code]&status={system|}{value}

    Example:

    1. GET [base]/Task?patient=5678&status=completed
    2. GET [base]/Task?patient.identifier=http://ns.electronichealth.net.au/id/medicare-number|32788511952&status=completed
    3. GET [base]/Task?patient=5678&status=completed&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the patient and status (how to search by reference, how to search by token)

  10. requester search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester
    • including support for chained searching of requester canonical identifier requester.identifier (e.g. requester.identifier=[system|][code])

    GET [base]/Task?requester={Type/}[id] or optionally GET [base]/Task?requester.identifier=[system|][code]

    Example:

    1. GET [base]/Task?requester=5678
    2. GET [base]/Task?requester.identifier=http://ns.electronichealth.net.au/id/medicare-provider-number|553255
    3. GET [base]/Task?requester=5678&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the requester (how to search by reference)

  11. Combined requester and status search parameters
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester
    • including support for chained searching of requester canonical identifier requester.identifier (e.g. requester.identifier=[system|][code])

    GET [base]/Task?requester={Type/}[id]&status={system|}{value} or optionally GET [base]/Task?requester.identifier=[system|][code]&status={system|}{value}

    Example:

    1. GET [base]/Task?requester=5678&status=completed
    2. GET [base]/Task?requester.identifier=http://ns.electronichealth.net.au/id/medicare-provider-number|553255&status=completed
    3. GET [base]/Task?requester=5678&status=completed&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the requester and status (how to search by reference, how to search by token)

  12. status search parameter
    • including support for these _include parameters: Task:focus, Task:owner, Task:patient, and Task:requester

    GET [base]/Task?status={system|}{value}

    Example:

    1. GET [base]/Task?status=completed
    2. GET [base]/Task?status=completed&_include=Task:patient&_include=Task:requester&_include=Task:owner&_include=Task:focus

    Implementation Notes: Fetches a bundle containing Task resources matching the status (how to search by token)