This is the Version 1.4.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\">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>"
];
fhir:CodeSystem.url [ fhir:value "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-testscript-operation-codes"];
fhir:CodeSystem.version [ fhir:value "1.4.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 value set 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 "oauth2-authorize" ];
fhir:CodeSystem.concept.display [ fhir:value "OAuth2 Authorize" ];
fhir:CodeSystem.concept.definition [ fhir:value "OAuth2 auth endpoint" ]
], [
fhir:index 3;
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 4;
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 5;
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 6;
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 7;
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 8;
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" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.