Skip to main content
GET
Validate a code in a code system

Authorizations

Authorization
string
header
required

Your platform API key (haau3_sk_…), sent as Authorization: Bearer <key>.

Query Parameters

url
string
default:http://loinc.org

Canonical URL of the code system. Defaults to LOINC (http://loinc.org).

Minimum string length: 1
code
string
required

The code to validate.

Minimum string length: 1
version
string

Optional code system version.

Minimum string length: 1
display
string

Optional 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.

Minimum string length: 1
displayLanguage
string

Language to use when checking the display.

Minimum string length: 1
date
string

The date for which the validation should be valid.

Minimum string length: 1

Response

A FHIR Parameters resource carrying result.

The response is of type object.