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

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

Raw json


{
  "resourceType" : "CodeSystem",
  "id" : "codesystem-testscript-operation-codes",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes",
  "version" : "1.5.0",
  "name" : "AEGISTouchstoneTestingTestScriptOperationCodes",
  "title" : "AEGIS Touchstone Testing TestScript Operation Codes",
  "status" : "active",
  "date" : "2020-08-27",
  "publisher" : "AEGIS.net, Inc.",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.aegis.net"
        }
      ]
    }
  ],
  "description" : "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" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "export",
      "display" : "Bulk Data Export",
      "definition" : "Perform a Bulk Data export operation"
    },
    {
      "code" : "get",
      "display" : "GET",
      "definition" : "Perform an HTTP GET method"
    },
    {
      "code" : "history-instance",
      "display" : "History Instance",
      "definition" : "Retrieve the change history for a particular resource instance"
    },
    {
      "code" : "history-type",
      "display" : "History Type",
      "definition" : "Retrieve the change history for a particular resource type"
    },
    {
      "code" : "history-system",
      "display" : "History System",
      "definition" : "Retrieve the change history for all resource types"
    },
    {
      "code" : "oauth2-authorize",
      "display" : "OAuth2 Authorize",
      "definition" : "OAuth2 auth endpoint"
    },
    {
      "code" : "oauth2-get-token",
      "display" : "OAuth2 Get Token",
      "definition" : "OAuth2 token endpoint"
    },
    {
      "code" : "oauth2-refresh-token",
      "display" : "OAuth2 Refresh Token",
      "definition" : "OAuth2 refresh endpoint"
    },
    {
      "code" : "oauth2-register",
      "display" : "OAuth2 Client Registration",
      "definition" : "OAuth2 register endpoint"
    },
    {
      "code" : "oauth2-revoke-token",
      "display" : "OAuth2 Revoke Token",
      "definition" : "OAuth2 revoke endpoint"
    },
    {
      "code" : "post",
      "display" : "POST",
      "definition" : "Perform an HTTP POST method."
    },
    {
      "code" : "smart-launch",
      "display" : "SMART on FHIR Launch",
      "definition" : "SMART on FHIR Launch"
    }
  ]
}