http://hl7.org/fhir/restful-interaction|4.0.1

name
FHIR Restful Interactions
package
hl7.fhir.r4.core@4.0.1
content
complete
status
active

The set of interactions defined by the RESTful part of the FHIR specification.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/restful-interaction"
  }, {
    "name" : "version",
    "valueString" : "4.0.1"
  } ]
}