FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/au-erequesting-request-status

Packagehl7.fhir.au.ereq
TypeValueSet
Idau-erequesting-request-status
FHIR VersionR4
Sourcehttp://hl7.org.au/fhir/ereq/https://build.fhir.org/ig/mjosborne1/mjo-au-fhir-erequesting/ValueSet-au-erequesting-request-status.html
URLhttp://terminology.hl7.org.au/ValueSet/au-erequesting-request-status
Version0.3.0-ci-build
Statusdraft
Date2024-11-15
NameAUeRequestingRequestStatus
TitleAU eRequesting RequestStatus
Realmau
Authorityhl7
DescriptionServiceRequest status values used in the Australian eRequesting context.
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved.

Resources that use this resource

StructureDefinition
au-erequesting-diagnosticrequestAU eRequesting Diagnostic Request

Resources that this resource uses

CodeSystem
request-statusRequest Status
request-statusRequestStatus

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet au-erequesting-request-status

Profile: https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4

  • Include these codes as defined in http://hl7.org/fhir/request-status
    CodeDisplayDefinition
    activeActiveThe request is in force and ready to be acted upon.
    on-holdOn HoldThe request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.
    revokedRevokedThe 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.
    completedCompletedThe activity described by the request has been fully performed. No further activity will occur.
    entered-in-errorEntered in ErrorThis 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"
          }
        ]
      }
    ]
  }
}