FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4b.r4.r4b
Resource TypeCodeSystem
IdCodeSystem-testscript-operation-codes.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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

Code Display Definition
read Read Read the current state of the resource.
vread Version Read Read the state of a specific version of the resource.
update Update Update an existing resource by its id.
updateCreate Create using Update Update an existing resource by its id (or create it if it is new).
patch Patch Patch an existing resource by its id.
delete Delete Delete a resource.
deleteCondSingle Conditional Delete Single Conditionally delete a single resource based on search parameters.
deleteCondMultiple Conditional Delete Multiple Conditionally delete one or more resources based on search parameters.
history History Retrieve the change history for a particular resource or resource type.
create Create Create a new resource with a server assigned id.
search Search Search based on some filter criteria.
batch Batch Update, create or delete a set of resources as independent actions.
transaction Transaction Update, create or delete a set of resources as a single transaction.
capabilities Capabilities Get a capability statement for the system.
apply $apply Realizes an ActivityDefinition in a specific context
closure $closure Closure Table Maintenance
find-matches $find-matches Finding Codes based on supplied properties
conforms $conforms Compare two systems CapabilityStatements
data-requirements $data-requirements Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition
document $document Generate a Document
evaluate $evaluate Request clinical decision support guidance based on a specific decision support module
evaluate-measure $evaluate-measure Invoke an eMeasure and obtain the results
everything $everything Return all the related information as described in the Encounter or Patient
expand $expand Value Set Expansion
find $find Find a functional list
graphql $graphql Invoke a GraphQL query
implements $implements Test if a server implements a client's required operations
lastn $lastn Last N Observations Query
lookup $lookup Concept Look Up and Decomposition
match $match Find patient matches using MPI based logic
meta $meta Access a list of profiles, tags, and security labels
meta-add $meta-add Add profiles, tags, and security labels to a resource
meta-delete $meta-delete Delete profiles, tags, and security labels for a resource
populate $populate Populate Questionnaire
populatehtml $populatehtml Generate HTML for Questionnaire
populatelink $populatelink Generate a link to a Questionnaire completion webpage
process-message $process-message Process a message according to the defined event
questionnaire $questionnaire Build Questionnaire
stats $stats Observation Statistics
subset $subset Fetch a subset of the CapabilityStatement resource
subsumes $subsumes CodeSystem Subsumption Testing
transform $transform Model Instance Transformation
translate $translate Concept Translation
validate $validate Validate a resource
validate-code $validate-code ValueSet based Validation

Source1

