Long acting opioids less than 50mg per day OME
Codelist metadata
- Coding system
- Pseudo BNF
- Coding system release
- 86 (2024-01-01)
- Organisation
- OpenSAFELY
- Codelist ID
- opensafely/long-acting-opioids-less-than-50mg-per-day-ome
- Version ID
- 0a6dfcc4
About
Description
User requirements
A codelist is needed of all long acting opioids with an oral morphine equivalence (OME) of <50mg per day - used for analgesia (any route) excluding cough suppression, motility, general anaesthesia, opiate use disorder - this is for a project looking at opioid prescribing for patients on hospital waiting lists.
Sensitivity versus specificity
Any opioid as a modified release formulation or transdermal patch with daily OME < 50mg based on standard dosing.
Relevant definitions or links to important reference sources
Opioid equivalence - https://fpm.ac.uk/opioids-aware-structured-approach-opioid-prescribing/dose-equivalents-and-changing-opioids
Existing relevant codelists
Nil found
Methodology
Search terms / synonyms / search strategy
BigQuery used to identify relevant products from BNF data. dm+d data used to filter for modified release/patch versions as appropriate. Faculty of Pain Medicine OME conversions used to calculate daily OME - usual licensed dosing used to determine OME (for example morphine sulphate MR products licensed for twice a day administration (with exception of MXL) - so if prescribed 60mg tablet assume taking twice a day (120mg / day total) - or for MXL assume taking once a day so would be prescribed 120mg tablet to meet 120mg/day total.
SELECT DISTINCT presentation_code as code, presentation as term
FROM hscic.bnf p
INNER JOIN dmd.vmp vmp ON CONCAT(SUBSTR(p.presentation_code,0,9),'AA', SUBSTR(p.presentation_code,-2), SUBSTR(p.presentation_code,-2)) = vmp.bnf_code
INNER JOIN dmd.vpi AS vpi ON vmp.id = vpi.vmp
INNER JOIN dmd.ont AS ont ON vmp.id = ont.vmp
INNER JOIN dmd.ontformroute AS route ON ont.form = route.cd
WHERE
((vpi.ing = (60886004) AND route.descr LIKE '%modified-release.oral' AND p.presentation NOT LIKE '%MXL%' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <25) /* Morphine Sulfate MR oral preps [excluding MXL as 24hr] (ing code) */
OR (vpi.ing = (60886004) AND route.descr LIKE '%modified-release.oral' AND p.presentation LIKE '%MXL%' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <50) /* MXL (ing code) */
OR (vpi.ing = 387024006 AND route.descr LIKE '%modified-release.oral' AND p.presentation NOT LIKE '%Onexila%' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <17) /* Oxycodone MR oral preps [excluding Onexila as 24hr] (ing code) */
OR (vpi.ing = 387024006 AND route.descr LIKE '%modified-release.oral' AND p.presentation LIKE '%Onexila%' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <33) /* Oxycodone MR oral preps [only Onexila as 24hr] (ing code) */
OR (vpi.ing IN (441757005, 442699004,40755011000001109) AND route.descr LIKE '%modified-release.oral' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <63) /* Tapentadol HCl/Phosphate MR oral preps (ing code) */
OR (vpi.ing IN (386858008, 108505002) AND route.descr LIKE '%modified-release.oral' AND (p.presentation NOT LIKE '%Tradorec XL%' AND p.presentation NOT LIKE '%Zamadol 24hr%' AND p.presentation NOT LIKE '%Zydol XL%' AND p.presentation NOT LIKE '%Dromadol XL%') AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <250) /* Tramadol HCl/ Tramadol MR 12 hour oral preps (ing code) */
OR (vpi.ing IN (386858008, 108505002) AND route.descr LIKE '%modified-release.oral' AND (p.presentation LIKE '%Tradorec XL%' OR p.presentation LIKE '%Zamadol 24hr%' OR p.presentation LIKE '%Zydol XL%' OR p.presentation LIKE '%Dromadol XL%') AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <500) /* Tramadol HCl/ Tramadol MR 24 hour oral preps (ing code) */
OR (vpi.ing IN (44508008, 387485001) AND route.descr LIKE '%modified-release.oral' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <5) /* Hydromorphone (ing code) */
OR (vpi.ing IN (322538006, 387322000) AND route.descr LIKE '%modified-release.oral' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <250) /* Dihydrocodeine (ing code) */
OR (vpi.ing = (387173000) AND route.descr LIKE 'patch.transdermal' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <=20) /* Buprenorphine patches (ing code) */
OR (vpi.ing = 373492002 AND route.descr = 'patch.transdermal' AND strnt_nmrtr_val/(COALESCE(strnt_dnmtr_val,1)) <=12)) /* Fentanyl patches (ing code) */
GROUP BY code, term
Inclusion criteria for codes
Any modified release or transdermal opioid with daily OME <50mg/day (based on licensed dosing).
Exclusion criteria for codes
N/A
Borderline cases
N/A
References
Signed off by
- Chris Wood, (Feb. 6, 2024)
- Vicky Speed, (Feb. 6, 2024)
Codelists are developed by a broad community of users for individual study purposes, which may or may not meet the needs of other studies. They should not be thought of as universal definitions of a particular condition.
We don't offer any guarantees about what they do or don't identify. Users should carefully check that any codelist meets their needs, and seek clinical input where appropriate.
Chapter 04: Central Nervous System
- Status:
- Included
- Name:
- Abtard 10mg modified-release tablets
- Code:
- (
0407020ADBMABAF
)
- Status:
- Included
- Name:
- Abtard 15mg modified-release tablets
- Code:
- (
0407020ADBMACAS
)
- Status:
- Included
- Name:
- Abtard 5mg modified-release tablets
- Code:
- (
0407020ADBMAAAK
)
- Status:
- Included
- Name:
- Aceon 100mg modified-release tablets
- Code:
- (
040702040BRAAAC
)
- Status:
- Included
- Name:
- Aceon 150mg modified-release tablets
- Code:
- (
040702040BRABAD
)
- Status:
- Included
- Name:
- Aceon 200mg modified-release tablets
- Code:
- (
040702040BRACAE
)
- Status:
- Included
- Name:
- Ationdo SR 25mg tablets
- Code:
- (
0407020AGBCAAAI
)
- Status:
- Included
- Name:
- Ationdo SR 50mg tablets
- Code:
- (
0407020AGBCABAC
)
- Status:
- Included
- Name:
- Brimisol PR 100mg tablets
- Code:
- (
040702040BWAAAC
)
- Status:
- Included
- Name:
- Brimisol PR 200mg tablets
- Code:
- (
040702040BWABAE
)
- Status:
- Included
- Name:
- BuTrans 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BEABAI
)
- Status:
- Included
- Name:
- BuTrans 15micrograms/hour transdermal patches
- Code:
- (
0407020B0BEADAK
)
- Status:
- Included
- Name:
- BuTrans 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BEACAJ
)
- Status:
- Included
- Name:
- BuTrans 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BEAAAH
)
- Status:
- Included
- Name:
- Bunov 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BUABAI
)
- Status:
- Included
- Name:
- Bunov 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BUACAJ
)
- Status:
- Included
- Name:
- Bunov 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BUAAAH
)
- Status:
- Included
- Name:
- Bupramyl 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BQABAI
)
- Status:
- Included
- Name:
- Bupramyl 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BQACAJ
)
- Status:
- Included
- Name:
- Bupramyl 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BQAAAH
)
- Status:
- Included
- Name:
- Buprenorphine 10micrograms/hour transdermal patches
- Code:
- (
0407020B0AAAIAI
)
- Status:
- Included
- Name:
- Buprenorphine 15micrograms/hour transdermal patches
- Code:
- (
0407020B0AAAKAK
)
- Status:
- Included
- Name:
- Buprenorphine 20micrograms/hour transdermal patches
- Code:
- (
0407020B0AAAJAJ
)
- Status:
- Included
- Name:
- Buprenorphine 5micrograms/hour transdermal patches
- Code:
- (
0407020B0AAAHAH
)
- Status:
- Included
- Name:
- Busiete 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BRABAI
)
- Status:
- Included
- Name:
- Busiete 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BRACAJ
)
- Status:
- Included
- Name:
- Busiete 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BRAAAH
)
- Status:
- Included
- Name:
- Butec 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BHABAI
)
- Status:
- Included
- Name:
- Butec 15micrograms/hour transdermal patches
- Code:
- (
0407020B0BHADAK
)
- Status:
- Included
- Name:
- Butec 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BHACAJ
)
- Status:
- Included
- Name:
- Butec 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BHAAAH
)
- Status:
- Included
- Name:
- Candox 10mg modified-release tablets
- Code:
- (
0407020ADBGAAAF
)
- Status:
- Included
- Name:
- Candox 5mg modified-release tablets
- Code:
- (
0407020ADBGACAK
)
- Status:
- Included
- Name:
- Carexil 10mg modified-release tablets
- Code:
- (
0407020ADBDABAF
)
- Status:
- Included
- Name:
- Carexil 5mg modified-release tablets
- Code:
- (
0407020ADBDAAAK
)
- Status:
- Included
- Name:
- DHC Continus 120mg tablets
- Code:
- (
0407020G0BBACAF
)
- Status:
- Included
- Name:
- DHC Continus 60mg tablets
- Code:
- (
0407020G0BBAAAD
)
- Status:
- Included
- Name:
- DHC Continus 90mg tablets
- Code:
- (
0407020G0BBABAE
)
- Status:
- Included
- Name:
- Dihydrocodeine 120mg modified-release tablets
- Code:
- (
0407020G0AAAFAF
)
- Status:
- Included
- Name:
- Dihydrocodeine 60mg modified-release tablets
- Code:
- (
0407020G0AAADAD
)
- Status:
- Included
- Name:
- Dihydrocodeine 90mg modified-release tablets
- Code:
- (
0407020G0AAAEAE
)
- Status:
- Included
- Name:
- Dolocodon PR 10mg tablets
- Code:
- (
0407020ADBIADAF
)
- Status:
- Included
- Name:
- Dolocodon PR 5mg tablets
- Code:
- (
0407020ADBIACAK
)
- Status:
- Included
- Name:
- Dromadol SR 100mg tablets
- Code:
- (
040702040BEABAC
)
- Status:
- Included
- Name:
- Dromadol SR 150mg tablets
- Code:
- (
040702040BEACAD
)
- Status:
- Included
- Name:
- Dromadol SR 200mg tablets
- Code:
- (
040702040BEADAE
)
- Status:
- Included
- Name:
- Dromadol SR 75mg tablets
- Code:
- (
040702040BEAAAP
)
- Status:
- Included
- Name:
- Dromadol XL 150mg tablets
- Code:
- (
040702040BEAEAD
)
- Status:
- Included
- Name:
- Dromadol XL 200mg tablets
- Code:
- (
040702040BEAFAE
)
- Status:
- Included
- Name:
- Dromadol XL 300mg tablets
- Code:
- (
040702040BEAGAM
)
- Status:
- Included
- Name:
- Dromadol XL 400mg tablets
- Code:
- (
040702040BEAHAN
)
- Status:
- Included
- Name:
- Durogesic DTrans 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BBAMAU
)
- Status:
- Included
- Name:
- Fencino 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BQAAAU
)
- Status:
- Included
- Name:
- Fentanyl 12micrograms/hour transdermal patches
- Code:
- (
0407020A0AAAUAU
)
- Status:
- Included
- Name:
- Filnarine SR 10mg tablets
- Code:
- (
0407020Q0BMAAAK
)
- Status:
- Included
- Name:
- Hydromorphone 2mg modified-release capsules
- Code:
- (
040702050AAAFAF
)
- Status:
- Included
- Name:
- Hydromorphone 4mg modified-release capsules
- Code:
- (
040702050AAAGAG
)
- Status:
- Included
- Name:
- Invodol SR 100mg tablets
- Code:
- (
040702040BTAAAC
)
- Status:
- Included
- Name:
- Invodol SR 150mg tablets
- Code:
- (
040702040BTABAD
)
- Status:
- Included
- Name:
- Invodol SR 200mg tablets
- Code:
- (
040702040BTACAE
)
- Status:
- Included
- Name:
- Ixyldone 10mg modified-release tablets
- Code:
- (
0407020ADBTABAF
)
- Status:
- Included
- Name:
- Ixyldone 15mg modified-release tablets
- Code:
- (
0407020ADBTACAS
)
- Status:
- Included
- Name:
- Ixyldone 5mg modified-release tablets
- Code:
- (
0407020ADBTAAAK
)
- Status:
- Included
- Name:
- Larapam SR 100mg tablets
- Code:
- (
040702040BGAAAC
)
- Status:
- Included
- Name:
- Larapam SR 150mg tablets
- Code:
- (
040702040BGABAD
)
- Status:
- Included
- Name:
- Larapam SR 200mg tablets
- Code:
- (
040702040BGACAE
)
- Status:
- Included
- Name:
- Leveraxo 10mg modified-release tablets
- Code:
- (
0407020ADBPABAF
)
- Status:
- Included
- Name:
- Leveraxo 5mg modified-release tablets
- Code:
- (
0407020ADBPAAAK
)
- Status:
- Included
- Name:
- Longtec 10mg modified-release tablets
- Code:
- (
0407020ADBEABAF
)
- Status:
- Included
- Name:
- Longtec 15mg modified-release tablets
- Code:
- (
0407020ADBEAGAS
)
- Status:
- Included
- Name:
- Longtec 5mg modified-release tablets
- Code:
- (
0407020ADBEAAAK
)
- Status:
- Included
- Name:
- MST Continus 10mg tablets
- Code:
- (
0407020Q0BBAAAK
)
- Status:
- Included
- Name:
- MST Continus 15mg tablets
- Code:
- (
0407020Q0BBALCF
)
- Status:
- Included
- Name:
- MST Continus 5mg tablets
- Code:
- (
0407020Q0BBAKCG
)
- Status:
- Included
- Name:
- MST Continus suspension 20mg granules sachets
- Code:
- (
0407020Q0BBAFCV
)
- Status:
- Included
- Name:
- MXL 30mg capsules
- Code:
- (
0407020Q0BIAAEG
)
- Status:
- Included
- Name:
- Mabron 100mg modified-release tablets (Morningside)
- Code:
- (
040702040BHAAAC
)
- Status:
- Included
- Name:
- Mabron 100mg modified-release tablets (Teva)
- Code:
- (
040702040BHADAC
)
- Status:
- Included
- Name:
- Mabron 150mg modified-release tablets (Morningside)
- Code:
- (
040702040BHABAD
)
- Status:
- Included
- Name:
- Mabron 150mg modified-release tablets (Teva)
- Code:
- (
040702040BHAEAD
)
- Status:
- Included
- Name:
- Mabron 200mg modified-release tablets (Morningside)
- Code:
- (
040702040BHACAE
)
- Status:
- Included
- Name:
- Mabron 200mg modified-release tablets (Teva)
- Code:
- (
040702040BHAFAE
)
- Status:
- Included
- Name:
- Maneo 100mg modified-release tablets
- Code:
- (
040702040BUAAAC
)
- Status:
- Included
- Name:
- Maneo 150mg modified-release tablets
- Code:
- (
040702040BUABAD
)
- Status:
- Included
- Name:
- Maneo 200mg modified-release tablets
- Code:
- (
040702040BUACAE
)
- Status:
- Included
- Name:
- Marol 100mg modified-release tablets (Morningside)
- Code:
- (
040702040BNAAAC
)
- Status:
- Included
- Name:
- Marol 100mg modified-release tablets (Teva)
- Code:
- (
040702040BNAFAC
)
- Status:
- Included
- Name:
- Marol 150mg modified-release tablets (Morningside)
- Code:
- (
040702040BNABAD
)
- Status:
- Included
- Name:
- Marol 150mg modified-release tablets (Teva)
- Code:
- (
040702040BNAEAD
)
- Status:
- Included
- Name:
- Marol 200mg modified-release tablets (Morningside)
- Code:
- (
040702040BNACAE
)
- Status:
- Included
- Name:
- Marol 200mg modified-release tablets (Teva)
- Code:
- (
040702040BNADAE
)
- Status:
- Included
- Name:
- Matrifen 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BEAAAU
)
- Status:
- Included
- Name:
- Maxitram SR 100mg capsules
- Code:
- (
040702040BPABAH
)
- Status:
- Included
- Name:
- Maxitram SR 150mg capsules
- Code:
- (
040702040BPACAI
)
- Status:
- Included
- Name:
- Maxitram SR 200mg capsules
- Code:
- (
040702040BPADAJ
)
- Status:
- Included
- Name:
- Maxitram SR 50mg capsules
- Code:
- (
040702040BPAAAG
)
- Status:
- Included
- Name:
- Mezolar Matrix 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BFAAAU
)
- Status:
- Included
- Name:
- Morcap SR 20mg capsules
- Code:
- (
0407020Q0BJAADZ
)
- Status:
- Included
- Name:
- Morphgesic SR 10mg tablets
- Code:
- (
0407020Q0BNAAAK
)
- Status:
- Included
- Name:
- Morphine 10mg modified-release capsules
- Code:
- (
0407020Q0AAEFEF
)
- Status:
- Included
- Name:
- Morphine 10mg modified-release tablets
- Code:
- (
0407020Q0AAAKAK
)
- Status:
- Included
- Name:
- Morphine 15mg modified-release tablets
- Code:
- (
0407020Q0AACFCF
)
- Status:
- Included
- Name:
- Morphine 20mg modified-release capsules
- Code:
- (
0407020Q0AADZDZ
)
- Status:
- Included
- Name:
- Morphine 20mg modified-release granules sachets sugar free
- Code:
- (
0407020Q0AACVCV
)
- Status:
- Included
- Name:
- Morphine 5mg modified-release tablets
- Code:
- (
0407020Q0AACGCG
)
- Status:
- Included
- Name:
- Mylafent 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BUAAAU
)
- Status:
- Included
- Name:
- Myloxifin 10mg/5mg modified-release tablets
- Code:
- (
0407020AFBCAAAA
)
- Status:
- Included
- Name:
- Myloxifin 5mg/2.5mg modified-release tablets
- Code:
- (
0407020AFBCADAC
)
- Status:
- Included
- Name:
- Nobligan retard 100mg tablets
- Code:
- (
040702040BMAAAC
)
- Status:
- Included
- Name:
- Oldaram 100mg modified-release tablets
- Code:
- (
040702040BQAAAC
)
- Status:
- Included
- Name:
- Oldaram 150mg modified-release tablets
- Code:
- (
040702040BQABAD
)
- Status:
- Included
- Name:
- Oldaram 200mg modified-release tablets
- Code:
- (
040702040BQACAE
)
- Status:
- Included
- Name:
- Onexila XL 10mg tablets
- Code:
- (
0407020ADBQAAAF
)
- Status:
- Included
- Name:
- Onexila XL 20mg tablets
- Code:
- (
0407020ADBQABAG
)
- Status:
- Included
- Name:
- Opiodur 12micrograms/hour transdermal patches (Pfizer)
- Code:
- (
0407020A0BRAAAU
)
- Status:
- Included
- Name:
- Opiodur 12micrograms/hour transdermal patches (RX Farma)
- Code:
- (
0407020A0BRAFAU
)
- Status:
- Included
- Name:
- Opiodur 12micrograms/hour transdermal patches (Zentiva)
- Code:
- (
0407020A0BRAKAU
)
- Status:
- Included
- Name:
- Osmanil 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BLAEAU
)
- Status:
- Included
- Name:
- Oxeltra 10mg modified-release tablets
- Code:
- (
0407020ADBLAFAF
)
- Status:
- Included
- Name:
- Oxeltra 15mg modified-release tablets
- Code:
- (
0407020ADBLAGAS
)
- Status:
- Included
- Name:
- Oxeltra 5mg modified-release tablets
- Code:
- (
0407020ADBLAAAK
)
- Status:
- Included
- Name:
- OxyContin 10mg modified-release tablets
- Code:
- (
0407020ADBCAAAF
)
- Status:
- Included
- Name:
- OxyContin 15mg modified-release tablets
- Code:
- (
0407020ADBCAIAS
)
- Status:
- Included
- Name:
- OxyContin 5mg modified-release tablets
- Code:
- (
0407020ADBCAEAK
)
- Status:
- Included
- Name:
- Oxyargin 10mg/5mg modified-release tablets
- Code:
- (
0407020AFBDABAA
)
- Status:
- Included
- Name:
- Oxyargin 5mg/2.5mg modified-release tablets
- Code:
- (
0407020AFBDAAAC
)
- Status:
- Included
- Name:
- Oxycodone 10mg / Naloxone 5mg modified-release tablets
- Code:
- (
0407020AFAAAAAA
)
- Status:
- Included
- Name:
- Oxycodone 10mg modified-release tablets
- Code:
- (
0407020ADAAAFAF
)
- Status:
- Included
- Name:
- Oxycodone 15mg modified-release tablets
- Code:
- (
0407020ADAAASAS
)
- Status:
- Included
- Name:
- Oxycodone 5mg / Naloxone 2.5mg modified-release tablets
- Code:
- (
0407020AFAAACAC
)
- Status:
- Included
- Name:
- Oxycodone 5mg modified-release tablets
- Code:
- (
0407020ADAAAKAK
)
- Status:
- Included
- Name:
- Oxylan 10mg modified-release tablets (Actavis)
- Code:
- (
0407020ADBFAGAF
)
- Status:
- Included
- Name:
- Oxylan 10mg modified-release tablets (Chanelle Medical)
- Code:
- (
0407020ADBFABAF
)
- Status:
- Included
- Name:
- Oxylan 5mg modified-release tablets (Actavis)
- Code:
- (
0407020ADBFAFAK
)
- Status:
- Included
- Name:
- Oxylan 5mg modified-release tablets (Chanelle Medical)
- Code:
- (
0407020ADBFAAAK
)
- Status:
- Included
- Name:
- Oxypro 10mg modified-release tablets
- Code:
- (
0407020ADBSABAF
)
- Status:
- Included
- Name:
- Oxypro 15mg modified-release tablets
- Code:
- (
0407020ADBSACAS
)
- Status:
- Included
- Name:
- Oxypro 5mg modified-release tablets
- Code:
- (
0407020ADBSAAAK
)
- Status:
- Included
- Name:
- Palexia SR 50mg tablets
- Code:
- (
0407020AGBBACAC
)
- Status:
- Included
- Name:
- Palladone SR 2mg capsules
- Code:
- (
040702050BBACAF
)
- Status:
- Included
- Name:
- Palladone SR 4mg capsules
- Code:
- (
040702050BBADAG
)
- Status:
- Included
- Name:
- Panitaz 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BLABAI
)
- Status:
- Included
- Name:
- Panitaz 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BLACAJ
)
- Status:
- Included
- Name:
- Panitaz 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BLAAAH
)
- Status:
- Included
- Name:
- Rebrikel 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BVABAI
)
- Status:
- Included
- Name:
- Rebrikel 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BVACAJ
)
- Status:
- Included
- Name:
- Rebrikel 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BVAAAH
)
- Status:
- Included
- Name:
- Reletrans 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BKABAI
)
- Status:
- Included
- Name:
- Reletrans 15micrograms/hour transdermal patches
- Code:
- (
0407020B0BKACAK
)
- Status:
- Included
- Name:
- Reletrans 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BKADAJ
)
- Status:
- Included
- Name:
- Reletrans 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BKAAAH
)
- Status:
- Included
- Name:
- Reltebon 10mg modified-release tablets
- Code:
- (
0407020ADBKABAF
)
- Status:
- Included
- Name:
- Reltebon 15mg modified-release tablets
- Code:
- (
0407020ADBKAFAS
)
- Status:
- Included
- Name:
- Reltebon 5mg modified-release tablets
- Code:
- (
0407020ADBKAAAK
)
- Status:
- Included
- Name:
- Renocontin 10mg modified-release tablets
- Code:
- (
0407020ADBRABAF
)
- Status:
- Included
- Name:
- Renocontin 15mg modified-release tablets
- Code:
- (
0407020ADBRACAS
)
- Status:
- Included
- Name:
- Renocontin 5mg modified-release tablets
- Code:
- (
0407020ADBRAAAK
)
- Status:
- Included
- Name:
- Rhotard Morphine SR 10mg tablets
- Code:
- (
0407020Q0BPAAAK
)
- Status:
- Included
- Name:
- Sevodyne 10micrograms/hour transdermal patches
- Code:
- (
0407020B0BMABAI
)
- Status:
- Included
- Name:
- Sevodyne 15micrograms/hour transdermal patches
- Code:
- (
0407020B0BMADAK
)
- Status:
- Included
- Name:
- Sevodyne 20micrograms/hour transdermal patches
- Code:
- (
0407020B0BMACAJ
)
- Status:
- Included
- Name:
- Sevodyne 5micrograms/hour transdermal patches
- Code:
- (
0407020B0BMAAAH
)
- Status:
- Included
- Name:
- Tapentadol 25mg modified-release tablets
- Code:
- (
0407020AGAAAIAI
)
- Status:
- Included
- Name:
- Tapentadol 50mg modified-release capsules
- Code:
- (
0407020AHAAAAAA
)
- Status:
- Included
- Name:
- Tapentadol 50mg modified-release tablets
- Code:
- (
0407020AGAAACAC
)
- Status:
- Included
- Name:
- Tapimio 50mg modified-release capsules
- Code:
- (
0407020AHBBAAAA
)
- Status:
- Included
- Name:
- Targinact 10mg/5mg modified-release tablets
- Code:
- (
0407020AFBBAAAA
)
- Status:
- Included
- Name:
- Targinact 5mg/2.5mg modified-release tablets
- Code:
- (
0407020AFBBACAC
)
- Status:
- Included
- Name:
- Tilodol SR 100mg tablets
- Code:
- (
040702040BSAAAC
)
- Status:
- Included
- Name:
- Tilodol SR 150mg tablets
- Code:
- (
040702040BSABAD
)
- Status:
- Included
- Name:
- Tilodol SR 200mg tablets
- Code:
- (
040702040BSACAE
)
- Status:
- Included
- Name:
- Tradorec XL 100mg tablets
- Code:
- (
040702040BIAAAC
)
- Status:
- Included
- Name:
- Tradorec XL 200mg tablets
- Code:
- (
040702040BIABAE
)
- Status:
- Included
- Name:
- Tradorec XL 300mg tablets
- Code:
- (
040702040BIACAM
)
- Status:
- Included
- Name:
- Tramadol 100mg modified-release capsules
- Code:
- (
040702040AAAHAH
)
- Status:
- Included
- Name:
- Tramadol 100mg modified-release tablets
- Code:
- (
040702040AAACAC
)
- Status:
- Included
- Name:
- Tramadol 150mg modified-release capsules
- Code:
- (
040702040AAAIAI
)
- Status:
- Included
- Name:
- Tramadol 150mg modified-release tablets
- Code:
- (
040702040AAADAD
)
- Status:
- Included
- Name:
- Tramadol 200mg modified-release capsules
- Code:
- (
040702040AAAJAJ
)
- Status:
- Included
- Name:
- Tramadol 200mg modified-release tablets
- Code:
- (
040702040AAAEAE
)
- Status:
- Included
- Name:
- Tramadol 50mg modified-release capsules
- Code:
- (
040702040AAAGAG
)
- Status:
- Included
- Name:
- Tramadol 50mg modified-release tablets
- Code:
- (
040702040AAAYAY
)
- Status:
- Included
- Name:
- Tramadol 75mg modified-release tablets
- Code:
- (
040702040AAAPAP
)
- Status:
- Included
- Name:
- Tramquel SR 100mg capsules
- Code:
- (
040702040BJABAH
)
- Status:
- Included
- Name:
- Tramquel SR 150mg capsules
- Code:
- (
040702040BJACAI
)
- Status:
- Included
- Name:
- Tramquel SR 200mg capsules
- Code:
- (
040702040BJADAJ
)
- Status:
- Included
- Name:
- Tramquel SR 50mg capsules
- Code:
- (
040702040BJAAAG
)
- Status:
- Included
- Name:
- Tramulief SR 100mg tablets
- Code:
- (
040702040BKAAAC
)
- Status:
- Included
- Name:
- Tramulief SR 150mg tablets
- Code:
- (
040702040BKABAD
)
- Status:
- Included
- Name:
- Tramulief SR 200mg tablets
- Code:
- (
040702040BKACAE
)
- Status:
- Included
- Name:
- Victanyl 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BMAEAU
)
- Status:
- Included
- Name:
- Yemex 12micrograms/hour transdermal patches
- Code:
- (
0407020A0BVAAAU
)
- Status:
- Included
- Name:
- Zamadol 24hr 150mg modified-release tablets
- Code:
- (
040702040BDAHAD
)
- Status:
- Included
- Name:
- Zamadol 24hr 200mg modified-release tablets
- Code:
- (
040702040BDAIAE
)
- Status:
- Included
- Name:
- Zamadol 24hr 300mg modified-release tablets
- Code:
- (
040702040BDAJAM
)
- Status:
- Included
- Name:
- Zamadol 24hr 400mg modified-release tablets
- Code:
- (
040702040BDAKAN
)
- Status:
- Included
- Name:
- Zamadol SR 100mg capsules
- Code:
- (
040702040BDACAH
)
- Status:
- Included
- Name:
- Zamadol SR 150mg capsules
- Code:
- (
040702040BDADAI
)
- Status:
- Included
- Name:
- Zamadol SR 200mg capsules
- Code:
- (
040702040BDAEAJ
)
- Status:
- Included
- Name:
- Zamadol SR 50mg capsules
- Code:
- (
040702040BDABAG
)
- Status:
- Included
- Name:
- Zeridame SR 100mg tablets
- Code:
- (
040702040BLAAAC
)
- Status:
- Included
- Name:
- Zeridame SR 150mg tablets
- Code:
- (
040702040BLABAD
)
- Status:
- Included
- Name:
- Zeridame SR 200mg tablets
- Code:
- (
040702040BLACAE
)
- Status:
- Included
- Name:
- Zomestine 10mg modified-release tablets
- Code:
- (
0407020ADBNADAF
)
- Status:
- Included
- Name:
- Zomestine 5mg modified-release tablets
- Code:
- (
0407020ADBNACAK
)
- Status:
- Included
- Name:
- Zomorph 10mg modified-release capsules
- Code:
- (
0407020Q0BKAAEF
)
- Status:
- Included
- Name:
- Zydol SR 100mg tablets
- Code:
- (
040702040BBACAC
)
- Status:
- Included
- Name:
- Zydol SR 150mg tablets
- Code:
- (
040702040BBADAD
)
- Status:
- Included
- Name:
- Zydol SR 200mg tablets
- Code:
- (
040702040BBAEAE
)
- Status:
- Included
- Name:
- Zydol SR 50mg tablets
- Code:
- (
040702040BBAKAY
)
- Status:
- Included
- Name:
- Zydol XL 150mg tablets
- Code:
- (
040702040BBAGAD
)
- Status:
- Included
- Name:
- Zydol XL 200mg tablets
- Code:
- (
040702040BBAHAE
)
- Status:
- Included
- Name:
- Zydol XL 300mg tablets
- Code:
- (
040702040BBAIAM
)
- Status:
- Included
- Name:
- Zydol XL 400mg tablets
- Code:
- (
040702040BBAJAN
)
- Status:
- Included
- Name:
- Zytram SR 100mg tablets
- Code:
- (
040702040BVACAC
)
- Status:
- Included
- Name:
- Zytram SR 150mg tablets
- Code:
- (
040702040BVAAAD
)
- Status:
- Included
- Name:
- Zytram SR 200mg tablets
- Code:
- (
040702040BVADAE
)
- Status:
- Included
- Name:
- Zytram SR 75mg tablets
- Code:
- (
040702040BVABAP
)