Tryglicerides
Shah A
PH352 / 704 Clinical-Coded Phenotype
Overview
Phenotype TypeBiomarkerSexBothValid Event Date Range01/01/1999 - 01/07/2016Coding SystemRead codes v2Data SourcesCollectionsPhenotype LibraryTagsNo dataDefinition
In the Clinical Practice Research Datalink (CPRD, primary care data) we extracted triglyceride measurements using the structured data component of the test CPRD table (entity type 202 and 288) combined with the Read terms below.
Measurements were extracted from the data2 field and units from the data3 field. We extracted all values recorded in mmol/L (SUM lookup 96) or mg/dL (SUM lookup 82) and filtered out values below 0 or above 50 mmol/L. Where multiple measurements were present in a single consultation (identified by the consid identifier) we calculated the average.
Implementation
Phenoflow IDImplementation
Clinical Code List
PUBLISHED - 3 Codes
PUBLISHED - 3 Codes
Publication
No publications Citation Example
Shah A. PH352 / 704 - Tryglicerides. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH352/version/704/detail/. [Accessed 04 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH352/version/704/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(
'PH352',
version_id=704
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH352',
version_id=704
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH352/version/704/export/codes/?format=json CSV site_root/phenotypes/PH352/version/704/export/codes/ R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH352',
version_id=704
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH352',
version_id=704
)Version History