| Package | hl7.fhir.us.davinci-pct |
| Resource Type | ValueSet |
| Id | PCTCoordinationTaskStatusCodes |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/davinci-pct/https://build.fhir.org/ig/HL7/davinci-pct/ValueSet-PCTCoordinationTaskStatusCodes.html |
| URL | http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTCoordinationTaskStatusCodes |
| Version | 2.0.0-draft |
| Status | active |
| Date | 2025-08-04T03:55:43+00:00 |
| Name | PCTCoordinationTaskStatusCodes |
| Title | GFE Coordination Task Status Codes |
| Realm | us |
| Authority | hl7 |
| Description | Codes allowed for a GFE Coordination Task status |
| StructureDefinition | |
| davinci-pct-gfe-coordination-task | PCT GFE Coordination Task |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet PCTCoordinationTaskStatusCodes
http://hl7.org/fhir/task-status| 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. |
| 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. |
{
"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-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-draft",
"name": "PCTCoordinationTaskStatusCodes",
"title": "GFE Coordination Task Status Codes",
"status": "active",
"experimental": false,
"date": "2025-08-04T03:55:43+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": "cancelled"
},
{
"code": "on-hold"
},
{
"code": "failed"
},
{
"code": "completed"
},
{
"code": "entered-in-error"
}
]
}
]
}
}