| Package | hl7.fhir.au.ereq |
| Resource Type | ValueSet |
| Id | au-erequesting-task-status |
| FHIR Version | R4 |
| Source | http://hl7.org.au/fhir/ereq/https://build.fhir.org/ig/mjosborne1/mjo-au-fhir-erequesting/ValueSet-au-erequesting-task-status.html |
| URL | http://terminology.hl7.org.au/ValueSet/au-erequesting-task-status |
| Version | 0.3.0-ci-build |
| Status | draft |
| Date | 2024-09-26 |
| Name | AUeRequestingTaskStatus |
| Title | AU eRequesting Task Status |
| Realm | au |
| Authority | hl7 |
| Description | Task status values used in the Australian eRequesting context. |
| Copyright | Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved. |
| StructureDefinition | |
| au-erequesting-task | AU eRequesting Task |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet au-erequesting-task-status
Profile: https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4
http://hl7.org/fhir/task-status| Code | Display | Definition |
| requested | Requested | The task is ready to be acted upon and action is sought. |
| received | Received | A potential performer has claimed ownership of the task and is evaluating whether to perform it. |
| accepted | Accepted | The potential performer has agreed to execute the task but has not yet started work. |
| rejected | Rejected | The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action. |
| cancelled | Cancelled | The task was not completed. |
| in-progress | In Progress | The task has been started but is not yet complete. |
| on-hold | On Hold | The task has been started but work has been paused. |
| failed | Failed | The task was attempted but could not be completed due to some error. |
| completed | Completed | The task has been completed. |
{
"resourceType": "ValueSet",
"id": "au-erequesting-task-status",
"meta": {
"profile": [
"https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org.au/fhir/ereq/ImplementationGuide/hl7.fhir.au.ereq"
}
]
}
}
],
"url": "http://terminology.hl7.org.au/ValueSet/au-erequesting-task-status",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.2.3.4.2.4.37"
}
],
"version": "0.3.0-ci-build",
"name": "AUeRequestingTaskStatus",
"title": "AU eRequesting Task Status",
"status": "draft",
"experimental": false,
"date": "2024-09-26",
"publisher": "HL7 Australia",
"contact": [
{
"name": "HL7 Australia",
"telecom": [
{
"system": "url",
"value": "https://confluence.hl7.org/display/HAFWG"
}
]
},
{
"name": "HL7 Australia FHIR Work Group",
"telecom": [
{
"system": "url",
"value": "https://confluence.hl7.org/display/HAFWG",
"use": "work"
}
]
}
],
"description": "Task status values used in the Australian eRequesting context.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "AU"
}
]
}
],
"copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/task-status",
"concept": [
{
"code": "requested"
},
{
"code": "received"
},
{
"code": "accepted"
},
{
"code": "rejected"
},
{
"code": "cancelled"
},
{
"code": "in-progress"
},
{
"code": "on-hold"
},
{
"code": "failed"
},
{
"code": "completed"
}
]
}
]
}
}