Alanine Transaminase, Lab Results


dc.contributor.advisorUtidjian, Levon
dc.contributor.advisorBelew, Yodit
dc.contributor.authorMarchesani, Nicole
dc.contributor.otherPEDSnet Data Coordinating Center
dc.contributor.otherUnited States Food and Drug Administration
dc.date.accessioned2025-04-17T18:16:15Z
dc.date.available2024-06-10T19:03:26Z
dc.date.created2023-04-25
dc.date.updated2023-04
dc.descriptionThis lab concept includes blood, serum, and plasma ALT labs. The original code list was generated by searching for all mention of 'alanine' and 'trans' in the concept_name, as well as mentions of 'serum', 'plasma' or 'blood', and limited to the LOINC vocabulary_id. Any mentions of aspartate in the name were filtered out. Body fluid concepts and other serum/blood concepts were added to improve the second version.
dc.description.abstractA concept set indicating that a patient received a laboratory measurement for alanine transaminase.
dc.identifier.urihttps://hdl.handle.net/20.500.14642/563.2
dc.identifier.urihttps://doi.org/10.24373/pdsp-279.2
dc.provenanceOriginal concept set developed for Preserving Kidney Function in Children with Chronic Kidney Disease (PRESERVE) study for alanine transaminase (ALT) labs. It was reused for the study "Natural History of Enteroviral Sepsis Using Real World Data" after slight modifications.
dc.publisherPEDSnet
dc.relation.urihttps://atlassian.chop.edu/bitbucket/projects/PRP/repos/nes/browse/code/codeset_exploration.R#269-317
dc.rightsa CC-BY Attribution 4.0 License.
dc.rights.urihttps://creativecommons.org/licenses/by/4.0/
dc.subject.meshClinical Laboratory Techniques
dc.subject.meshAlanine Transaminase
dc.subject.meshTransaminases
dc.subject.meshNitrous Group Transferases
dc.subject.otherLOINC
dc.titleAlanine Transaminase, Lab Results
dspace.entity.typeConceptSet
local.admin.notehttps://atlassian.chop.edu/bitbucket/projects/PRP/repos/nes/browse/code/codeset_exploration.R#269-317
local.code.package## ALT # Alanine Aminotransferase alt_cids <- c('3015912', '3006923', '3005755', '3027388', '3045928', '3052018', '46235106', '46236949', '37071721', '37040912', '37047736', '37074219', '37054637', '40790133', '4146380', '3000784', '3013721') alt_name <- cdm_tbl('concept') %>% filter(!concept_id %in% alt_cids) %>% filter(domain_id == 'Measurement') %>% filter(vocabulary_id == 'LOINC') %>% mutate(msrt_name = tolower(concept_name)) %>% filter(str_detect(msrt_name, 'alanine aminotransferase')) %>% compute_new('alt_msrt_name') alt_name <- alt_name %>% collect() alt_cids <- c(alt_cids, alt_name$concept_id) alt <- cdm_tbl('concept') %>% filter(concept_id %in% alt_cids) %>% select(concept_id, concept_code, concept_name, vocabulary_id, concept_class_id) %>% collect() alt_source <- cdm_tbl('measurement_labs') %>% filter(!measurement_concept_id %in% alt_cids) %>% mutate(source = tolower(measurement_source_value)) %>% filter(str_detect(source, 'alanine aminotransferase')) %>% compute_new('alt_source') # 3013721 alt <- cdm_tbl('concept') %>% filter(concept_id %in% alt_cids) %>% select(concept_id, concept_code, concept_name, vocabulary_id, concept_class_id) %>% collect() write_csv(alt, 'specs/lab_alt.csv')
local.quality.statusStudy-Specific
local.subject.DataModelPEDSnet Data Model
local.subject.DataModelPCORnet Data Model
local.subject.EvalTypeClinician Reviewed
local.variable.namelabs_alt
relation.isStudyOfConceptSet77b42351-824a-40d5-ab29-e070607cc5aa
relation.isStudyOfConceptSet.latestForDiscovery77b42351-824a-40d5-ab29-e070607cc5aa

Files

Original bundle

Now showing 1 - 1 of 1
Loading...
Thumbnail Image
Name:
lab_alt.csv
Size:
3.87 KB
Format:
Comma-Separated Values

Version History

Now showing 1 - 2 of 2
VersionDateSummary
2*
2025-04-17 14:06:40
Added body fluid concepts and other serum/blood concepts.
2024-06-10 15:03:26
* Selected version