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

: AU eRequesting RequestStatus - JSON Representation

Page standards status: Draft Maturity Level: 0

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "au-erequesting-request-status",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet au-erequesting-request-status</b></p><a name=\"au-erequesting-request-status\"> </a><a name=\"hcau-erequesting-request-status\"> </a><a name=\"au-erequesting-request-status-en-AU\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html\"><code>http://hl7.org/fhir/request-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The request is in force and ready to be acted upon.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-on-hold\">on-hold</a></td><td style=\"color: #cccccc\">On Hold</td><td>The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-revoked\">revoked</a></td><td style=\"color: #cccccc\">Revoked</td><td>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.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>The activity described by the request has been fully performed.  No further activity will occur.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>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 &quot;revoked&quot; rather than &quot;entered-in-error&quot;.).</td></tr></table></li></ul></div>"
  },
  "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://hl7.org.au/fhir/ereq/ValueSet/au-erequesting-request-status",
  "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"
          }
        ]
      }
    ]
  }
}