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
Turtle Format: CodeSystem-codesystem-testscript-operation-codes
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "codesystem-testscript-operation-codes"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.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>"
];
fhir:CodeSystem.url [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes"];
fhir:CodeSystem.version [ fhir:value "1.6.0"];
fhir:CodeSystem.name [ fhir:value "AEGISTouchstoneTestingTestScriptOperationCodes"];
fhir:CodeSystem.title [ fhir:value "AEGIS Touchstone Testing TestScript Operation Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2020-08-27"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "AEGIS.net, Inc."];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.aegis.net" ] ]
];
fhir:CodeSystem.description [ fhir:value "This system defines a set of codes that are used to indicate the extended supported operations of a testing engine or tool."];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "export" ];
fhir:CodeSystem.concept.display [ fhir:value "Bulk Data Export" ];
fhir:CodeSystem.concept.definition [ fhir:value "Perform a Bulk Data export operation" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "get" ];
fhir:CodeSystem.concept.display [ fhir:value "GET" ];
fhir:CodeSystem.concept.definition [ fhir:value "Perform an HTTP GET method" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "history-instance" ];
fhir:CodeSystem.concept.display [ fhir:value "History Instance" ];
fhir:CodeSystem.concept.definition [ fhir:value "Retrieve the change history for a particular resource instance" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "history-type" ];
fhir:CodeSystem.concept.display [ fhir:value "History Type" ];
fhir:CodeSystem.concept.definition [ fhir:value "Retrieve the change history for a particular resource type" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "history-system" ];
fhir:CodeSystem.concept.display [ fhir:value "History System" ];
fhir:CodeSystem.concept.definition [ fhir:value "Retrieve the change history for all resource types" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "oauth2-authorize" ];
fhir:CodeSystem.concept.display [ fhir:value "OAuth2 Authorize" ];
fhir:CodeSystem.concept.definition [ fhir:value "OAuth2 auth endpoint" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "oauth2-get-token" ];
fhir:CodeSystem.concept.display [ fhir:value "OAuth2 Get Token" ];
fhir:CodeSystem.concept.definition [ fhir:value "OAuth2 token endpoint" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "oauth2-refresh-token" ];
fhir:CodeSystem.concept.display [ fhir:value "OAuth2 Refresh Token" ];
fhir:CodeSystem.concept.definition [ fhir:value "OAuth2 refresh endpoint" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "oauth2-register" ];
fhir:CodeSystem.concept.display [ fhir:value "OAuth2 Client Registration" ];
fhir:CodeSystem.concept.definition [ fhir:value "OAuth2 register endpoint" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "oauth2-revoke-token" ];
fhir:CodeSystem.concept.display [ fhir:value "OAuth2 Revoke Token" ];
fhir:CodeSystem.concept.definition [ fhir:value "OAuth2 revoke endpoint" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "post" ];
fhir:CodeSystem.concept.display [ fhir:value "POST" ];
fhir:CodeSystem.concept.definition [ fhir:value "Perform an HTTP POST method." ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "smart-launch" ];
fhir:CodeSystem.concept.display [ fhir:value "SMART on FHIR Launch" ];
fhir:CodeSystem.concept.definition [ fhir:value "SMART on FHIR Launch" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "cds-services" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hooks CDS Services" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hooks CDS Services" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "appointment-book" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook appointment-book" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook appointment-book" ]
], [
fhir:index 14;
fhir:CodeSystem.concept.code [ fhir:value "encounter-discharge" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook encounter-discharge" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook encounter-discharge" ]
], [
fhir:index 15;
fhir:CodeSystem.concept.code [ fhir:value "encounter-start" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook encounter-start" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook encounter-start" ]
], [
fhir:index 16;
fhir:CodeSystem.concept.code [ fhir:value "medication-prescribe" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook medication-prescribe" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook medication-prescribe" ]
], [
fhir:index 17;
fhir:CodeSystem.concept.code [ fhir:value "order-dispatch" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook order-dispatch" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook order-dispatch" ]
], [
fhir:index 18;
fhir:CodeSystem.concept.code [ fhir:value "order-review" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook order-review" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook order-review" ]
], [
fhir:index 19;
fhir:CodeSystem.concept.code [ fhir:value "order-select" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook order-select" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook order-select" ]
], [
fhir:index 20;
fhir:CodeSystem.concept.code [ fhir:value "order-sign" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook order-sign" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook order-sign" ]
], [
fhir:index 21;
fhir:CodeSystem.concept.code [ fhir:value "patient-view" ];
fhir:CodeSystem.concept.display [ fhir:value "CDS Hook patient-view" ];
fhir:CodeSystem.concept.definition [ fhir:value "CDS Hook patient-view" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.