FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/task-status version 📦4.0.1| Code | Display | Definition |
| draft | Draft | The task is not yet ready to be acted upon. |
| requested | Requested | The task is ready to be acted upon and action is sought. |
| in-progress | In Progress | The task has been started but is not yet complete. |
| 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. |
| 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. |
| completed | Completed | The task has been completed. |
| entered-in-error | Entered in Error | The task should never have existed and is retained only because of the possibility it may have used. |
Source1
{
"resourceType": "ValueSet",
"id": "PCTCoordinationTaskStatusCodes",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fm"
},
{
"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-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"
}
]
}
},
{
"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-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTCoordinationTaskStatusCodes",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.4.48.13"
}
],
"version": "2.0.0",
"name": "PCTCoordinationTaskStatusCodes",
"title": "GFE Coordination Task Status Codes",
"status": "active",
"experimental": false,
"date": "2026-01-29T06:53:41+00:00",
"publisher": "HL7 International / Financial Management",
"contact": [
{
"name": "HL7 International / Financial Management",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fm"
},
{
"system": "email",
"value": "fmlists@lists.hl7.org"
}
]
}
],
"description": "Codes allowed for a GFE Coordination Task status",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/task-status",
"concept": [
{
"code": "draft"
},
{
"code": "requested"
},
{
"code": "in-progress"
},
{
"code": "ready"
},
{
"code": "cancelled"
},
{
"code": "on-hold"
},
{
"code": "failed"
},
{
"code": "completed"
},
{
"code": "entered-in-error"
}
]
}
]
}
}