http://hl7.org/fhir/code-search-support|5.0.0

name
CodeSearchSupport
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2022-08-31 00:21:22.0

Code Search Support

The degree to which the server supports the code search parameter on ValueSet, if it is supported.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/code-search-support"
  }, {
    "name" : "version",
    "valueString" : "5.0.0"
  } ]
}