Skip to main content
GET
/
v1
/
terminology
/
$validate-code
Validate a code against a value set
curl --request GET \
  --url 'https://api.haau3.com/v1/terminology/$validate-code' \
  --header 'Authorization: Bearer <token>'
{
  "resourceType": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

url
string
default:http://loinc.org/vs

Canonical URL of the value set to validate against. Defaults to the implicit all-LOINC value set (http://loinc.org/vs).

Minimum string length: 1
code
string
required

The code to validate.

Minimum string length: 1
system
string
default:http://loinc.org

Code system URI of the code. Defaults to LOINC (http://loinc.org).

Minimum string length: 1
display
string

Optional display to validate against the code's display.

Minimum string length: 1

Response

The upstream FHIR Parameters with the validation result.

resourceType
string
required
Allowed value: "Parameters"
{key}
any