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

FHIR IG analytics

Packagefhir.astp.us-quality-core
Resource TypeValueSet
IdValueSet-us-quality-core-non-negative-task-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-task-status.html
URLhttp://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-task-status
Version0.1.0
Statusactive
Date2018-12-05T00:00:00+00:00
NameNonNegativeTaskStatus
TitleNon-Negative Task Status
Realmus
Authorityhl7
DescriptionThis value set defines the set of codes that indicate a non-negated task status (i.e. codes that are not `rejected`)
PurposeThis value set was defined to support the set of task statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/task-status code system that are not `rejected`).

Resources that use this resource

StructureDefinition
fhir.astp.us-quality-core#currentus-quality-core-taskUS Quality Core Task

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-non-negative-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.
    cancelledCancelledThe task was not completed.
    in-progressIn ProgressThe task has been started but is not yet complete.
    on-holdOn HoldThe task has been started but work has been paused.
    failedFailedThe task was attempted but could not be completed due to some error.
    completedCompletedThe task has been completed.
    entered-in-errorEntered In ErrorThe task should never have existed and is retained only because of the possibility it may have used.

Source1

{
  "resourceType": "ValueSet",
  "id": "us-quality-core-non-negative-task-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-task-status",
  "version": "0.1.0",
  "name": "NonNegativeTaskStatus",
  "title": "Non-Negative Task Status",
  "status": "active",
  "experimental": false,
  "date": "2018-12-05T00:00:00+00:00",
  "publisher": "ASTP",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.healthit.gov/"
        }
      ]
    }
  ],
  "description": "This value set defines the set of codes that indicate a non-negated task status (i.e. codes that are not `rejected`)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "USA"
    }
  ],
  "purpose": "This value set was defined to support the set of task statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://hl7.org/fhir/task-status code system that are not `rejected`).",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/task-status",
        "concept": [
          {
            "code": "draft",
            "display": "Draft"
          },
          {
            "code": "requested",
            "display": "Requested"
          },
          {
            "code": "received",
            "display": "Received"
          },
          {
            "code": "accepted",
            "display": "Accepted"
          },
          {
            "code": "ready",
            "display": "Ready"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "failed",
            "display": "Failed"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered In Error"
          }
        ]
      }
    ]
  }
}