{ "description": "The set of interactions defined by the RESTful part of the FHIR specification.", "_filename": "CodeSystem-restful-interaction.json", "package_name": "hl7.fhir.uv.xver-r4.r4b", "date": "2025-09-13T16:11:23-04:00", "publisher": "FHIR Infrastructure", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "content": "complete", "name": "FHIR Restful Interactions", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": null, "package_version": "0.0.1-snapshot-2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "normative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", "valueCode": "4.0.0" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 5 }, { "url": "http://hl7.org/fhir/StructureDefinition/package-source", "extension": [ { "url": "packageId", "valueId": "hl7.fhir.uv.xver-r4.r4b" }, { "url": "version", "valueString": "0.0.1-snapshot-2" } ] }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "status": "active", "hierarchyMeaning": "is-a", "id": "63f2ebf6-f5d5-4643-b45f-1d19c6e1b569", "valueSet": "http://hl7.org/fhir/ValueSet/restful-interaction", "kind": null, "url": "http://hl7.org/fhir/restful-interaction", "concept": [ { "code": "read", "display": "read", "definition": "Read the current state of the resource." }, { "code": "vread", "display": "vread", "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": "patch", "display": "patch", "definition": "Update an existing resource by posting a set of changes to it." }, { "code": "delete", "display": "delete", "definition": "Delete a resource." }, { "code": "history", "concept": [ { "code": "history-instance", "display": "history-instance", "definition": "Retrieve the change history for a particular resource." }, { "code": "history-type", "display": "history-type", "definition": "Retrieve the change history for all resources of a particular type." }, { "code": "history-system", "display": "history-system", "definition": "Retrieve the change history for all resources on a system." } ], "display": "history", "definition": "Retrieve the change history for a particular resource, type of resource, or the entire system." }, { "code": "create", "display": "create", "definition": "Create a new resource with a server assigned id." }, { "code": "search", "concept": [ { "code": "search-type", "display": "search-type", "definition": "Search all resources of the specified type based on some filter criteria." }, { "code": "search-system", "display": "search-system", "definition": "Search all resources based on some filter criteria." } ], "display": "search", "definition": "Search a resource type or all resources based on some filter criteria." }, { "code": "capabilities", "display": "capabilities", "definition": "Get a Capability Statement for the system." }, { "code": "transaction", "display": "transaction", "definition": "Update, create or delete a set of resources as a single transaction." }, { "code": "batch", "display": "batch", "definition": "perform a set of a separate interactions in a single http operation" }, { "code": "operation", "display": "operation", "definition": "Perform an operation as defined by an OperationDefinition." } ], "caseSensitive": true, "version": "4.0.1", "contact": [ { "name": "FHIR Infrastructure", "telecom": [ { "value": "http://www.hl7.org/Special/committees/fiwg", "system": "url" } ] } ] }