type: codesystemcodesystem: 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 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>