Skip to content

Operation $validate-code on CodeSystem

CAUTION

The operation $validate-code on CodeSystem is currently beta. Only the basic functionality, described here, is implemented.

The $validate-code operation can be used to validate-code all codes of a CodeSystem.

GET [base]/CodeSystem/$validate-code
GET [base]/CodeSystem/[id]/$validate-code

In Parameters

NameCardinalityTypeDocumentation
url0..1uriA canonical reference to a code system. The code system has to be already stored on the server.
codeSystem0..1CodeSystemThe code system is provided directly as part of the request.
code0..1codeThe code that is to be validated.
coding0..1CodingA coding to validate. The system must match the specified code system.

The official documentation can be found here.