FHIR IG Statistics: ValueSet/au-erequesting-request-status
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Profile: https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4
- Include these codes as defined in
http://hl7.org/fhir/request-status
Code | Display | Definition |
active | Active | The request is in force and ready to be acted upon. |
on-hold | On Hold | The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future. |
revoked | Revoked | The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur. |
completed | Completed | The activity described by the request has been fully performed. No further activity will occur. |
entered-in-error | Entered in Error | This request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be "revoked" rather than "entered-in-error".). |
Source
{
"resourceType": "ValueSet",
"id": "au-erequesting-request-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-request-status",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.2.3.4.2.4.36"
}
],
"version": "0.3.0-ci-build",
"name": "AUeRequestingRequestStatus",
"title": "AU eRequesting RequestStatus",
"status": "draft",
"experimental": false,
"date": "2024-11-15",
"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": "ServiceRequest 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/request-status",
"concept": [
{
"code": "active"
},
{
"code": "on-hold"
},
{
"code": "revoked"
},
{
"code": "completed"
},
{
"code": "entered-in-error"
}
]
}
]
}
}