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

FHIR IG Statistics: ValueSet/SDOHCC-ValueSetTaskStatus

Packagehl7.fhir.us.sdoh-clinicalcare
TypeValueSet
IdSDOHCC-ValueSetTaskStatus
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/sdoh-clinicalcare/https://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/ValueSet-SDOHCC-ValueSetTaskStatus.html
URLhttp://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetTaskStatus
Version2.3.0
Statusactive
Date2025-05-15T12:39:20+00:00
NameSDOHCCValueSetTaskStatus
TitleSDOHCC ValueSet Task Status
Realmus
Authorityhl7
DescriptionCodes for the status of a task for a patient.

Resources that use this resource

StructureDefinition
SDOHCC-TaskForPatientSDOHCC Task For Patient

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet SDOHCC-ValueSetTaskStatus

  • Include these codes as defined in http://hl7.org/fhir/task-status
    CodeDisplayDefinition
    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.
    completedCompletedThe task has been completed.
    cancelledCancelledThe task was not completed.
    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.
    entered-in-errorEntered in ErrorThe task should never have existed and is retained only because of the possibility it may have used.

Source

{
  "resourceType": "ValueSet",
  "id": "SDOHCC-ValueSetTaskStatus",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "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/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    },
    {
      "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/sdoh-clinicalcare/ImplementationGuide/hl7.fhir.us.sdoh-clinicalcare"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetTaskStatus",
  "version": "2.3.0",
  "name": "SDOHCCValueSetTaskStatus",
  "title": "SDOHCC ValueSet Task Status",
  "status": "active",
  "experimental": false,
  "date": "2025-05-15T12:39:20+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system": "email",
          "value": "patientcare@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Codes for the status of a task for a patient.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/task-status",
        "concept": [
          {
            "code": "ready",
            "display": "Ready"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "on-hold",
            "display": "On Hold"
          },
          {
            "code": "failed",
            "display": "Failed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          }
        ]
      }
    ]
  }
}