Illicit opioid use
PH343 / 686
Lewer D, Padmanathan P, Arfeen A, Denaxas S, Forbes H, Gonzalez-Izquierdo A, Hickman M
Oct 6, 2021
Overview
Phenotype TypeLifestyle risk factorSexBothValid Event Date Range01/03/2020-05/04/2020Coding SystemMed codesPROD codesData SourcesCollectionsPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Phenoflow ID
Please see the PhenoFLOW website here for more information on workflow-based Phenotypes.
No dataImplementation
Clinical Codelist
PUBLISHED
PUBLISHED
Publication
Related publications
Lewer D, Padmanathan P, Qummer ul Arfeen M et al. Healthcare use by people who use illicit opioids (HUPIO): development of a cohort based on electronic primary care records in England [version 1; peer review: awaiting peer review]. Wellcome Open Res 2020, 5:282. 10.12688/wellcomeopenres.16431.1
(DOI: 10.12688/wellcomeopenres.16431.1)
Citation Example
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH343/version/686/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(
'PH343',
version_id=686
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get details of Phenotype
phenotype_detail = client.phenotypes.get_detail(
'PH343',
version_id=686
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH343/version/686/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(
'PH343',
version_id=686
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of Phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH343',
version_id=686
)Version History