{ "description": "The set of interactions defined by the RESTful part of the FHIR specification.", "_filename": "CodeSystem-restful-interaction.json", "package_name": "hl7.fhir.r6.core", "date": null, "meta": { "lastUpdated": "2025-04-01T12:16:37.966+11:00" }, "publisher": "HL7 International / FHIR Infrastructure", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "content": "complete", "name": "FHIRRestfulInteractions", "type": null, "experimental": "true", "resourceType": "CodeSystem", "title": "FHIR Restful Interactions", "package_version": "6.0.0-ballot3", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "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 } ], "status": "active", "hierarchyMeaning": "is-a", "id": "0d8bc0ee-8ed1-4d9c-b6c4-32c3d3b52ed5", "valueSet": "http://hl7.org/fhir/ValueSet/restful-interaction", "kind": null, "url": "http://hl7.org/fhir/restful-interaction", "identifier": [ { "value": "urn:oid:2.16.840.1.113883.4.642.4.1823", "system": "urn:ietf:rfc:3986" } ], "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": "update-conditional", "display": "update-conditional", "definition": "Update an existing resource based on some identification criteria (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": "patch-conditional", "display": "patch-conditional", "definition": "Update an existing resource, based on some identification criteria, by posting a set of changes to it." }, { "code": "delete", "display": "delete", "definition": "Delete a resource." }, { "code": "delete-conditional-single", "display": "delete-conditional-single", "definition": "Delete a single resource based on some identification criteria." }, { "code": "delete-conditional-multiple", "display": "delete-conditional-multiple", "definition": "Delete one or more resources based on some identification criteria." }, { "code": "delete-history", "display": "delete-history", "definition": "Delete all historical versions of a resource." }, { "code": "delete-history-version", "display": "delete-history-version", "definition": "Delete a specific version of 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": "create-conditional", "display": "create-conditional", "definition": "Create a new resource with a server assigned id if an equivalent resource does not already exist." }, { "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." }, { "code": "search-compartment", "display": "search-compartment", "definition": "Search resources in a compartment 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": "6.0.0-ballot3", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/fiwg", "system": "url" } ] } ] }