{
"description": null,
"_filename": "CodeSystem-testscript-operation-codes.json",
"package_name": "hl7.fhir.uv.xver-r2.r4b.r4b",
"date": "2025-09-13T15:10:02-04:00",
"publisher": "FHIR Infrastructure",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"content": "complete",
"property": [ {
"uri": "http://hl7.org/fhir/concept-properties#status",
"code": "status",
"type": "code"
}, {
"uri": "http://hl7.org/fhir/concept-properties#inactive",
"code": "inactive",
"type": "boolean"
}, {
"uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
"code": "effectiveDate",
"type": "dateTime"
}, {
"uri": "http://hl7.org/fhir/concept-properties#deprecationDate",
"code": "deprecationDate",
"type": "dateTime"
}, {
"uri": "http://hl7.org/fhir/concept-properties#retirementDate",
"code": "retirementDate",
"type": "dateTime"
}, {
"uri": "http://hl7.org/fhir/concept-properties#notSelectable",
"code": "notSelectable",
"type": "boolean"
}, {
"uri": "http://hl7.org/fhir/concept-properties#parent",
"code": "parent",
"type": "code"
}, {
"uri": "http://hl7.org/fhir/concept-properties#child",
"code": "child",
"type": "code"
}, {
"uri": "http://hl7.org/fhir/concept-properties#partOf",
"code": "partOf",
"type": "code"
}, {
"uri": "http://hl7.org/fhir/concept-properties#synonym",
"code": "synonym",
"type": "code"
}, {
"uri": "http://hl7.org/fhir/concept-properties#comment",
"code": "comment",
"type": "string"
}, {
"uri": "http://hl7.org/fhir/concept-properties#itemWeight",
"code": "itemWeight",
"type": "decimal"
} ],
"name": "testscript-operation-codes",
"type": null,
"experimental": null,
"resourceType": "CodeSystem",
"title": null,
"package_version": "0.0.1-snapshot-2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.4.642.1.357"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/package-source",
"extension": [ {
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r2.r4b"
}, {
"url": "version",
"valueString": "0.0.1-snapshot-2"
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0,
"_valueInteger": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/1.0/ImplementationGuide/hl7.fhir.uv.xver-r2.r4b"
} ]
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/1.0/ImplementationGuide/hl7.fhir.uv.xver-r2.r4b"
} ]
}
} ],
"status": "draft",
"id": "76ab4bbf-4bca-41fa-9f43-6cec01a3aac4",
"kind": null,
"url": "http://hl7.org/fhir/testscript-operation-codes",
"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 (or create it if it is new)."
}, {
"code": "delete",
"display": "Delete",
"definition": "Delete a resource."
}, {
"code": "history",
"display": "History",
"definition": "Retrieve the update 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": "transaction",
"display": "Transaction",
"definition": "Update, create or delete a set of resources as a single transaction."
}, {
"code": "conformance",
"display": "Conformance",
"definition": "Get a conformance statement for the system."
}, {
"code": "closure",
"display": "$closure",
"definition": "Closure Table Maintenance."
}, {
"code": "document",
"display": "$document",
"definition": "Generate a Document."
}, {
"code": "everything",
"display": "$everything",
"definition": "Fetch Encounter/Patient Record."
}, {
"code": "expand",
"display": "$expand",
"definition": "Value Set Expansion."
}, {
"code": "find",
"display": "$find",
"definition": "Find a functional list."
}, {
"code": "lookup",
"display": "$lookup",
"definition": "Concept Look Up."
}, {
"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": "process-message",
"display": "$process-message",
"definition": "Process Message."
}, {
"code": "questionnaire",
"display": "$questionnaire",
"definition": "Build Questionnaire."
}, {
"code": "translate",
"display": "$translate",
"definition": "Concept Translation."
}, {
"code": "validate",
"display": "$validate",
"definition": "Validate a resource."
}, {
"code": "validate-code",
"display": "$validate-code",
"definition": "Value Set based Validation."
} ],
"caseSensitive": true,
"version": "1.0.2",
"contact": [ {
"name": "FHIR Infrastructure",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ]
}