Combination Weak Opioid Medications
Romi Haas, Ljoudmila Busija, Alexandra Gorelik, Denise A O'Connor, Christopher Pierce, Danielle Mazza, Rochelle Buchbinder
PH841 / 1761 Clinical-Coded Phenotype
Overview
Phenotype TypeDrugSexBothValid Event Date Range01/01/2014 - 31/12/2018Coding SystemNo dataData SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
No Clinical Code ListsPublication
Related publications
Romi Haas, Ljoudmila Busija, Alexandra Gorelik, Denise A O'Connor, Christopher Pierce, Danielle Mazza, Rochelle Buchbinder, Patterns of care for people presenting to Australian general practice with musculoskeletal complaints based on routinely collected data: protocol for an observational cohort study using the Population Level Analysis and Reporting (POLAR) database. BMJ Open, 11(e055528), 2021.
Citation Example
Romi Haas, Ljoudmila Busija, Alexandra Gorelik, Denise A O'Connor, Christopher Pierce, Danielle Mazza, Rochelle Buchbinder. PH841 / 1761 - Combination Weak Opioid Medications. Phenotype Library [Online]. 04 April 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH841/version/1761/detail/. [Accessed 17 February 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH841/version/1761/detail/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get details of phenotype
phenotype_details = client$phenotypes$get_detail(
'PH841',
version_id=1761
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH841',
version_id=1761
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH841/version/1761/export/codes/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH841',
version_id=1761
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH841',
version_id=1761
)Version History