| | 308 | === Programmer APIs === |
| | 309 | This is a list of APIs available for programmers for converting one terminology to another. Some APIs get |
| | 310 | |
| | 311 | |
| | 312 | |
| | 313 | {{{ |
| | 314 | $$EXIST^C0CRXNLK(RXN) $$ Public - Does this RxNorm CUI exist? |
| | 315 | $$GCN2RXN^C0CRXNLK(GCN) $$ Public - Get RxNorm CUI using GCN |
| | 316 | $$RXN2GCN^C0CRXNLK(RXNCUI) $$ Public - Get GCN(s) given an RxNorm Number |
| | 317 | $$RXN2VUI^C0CRXNLK(RXNCUI) $$ Public - Get VUID(s) for given RXNCUI for Clinical Drug |
| | 318 | $$VUI2VAP^C0CRXNLK(VUID) $$ Public - Get VA Product IEN(s) from VUID |
| | 319 | $$VAP2MED^C0CRXNLK(VAPROD) $$ Public - Get Drug(s) using VA Product IEN |
| | 320 | $$RXN2MEDS^C0CRXNLK(RXNCUI) $$ Public - Convert RxNorm value to currently existing drugs in File 50. |
| | 321 | $$FDI2RXN^C0CRXNLK(BASE) $$ Public - Get RxNorm CUI for FDB Ingredient/Base |
| | 322 | $$RXN2VIN^C0CRXNLK(RXNCUI) $$ Public - Get VUID Ingredient for RxNorm CUI |
| | 323 | $$VIN2VAG^C0CRXNLK(VUID) $$ Public - Get VA Generic for VUID Ingredient |
| | 324 | $$FDI2VAG^C0CRXNLK(BASE) $$ Public - Get VA Generic for FDB Ingredient/Base |
| | 325 | $$VIN2DIN^C0CRXNLK(VUID) $$ Public - Get Drug Ingredient for VUID Ingredient |
| | 326 | $$FDI2DIN^C0CRXNLK(BASE) $$ Public - Get Drug Ingredient for FDB Ingredient/Base |
| | 327 | $$VUI2RXN^C0CRXNLK(VUID) $$ Public - Get RXNCUI for VUID (any VUID type) |
| | 328 | $$VUI2GCN^C0CRXNLK(VUID) $$ Public - Get GCNs for a given VUID (any VUID type) |
| | 329 | $$MED2RXN^C0CRXNLK(DA) $$ Public - Get RxNorm CUI for Drug |
| | 330 | $$MED2SCDN^C0CRXNLK(DA) $$ Public - Medication to Semantic Clinical Drug Name |
| | 331 | $$RXN2NDI^C0CRXNLK(RXNCUI) $$ Public - Get NDDF Ingredient for RXNCUI |
| | 332 | $$VIN2NDI^C0CRXNLK(VUID) $$ Public - Get NDDF Ingredient for VUID |
| | 333 | $$NDC2RXN^C0CRXNLK(NDC) $$ Public - Get RxCUI given the NDC |
| | 334 | $$ISBRAND^C0CRXNLK(RXN) $$ Public - Is this RxCUI for a brand drug? |
| | 335 | $$BR2GEN^C0CRXNLK(RXN) $$ Public - Convert Brand RxCUI to Generic RxCUI (many to 1) |
| | 336 | $$GEN2BR^C0CRXNLK(RXN) $$ Public - Convert Generic RxCUI to Brand RxCUIs (1 to many). |
| | 337 | $$RXN2BNS^C0CRXNLK(RXN) $$ Public - Get all Brand Names associated with an RXN |
| | 338 | $$RXN2NDC^C0CRXNLK(RXN) $$ Public - Get NDC codes for RxNorm code |
| | 339 | }}} |
| | 340 | |