FHIR Testing IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0-SNAPSHOT built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-testing-ig/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.org/fhir/ValueSet/testscript-operation-codes | Version: 0.1.0-SNAPSHOT | |||
| Standards status: Trial-use Draft as of 2025-12-18 | Maturity Level: 4 | Computable Name: TestScriptOperationCodeValueSet | ||
| Other Identifiers: OID:2.16.840.1.113883.4.642.3.704, OID:2.16.840.1.113883.4.642.3.690 (use: old, ), OID:2.16.840.1.113883.4.642.2.357 (use: old, ) | ||||
This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool.
References
Profile: Shareable ValueSet
http://hl7.org/fhir/restful-interaction version 📦6.0.0-ballot3
Expansion performed internally based on codesystem FHIR Restful Interactions v6.0.0-ballot3 (CodeSystem)
This value set contains 25 concepts
| Level | System | Code | Display (en) | Definition | JSON | XML |
| 1 | http://hl7.org/fhir/restful-interaction | read | read | Read the current state of the resource. | ||
| 1 | http://hl7.org/fhir/restful-interaction | vread | vread | Read the state of a specific version of the resource. | ||
| 1 | http://hl7.org/fhir/restful-interaction | update | update | Update an existing resource by its id (or create it if it is new). | ||
| 1 | http://hl7.org/fhir/restful-interaction | update-conditional | update-conditional | Update an existing resource based on some identification criteria (or create it if it is new). | ||
| 1 | http://hl7.org/fhir/restful-interaction | patch | patch | Update an existing resource by posting a set of changes to it. | ||
| 1 | http://hl7.org/fhir/restful-interaction | patch-conditional | patch-conditional | Update an existing resource, based on some identification criteria, by posting a set of changes to it. | ||
| 1 | http://hl7.org/fhir/restful-interaction | delete | delete | Delete a resource. | ||
| 1 | http://hl7.org/fhir/restful-interaction | delete-conditional-single | delete-conditional-single | Delete a single resource based on some identification criteria. | ||
| 1 | http://hl7.org/fhir/restful-interaction | delete-conditional-multiple | delete-conditional-multiple | Delete one or more resources based on some identification criteria. | ||
| 1 | http://hl7.org/fhir/restful-interaction | delete-history | delete-history | Delete all historical versions of a resource. | ||
| 1 | http://hl7.org/fhir/restful-interaction | delete-history-version | delete-history-version | Delete a specific version of a resource. | ||
| 1 | http://hl7.org/fhir/restful-interaction | history | history | Retrieve the change history for a particular resource, type of resource, or the entire system. | ||
| 2 | http://hl7.org/fhir/restful-interaction | history-instance | history-instance | Retrieve the change history for a particular resource. | ||
| 2 | http://hl7.org/fhir/restful-interaction | history-type | history-type | Retrieve the change history for all resources of a particular type. | ||
| 2 | http://hl7.org/fhir/restful-interaction | history-system | history-system | Retrieve the change history for all resources on a system. | ||
| 1 | http://hl7.org/fhir/restful-interaction | create | create | Create a new resource with a server assigned id. | ||
| 1 | http://hl7.org/fhir/restful-interaction | create-conditional | create-conditional | Create a new resource with a server assigned id if an equivalent resource does not already exist. | ||
| 1 | http://hl7.org/fhir/restful-interaction | search | search | Search a resource type or all resources based on some filter criteria. | ||
| 2 | http://hl7.org/fhir/restful-interaction | search-type | search-type | Search all resources of the specified type based on some filter criteria. | ||
| 2 | http://hl7.org/fhir/restful-interaction | search-system | search-system | Search all resources based on some filter criteria. | ||
| 2 | http://hl7.org/fhir/restful-interaction | search-compartment | search-compartment | Search resources in a compartment based on some filter criteria. | ||
| 1 | http://hl7.org/fhir/restful-interaction | capabilities | capabilities | Get a Capability Statement for the system. | ||
| 1 | http://hl7.org/fhir/restful-interaction | transaction | transaction | Update, create or delete a set of resources as a single transaction. | ||
| 1 | http://hl7.org/fhir/restful-interaction | batch | batch | perform a set of a separate interactions in a single http operation | ||
| 1 | http://hl7.org/fhir/restful-interaction | operation | operation | Perform an operation as defined by an OperationDefinition. |