@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "testscript-operation-codes"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system http://terminology.hl7.org/CodeSystem/testscript-operation-codes defines the following codes:

CodeDisplayDefinition
read ReadRead the current state of the resource.
vread Version ReadRead the state of a specific version of the resource.
update UpdateUpdate an existing resource by its id.
updateCreate Create using UpdateUpdate an existing resource by its id (or create it if it is new).
patch PatchPatch an existing resource by its id.
delete DeleteDelete a resource.
deleteCondSingle Conditional Delete SingleConditionally delete a single resource based on search parameters.
deleteCondMultiple Conditional Delete MultipleConditionally delete one or more resources based on search parameters.
history HistoryRetrieve the change history for a particular resource or resource type.
create CreateCreate a new resource with a server assigned id.
search SearchSearch based on some filter criteria.
batch BatchUpdate, create or delete a set of resources as independent actions.
transaction TransactionUpdate, create or delete a set of resources as a single transaction.
capabilities CapabilitiesGet a capability statement for the system.
apply $applyRealizes an ActivityDefinition in a specific context
closure $closureClosure Table Maintenance
find-matches $find-matchesFinding Codes based on supplied properties
conforms $conformsCompare two systems CapabilityStatements
data-requirements $data-requirementsAggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition
document $documentGenerate a Document
evaluate $evaluateRequest clinical decision support guidance based on a specific decision support module
evaluate-measure $evaluate-measureInvoke an eMeasure and obtain the results
everything $everythingReturn all the related information as described in the Encounter or Patient
expand $expandValue Set Expansion
find $findFind a functional list
graphql $graphqlInvoke a GraphQL query
implements $implementsTest if a server implements a client's required operations
lastn $lastnLast N Observations Query
lookup $lookupConcept Look Up and Decomposition
match $matchFind patient matches using MPI based logic
meta $metaAccess a list of profiles, tags, and security labels
meta-add $meta-addAdd profiles, tags, and security labels to a resource
meta-delete $meta-deleteDelete profiles, tags, and security labels for a resource
populate $populatePopulate Questionnaire
populatehtml $populatehtmlGenerate HTML for Questionnaire
populatelink $populatelinkGenerate a link to a Questionnaire completion webpage
process-message $process-messageProcess a message according to the defined event
questionnaire $questionnaireBuild Questionnaire
stats $statsObservation Statistics
subset $subsetFetch a subset of the CapabilityStatement resource
subsumes $subsumesCodeSystem Subsumption Testing
transform $transformModel Instance Transformation
translate $translateConcept Translation
validate $validateValidate a resource
validate-code $validate-codeValueSet based Validation
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "fhir" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "2"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/testscript-operation-codes"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1195" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "TestScriptOperationCode"] ; # fhir:title [ fhir:v "Test script operation code"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-03-09T14:36:19-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/testscript-operation-codes"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "read" ] ; fhir:display [ fhir:v "Read" ] ; fhir:definition [ fhir:v "Read the current state of the resource." ] ] [ fhir:code [ fhir:v "vread" ] ; fhir:display [ fhir:v "Version Read" ] ; fhir:definition [ fhir:v "Read the state of a specific version of the resource." ] ] [ fhir:code [ fhir:v "update" ] ; fhir:display [ fhir:v "Update" ] ; fhir:definition [ fhir:v "Update an existing resource by its id." ] ] [ fhir:code [ fhir:v "updateCreate" ] ; fhir:display [ fhir:v "Create using Update" ] ; fhir:definition [ fhir:v "Update an existing resource by its id (or create it if it is new)." ] ] [ fhir:code [ fhir:v "patch" ] ; fhir:display [ fhir:v "Patch" ] ; fhir:definition [ fhir:v "Patch an existing resource by its id." ] ] [ fhir:code [ fhir:v "delete" ] ; fhir:display [ fhir:v "Delete" ] ; fhir:definition [ fhir:v "Delete a resource." ] ] [ fhir:code [ fhir:v "deleteCondSingle" ] ; fhir:display [ fhir:v "Conditional Delete Single" ] ; fhir:definition [ fhir:v "Conditionally delete a single resource based on search parameters." ] ] [ fhir:code [ fhir:v "deleteCondMultiple" ] ; fhir:display [ fhir:v "Conditional Delete Multiple" ] ; fhir:definition [ fhir:v "Conditionally delete one or more resources based on search parameters." ] ] [ fhir:code [ fhir:v "history" ] ; fhir:display [ fhir:v "History" ] ; fhir:definition [ fhir:v "Retrieve the change history for a particular resource or resource type." ] ] [ fhir:code [ fhir:v "create" ] ; fhir:display [ fhir:v "Create" ] ; fhir:definition [ fhir:v "Create a new resource with a server assigned id." ] ] [ fhir:code [ fhir:v "search" ] ; fhir:display [ fhir:v "Search" ] ; fhir:definition [ fhir:v "Search based on some filter criteria." ] ] [ fhir:code [ fhir:v "batch" ] ; fhir:display [ fhir:v "Batch" ] ; fhir:definition [ fhir:v "Update, create or delete a set of resources as independent actions." ] ] [ fhir:code [ fhir:v "transaction" ] ; fhir:display [ fhir:v "Transaction" ] ; fhir:definition [ fhir:v "Update, create or delete a set of resources as a single transaction." ] ] [ fhir:code [ fhir:v "capabilities" ] ; fhir:display [ fhir:v "Capabilities" ] ; fhir:definition [ fhir:v "Get a capability statement for the system." ] ] [ fhir:code [ fhir:v "apply" ] ; fhir:display [ fhir:v "$apply" ] ; fhir:definition [ fhir:v "Realizes an ActivityDefinition in a specific context" ] ] [ fhir:code [ fhir:v "closure" ] ; fhir:display [ fhir:v "$closure" ] ; fhir:definition [ fhir:v "Closure Table Maintenance" ] ] [ fhir:code [ fhir:v "find-matches" ] ; fhir:display [ fhir:v "$find-matches" ] ; fhir:definition [ fhir:v "Finding Codes based on supplied properties" ] ] [ fhir:code [ fhir:v "conforms" ] ; fhir:display [ fhir:v "$conforms" ] ; fhir:definition [ fhir:v "Compare two systems CapabilityStatements" ] ] [ fhir:code [ fhir:v "data-requirements" ] ; fhir:display [ fhir:v "$data-requirements" ] ; fhir:definition [ fhir:v "Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition" ] ] [ fhir:code [ fhir:v "document" ] ; fhir:display [ fhir:v "$document" ] ; fhir:definition [ fhir:v "Generate a Document" ] ] [ fhir:code [ fhir:v "evaluate" ] ; fhir:display [ fhir:v "$evaluate" ] ; fhir:definition [ fhir:v "Request clinical decision support guidance based on a specific decision support module" ] ] [ fhir:code [ fhir:v "evaluate-measure" ] ; fhir:display [ fhir:v "$evaluate-measure" ] ; fhir:definition [ fhir:v "Invoke an eMeasure and obtain the results" ] ] [ fhir:code [ fhir:v "everything" ] ; fhir:display [ fhir:v "$everything" ] ; fhir:definition [ fhir:v "Return all the related information as described in the Encounter or Patient" ] ] [ fhir:code [ fhir:v "expand" ] ; fhir:display [ fhir:v "$expand" ] ; fhir:definition [ fhir:v "Value Set Expansion" ] ] [ fhir:code [ fhir:v "find" ] ; fhir:display [ fhir:v "$find" ] ; fhir:definition [ fhir:v "Find a functional list" ] ] [ fhir:code [ fhir:v "graphql" ] ; fhir:display [ fhir:v "$graphql" ] ; fhir:definition [ fhir:v "Invoke a GraphQL query" ] ] [ fhir:code [ fhir:v "implements" ] ; fhir:display [ fhir:v "$implements" ] ; fhir:definition [ fhir:v "Test if a server implements a client's required operations" ] ] [ fhir:code [ fhir:v "lastn" ] ; fhir:display [ fhir:v "$lastn" ] ; fhir:definition [ fhir:v "Last N Observations Query" ] ] [ fhir:code [ fhir:v "lookup" ] ; fhir:display [ fhir:v "$lookup" ] ; fhir:definition [ fhir:v "Concept Look Up and Decomposition" ] ] [ fhir:code [ fhir:v "match" ] ; fhir:display [ fhir:v "$match" ] ; fhir:definition [ fhir:v "Find patient matches using MPI based logic" ] ] [ fhir:code [ fhir:v "meta" ] ; fhir:display [ fhir:v "$meta" ] ; fhir:definition [ fhir:v "Access a list of profiles, tags, and security labels" ] ] [ fhir:code [ fhir:v "meta-add" ] ; fhir:display [ fhir:v "$meta-add" ] ; fhir:definition [ fhir:v "Add profiles, tags, and security labels to a resource" ] ] [ fhir:code [ fhir:v "meta-delete" ] ; fhir:display [ fhir:v "$meta-delete" ] ; fhir:definition [ fhir:v "Delete profiles, tags, and security labels for a resource" ] ] [ fhir:code [ fhir:v "populate" ] ; fhir:display [ fhir:v "$populate" ] ; fhir:definition [ fhir:v "Populate Questionnaire" ] ] [ fhir:code [ fhir:v "populatehtml" ] ; fhir:display [ fhir:v "$populatehtml" ] ; fhir:definition [ fhir:v "Generate HTML for Questionnaire" ] ] [ fhir:code [ fhir:v "populatelink" ] ; fhir:display [ fhir:v "$populatelink" ] ; fhir:definition [ fhir:v "Generate a link to a Questionnaire completion webpage" ] ] [ fhir:code [ fhir:v "process-message" ] ; fhir:display [ fhir:v "$process-message" ] ; fhir:definition [ fhir:v "Process a message according to the defined event" ] ] [ fhir:code [ fhir:v "questionnaire" ] ; fhir:display [ fhir:v "$questionnaire" ] ; fhir:definition [ fhir:v "Build Questionnaire" ] ] [ fhir:code [ fhir:v "stats" ] ; fhir:display [ fhir:v "$stats" ] ; fhir:definition [ fhir:v "Observation Statistics" ] ] [ fhir:code [ fhir:v "subset" ] ; fhir:display [ fhir:v "$subset" ] ; fhir:definition [ fhir:v "Fetch a subset of the CapabilityStatement resource" ] ] [ fhir:code [ fhir:v "subsumes" ] ; fhir:display [ fhir:v "$subsumes" ] ; fhir:definition [ fhir:v "CodeSystem Subsumption Testing" ] ] [ fhir:code [ fhir:v "transform" ] ; fhir:display [ fhir:v "$transform" ] ; fhir:definition [ fhir:v "Model Instance Transformation" ] ] [ fhir:code [ fhir:v "translate" ] ; fhir:display [ fhir:v "$translate" ] ; fhir:definition [ fhir:v "Concept Translation" ] ] [ fhir:code [ fhir:v "validate" ] ; fhir:display [ fhir:v "$validate" ] ; fhir:definition [ fhir:v "Validate a resource" ] ] [ fhir:code [ fhir:v "validate-code" ] ; fhir:display [ fhir:v "$validate-code" ] ; fhir:definition [ fhir:v "ValueSet based Validation" ] ] ) . # # -------------------------------------------------------------------------------------