curl -X GET "https://api.omophub.com/v1/vocabularies" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "vocabularies": [ { "vocabulary_id": "SNOMED", "vocabulary_name": "Systematized Nomenclature of Medicine Clinical Terms", "vocabulary_reference": "SNOMED CT", "vocabulary_version": "US Edition 20240301", "vocabulary_concept_id": 45756746 }, { "vocabulary_id": "ICD10CM", "vocabulary_name": "International Classification of Diseases, Tenth Revision, Clinical Modification", "vocabulary_reference": "CMS", "vocabulary_version": "2024", "vocabulary_concept_id": 45756681 }, { "vocabulary_id": "LOINC", "vocabulary_name": "Logical Observation Identifiers Names and Codes", "vocabulary_reference": "Regenstrief Institute", "vocabulary_version": "2.76", "vocabulary_concept_id": 45756747 }, { "vocabulary_id": "RxNorm", "vocabulary_name": "RxNorm", "vocabulary_reference": "National Library of Medicine", "vocabulary_version": "2024-03-04", "vocabulary_concept_id": 45756748 } ] }, "meta": { "request_id": "req_abc123", "vocab_release": "2025.1", "timestamp": "2025-01-05T10:00:00Z", "pagination": { "page": 1, "page_size": 20, "total_items": 25, "total_pages": 2, "has_next": true, "has_previous": false } } }
Get a paginated list of all available medical vocabularies
name
priority
updated
asc
desc
Show Data Object
Show Vocabulary Object
Show Metadata Object
GET /v1/vocabularies
GET /v1/vocabularies?include_stats=true
GET /v1/vocabularies?sort_by=name&sort_order=asc
GET /v1/vocabularies?include_inactive=true
Was this page helpful?