@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "testscript-operation-codes"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-04-10T07:10:28.568+10:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This 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:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.valueCode [ fhir:value "fhir" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.valueCode [ fhir:value "trial-use" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ] ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/testscript-operation-codes"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1195" ] ]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "TestScriptOperationCode"]; fhir:CodeSystem.title [ fhir:value "Test script operation code"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-11-07T09:27:49+11:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "FHIR Project team"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:CodeSystem.description [ fhir:value "This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/testscript-operation-codes"; fhir:link ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "read" ]; fhir:CodeSystem.concept.display [ fhir:value "Read" ]; fhir:CodeSystem.concept.definition [ fhir:value "Read the current state of the resource." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "vread" ]; fhir:CodeSystem.concept.display [ fhir:value "Version Read" ]; fhir:CodeSystem.concept.definition [ fhir:value "Read the state of a specific version of the resource." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "update" ]; fhir:CodeSystem.concept.display [ fhir:value "Update" ]; fhir:CodeSystem.concept.definition [ fhir:value "Update an existing resource by its id." ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "updateCreate" ]; fhir:CodeSystem.concept.display [ fhir:value "Create using Update" ]; fhir:CodeSystem.concept.definition [ fhir:value "Update an existing resource by its id (or create it if it is new)." ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "patch" ]; fhir:CodeSystem.concept.display [ fhir:value "Patch" ]; fhir:CodeSystem.concept.definition [ fhir:value "Patch an existing resource by its id." ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "delete" ]; fhir:CodeSystem.concept.display [ fhir:value "Delete" ]; fhir:CodeSystem.concept.definition [ fhir:value "Delete a resource." ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "deleteCondSingle" ]; fhir:CodeSystem.concept.display [ fhir:value "Conditional Delete Single" ]; fhir:CodeSystem.concept.definition [ fhir:value "Conditionally delete a single resource based on search parameters." ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "deleteCondMultiple" ]; fhir:CodeSystem.concept.display [ fhir:value "Conditional Delete Multiple" ]; fhir:CodeSystem.concept.definition [ fhir:value "Conditionally delete one or more resources based on search parameters." ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "history" ]; fhir:CodeSystem.concept.display [ fhir:value "History" ]; fhir:CodeSystem.concept.definition [ fhir:value "Retrieve the change history for a particular resource or resource type." ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "create" ]; fhir:CodeSystem.concept.display [ fhir:value "Create" ]; fhir:CodeSystem.concept.definition [ fhir:value "Create a new resource with a server assigned id." ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "search" ]; fhir:CodeSystem.concept.display [ fhir:value "Search" ]; fhir:CodeSystem.concept.definition [ fhir:value "Search based on some filter criteria." ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "batch" ]; fhir:CodeSystem.concept.display [ fhir:value "Batch" ]; fhir:CodeSystem.concept.definition [ fhir:value "Update, create or delete a set of resources as independent actions." ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "transaction" ]; fhir:CodeSystem.concept.display [ fhir:value "Transaction" ]; fhir:CodeSystem.concept.definition [ fhir:value "Update, create or delete a set of resources as a single transaction." ] ], [ fhir:index 13; fhir:CodeSystem.concept.code [ fhir:value "capabilities" ]; fhir:CodeSystem.concept.display [ fhir:value "Capabilities" ]; fhir:CodeSystem.concept.definition [ fhir:value "Get a capability statement for the system." ] ], [ fhir:index 14; fhir:CodeSystem.concept.code [ fhir:value "apply" ]; fhir:CodeSystem.concept.display [ fhir:value "$apply" ]; fhir:CodeSystem.concept.definition [ fhir:value "Realizes an ActivityDefinition in a specific context" ] ], [ fhir:index 15; fhir:CodeSystem.concept.code [ fhir:value "closure" ]; fhir:CodeSystem.concept.display [ fhir:value "$closure" ]; fhir:CodeSystem.concept.definition [ fhir:value "Closure Table Maintenance" ] ], [ fhir:index 16; fhir:CodeSystem.concept.code [ fhir:value "find-matches" ]; fhir:CodeSystem.concept.display [ fhir:value "$find-matches" ]; fhir:CodeSystem.concept.definition [ fhir:value "Finding Codes based on supplied properties" ] ], [ fhir:index 17; fhir:CodeSystem.concept.code [ fhir:value "conforms" ]; fhir:CodeSystem.concept.display [ fhir:value "$conforms" ]; fhir:CodeSystem.concept.definition [ fhir:value "Compare two systems CapabilityStatements" ] ], [ fhir:index 18; fhir:CodeSystem.concept.code [ fhir:value "data-requirements" ]; fhir:CodeSystem.concept.display [ fhir:value "$data-requirements" ]; fhir:CodeSystem.concept.definition [ fhir:value "Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition" ] ], [ fhir:index 19; fhir:CodeSystem.concept.code [ fhir:value "document" ]; fhir:CodeSystem.concept.display [ fhir:value "$document" ]; fhir:CodeSystem.concept.definition [ fhir:value "Generate a Document" ] ], [ fhir:index 20; fhir:CodeSystem.concept.code [ fhir:value "evaluate" ]; fhir:CodeSystem.concept.display [ fhir:value "$evaluate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Request clinical decision support guidance based on a specific decision support module" ] ], [ fhir:index 21; fhir:CodeSystem.concept.code [ fhir:value "evaluate-measure" ]; fhir:CodeSystem.concept.display [ fhir:value "$evaluate-measure" ]; fhir:CodeSystem.concept.definition [ fhir:value "Invoke an eMeasure and obtain the results" ] ], [ fhir:index 22; fhir:CodeSystem.concept.code [ fhir:value "everything" ]; fhir:CodeSystem.concept.display [ fhir:value "$everything" ]; fhir:CodeSystem.concept.definition [ fhir:value "Return all the related information as described in the Encounter or Patient" ] ], [ fhir:index 23; fhir:CodeSystem.concept.code [ fhir:value "expand" ]; fhir:CodeSystem.concept.display [ fhir:value "$expand" ]; fhir:CodeSystem.concept.definition [ fhir:value "Value Set Expansion" ] ], [ fhir:index 24; fhir:CodeSystem.concept.code [ fhir:value "find" ]; fhir:CodeSystem.concept.display [ fhir:value "$find" ]; fhir:CodeSystem.concept.definition [ fhir:value "Find a functional list" ] ], [ fhir:index 25; fhir:CodeSystem.concept.code [ fhir:value "graphql" ]; fhir:CodeSystem.concept.display [ fhir:value "$graphql" ]; fhir:CodeSystem.concept.definition [ fhir:value "Invoke a GraphQL query" ] ], [ fhir:index 26; fhir:CodeSystem.concept.code [ fhir:value "implements" ]; fhir:CodeSystem.concept.display [ fhir:value "$implements" ]; fhir:CodeSystem.concept.definition [ fhir:value "Test if a server implements a client's required operations" ] ], [ fhir:index 27; fhir:CodeSystem.concept.code [ fhir:value "lastn" ]; fhir:CodeSystem.concept.display [ fhir:value "$lastn" ]; fhir:CodeSystem.concept.definition [ fhir:value "Last N Observations Query" ] ], [ fhir:index 28; fhir:CodeSystem.concept.code [ fhir:value "lookup" ]; fhir:CodeSystem.concept.display [ fhir:value "$lookup" ]; fhir:CodeSystem.concept.definition [ fhir:value "Concept Look Up and Decomposition" ] ], [ fhir:index 29; fhir:CodeSystem.concept.code [ fhir:value "match" ]; fhir:CodeSystem.concept.display [ fhir:value "$match" ]; fhir:CodeSystem.concept.definition [ fhir:value "Find patient matches using MPI based logic" ] ], [ fhir:index 30; fhir:CodeSystem.concept.code [ fhir:value "meta" ]; fhir:CodeSystem.concept.display [ fhir:value "$meta" ]; fhir:CodeSystem.concept.definition [ fhir:value "Access a list of profiles, tags, and security labels" ] ], [ fhir:index 31; fhir:CodeSystem.concept.code [ fhir:value "meta-add" ]; fhir:CodeSystem.concept.display [ fhir:value "$meta-add" ]; fhir:CodeSystem.concept.definition [ fhir:value "Add profiles, tags, and security labels to a resource" ] ], [ fhir:index 32; fhir:CodeSystem.concept.code [ fhir:value "meta-delete" ]; fhir:CodeSystem.concept.display [ fhir:value "$meta-delete" ]; fhir:CodeSystem.concept.definition [ fhir:value "Delete profiles, tags, and security labels for a resource" ] ], [ fhir:index 33; fhir:CodeSystem.concept.code [ fhir:value "populate" ]; fhir:CodeSystem.concept.display [ fhir:value "$populate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Populate Questionnaire" ] ], [ fhir:index 34; fhir:CodeSystem.concept.code [ fhir:value "populatehtml" ]; fhir:CodeSystem.concept.display [ fhir:value "$populatehtml" ]; fhir:CodeSystem.concept.definition [ fhir:value "Generate HTML for Questionnaire" ] ], [ fhir:index 35; fhir:CodeSystem.concept.code [ fhir:value "populatelink" ]; fhir:CodeSystem.concept.display [ fhir:value "$populatelink" ]; fhir:CodeSystem.concept.definition [ fhir:value "Generate a link to a Questionnaire completion webpage" ] ], [ fhir:index 36; fhir:CodeSystem.concept.code [ fhir:value "process-message" ]; fhir:CodeSystem.concept.display [ fhir:value "$process-message" ]; fhir:CodeSystem.concept.definition [ fhir:value "Process a message according to the defined event" ] ], [ fhir:index 37; fhir:CodeSystem.concept.code [ fhir:value "questionnaire" ]; fhir:CodeSystem.concept.display [ fhir:value "$questionnaire" ]; fhir:CodeSystem.concept.definition [ fhir:value "Build Questionnaire" ] ], [ fhir:index 38; fhir:CodeSystem.concept.code [ fhir:value "stats" ]; fhir:CodeSystem.concept.display [ fhir:value "$stats" ]; fhir:CodeSystem.concept.definition [ fhir:value "Observation Statistics" ] ], [ fhir:index 39; fhir:CodeSystem.concept.code [ fhir:value "subset" ]; fhir:CodeSystem.concept.display [ fhir:value "$subset" ]; fhir:CodeSystem.concept.definition [ fhir:value "Fetch a subset of the CapabilityStatement resource" ] ], [ fhir:index 40; fhir:CodeSystem.concept.code [ fhir:value "subsumes" ]; fhir:CodeSystem.concept.display [ fhir:value "$subsumes" ]; fhir:CodeSystem.concept.definition [ fhir:value "CodeSystem Subsumption Testing" ] ], [ fhir:index 41; fhir:CodeSystem.concept.code [ fhir:value "transform" ]; fhir:CodeSystem.concept.display [ fhir:value "$transform" ]; fhir:CodeSystem.concept.definition [ fhir:value "Model Instance Transformation" ] ], [ fhir:index 42; fhir:CodeSystem.concept.code [ fhir:value "translate" ]; fhir:CodeSystem.concept.display [ fhir:value "$translate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Concept Translation" ] ], [ fhir:index 43; fhir:CodeSystem.concept.code [ fhir:value "validate" ]; fhir:CodeSystem.concept.display [ fhir:value "$validate" ]; fhir:CodeSystem.concept.definition [ fhir:value "Validate a resource" ] ], [ fhir:index 44; fhir:CodeSystem.concept.code [ fhir:value "validate-code" ]; fhir:CodeSystem.concept.display [ fhir:value "$validate-code" ]; fhir:CodeSystem.concept.definition [ fhir:value "ValueSet based Validation" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------