This is the Version 1.6.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><tr><td style=\"white-space:nowrap\">cds-services<a name=\"codesystem-testscript-operation-codes-cds-services\"> </a></td><td>CDS Hooks CDS Services</td><td>CDS Hooks CDS Services</td></tr><tr><td style=\"white-space:nowrap\">appointment-book<a name=\"codesystem-testscript-operation-codes-appointment-book\"> </a></td><td>CDS Hook appointment-book</td><td>CDS Hook appointment-book</td></tr><tr><td style=\"white-space:nowrap\">encounter-discharge<a name=\"codesystem-testscript-operation-codes-encounter-discharge\"> </a></td><td>CDS Hook encounter-discharge</td><td>CDS Hook encounter-discharge</td></tr><tr><td style=\"white-space:nowrap\">encounter-start<a name=\"codesystem-testscript-operation-codes-encounter-start\"> </a></td><td>CDS Hook encounter-start</td><td>CDS Hook encounter-start</td></tr><tr><td style=\"white-space:nowrap\">medication-prescribe<a name=\"codesystem-testscript-operation-codes-medication-prescribe\"> </a></td><td>CDS Hook medication-prescribe</td><td>CDS Hook medication-prescribe</td></tr><tr><td style=\"white-space:nowrap\">order-dispatch<a name=\"codesystem-testscript-operation-codes-order-dispatch\"> </a></td><td>CDS Hook order-dispatch</td><td>CDS Hook order-dispatch</td></tr><tr><td style=\"white-space:nowrap\">order-review<a name=\"codesystem-testscript-operation-codes-order-review\"> </a></td><td>CDS Hook order-review</td><td>CDS Hook order-review</td></tr><tr><td style=\"white-space:nowrap\">order-select<a name=\"codesystem-testscript-operation-codes-order-select\"> </a></td><td>CDS Hook order-select</td><td>CDS Hook order-select</td></tr><tr><td style=\"white-space:nowrap\">order-sign<a name=\"codesystem-testscript-operation-codes-order-sign\"> </a></td><td>CDS Hook order-sign</td><td>CDS Hook order-sign</td></tr><tr><td style=\"white-space:nowrap\">patient-view<a name=\"codesystem-testscript-operation-codes-patient-view\"> </a></td><td>CDS Hook patient-view</td><td>CDS Hook patient-view</td></tr></table></div>"
},
"url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes",
"version" : "1.6.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 system 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",
"display" : "United States of America"
}
]
}
],
"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"
},
{
"code" : "cds-services",
"display" : "CDS Hooks CDS Services",
"definition" : "CDS Hooks CDS Services"
},
{
"code" : "appointment-book",
"display" : "CDS Hook appointment-book",
"definition" : "CDS Hook appointment-book"
},
{
"code" : "encounter-discharge",
"display" : "CDS Hook encounter-discharge",
"definition" : "CDS Hook encounter-discharge"
},
{
"code" : "encounter-start",
"display" : "CDS Hook encounter-start",
"definition" : "CDS Hook encounter-start"
},
{
"code" : "medication-prescribe",
"display" : "CDS Hook medication-prescribe",
"definition" : "CDS Hook medication-prescribe"
},
{
"code" : "order-dispatch",
"display" : "CDS Hook order-dispatch",
"definition" : "CDS Hook order-dispatch"
},
{
"code" : "order-review",
"display" : "CDS Hook order-review",
"definition" : "CDS Hook order-review"
},
{
"code" : "order-select",
"display" : "CDS Hook order-select",
"definition" : "CDS Hook order-select"
},
{
"code" : "order-sign",
"display" : "CDS Hook order-sign",
"definition" : "CDS Hook order-sign"
},
{
"code" : "patient-view",
"display" : "CDS Hook patient-view",
"definition" : "CDS Hook patient-view"
}
]
}