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

Authorizations

Authorization
string
header
required

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

Query Parameters

code
string
required

The code to look up in the code system.

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

Code system URI to look up against. Defaults to LOINC (http://loinc.org).

Minimum string length: 1
version
string

Optional code system version. Defaults to the server's current version.

Minimum string length: 1

Response

The upstream FHIR Parameters resource for the looked-up code.

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