This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2023-09-08 | Maturity Level: 2 |
@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: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 <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
] ; #
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 "0.1.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 "2023-09-08T17:52:31-06:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Project team"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ] ] )
] ) ; #
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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/testscript-operation-codes"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/testscript-operation-codes>
] ; #
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" ]
] ) . #
IG © 2020+ HL7 International - Vocabulary Work Group. Package hl7.terminology#5.3.0 based on FHIR 4.0.1. Generated 2023-09-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change