--- type: "codesystem" title: "Artifact Assessment Workflow Status" codesystem: "artifactassessment-workflow-status" --- # Artifact Assessment Workflow Status - **Official URL**: http://hl7.org/fhir/artifactassessment-workflow-status - **Version**: 6.0.0 - **Status**: active - **Name**: ArtifactAssessmentWorkflowStatus - **Title**: Artifact Assessment Workflow Status - **Publisher**: HL7 (FHIR Project) - **Description**: Possible values for the workflow status of the comment or assessment, typically used to coordinate workflow around the process of accepting and rejecting changes and comments on the artifact. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | submitted | Submitted | The comment has been submitted, but the responsible party has not yet been determined, or the responsible party has not yet determined the next steps to be taken. | | triaged | Triaged | The comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment. | | waiting-for-input | Waiting for Input | The comment is waiting for input from a specific party before next steps can be taken. | | resolved-no-change | Resolved - No Change | The comment has been resolved and no changes resulted from the resolution | | resolved-change-required | Resolved - Change Required | The comment has been resolved and changes are required to address the comment | | deferred | Deferred | The comment is acceptable, but resolution of the comment and application of any associated changes have been deferred | | duplicate | Duplicate | The comment is a duplicate of another comment already received | | applied | Applied | The comment is resolved and any necessary changes have been applied | | published | Published | The necessary changes to the artifact have been published in a new version of the artifact | | entered-in-error | Entered in Error | The assessment was entered in error | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Possible values for the workflow status of the comment or assessment, typically used to coordinate workflow around the process of accepting and rejecting changes and comments on the artifact."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/artifactassessment-workflow-status"/> <content value="complete"/> <concept> <code value="submitted"/> <display value="Submitted"/> <definition value="The comment has been submitted, but the responsible party has not yet been determined, or the responsible party has not yet determined the next steps to be taken."/> </concept> <concept> <code value="triaged"/> <display value="Triaged"/> <definition value="The comment has been triaged, meaning the responsible party has been determined and next steps have been identified to address the comment."/> </concept> <concept> <code value="waiting-for-input"/> <display value="Waiting for Input"/> <definition value="The comment is waiting for input from a specific party before next steps can be taken."/> </concept> <concept> <code value="resolved-no-change"/> <display value="Resolved - No Change"/> <definition value="The comment has been resolved and no changes resulted from the resolution"/> </concept> <concept> <code value="resolved-change-required"/> <display value="Resolved - Change Required"/> <definition value="The comment has been resolved and changes are required to address the comment"/> </concept> <concept> <code value="deferred"/> <display value="Deferred"/> <definition value="The comment is acceptable, but resolution of the comment and application of any associated changes have been deferred"/> </concept> <concept> <code value="duplicate"/> <display value="Duplicate"/> <definition value="The comment is a duplicate of another comment already received"/> </concept> <concept> <code value="applied"/> <display value="Applied"/> <definition value="The comment is resolved and any necessary changes have been applied"/> </concept> <concept> <code value="published"/> <display value="Published"/> <definition value="The necessary changes to the artifact have been published in a new version of the artifact"/> </concept> <concept> <code value="entered-in-error"/> <display value="Entered in Error"/> <definition value="The assessment was entered in error"/> </concept> </CodeSystem> ```