ワンクリックで
find-concepts
Search for RxNorm standard concepts using the Hecate semantic search API. Primary search tool for drug mapping.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search for RxNorm standard concepts using the Hecate semantic search API. Primary search tool for drug mapping.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Parse EMA Authorised Presentations PDF files into structured TSV format. Use when asked to parse, extract, or process raw EMA product PDFs, or to fetch/download new EMA data.
Map Spanish national medicinal products from the AEMPS CIMA registry to RxNorm standard concepts. Use when asked to map a Spanish product, review or correct a Spain `mapping.tsv`, validate a Spain product folder, fix a bad EMA auto-link via `nro_definitivo`, or handle Spain-specific cases such as duplicate `nro_definitivo`, generics, biosimilars, herbal products, or radiopharmaceuticals.
General principles for mapping pharmaceutical products to RxNorm concepts. Covers mapping types (EXACT/BROAD/NO_MAPPING), terminology adaptation, unit conversions, and common pitfalls.
Map Latvian national medicinal products to RxNorm standard concepts. Use when asked to map a Latvian product or create/review a mapping.tsv in a Latvia product folder.
Map EMA centrally authorised product presentations to RxNorm standard concepts. Use when asked to map an EMA product or create/review a mapping.tsv in an EMA product folder.
Organize and structure Latvian national medicinal product data from the ZVA registry into product folders.
| name | find-concepts |
| description | Search for RxNorm standard concepts using the Hecate semantic search API. Primary search tool for drug mapping. |
Search for RxNorm standard concepts using the Hecate semantic search API.
When you need to find RxNorm concepts for a drug product during mapping. This is the primary search tool used by both EMA and Latvia mapping skills.
Run via the Makefile from the repo root. Each query is searched independently; results are deduplicated and returned as TSV.
Single query (wrap in inner double quotes inside outer single quotes):
make find_concepts ARGS='"alemtuzumab 10 MG/ML Injection"'
Multiple queries (each inner-quoted, space-separated):
make find_concepts ARGS='"alemtuzumab 10 MG/ML Injection" "alemtuzumab injection"'
Quoting rule: always use
ARGS='...'(outer single quotes) with"..."(inner double quotes) around each multi-word query. Without inner quotes, spaces split each word into a separate query.
| Column | Description |
|---|---|
concept_id | OMOP concept identifier |
concept_name | Standardized RxNorm drug concept name |
concept_code | RxNorm concept code |
The script also prints dose form definitions for any matched dose forms in the results. Pay attention to these dose form definitions as they are important for selecting the best concept
Cast a broad net with multiple queries of decreasing specificity:
make find_concepts ARGS='"vildagliptin 50 mg oral tablet [Xiliarx]" "vildagliptin 50 mg" "vildagliptin oral tablet"'
For combination products:
make find_concepts ARGS='"emtricitabine 200 MG / tenofovir disoproxil fumarate 300 MG Oral Tablet" "emtricitabine / tenofovir oral tablet"'
When standard RxNorm search does not return a suitable EXACT match, retry with the --extension flag:
make find_concepts ARGS='--extension "vildagliptin 50 mg oral tablet"'
This searches both RxNorm and RxNorm Extension. Extension concepts have codes like OMOP1234567 instead of numeric RxNorm codes.
EXACT, such as dose form, release type, route-specific presentation, or clinically relevant single-use volumeRxNorm Extension contains duplicates, errors, and concepts that should not exist. Apply these filters:
by Accord) or box information (Box of 30, by Company X). We only want clinical drug concepts.Injectable Solution, Prefilled Syringe, or a clinically relevant single-use volume. These are part of the clinical drug concept, not disqualifying packaging noise.The map-drugs skill directory contains reference files to assist mapping:
dose_form_lookup.json - Maps RxNorm dose form names to descriptions (used automatically by the script)weight_conversions.tsv - Base-to-salt weight conversions for when EMA and RxNorm express strengths differentlybiosimilars/ directory in map-drugs - Per-INN reference files listing known biosimilars with FDA names, EU brand names, and authorisation holders