CodeSystem Validate code at Instance level.

get

/oracle-fhir-server/fhir/CodeSystem/{id}/$validate-code

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

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

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