Entering edit mode
just use the mapping file from the NCBI: https://ftp.ncbi.nlm.nih.gov/pub/medgen/MedGen_HPO_OMIM_Mapping.txt.gz
$ wget -qO - "https://ftp.ncbi.nlm.nih.gov/pub/medgen/MedGen_HPO_OMIM_Mapping.txt.gz" | gunzip -c | awk -F '|' '($2==145600) {print $1;}' | sort | uniq
C2930980
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.