{
  "resourceType": "CodeSystem",
  "id": "testscript-operation-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/testscript-operation-codes",
  "version": "4.3.0",
  "name": "TestScriptOperationCodes",
  "status": "draft",
  "experimental": false,
  "date": "2025-09-13T16:38:45-04:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "read",
      "display": "Read",
      "definition": "Read the current state of the resource."
    },
    {
      "code": "vread",
      "display": "Version Read",
      "definition": "Read the state of a specific version of the resource."
    },
    {
      "code": "update",
      "display": "Update",
      "definition": "Update an existing resource by its id."
    },
    {
      "code": "updateCreate",
      "display": "Create using Update",
      "definition": "Update an existing resource by its id (or create it if it is new)."
    },
    {
      "code": "patch",
      "display": "Patch",
      "definition": "Patch an existing resource by its id."
    },
    {
      "code": "delete",
      "display": "Delete",
      "definition": "Delete a resource."
    },
    {
      "code": "deleteCondSingle",
      "display": "Conditional Delete Single",
      "definition": "Conditionally delete a single resource based on search parameters."
    },
    {
      "code": "deleteCondMultiple",
      "display": "Conditional Delete Multiple",
      "definition": "Conditionally delete one or more resources based on search parameters."
    },
    {
      "code": "history",
      "display": "History",
      "definition": "Retrieve the change history for a particular resource or resource type."
    },
    {
      "code": "create",
      "display": "Create",
      "definition": "Create a new resource with a server assigned id."
    },
    {
      "code": "search",
      "display": "Search",
      "definition": "Search based on some filter criteria."
    },
    {
      "code": "batch",
      "display": "Batch",
      "definition": "Update, create or delete a set of resources as independent actions."
    },
    {
      "code": "transaction",
      "display": "Transaction",
      "definition": "Update, create or delete a set of resources as a single transaction."
    },
    {
      "code": "capabilities",
      "display": "Capabilities",
      "definition": "Get a capability statement for the system."
    },
    {
      "code": "apply",
      "display": "$apply",
      "definition": "Realizes an ActivityDefinition in a specific context"
    },
    {
      "code": "closure",
      "display": "$closure",
      "definition": "Closure Table Maintenance"
    },
    {
      "code": "find-matches",
      "display": "$find-matches",
      "definition": "Finding Codes based on supplied properties"
    },
    {
      "code": "conforms",
      "display": "$conforms",
      "definition": "Compare two systems CapabilityStatements"
    },
    {
      "code": "data-requirements",
      "display": "$data-requirements",
      "definition": "Aggregates and returns the parameters and data requirements for a resource and all its dependencies as a single module definition"
    },
    {
      "code": "document",
      "display": "$document",
      "definition": "Generate a Document"
    },
    {
      "code": "evaluate",
      "display": "$evaluate",
      "definition": "Request clinical decision support guidance based on a specific decision support module"
    },
    {
      "code": "evaluate-measure",
      "display": "$evaluate-measure",
      "definition": "Invoke an eMeasure and obtain the results"
    },
    {
      "code": "everything",
      "display": "$everything",
      "definition": "Return all the related information as described in the Encounter or Patient"
    },
    {
      "code": "expand",
      "display": "$expand",
      "definition": "Value Set Expansion"
    },
    {
      "code": "find",
      "display": "$find",
      "definition": "Find a functional list"
    },
    {
      "code": "graphql",
      "display": "$graphql",
      "definition": "Invoke a GraphQL query"
    },
    {
      "code": "implements",
      "display": "$implements",
      "definition": "Test if a server implements a client's required operations"
    },
    {
      "code": "lastn",
      "display": "$lastn",
      "definition": "Last N Observations Query"
    },
    {
      "code": "lookup",
      "display": "$lookup",
      "definition": "Concept Look Up and Decomposition"
    },
    {
      "code": "match",
      "display": "$match",
      "definition": "Find patient matches using MPI based logic"
    },
    {
      "code": "meta",
      "display": "$meta",
      "definition": "Access a list of profiles, tags, and security labels"
    },
    {
      "code": "meta-add",
      "display": "$meta-add",
      "definition": "Add profiles, tags, and security labels to a resource"
    },
    {
      "code": "meta-delete",
      "display": "$meta-delete",
      "definition": "Delete profiles, tags, and security labels for a resource"
    },
    {
      "code": "populate",
      "display": "$populate",
      "definition": "Populate Questionnaire"
    },
    {
      "code": "populatehtml",
      "display": "$populatehtml",
      "definition": "Generate HTML for Questionnaire"
    },
    {
      "code": "populatelink",
      "display": "$populatelink",
      "definition": "Generate a link to a Questionnaire completion webpage"
    },
    {
      "code": "process-message",
      "display": "$process-message",
      "definition": "Process a message according to the defined event"
    },
    {
      "code": "questionnaire",
      "display": "$questionnaire",
      "definition": "Build Questionnaire"
    },
    {
      "code": "stats",
      "display": "$stats",
      "definition": "Observation Statistics"
    },
    {
      "code": "subset",
      "display": "$subset",
      "definition": "Fetch a subset of the CapabilityStatement resource"
    },
    {
      "code": "subsumes",
      "display": "$subsumes",
      "definition": "CodeSystem Subsumption Testing"
    },
    {
      "code": "transform",
      "display": "$transform",
      "definition": "Model Instance Transformation"
    },
    {
      "code": "translate",
      "display": "$translate",
      "definition": "Concept Translation"
    },
    {
      "code": "validate",
      "display": "$validate",
      "definition": "Validate a resource"
    },
    {
      "code": "validate-code",
      "display": "$validate-code",
      "definition": "ValueSet based Validation"
    }
  ]
}