Package | hl7.fhir.us.sdoh-clinicalcare |
Type | ValueSet |
Id | SDOHCC-ValueSetTaskStatus |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/sdoh-clinicalcare/https://build.fhir.org/ig/HL7/fhir-sdoh-clinicalcare/ValueSet-SDOHCC-ValueSetTaskStatus.html |
URL | http://hl7.org/fhir/us/sdoh-clinicalcare/ValueSet/SDOHCC-ValueSetTaskStatus |
Version | 2.3.0 |
Status | active |
Date | 2025-05-15T12:39:20+00:00 |
Name | SDOHCCValueSetTaskStatus |
Title | SDOHCC ValueSet Task Status |
Realm | us |
Authority | hl7 |
Description | Codes for the status of a task for a patient. |
StructureDefinition | |
SDOHCC-TaskForPatient | SDOHCC Task For Patient |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet SDOHCC-ValueSetTaskStatus
http://hl7.org/fhir/task-status
Code | Display | Definition |
ready | Ready | The 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-progress | In Progress | The task has been started but is not yet complete. |
completed | Completed | The task has been completed. |
cancelled | Cancelled | The task was not completed. |
on-hold | On Hold | The task has been started but work has been paused. |
failed | Failed | The task was attempted but could not be completed due to some error. |
entered-in-error | Entered in Error | The task should never have existed and is retained only because of the possibility it may have used. |
{ "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" } ] } ] } }