Skip to main content

Overview

Returns detailed information about a concept from a code system. This is the most commonly used FHIR terminology operation. Supports both GET (query parameters) and POST (FHIR Parameters body), and both type-level (by system URI) and instance-level (by CodeSystem resource ID).

Request

Type-level (by system URI)

Instance-level (by CodeSystem ID)

POST with FHIR Parameters body

With property filter

Request only specific properties to reduce response size:

Parameters

Response

The response echoes the requested system and code, includes display and any known designation entries (synonyms), then lists the OMOP properties.

Response fields

Phoebe Concept Recommendations (OMOPHub-Exclusive)

Request property=recommended to include Phoebe-recommended related concepts. These are clinically relevant concepts associated with the looked-up code - a feature unique to OMOPHub.
Each recommendation appears as a property entry with a valueCoding and a subproperty describing the relationship:
Recommendations are only returned when explicitly requested via property=recommended. Standard lookups without this property have no performance impact.

Errors