TypeRestfulInteraction

Operations supported by REST at the type or instance level.

This value set includes codes from the following code systems:

  • Include these codes as defined in http://hl7.org/fhir/restful-interaction
    CodeDisplay
    readreadRead the current state of the resource.
    vreadvreadRead the state of a specific version of the resource.
    updateupdateUpdate an existing resource by its id (or create it if it is new).
    deletedeleteDelete a resource.
    history-instancehistory-instanceRetrieve the update history for a particular resource.
    validatevalidateCheck that the content would be acceptable as an update.
    history-typehistory-typeRetrieve the update history for a all resources of a particular type.
    createcreateCreate a new resource with a server assigned id.
    search-typesearch-typeSearch all resources of the specified type based on some filter criteria.