--- type: "codesystem" title: "Action List" codesystem: "actionlist" --- # Action List - **Official URL**: http://hl7.org/fhir/actionlist - **Version**: 6.0.0 - **Name**: ActionList - **Title**: Action List - **Description**: ActionList ## Concepts | Code | Display | Definition | | --- | --- | --- | | cancel | Cancel, Reverse or Nullify | Cancel, reverse or nullify the target resource. | | poll | Poll | Check for previously un-read/ not-retrieved resources. | | reprocess | Re-Process | Re-process the target resource. | | status | Status Check | Retrieve the processing status of the target resource. | ## CodeSystem XML ```xml <experimental value="true"/> <description value="ActionList"/> <concept> <code value="cancel"/> <display value="Cancel, Reverse or Nullify"/> <definition value="Cancel, reverse or nullify the target resource."/> </concept> <concept> <code value="poll"/> <display value="Poll"/> <definition value="Check for previously un-read/ not-retrieved resources."/> </concept> <concept> <code value="reprocess"/> <display value="Re-Process"/> <definition value="Re-process the target resource."/> </concept> <concept> <code value="status"/> <display value="Status Check"/> <definition value="Retrieve the processing status of the target resource."/> </concept> </CodeSystem> ```