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/mjosborne1/mjo-au-fhir-erequesting/ and changes regularly. See the Directory of published versions
Page standards status: Draft | Maturity Level: 0 |
@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-businessstatus"] ; #
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-businessstatus</b></p><a name=\"task-businessstatus\"> </a><a name=\"hctask-businessstatus\"> </a><a name=\"task-businessstatus-en\"> </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-businessstatus</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-businessstatus-booked\"> </a></td><td>Booked</td><td>Service has been booked.</td></tr><tr><td style=\"white-space:nowrap\">claimed<a name=\"task-businessstatus-claimed\"> </a></td><td>Claimed</td><td>Service request has been claimed by an alternative filler.</td></tr><tr><td style=\"white-space:nowrap\">user-cancelled<a name=\"task-businessstatus-user-cancelled\"> </a></td><td>User cancelled</td><td>Service request has been cancelled by the placer.</td></tr><tr><td style=\"white-space:nowrap\">cancel-handled<a name=\"task-businessstatus-cancel-handled\"> </a></td><td>Cancel handled</td><td>Cancellation has been handled by the filler.</td></tr><tr><td style=\"white-space:nowrap\">data-issue<a name=\"task-businessstatus-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-businessstatus-preliminary\"> </a></td><td>Preliminary</td><td>Preliminary result completed.</td></tr><tr><td style=\"white-space:nowrap\">addendum<a name=\"task-businessstatus-addendum\"> </a></td><td>Addendum</td><td>Addendum created for reporting.</td></tr><tr><td style=\"white-space:nowrap\">collected<a name=\"task-businessstatus-collected\"> </a></td><td>Collected</td><td>Specimen has been collected in lab collection centre.</td></tr><tr><td style=\"white-space:nowrap\">in-lab<a name=\"task-businessstatus-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-businessstatus-acquired\"> </a></td><td>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 0 ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "draft" ;
( 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/ereq/ImplementationGuide/hl7.fhir.au.ereq"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ereq/ImplementationGuide/hl7.fhir.au.ereq> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org.au/CodeSystem/task-businessstatus"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.3.4.1.4.34" ]
] ) ; #
fhir:version [ fhir:v "0.3.0-ci-build"] ; #
fhir:name [ fhir:v "TaskBusinessStatus"] ; #
fhir:title [ fhir:v "Task Business Status"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-05-28"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 Australia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Australia" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.hl7.org/display/HAFWG" ] ] )
] [
fhir:name [ fhir:v "HL7 Australia FHIR Work 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 "Business status codes for a Task used in the Australian context."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:compositional [ fhir:v false] ; #
fhir:versionNeeded [ fhir:v true] ; #
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." ]
] [
fhir:code [ fhir:v "user-cancelled" ] ;
fhir:display [ fhir:v "User cancelled" ] ;
fhir:definition [ fhir:v "Service request has been cancelled by the placer." ]
] [
fhir:code [ fhir:v "cancel-handled" ] ;
fhir:display [ fhir:v "Cancel handled" ] ;
fhir:definition [ fhir:v "Cancellation has been handled by the filler." ]
] [
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 "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 "Acquired" ] ;
fhir:definition [ fhir:v "Image has been acquired at radiology service." ]
] ) . #
IG © 2024 HL7 Australia. Package hl7.fhir.au.ereq#0.3.0-ci-build based on FHIR 4.0.1. Generated 2025-06-11
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change