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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-positive-task-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-us-quality-core/ValueSet-us-quality-core-positive-task-status.html
URLhttp://hl7.org/fhir/us/quality-core/ValueSet/us-quality-core-positive-task-status
Version1.0.0-ballot
Statusactive
Date2026-06-30
NameUSQualityCorePositiveTaskStatus
TitlePositive Task Status
Realmus
Authorityhl7
DescriptionThis value set defines the set of codes that indicate a positive task status
PurposeThis value set was defined to support the set of task statuses in FHIR that indicate a positive status.

Resources that use this resource

StructureDefinition
hl7.fhir.us.quality-core#currentus-quality-core-taskdoneUS Quality Core Task Done

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0task-statusTaskStatus

Narrative

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

Generated Narrative: ValueSet us-quality-core-positive-task-status

  • Include these codes as defined in http://hl7.org/fhir/task-status version 📍4.0.1
    CodeDisplayDefinition
    draftDraftThe task is not yet ready to be acted upon.
    requestedRequestedThe task is ready to be acted upon and action is sought.
    receivedReceivedA potential performer has claimed ownership of the task and is evaluating whether to perform it.
    acceptedAcceptedThe potential performer has agreed to execute the task but has not yet started work.
    readyReadyThe task is ready to be performed, but no action has yet been taken. Used in place of requested/received/accepted/rejected when request assignment and acceptance is a given.
    in-progressIn ProgressThe task has been started but is not yet complete.
    on-holdOn HoldThe task has been started but work has been paused.
    completedCompletedThe task has been completed.

Source1

{
  "resourceType": "ValueSet",
  "id": "us-quality-core-positive-task-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/quality-core/ImplementationGuide/hl7.fhir.us.quality-core"
          }
        ]
      }
    },
    {
      "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/quality-core/ImplementationGuide/hl7.fhir.us.quality-core"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/quality-core/ValueSet/us-quality-core-positive-task-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.78.48.9"
    }
  ],
  "version": "1.0.0-ballot",
  "name": "USQualityCorePositiveTaskStatus",
  "title": "Positive Task Status",
  "status": "active",
  "experimental": false,
  "date": "2026-06-30",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "name": "HL7 International / Clinical Quality Information",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    },
    {
      "name": "Clinical Quality Information WG",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "This value set defines the set of codes that indicate a positive task status",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "purpose": "This value set was defined to support the set of task statuses in FHIR that indicate a positive status.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/task-status",
        "version": "4.0.1",
        "concept": [
          {
            "code": "draft",
            "display": "Draft"
          },
          {
            "code": "requested",
            "display": "Requested"
          },
          {
            "code": "received",
            "display": "Received"
          },
          {
            "code": "accepted",
            "display": "Accepted"
          },
          {
            "code": "ready",
            "display": "Ready"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "completed",
            "display": "Completed"
          }
        ]
      }
    ]
  }
}