This is not the latest version of this item. The latest version can be found here.
Variable Name
dx_glomerularDiseaseRefreshed Date
2022-06
Files
1 Download↓
Tags
Level of Review
Data Model
Vocabularies
This concept set is intended to identify patients with a diagnosis of glomerular disease.
Variable Status
Funder(s)
Provenance
This concept set was developed for the Preserving Kidney Function in Children with Chronic Kidney Disease (PRESERVE) study.
Description
A broad condition concept set for glomerular diseases. This code list was generated by taking all descendants of the SNOMED code 197679002 for Glomerular disease and related ICD9/10/10CM codes (N01-N08, 580-583). String matching was NOT used. String matching was avoided because of too many unrelated terms. ICD codes are included with and without decimal points, indicated by cc_decimal_removal.
Medication Term Classes
Clinical Subjects Headings
Development Code
select * from concept where concept_code = '197679002' and vocabulary_id = 'SNOMED' --id: 4059452
select distinct concept_id, concept_code, concept_name, vocabulary_id,
case when vocabulary_id = 'ICD9CM' then '09'
when vocabulary_id in ('ICD10', 'ICD10CM') then '10'
when vocabulary_id = 'SNOMED' then 'SM'
end pcornet_vocabulary_id
from concept where concept_id in (
select descendant_concept_id
from concept_ancestor
where ancestor_concept_id in (4059452)
)
and vocabulary_id in ('ICD9CM', 'ICD10', 'ICD10CM', 'SNOMED')
union
--mapping of SM codes to ICD
select distinct concept_id, concept_code, concept_name, vocabulary_id,
case when vocabulary_id = 'ICD9CM' then '09'
when vocabulary_id in ('ICD10', 'ICD10CM') then '10'
when vocabulary_id = 'SNOMED' then 'SM'
end pcornet_vocabulary_id
from concept where concept_id in (
select concept_id_1 from concept_relationship
where relationship_id = 'Maps to'
and concept_id_2 in (
select descendant_concept_id
from concept_ancestor
where ancestor_concept_id in (4059452)
))
and vocabulary_id in ('ICD9CM', 'ICD10', 'ICD10CM', 'SNOMED')
union
--based on ICD
select distinct concept_id, concept_code, concept_name, vocabulary_id,
case when vocabulary_id = 'ICD9CM' then '09'
when vocabulary_id in ('ICD10', 'ICD10CM') then '10'
when vocabulary_id = 'SNOMED' then 'SM'
end pcornet_vocabulary_id
from concept
where (concept_code like 'N00%'
or concept_code like 'N01%'
or concept_code like 'N02%'
or concept_code like 'N03%'
or concept_code like 'N04%'
or concept_code like 'N05%'
or concept_code like 'N06%'
or concept_code like 'N07%'
or concept_code like 'N08%'
or concept_code like '580%'
or concept_code like '581%'
or concept_code like '582%'
or concept_code like '583%')
and concept_id not in (40475150) --N00-N08 Glomerular diseases
and vocabulary_id in ('ICD9CM', 'ICD10', 'ICD10CM')
order by vocabulary_id, concept_codeCreative Commons license
Except where otherwised noted, this item's license is described as a CC-BY Attribution 4.0 License.
Version History
You are currently viewing version 3 of the item.
1 - 4 of 4
| Version | Date | Summary |
|---|---|---|
| 2026-08-25 16:14:26 | Removed SNOMED codes for PRESERVE Glomerular Disease Phenotype. | |
3* | 2026-08-25 16:04:45 | Much larger set developed for PRESERVE. |
| 2024-10-07 16:13:28 | Updated to be more comprehensive and suitable for reuse. | |
| 2024-06-10 15:03:24 | Restricted to diagnoses that occurred in the PEDSnet database at the time of creation. |
* Selected version

