Validate a code against a value set
FHIR ValueSet/$validate-code. A code that is not in the set is a successful 200 with result: false, not an error. On POST, a coding or codeableConcept parameter may stand in for system + code; a codeableConcept validates if any of its codings is in the set — useful when an element carries a vendor-local coding alongside a standard one.
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).
1The code to validate.
1Code system URI of the code. Defaults to LOINC (http://loinc.org).
1Optional display to check against the code's own display. A mismatch returns result: false with the expected display alongside — which means the code is valid and only the label differs. Do not read that as an invalid code.
1Language to use when checking the display.
1The date for which the validation should be valid.
1Response
A FHIR Parameters resource carrying result.
The response is of type object.