Validate a code against a value set
Terminology
Validate a code against a value set
Proxies a FHIR ValueSet/$validate-code to the LOINC terminology server and returns the upstream FHIR Parameters verbatim (result boolean + display/message). A code that is not in the value set is a successful result (result: false), not an error. Requires a valid API key.
GET
Validate a code against a value set
Authorizations
Your platform API key (haau3_sk_…), sent as Authorization: Bearer <key>.
Query Parameters
Canonical URL of the value set to validate against. Defaults to the implicit all-LOINC value set (http://loinc.org/vs).
Minimum string length:
1The code to validate.
Minimum string length:
1Code system URI of the code. Defaults to LOINC (http://loinc.org).
Minimum string length:
1Optional display to validate against the code's display.
Minimum string length:
1