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

FHIR IG Statistics: ValueSet/hrex-task-status

Packagehl7.fhir.us.davinci-hrex
TypeValueSet
Idhrex-task-status
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-hrex/https://build.fhir.org/ig/HL7/davinci-ehrx/ValueSet-hrex-task-status.html
URLhttp://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status
Version1.2.0-cibuild
Statusactive
Date2025-04-17T04:19:54+00:00
NameHRexTaskStatus
TitleHRex Task Status ValueSet
Realmus
Authorityhl7
DescriptionThe set of task codes allowed for use in HRex data request tasks

Resources that use this resource

StructureDefinition
hrex-task-data-requestHRex Task Data Request Profile
profile-taskPAS Task
cdex-task-attachment-requestCDex Task Attachment Request Profile
cdex-task-data-requestCDex Task Data Request Profile

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet hrex-task-status

  • Include these codes as defined in http://hl7.org/fhir/task-status
    CodeDisplayDefinition
    requestedRequestedThe task is ready to be acted upon and action is sought.
    acceptedAcceptedThe potential performer has agreed to execute the task but has not yet started work.
    rejectedRejectedThe potential performer who claimed ownership of the task has decided not to execute it prior to performing any action.
    in-progressIn ProgressThe task has been started but is not yet complete.
    failedFailedThe task was attempted but could not be completed due to some error.
    completedCompletedThe task has been completed.
    on-holdOn HoldThe task has been started but work has been paused.

Source

{
  "resourceType": "ValueSet",
  "id": "hrex-task-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.19.48.2"
    }
  ],
  "version": "1.2.0-cibuild",
  "name": "HRexTaskStatus",
  "title": "HRex Task Status ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2025-04-17T04:19:54+00:00",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    }
  ],
  "description": "The set of task codes allowed for use in HRex data request tasks",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/task-status",
        "concept": [
          {
            "code": "requested"
          },
          {
            "code": "accepted"
          },
          {
            "code": "rejected"
          },
          {
            "code": "in-progress"
          },
          {
            "code": "failed"
          },
          {
            "code": "completed"
          },
          {
            "code": "on-hold"
          }
        ]
      }
    ]
  }
}