Documentation Index
Fetch the complete documentation index at: https://docs.omophub.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns concepts matching a set of property criteria. This is a reverse lookup — “find me concepts with these characteristics” rather than “look up this specific code.” Maps to OMOPHub’s search capabilities with domain, vocabulary, and concept class filters.Request
$find-matches requires structured property parameters with code and value parts. Use POST with a FHIR Parameters body - GET query strings cannot express this structure.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
system | uri | No | Code system to search within |
property | composite | No (repeatable) | Property criteria (code + value pair). If omitted, returns a broad search. |
Supported Property Codes
| Property Code | Description | Example Value |
|---|---|---|
domain-id | OMOP domain | Condition, Drug, Measurement, Procedure |
vocabulary-id | OMOP vocabulary | SNOMED, ICD10CM, LOINC, RxNorm |
concept-class-id | Concept class | Clinical Finding, Ingredient, Lab Test |
standard-concept | Standard status | S (Standard), C (Classification) |
concept-name | Text search | diabetes, myocardial |