{
  "resourceType": "CodeSystem",
  "id": "actionlist",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ActionList</h2><div><p>List of allowable action which this resource can request.</p></div><p>This code system http://hl7.org/fhir/actionlist defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>cancel\r\n                  <a name=\"actionlist-cancel\"></a></td><td>Cancel, Reverse or Nullify</td><td>Cancel, reverse or nullify the target resource.</td></tr><tr><td>poll\r\n                  <a name=\"actionlist-poll\"></a></td><td>Poll</td><td>Check for previously un-read/ not-retrieved resources.</td></tr><tr><td>reprocess\r\n                  <a name=\"actionlist-reprocess\"></a></td><td>Re-Process</td><td>Re-process the target resource.</td></tr><tr><td>status\r\n                  <a name=\"actionlist-status\"></a></td><td>Status Check</td><td>Retrieve the processing status of the target resource.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    }
  ],
  "url": "http://hl7.org/fhir/actionlist",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.676"
  },
  "version": "3.0.1",
  "name": "ActionList",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "List of allowable action which this resource can request.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/actionlist",
  "content": "complete",
  "concept": [
    {
      "code": "cancel",
      "display": "Cancel, Reverse or Nullify",
      "definition": "Cancel, reverse or nullify the target resource."
    },
    {
      "code": "poll",
      "display": "Poll",
      "definition": "Check for previously un-read/ not-retrieved resources."
    },
    {
      "code": "reprocess",
      "display": "Re-Process",
      "definition": "Re-process the target resource."
    },
    {
      "code": "status",
      "display": "Status Check",
      "definition": "Retrieve the processing status of the target resource."
    }
  ]
}