FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-hrex.r4
Resource TypeValueSet
IdValueSet-hrex-task-status.json
FHIR VersionR4

Resources that use this resource

No resources found


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.

Source1

{
  "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": 2,
      "_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.1.0",
  "name": "HRexTaskStatus",
  "title": "HRex Task Status ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2024-12-10T17:15:14+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"
          }
        ]
      }
    ]
  }
}