Look up a code
FHIR CodeSystem/$lookup. Returns a code’s display and requested properties. On POST, a coding parameter may stand in for system + code.
Authorizations
Your platform API key (haau3_sk_…), sent as Authorization: Bearer <key>.
Query Parameters
The code to look up in the code system.
1Code system URI to look up against. Defaults to LOINC (http://loinc.org).
1Optional code system version. Defaults to the server's current version.
1Property to return, repeatable. Narrows the response to the named properties of the code system; omit it to receive all of them. An unrecognised property name is silently omitted from the response, so treat an absent property as 'no answer', never as a negative.
1Language for the returned display and designations. Defaults to en-US, which also keeps responses small — the upstream otherwise returns ~30 translations per code.
1The date for which the lookup should be valid.
1Response
A FHIR Parameters resource describing the code.
The response is of type object.