AEGIS Touchstone Testing Implementation Guide

This is the Version 1.5.0 Release of the Touchstone Testing Implementation Guide, based on FHIR Version 4.0.1. See the Directory of published versions

XML Format: CodeSystem-codesystem-testscript-operation-codes

Raw xml



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="codesystem-testscript-operation-codes"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">export<a name="codesystem-testscript-operation-codes-export"> </a></td><td>Bulk Data Export</td><td>Perform a Bulk Data export operation</td></tr><tr><td style="white-space:nowrap">get<a name="codesystem-testscript-operation-codes-get"> </a></td><td>GET</td><td>Perform an HTTP GET method</td></tr><tr><td style="white-space:nowrap">history-instance<a name="codesystem-testscript-operation-codes-history-instance"> </a></td><td>History Instance</td><td>Retrieve the change history for a particular resource instance</td></tr><tr><td style="white-space:nowrap">history-type<a name="codesystem-testscript-operation-codes-history-type"> </a></td><td>History Type</td><td>Retrieve the change history for a particular resource type</td></tr><tr><td style="white-space:nowrap">history-system<a name="codesystem-testscript-operation-codes-history-system"> </a></td><td>History System</td><td>Retrieve the change history for all resource types</td></tr><tr><td style="white-space:nowrap">oauth2-authorize<a name="codesystem-testscript-operation-codes-oauth2-authorize"> </a></td><td>OAuth2 Authorize</td><td>OAuth2 auth endpoint</td></tr><tr><td style="white-space:nowrap">oauth2-get-token<a name="codesystem-testscript-operation-codes-oauth2-get-token"> </a></td><td>OAuth2 Get Token</td><td>OAuth2 token endpoint</td></tr><tr><td style="white-space:nowrap">oauth2-refresh-token<a name="codesystem-testscript-operation-codes-oauth2-refresh-token"> </a></td><td>OAuth2 Refresh Token</td><td>OAuth2 refresh endpoint</td></tr><tr><td style="white-space:nowrap">oauth2-register<a name="codesystem-testscript-operation-codes-oauth2-register"> </a></td><td>OAuth2 Client Registration</td><td>OAuth2 register endpoint</td></tr><tr><td style="white-space:nowrap">oauth2-revoke-token<a name="codesystem-testscript-operation-codes-oauth2-revoke-token"> </a></td><td>OAuth2 Revoke Token</td><td>OAuth2 revoke endpoint</td></tr><tr><td style="white-space:nowrap">post<a name="codesystem-testscript-operation-codes-post"> </a></td><td>POST</td><td>Perform an HTTP POST method.</td></tr><tr><td style="white-space:nowrap">smart-launch<a name="codesystem-testscript-operation-codes-smart-launch"> </a></td><td>SMART on FHIR Launch</td><td>SMART on FHIR Launch</td></tr></table></div>
  </text>
  <url
       value="http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes"/>
  <version value="1.5.0"/>
  <name value="AEGISTouchstoneTestingTestScriptOperationCodes"/>
  <title value="AEGIS Touchstone Testing TestScript Operation Codes"/>
  <status value="active"/>
  <date value="2020-08-27"/>
  <publisher value="AEGIS.net, Inc."/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.aegis.net"/>
    </telecom>
  </contact>
  <description
               value="This value set defines a set of codes that are used to indicate the extended supported operations of a testing engine or tool."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="export"/>
    <display value="Bulk Data Export"/>
    <definition value="Perform a Bulk Data export operation"/>
  </concept>
  <concept>
    <code value="get"/>
    <display value="GET"/>
    <definition value="Perform an HTTP GET method"/>
  </concept>
  <concept>
    <code value="history-instance"/>
    <display value="History Instance"/>
    <definition
                value="Retrieve the change history for a particular resource instance"/>
  </concept>
  <concept>
    <code value="history-type"/>
    <display value="History Type"/>
    <definition
                value="Retrieve the change history for a particular resource type"/>
  </concept>
  <concept>
    <code value="history-system"/>
    <display value="History System"/>
    <definition value="Retrieve the change history for all resource types"/>
  </concept>
  <concept>
    <code value="oauth2-authorize"/>
    <display value="OAuth2 Authorize"/>
    <definition value="OAuth2 auth endpoint"/>
  </concept>
  <concept>
    <code value="oauth2-get-token"/>
    <display value="OAuth2 Get Token"/>
    <definition value="OAuth2 token endpoint"/>
  </concept>
  <concept>
    <code value="oauth2-refresh-token"/>
    <display value="OAuth2 Refresh Token"/>
    <definition value="OAuth2 refresh endpoint"/>
  </concept>
  <concept>
    <code value="oauth2-register"/>
    <display value="OAuth2 Client Registration"/>
    <definition value="OAuth2 register endpoint"/>
  </concept>
  <concept>
    <code value="oauth2-revoke-token"/>
    <display value="OAuth2 Revoke Token"/>
    <definition value="OAuth2 revoke endpoint"/>
  </concept>
  <concept>
    <code value="post"/>
    <display value="POST"/>
    <definition value="Perform an HTTP POST method."/>
  </concept>
  <concept>
    <code value="smart-launch"/>
    <display value="SMART on FHIR Launch"/>
    <definition value="SMART on FHIR Launch"/>
  </concept>
</CodeSystem>