View raw Markdown
type: codesystemcodesystem: actionlist

Action List

Concepts

CodeDisplayDefinition
cancelCancel, Reverse or NullifyCancel, reverse or nullify the target resource.
pollPollCheck for previously un-read/ not-retrieved resources.
reprocessRe-ProcessRe-process the target resource.
statusStatus CheckRetrieve the processing status of the target resource.

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="actionlist"/>
  <meta>

  </meta>
  <url value="http://hl7.org/fhir/actionlist"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.676"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.2.351"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ActionList"/>
  <title value="Action List"/>
  <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>