This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

 

Definition for Value SetRestfulOperation

Raw JSON

{
  "ValueSet":{
    "text":{
      "status":{
        "value":"generated"
      },
      "div":"<div><h2>RestfulOperation<\/h2><p>Operations supported by REST<\/p><p>This value set defines it's own terms in the system http://hl7.org/fhir/restful-operation<\/p><table><tr><td><b>Code<\/b><\/td><td><b>Display<\/b><\/td><td><b>Definition<\/b><\/td><\/tr><tr><td>read<\/td><td>read<\/td><td>Read the current state of the resource.<\/td><\/tr><tr><td>vread<\/td><td>vread<\/td><td>Read the state of a specific version of the resource.<\/td><\/tr><tr><td>update<\/td><td>update<\/td><td>Update an existing resource by its id (or create it if it is new).<\/td><\/tr><tr><td>delete<\/td><td>delete<\/td><td>Delete a resource.<\/td><\/tr><tr><td>history-instance<\/td><td>history-instance<\/td><td>Retrieve the update history for a resource instance.<\/td><\/tr><tr><td>validate<\/td><td>validate<\/td><td>Check that the content would be acceptable as an update.<\/td><\/tr><tr><td>history-type<\/td><td>history-type<\/td><td>Get a list of updates to resources of this type.<\/td><\/tr><tr><td>create<\/td><td>create<\/td><td>Create a new resource with a server assigned id.<\/td><\/tr><tr><td>search<\/td><td>search<\/td><td>Supports search operations using the parameters described in the profile.<\/td><\/tr><tr><td>transaction<\/td><td>transaction<\/td><td>Transaction performed on multiple resources.<\/td><\/tr><tr><td>history-system<\/td><td>history-system<\/td><td>Get a list of updates to all resources on the system.<\/td><\/tr><\/table><\/div>"
    },
    "identifier":{
      "value":"http://hl7.org/fhir/vs/restful-operation"
    },
    "name":{
      "value":"RestfulOperation"
    },
    "publisher":{
      "value":"HL7 (FHIR Project)"
    },
    "telecom":[
      {
        "system":{
          "value":"url"
        },
        "value":{
          "value":"http://hl7.org/fhir"
        }
      },
      {
        "system":{
          "value":"email"
        },
        "value":{
          "value":"fhir@lists.hl7.org"
        }
      }
    ],
    "description":{
      "value":"Operations supported by REST"
    },
    "status":{
      "value":"draft"
    },
    "date":{
      "value":"2023-05-12T00:10:00"
    },
    "define":{
      "system":{
        "value":"http://hl7.org/fhir/restful-operation"
      },
      "caseSensitive":{
        "value":true
      },
      "concept":[
        {
          "code":{
            "value":"read"
          },
          "display":{
            "value":"read"
          },
          "definition":{
            "value":"Read the current state of the resource."
          }
        },
        {
          "code":{
            "value":"vread"
          },
          "display":{
            "value":"vread"
          },
          "definition":{
            "value":"Read the state of a specific version of the resource."
          }
        },
        {
          "code":{
            "value":"update"
          },
          "display":{
            "value":"update"
          },
          "definition":{
            "value":"Update an existing resource by its id (or create it if it is new)."
          }
        },
        {
          "code":{
            "value":"delete"
          },
          "display":{
            "value":"delete"
          },
          "definition":{
            "value":"Delete a resource."
          }
        },
        {
          "code":{
            "value":"history-instance"
          },
          "display":{
            "value":"history-instance"
          },
          "definition":{
            "value":"Retrieve the update history for a resource instance."
          }
        },
        {
          "code":{
            "value":"validate"
          },
          "display":{
            "value":"validate"
          },
          "definition":{
            "value":"Check that the content would be acceptable as an update."
          }
        },
        {
          "code":{
            "value":"history-type"
          },
          "display":{
            "value":"history-type"
          },
          "definition":{
            "value":"Get a list of updates to resources of this type."
          }
        },
        {
          "code":{
            "value":"create"
          },
          "display":{
            "value":"create"
          },
          "definition":{
            "value":"Create a new resource with a server assigned id."
          }
        },
        {
          "code":{
            "value":"search"
          },
          "display":{
            "value":"search"
          },
          "definition":{
            "value":"Supports search operations using the parameters described in the profile."
          }
        },
        {
          "code":{
            "value":"transaction"
          },
          "display":{
            "value":"transaction"
          },
          "definition":{
            "value":"Transaction performed on multiple resources."
          }
        },
        {
          "code":{
            "value":"history-system"
          },
          "display":{
            "value":"history-system"
          },
          "definition":{
            "value":"Get a list of updates to all resources on the system."
          }
        }
      ]
    }
  }
}