Map medical concepts between different vocabularies to find equivalent or related concepts across terminology systems.
source_concepts instead of source_codes:
source_concepts parameter expects OMOP concept IDs (internal database IDs), NOT vocabulary-specific codes.
If you have vocabulary codes (e.g., ICD-10 code “E11.9”), use the source_codes parameter instead,
or first look up the OMOP concept ID using /v1/concepts/by-code/{vocabulary}/{code}.