AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.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-base/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 1 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "task-business-status"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4"^^xsd:anyURI ;
fhir:link <https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem task-business-status</b></p><a name=\"task-business-status\"> </a><a name=\"hctask-business-status\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <code>https://healthterminologies.gov.au/fhir/StructureDefinition/complete-code-system-4</code></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org.au/CodeSystem/task-business-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">booked<a name=\"task-business-status-booked\"> </a></td><td>Booked</td><td>Service has been booked.</td></tr><tr><td style=\"white-space:nowrap\">claimed<a name=\"task-business-status-claimed\"> </a></td><td>Claimed</td><td>Service request has been claimed by an alternative filler application.</td></tr><tr><td style=\"white-space:nowrap\">user-cancelled<a name=\"task-business-status-user-cancelled\"> </a></td><td>User cancelled</td><td>Service request has been cancelled by the placing application.</td></tr><tr><td style=\"white-space:nowrap\">cancel-handled<a name=\"task-business-status-cancel-handled\"> </a></td><td>Cancel handled</td><td>Cancellation has been handled by the filler application.</td></tr><tr><td style=\"white-space:nowrap\">data-issue<a name=\"task-business-status-data-issue\"> </a></td><td>Data issue</td><td>Rejected fulfilment due to an issue with the request data.</td></tr><tr><td style=\"white-space:nowrap\">preliminary<a name=\"task-business-status-preliminary\"> </a></td><td>Preliminary</td><td>Preliminary result completed.</td></tr><tr><td style=\"white-space:nowrap\">addendum<a name=\"task-business-status-addendum\"> </a></td><td>Addendum</td><td>Addendum created for reporting.</td></tr><tr><td style=\"white-space:nowrap\">collected<a name=\"task-business-status-collected\"> </a></td><td>Specimen Collected</td><td>Specimen has been collected in lab collection centre.</td></tr><tr><td style=\"white-space:nowrap\">in-lab<a name=\"task-business-status-in-lab\"> </a></td><td>In Lab</td><td>Specimen is being processed in the pathology lab.</td></tr><tr><td style=\"white-space:nowrap\">acquired<a name=\"task-business-status-acquired\"> </a></td><td>Image Acquired</td><td>Image has been acquired at radiology service.</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1 ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org.au/CodeSystem/task-business-status"^^xsd:anyURI] ; #
fhir:version [ fhir:v "6.0.0-ci-build"] ; #
fhir:name [ fhir:v "TaskBusinessStatus"] ; #
fhir:title [ fhir:v "Task Business Status"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-08-27T00:55:41+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Australia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Australia FHIR Working Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.hl7.org/display/HAFWG" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "The Task Business Status code system defines concepts that represent business status values for a task."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ] )
] ) ; #
fhir:copyright [ fhir:v "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org.au/ValueSet/task-business-status"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org.au/ValueSet/task-business-status>
] ; #
fhir:compositional [ fhir:v false] ; #
fhir:versionNeeded [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "booked" ] ;
fhir:display [ fhir:v "Booked" ] ;
fhir:definition [ fhir:v "Service has been booked." ]
] [
fhir:code [ fhir:v "claimed" ] ;
fhir:display [ fhir:v "Claimed" ] ;
fhir:definition [ fhir:v "Service request has been claimed by an alternative filler application." ]
] [
fhir:code [ fhir:v "user-cancelled" ] ;
fhir:display [ fhir:v "User cancelled" ] ;
fhir:definition [ fhir:v "Service request has been cancelled by the placing application." ]
] [
fhir:code [ fhir:v "cancel-handled" ] ;
fhir:display [ fhir:v "Cancel handled" ] ;
fhir:definition [ fhir:v "Cancellation has been handled by the filler application." ]
] [
fhir:code [ fhir:v "data-issue" ] ;
fhir:display [ fhir:v "Data issue" ] ;
fhir:definition [ fhir:v "Rejected fulfilment due to an issue with the request data." ]
] [
fhir:code [ fhir:v "preliminary" ] ;
fhir:display [ fhir:v "Preliminary" ] ;
fhir:definition [ fhir:v "Preliminary result completed." ]
] [
fhir:code [ fhir:v "addendum" ] ;
fhir:display [ fhir:v "Addendum" ] ;
fhir:definition [ fhir:v "Addendum created for reporting." ]
] [
fhir:code [ fhir:v "collected" ] ;
fhir:display [ fhir:v "Specimen Collected" ] ;
fhir:definition [ fhir:v "Specimen has been collected in lab collection centre." ]
] [
fhir:code [ fhir:v "in-lab" ] ;
fhir:display [ fhir:v "In Lab" ] ;
fhir:definition [ fhir:v "Specimen is being processed in the pathology lab." ]
] [
fhir:code [ fhir:v "acquired" ] ;
fhir:display [ fhir:v "Image Acquired" ] ;
fhir:definition [ fhir:v "Image has been acquired at radiology service." ]
] ) . #
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#6.0.0-ci-build based on FHIR 4.0.1. Generated 2025-08-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change