ValueSet Validate code at type level.

get

/oracle-fhir-server/fhir/ValueSet/$validate-code

Validate that a coded value is in the Valueset. The operation returns a result (true / false), an error message, and the recommended display for the code.

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object
Parameters FHIR Resource
Example:
{
  "resourceType": "Parameters"
}
Back to Top