Validate a code in a code system
FHIR CodeSystem/$validate-code. Asks whether a code exists in a code system — distinct from the ValueSet operation of the same name, which asks about membership of a particular set. On POST, a coding or codeableConcept parameter may stand in for url + code; a codeableConcept validates if any of its codings does.
Authorizations
Your platform API key (haau3_sk_…), sent as Authorization: Bearer <key>.
Query Parameters
Canonical URL of the code system. Defaults to LOINC (http://loinc.org).
1The code to validate.
1Optional code system version.
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.