From 58f72c5ca4ed2c9294be6c99d0593187aac9665f Mon Sep 17 00:00:00 2001 From: lflangis Date: Fri, 29 Nov 2024 09:41:21 -0500 Subject: [PATCH] feat(summary): SJIP-1093 add co-occuring conditions graph --- package-lock.json | 65 +- package.json | 1 + src/locales/en.ts | 4 + .../CoOccuringConditions/index.module.css | 44 + .../Summary/CoOccuringConditions/index.tsx | 91 + .../tabs/Summary/CoOccuringConditions/mock.ts | 38066 ++++++++++++++++ .../CoOccuringConditions/phenotypes.tsx | 1 + .../PageContent/tabs/Summary/utils/grid.tsx | 213 +- 8 files changed, 38397 insertions(+), 88 deletions(-) create mode 100644 src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.module.css create mode 100644 src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.tsx create mode 100644 src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/mock.ts create mode 100644 src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/phenotypes.tsx diff --git a/package-lock.json b/package-lock.json index e246c321..6d492dab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,6 +35,7 @@ "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", + "@upsetjs/react": "^1.11.0", "antd": "^4.24.16", "antd-img-crop": "^4.23.0", "axios": "^0.24.0", @@ -6430,6 +6431,15 @@ "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==" }, + "node_modules/@types/lz-string": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@types/lz-string/-/lz-string-1.5.0.tgz", + "integrity": "sha512-s84fKOrzqqNCAPljhVyC5TjAo6BH4jKHw9NRNFNiRUY5QSgZCmVm5XILlWbisiKl+0OcS7eWihmKGS5akc2iQw==", + "deprecated": "This is a stub types definition. lz-string provides its own type definitions, so you do not need this installed.", + "dependencies": { + "lz-string": "*" + } + }, "node_modules/@types/mapbox__point-geometry": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.4.tgz", @@ -6613,6 +6623,11 @@ "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" }, + "node_modules/@types/scheduler": { + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", + "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" + }, "node_modules/@types/semver": { "version": "7.3.13", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", @@ -7197,6 +7212,35 @@ "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" }, + "node_modules/@upsetjs/model": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@upsetjs/model/-/model-1.11.0.tgz", + "integrity": "sha512-pQEdunei2WC9mdhFR6umzE45j8VJfei/cG0TyVaaC0YE5zh1WI/TJRJJQC5jCiGhylISy99ANJs6XmQI33lqCw==" + }, + "node_modules/@upsetjs/react": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@upsetjs/react/-/react-1.11.0.tgz", + "integrity": "sha512-APDFkXowPk1U94Iz5dtzpjcSiR5GcJkhLdMdeTnyLDYxIBf1mA+ElbBrEdAzaSGCiZo76ZKfgmuCMSMEfLtN8g==", + "dependencies": { + "@types/lz-string": "^1.3.34", + "@types/react": "^17.0.38", + "@upsetjs/model": "~1.11.0", + "lz-string": "^1.4.4" + }, + "peerDependencies": { + "react": ">=17" + } + }, + "node_modules/@upsetjs/react/node_modules/@types/react": { + "version": "17.0.83", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.83.tgz", + "integrity": "sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==", + "dependencies": { + "@types/prop-types": "*", + "@types/scheduler": "^0.16", + "csstype": "^3.0.2" + } + }, "node_modules/@webassemblyjs/ast": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", @@ -7390,7 +7434,8 @@ "node_modules/abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "dev": true }, "node_modules/abs-svg-path": { "version": "0.1.1", @@ -7510,6 +7555,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -9128,6 +9174,7 @@ "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true, "engines": { "node": ">=6" } @@ -14713,6 +14760,7 @@ "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", + "dev": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -19313,7 +19361,6 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", - "dev": true, "bin": { "lz-string": "bin/bin.js" } @@ -20071,6 +20118,7 @@ "version": "1.0.10", "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==", + "dev": true, "dependencies": { "abbrev": "1" }, @@ -20085,6 +20133,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", + "dev": true, "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -23126,6 +23175,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, "dependencies": { "aggregate-error": "^3.0.0" }, @@ -29826,6 +29876,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -29834,12 +29885,14 @@ "node_modules/spdx-exceptions": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true }, "node_modules/spdx-expression-parse": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -29848,7 +29901,8 @@ "node_modules/spdx-license-ids": { "version": "3.0.12", "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", - "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==" + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", + "dev": true }, "node_modules/spdy": { "version": "4.0.2", @@ -32040,6 +32094,7 @@ "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -33000,6 +33055,8 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dev": true, + "peer": true, "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" diff --git a/package.json b/package.json index 7b1b978c..7853692d 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", + "@upsetjs/react": "^1.11.0", "antd": "^4.24.16", "antd-img-crop": "^4.23.0", "axios": "^0.24.0", diff --git a/src/locales/en.ts b/src/locales/en.ts index 045204ee..20e68b67 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -1270,6 +1270,10 @@ const en = { mostFrequentPhenotypes: 'Most Frequent Phenotypes (HPO)', mostFrequentDiagnoses: 'Most Frequent Diagnoses (MONDO)', }, + coOccuringConditions: { + title: 'Co-occurring Conditions', + label: '# of participants', + }, sampleType: { cardTitle: 'Sample Type', }, diff --git a/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.module.css b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.module.css new file mode 100644 index 00000000..d14d3651 --- /dev/null +++ b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.module.css @@ -0,0 +1,44 @@ +.wrapper { + height: 100%; + position: relative; + width: 100%; + text-align: center; +} + +.wrapper .content { + position: absolute; + width: 100%; + height: 100%; +} + +:global([class^="root-upset-"] text[class^="setTextStyle-upset"]) { + font-size: 12px; + width: 10px; +} + +:global([class^="root-upset-"] text[class^="hoverBarTextStyle-upset"]) { + fill: var(--gray-7); +} + +:global([class^="root-upset-"] [class^="interactive-upset"]):hover > [class^="hoverBar-upset"] { + stroke: var(--gray-7); +} + +:global([class^="root-upset-"] [class^="upsetLine-upset"]), +:global([class^="root-upset-"] [class^="upsetSelectionLine-upset"]), +:global([class^="root-upset-"] [class^="fillPrimary-upset"]) { + fill: var(--blue-7); + stroke: var(--blue-7); +} + +:global([class^="root-upset-"] [class^="fillSelection-upset"]) { + fill: var(--gold-6); +} + +:global([class^="root-upset-"] [class^="fillAlternating-upset"]) { + fill: var(--gray-4); +} + +:global([class^="root-upset-"] [class^="fillNotMember-upset"]) { + fill: var(--gray-5); +} diff --git a/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.tsx b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.tsx new file mode 100644 index 00000000..aa6d631d --- /dev/null +++ b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/index.tsx @@ -0,0 +1,91 @@ +import { useEffect, useMemo, useRef, useState } from 'react'; +import intl from 'react-intl-universal'; +import ResizableGridCard from '@ferlab/ui/core/layout/ResizableGridLayout/ResizableGridCard'; +import { extractCombinations, ISetLike, UpSetJS } from '@upsetjs/react'; + +import { getResizableGridDictionary } from 'utils/translation'; + +import { UID } from '../utils/grid'; + +import mock from './mock'; + +import styles from './index.module.css'; + +// https://upset.js.org/api/model/modules.html +const CoOccuringConditionsGraphCard = () => { + const ref = useRef(null); + const [width, setWidth] = useState(100); + const [height, setHeight] = useState(100); + const [selection, setSelection] = useState | null>(null); + + const data = mock + .map((m) => { + const combination = m.Combination.split(', '); + return { + name: m.Combination, + sets: combination, + }; + }) + .filter((m) => m.sets.length > 1); + + const { sets, combinations } = useMemo( + () => + extractCombinations(data, { + setLimit: 8, + }), + [], + ); + + useEffect(() => { + const observer = new ResizeObserver((entries) => { + setWidth(entries[0].contentRect.width); + setHeight(entries[0].contentRect.height); + }); + observer.observe(ref.current); + return () => ref.current && observer.unobserve(ref.current); + }, []); + + useEffect(() => { + const elements = document.querySelectorAll( + '[class^="root-upset-"] text[class^="setTextStyle-upset"]', + ); + elements.forEach((element: any) => { + element.textContent = element.textContent.substring(0, 28) + '…'; + }); + }, []); + + return ( + +
+ setSelection(s)} + /> +
+ + } + /> + ); +}; + +export default CoOccuringConditionsGraphCard; diff --git a/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/mock.ts b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/mock.ts new file mode 100644 index 00000000..33220f3a --- /dev/null +++ b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/mock.ts @@ -0,0 +1,38066 @@ +export default [ + { + "Combination": "B Acute Lymphoblastic Leukemia (HP:0004812)", + "Count": "527" + }, + { + "Combination": "--", + "Count": "337" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643)", + "Count": "267" + }, + { + "Combination": "Patent foramen ovale (HP:0001655)", + "Count": "238" + }, + { + "Combination": "Ventricular septal defect (HP:0001629)", + "Count": "212" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674)", + "Count": "203" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438)", + "Count": "192" + }, + { + "Combination": "Atrial septal defect (HP:0001631)", + "Count": "184" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695)", + "Count": "176" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Patent foramen ovale (HP:0001655)", + "Count": "176" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994)", + "Count": "174" + }, + { + "Combination": "Congenital malformation of the left heart (HP:0045017)", + "Count": "154" + }, + { + "Combination": "Abnormality of cardiovascular system morphology (HP:0030680)", + "Count": "154" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Congenital malformation of the left heart (HP:0045017)", + "Count": "154" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Abnormality of cardiovascular system morphology (HP:0030680)", + "Count": "154" + }, + { + "Combination": "Congenital malformation of the left heart (HP:0045017), Abnormality of cardiovascular system morphology (HP:0030680)", + "Count": "154" + }, + { + "Combination": "Congenital malformation of the left heart (HP:0045017), Patent foramen ovale (HP:0001655)", + "Count": "154" + }, + { + "Combination": "Abnormality of cardiovascular system morphology (HP:0030680), Patent foramen ovale (HP:0001655)", + "Count": "154" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Congenital malformation of the left heart (HP:0045017), Abnormality of cardiovascular system morphology (HP:0030680)", + "Count": "154" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Congenital malformation of the left heart (HP:0045017), Patent foramen ovale (HP:0001655)", + "Count": "154" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Abnormality of cardiovascular system morphology (HP:0030680), Patent foramen ovale (HP:0001655)", + "Count": "154" + }, + { + "Combination": "Congenital malformation of the left heart (HP:0045017), Abnormality of cardiovascular system morphology (HP:0030680), Patent foramen ovale (HP:0001655)", + "Count": "154" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "142" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrioventricular canal defect (HP:0006695)", + "Count": "129" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633)", + "Count": "126" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546)", + "Count": "124" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "115" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "113" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "113" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "103" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "102" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "102" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "101" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "101" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "100" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "96" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "96" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "95" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "94" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "94" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "91" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "91" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "87" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "85" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "83" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "82" + }, + { + "Combination": "Abnormal heart morphology (HP:0001627)", + "Count": "77" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684)", + "Count": "65" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "61" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "58" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "57" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636)", + "Count": "56" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "56" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "55" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "55" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674)", + "Count": "53" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "53" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "53" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "53" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "52" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "51" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "50" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "48" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "47" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "47" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "45" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "44" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707)", + "Count": "43" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "43" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "43" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "43" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679)", + "Count": "42" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "42" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "41" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "40" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular connection (HP:0011546)", + "Count": "39" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633)", + "Count": "38" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994)", + "Count": "38" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "38" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "38" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "37" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "37" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "37" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "37" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "37" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "37" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "37" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "36" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578)", + "Count": "36" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "35" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "34" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "34" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "32" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "32" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "32" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "32" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "32" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "32" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "31" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "31" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Patent foramen ovale (HP:0001655)", + "Count": "30" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "30" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "29" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Atrial septal defect (HP:0001631)", + "Count": "27" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "26" + }, + { + "Combination": "Partial atrioventricular canal defect (HP:0011577)", + "Count": "26" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Partial atrioventricular canal defect (HP:0011577)", + "Count": "26" + }, + { + "Combination": "Epicanthus (HP:0000286)", + "Count": "26" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624)", + "Count": "25" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Abnormal heart morphology (HP:0001627)", + "Count": "25" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "25" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711)", + "Count": "24" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "24" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "24" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "24" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "24" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "24" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "23" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "23" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684)", + "Count": "23" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "23" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "23" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180)", + "Count": "23" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "22" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "22" + }, + { + "Combination": "Right aortic arch (HP:0012020)", + "Count": "22" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "22" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646)", + "Count": "21" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "21" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "21" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal atrial septum morphology (HP:0011994)", + "Count": "21" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "21" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "21" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445)", + "Count": "20" + }, + { + "Combination": "Conotruncal defect (HP:0001710)", + "Count": "20" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580)", + "Count": "20" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "20" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "20" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "20" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Secundum atrial septal defect (HP:0001684)", + "Count": "20" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "20" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "20" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "20" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "20" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "20" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "20" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579)", + "Count": "19" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "19" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "19" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "19" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "19" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "19" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "19" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633)", + "Count": "19" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "19" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "19" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "19" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "19" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent ductus arteriosus (HP:0001643)", + "Count": "19" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent ductus arteriosus (HP:0001643)", + "Count": "19" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623)", + "Count": "18" + }, + { + "Combination": "Heterotaxy (HP:0030853)", + "Count": "18" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "18" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636)", + "Count": "18" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "18" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "18" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627)", + "Count": "18" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "18" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "18" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "18" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "18" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "18" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "18" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "18" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707)", + "Count": "18" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707)", + "Count": "18" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "18" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "18" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "18" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent ductus arteriosus (HP:0001643)", + "Count": "18" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "18" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "18" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "18" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "18" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "18" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "18" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "18" + }, + { + "Combination": "Mitral regurgitation (HP:0001653)", + "Count": "18" + }, + { + "Combination": "Abnormality of abdominal situs (HP:0011620)", + "Count": "17" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "17" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "17" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "17" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "17" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "17" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "17" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "17" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "17" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "17" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "17" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "17" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "17" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "17" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Secundum atrial septal defect (HP:0001684)", + "Count": "17" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "17" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "17" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "17" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "17" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "17" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "17" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "17" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "17" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Secundum atrial septal defect (HP:0001684)", + "Count": "17" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633)", + "Count": "17" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994)", + "Count": "17" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "17" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307)", + "Count": "16" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "16" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "16" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "16" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "16" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "16" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "16" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "16" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "16" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "16" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "16" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "16" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "16" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "16" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "16" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Ventricular septal defect (HP:0001629)", + "Count": "16" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994)", + "Count": "16" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "16" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "16" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "16" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "16" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "16" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "16" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "16" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "16" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "16" + }, + { + "Combination": "Abnormal heart morphology (HP:0001627), Patent foramen ovale (HP:0001655)", + "Count": "16" + }, + { + "Combination": "Aortic regurgitation (HP:0001659)", + "Count": "15" + }, + { + "Combination": "Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "15" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580)", + "Count": "15" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636)", + "Count": "15" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "15" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "15" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "15" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474)", + "Count": "15" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "15" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "15" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "15" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "15" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "15" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "15" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "15" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "15" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994)", + "Count": "15" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "15" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994)", + "Count": "15" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "15" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "15" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "15" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "15" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "15" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "15" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "14" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "14" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "14" + }, + { + "Combination": "Sandal gap (HP:0001852)", + "Count": "14" + }, + { + "Combination": "Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "14" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "14" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "14" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "14" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "14" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "14" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679)", + "Count": "14" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "14" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "14" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "14" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "14" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "14" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "14" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "14" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Patent ductus arteriosus (HP:0001643)", + "Count": "14" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "13" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "13" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "13" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "13" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994)", + "Count": "13" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "13" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "13" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "13" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "13" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "13" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "13" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "13" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "13" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "13" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Patent ductus arteriosus (HP:0001643)", + "Count": "13" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "13" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "13" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "13" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "12" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "12" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "12" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "12" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "12" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "12" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "12" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "12" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "12" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "12" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674)", + "Count": "12" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "12" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "12" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "12" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "12" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "12" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "12" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "12" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "12" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "12" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "12" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "12" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707)", + "Count": "11" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "11" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "11" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "11" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629)", + "Count": "11" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "11" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "11" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "11" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "11" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "11" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "11" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "11" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "11" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "11" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "11" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "11" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "11" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "11" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "11" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "11" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "11" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994)", + "Count": "11" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "11" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "11" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "10" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "10" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710)", + "Count": "10" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal coronary artery morphology (HP:0006704)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal coronary artery morphology (HP:0006704)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "10" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "10" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "10" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "10" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "10" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "10" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "10" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "10" + }, + { + "Combination": "Hearing impairment (HP:0000365)", + "Count": "10" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "10" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994)", + "Count": "10" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "10" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "10" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "10" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "10" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "10" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "10" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "10" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "10" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "10" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "10" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "10" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "10" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "10" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "10" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "10" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "10" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "10" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "10" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674)", + "Count": "10" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "10" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "10" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "10" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "10" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "10" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "10" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "10" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Patent ductus arteriosus (HP:0001643)", + "Count": "10" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "10" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674)", + "Count": "9" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674)", + "Count": "9" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "9" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "9" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "9" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "9" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710)", + "Count": "9" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "9" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "9" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "9" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "9" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "9" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Duodenal atresia (HP:0002247)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "9" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629)", + "Count": "9" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636)", + "Count": "9" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "9" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "9" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "9" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "9" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrial septum morphology (HP:0011994)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "9" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629)", + "Count": "9" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "9" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "9" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Tricuspid regurgitation (HP:0005180)", + "Count": "9" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "9" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "9" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "9" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "9" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "9" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994)", + "Count": "9" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "9" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "9" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "9" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "9" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Atrial septal defect (HP:0001631), Patent foramen ovale (HP:0001655)", + "Count": "9" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "9" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629)", + "Count": "9" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "9" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "9" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674)", + "Count": "8" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "8" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "8" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655)", + "Count": "8" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "8" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707)", + "Count": "8" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "8" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "8" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629)", + "Count": "8" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "8" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "8" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "8" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "8" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal right ventricle morphology (HP:0001707)", + "Count": "8" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "8" + }, + { + "Combination": "Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "8" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Patent ductus arteriosus (HP:0001643)", + "Count": "8" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "8" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Patent ductus arteriosus (HP:0001643)", + "Count": "8" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "8" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "8" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "8" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "8" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "8" + }, + { + "Combination": "Hypotonia (HP:0001252)", + "Count": "8" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "8" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "8" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "8" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629)", + "Count": "8" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "8" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "8" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "8" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "8" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "8" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "8" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "8" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994)", + "Count": "8" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679)", + "Count": "8" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "8" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "8" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Abnormal heart morphology (HP:0001627), Patent foramen ovale (HP:0001655)", + "Count": "8" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "8" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "8" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "8" + }, + { + "Combination": "Tracheomalacia (HP:0002779)", + "Count": "8" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304)", + "Count": "8" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304)", + "Count": "8" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Ventricular septal defect (HP:0001629)", + "Count": "8" + }, + { + "Combination": "Hypothyroidism (HP:0000821)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "7" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Secundum atrial septal defect (HP:0001684)", + "Count": "7" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "7" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Secundum atrial septal defect (HP:0001684)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "7" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "7" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "7" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642)", + "Count": "7" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "7" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "7" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "7" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "7" + }, + { + "Combination": "Flat face (HP:0012368)", + "Count": "7" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch (HP:0012020)", + "Count": "7" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252)", + "Count": "7" + }, + { + "Combination": "Hypotonia (HP:0001252), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "7" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "7" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "7" + }, + { + "Combination": "Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "7" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "7" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "7" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tricuspid regurgitation (HP:0005180)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629)", + "Count": "7" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic morphology (HP:0001679)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic morphology (HP:0001679)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "7" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "7" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Patent ductus arteriosus (HP:0001643)", + "Count": "7" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674), Patent ductus arteriosus (HP:0001643)", + "Count": "7" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal right ventricle morphology (HP:0001707)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "7" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal right ventricle morphology (HP:0001707)", + "Count": "7" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "7" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "7" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "7" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent ductus arteriosus (HP:0001643)", + "Count": "7" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655)", + "Count": "6" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "6" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "6" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrioventricular canal defect (HP:0006695)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "6" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Secundum atrial septal defect (HP:0001684)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247)", + "Count": "6" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "6" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Generalized hypotonia (HP:0001290)", + "Count": "6" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679)", + "Count": "6" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "6" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "6" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "6" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "6" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882)", + "Count": "6" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "6" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Patent ductus arteriosus (HP:0001643)", + "Count": "6" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic aortic arch (HP:0012304)", + "Count": "6" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304)", + "Count": "6" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "6" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "6" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "6" + }, + { + "Combination": "Macroglossia (HP:0000158)", + "Count": "5" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal heart morphology (HP:0001627), Aortic regurgitation (HP:0001659)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695)", + "Count": "5" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent foramen ovale (HP:0001655)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623)", + "Count": "5" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent foramen ovale (HP:0001655)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Thickened nuchal skin fold (HP:0000474)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "5" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "5" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "5" + }, + { + "Combination": "Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "5" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Flat face (HP:0012368), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "5" + }, + { + "Combination": "Flat face (HP:0012368), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Coarctation of aorta (HP:0001680)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Hypotonia (HP:0001252), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852)", + "Count": "5" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Low-set ears (HP:0000369)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Low-set ears (HP:0000369)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Patent ductus arteriosus (HP:0001643)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "5" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Aortic regurgitation (HP:0001659)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Mitral regurgitation (HP:0001653)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Aortic regurgitation (HP:0001659)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tricuspid regurgitation (HP:0005180)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrioventricular canal defect (HP:0006695), Tricuspid regurgitation (HP:0005180)", + "Count": "5" + }, + { + "Combination": "Anal atresia (HP:0002023)", + "Count": "5" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "5" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Patent foramen ovale (HP:0001655), Patent ductus arteriosus (HP:0001643)", + "Count": "5" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "5" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrioventricular canal defect (HP:0006695), Patent ductus arteriosus (HP:0001643)", + "Count": "5" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304)", + "Count": "5" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304)", + "Count": "5" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "5" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994)", + "Count": "5" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "5" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "5" + }, + { + "Combination": "Hydronephrosis (HP:0000126)", + "Count": "4" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal subclavian artery morphology (HP:0031251)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "4" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Sandal gap (HP:0001852)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrioventricular connection (HP:0011546), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290)", + "Count": "4" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypotonia (HP:0001252)", + "Count": "4" + }, + { + "Combination": "Hypotonia (HP:0001252), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypotonia (HP:0001252), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypotonia (HP:0001252), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Hypotonia (HP:0001252), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Hypotonia (HP:0001252), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Pulmonic stenosis (HP:0001642)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "4" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Primum atrial septal defect (HP:0010445)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypothyroidism (HP:0000821)", + "Count": "4" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypothyroidism (HP:0000821), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Low-set ears (HP:0000369)", + "Count": "4" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "4" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Complete atrioventricular canal defect (HP:0001674)", + "Count": "4" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Complete atrioventricular canal defect (HP:0001674), Atrioventricular canal defect (HP:0006695)", + "Count": "4" + }, + { + "Combination": "Clinodactyly (HP:0030084)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Pulmonary insufficiency (HP:0010444)", + "Count": "4" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Aortic regurgitation (HP:0001659)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Muscular ventricular septal defect (HP:0011623)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary valve atresia (HP:0010882)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Overfolded helix (HP:0000396)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Anal atresia (HP:0002023)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Secundum atrial septal defect (HP:0001684)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Tricuspid regurgitation (HP:0005180), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Tricuspid regurgitation (HP:0005180), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Patent foramen ovale (HP:0001655), Patent ductus arteriosus (HP:0001643)", + "Count": "4" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "4" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "4" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "4" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Primum atrial septal defect (HP:0010445)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Primum atrial septal defect (HP:0010445), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "4" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "4" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Muscular ventricular septal defect (HP:0011623)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonic stenosis (HP:0001642)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Pulmonic stenosis (HP:0001642)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Hypoplastic aortic arch (HP:0012304)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Hypoplastic aortic arch (HP:0012304)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "4" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582)", + "Count": "4" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582)", + "Count": "4" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "4" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Tricuspid regurgitation (HP:0005180)", + "Count": "4" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "4" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "4" + }, + { + "Combination": "Micrognathia (HP:0000347)", + "Count": "3" + }, + { + "Combination": "Plagiocephaly (HP:0001357)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Plagiocephaly (HP:0001357)", + "Count": "3" + }, + { + "Combination": "Plagiocephaly (HP:0001357), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Plagiocephaly (HP:0001357), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypothyroidism (HP:0000821)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypothyroidism (HP:0000821)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypothyroidism (HP:0000821)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Hypothyroidism (HP:0000821)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Microtia (HP:0008551)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Unbalanced atrioventricular canal defect (HP:0011579), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587)", + "Count": "3" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "3" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Generalized hypotonia (HP:0001290)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Generalized hypotonia (HP:0001290)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Unbalanced atrioventricular canal defect (HP:0011579), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Esotropia (HP:0000565)", + "Count": "3" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypotonia (HP:0001252)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Hypotonia (HP:0001252)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypotonia (HP:0001252), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypotonia (HP:0001252), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypotonia (HP:0001252), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Hypotonia (HP:0001252), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Tricuspid regurgitation (HP:0005180)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tricuspid regurgitation (HP:0005180)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Tricuspid regurgitation (HP:0005180)", + "Count": "3" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575)", + "Count": "3" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypothyroidism (HP:0000821)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Hypothyroidism (HP:0000821)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypothyroidism (HP:0000821), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypothyroidism (HP:0000821), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Umbilical hernia (HP:0001537)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Low-set ears (HP:0000369), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Low-set ears (HP:0000369)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Low-set ears (HP:0000369), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Clinodactyly (HP:0030084)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Clinodactyly (HP:0030084), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Clinodactyly (HP:0030084), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Clinodactyly (HP:0030084), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Aortic regurgitation (HP:0001659)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Mitral regurgitation (HP:0001653)", + "Count": "3" + }, + { + "Combination": "Aortic regurgitation (HP:0001659), Mitral regurgitation (HP:0001653)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Mitral regurgitation (HP:0001653)", + "Count": "3" + }, + { + "Combination": "Double outlet right ventricle (HP:0001719)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Double outlet right ventricle (HP:0001719)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic arch morphology (HP:0012303)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic arch morphology (HP:0012303)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic arch morphology (HP:0012303)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal aortic arch morphology (HP:0012303)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Aortic regurgitation (HP:0001659)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary insufficiency (HP:0010444)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Pulmonary insufficiency (HP:0010444)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Aortic regurgitation (HP:0001659)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Muscular ventricular septal defect (HP:0011623), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Pulmonary valve atresia (HP:0010882)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Pulmonary valve atresia (HP:0010882)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary valve atresia (HP:0010882), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Right ventricular hypertrophy (HP:0001667)", + "Count": "3" + }, + { + "Combination": "Overfolded helix (HP:0000396), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Anal atresia (HP:0002023)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Anal atresia (HP:0002023)", + "Count": "3" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Aortic regurgitation (HP:0001659), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Aortic regurgitation (HP:0001659), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Aortic regurgitation (HP:0001659), Patent foramen ovale (HP:0001655), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Mitral regurgitation (HP:0001653)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Mitral regurgitation (HP:0001653)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tracheomalacia (HP:0002779)", + "Count": "3" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tracheomalacia (HP:0002779), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tracheomalacia (HP:0002779), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Tricuspid regurgitation (HP:0005180), Ventricular septal defect (HP:0001629)", + "Count": "3" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655)", + "Count": "3" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Ventricular septal defect (HP:0001629), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "3" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Sandal gap (HP:0001852), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Vascular ring (HP:0010775)", + "Count": "3" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Tracheomalacia (HP:0002779)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Vascular ring (HP:0010775)", + "Count": "3" + }, + { + "Combination": "Abnormality of pulmonary circulation (HP:0030875)", + "Count": "3" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormality of pulmonary circulation (HP:0030875), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "3" + }, + { + "Combination": "Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypothyroidism (HP:0000821), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546), Gastroesophageal reflux (HP:0002020)", + "Count": "3" + }, + { + "Combination": "Flat face (HP:0012368), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "3" + }, + { + "Combination": "Flat face (HP:0012368), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Complete atrioventricular canal defect (HP:0001674), Tricuspid regurgitation (HP:0005180)", + "Count": "3" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Atrioventricular canal defect (HP:0006695), Tricuspid regurgitation (HP:0005180)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "3" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Hyperthyroidism (HP:0000836)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "3" + }, + { + "Combination": "Overfolded helix (HP:0000396), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary valve atresia (HP:0010882)", + "Count": "3" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary valve atresia (HP:0010882), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "3" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Clinodactyly (HP:0030084)", + "Count": "3" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Patent ductus arteriosus (HP:0001643)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Complete atrioventricular canal defect (HP:0001674)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Cleft anterior mitral valve leaflet (HP:0011569), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "3" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "3" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Muscular ventricular septal defect (HP:0011623), Secundum atrial septal defect (HP:0001684)", + "Count": "3" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Macroglossia (HP:0000158)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Micrognathia (HP:0000347)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hydronephrosis (HP:0000126)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Macroglossia (HP:0000158)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Micrognathia (HP:0000347)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hydronephrosis (HP:0000126)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Plagiocephaly (HP:0001357)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Plagiocephaly (HP:0001357)", + "Count": "2" + }, + { + "Combination": "Plagiocephaly (HP:0001357), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Macroglossia (HP:0000158)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Micrognathia (HP:0000347)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Hydronephrosis (HP:0000126)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Macroglossia (HP:0000158), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Macroglossia (HP:0000158), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Micrognathia (HP:0000347), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Micrognathia (HP:0000347), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Micrognathia (HP:0000347), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Micrognathia (HP:0000347), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hydronephrosis (HP:0000126), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hydronephrosis (HP:0000126), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hydronephrosis (HP:0000126), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hydronephrosis (HP:0000126), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Macroglossia (HP:0000158), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Macroglossia (HP:0000158), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Micrognathia (HP:0000347), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Micrognathia (HP:0000347), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Micrognathia (HP:0000347), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Micrognathia (HP:0000347), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hydronephrosis (HP:0000126), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hydronephrosis (HP:0000126), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hydronephrosis (HP:0000126), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hydronephrosis (HP:0000126), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Plagiocephaly (HP:0001357)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Plagiocephaly (HP:0001357)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Plagiocephaly (HP:0001357), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Plagiocephaly (HP:0001357), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Micrognathia (HP:0000347), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hydronephrosis (HP:0000126), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Plagiocephaly (HP:0001357)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Plagiocephaly (HP:0001357), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Plagiocephaly (HP:0001357), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Plagiocephaly (HP:0001357), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Plagiocephaly (HP:0001357), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Transient myeloproliferative syndrome (HP:0005534)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Transient myeloproliferative syndrome (HP:0005534)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Conotruncal defect (HP:0001710), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right ventricle morphology (HP:0001707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Hypothyroidism (HP:0000821), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Patent foramen ovale (HP:0001655), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Muscular ventricular septal defect (HP:0011623), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypothyroidism (HP:0000821), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypothyroidism (HP:0000821), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypothyroidism (HP:0000821), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Posteriorly rotated ears (HP:0000358)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Posteriorly rotated ears (HP:0000358)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Posteriorly rotated ears (HP:0000358)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Microtia (HP:0008551)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Posteriorly rotated ears (HP:0000358)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Posteriorly rotated ears (HP:0000358), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Posteriorly rotated ears (HP:0000358), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Microtia (HP:0008551)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Microtia (HP:0008551), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Posteriorly rotated ears (HP:0000358)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Posteriorly rotated ears (HP:0000358)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Posteriorly rotated ears (HP:0000358), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Posteriorly rotated ears (HP:0000358), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Pulmonary artery stenosis (HP:0004415), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Complete atrioventricular canal defect (HP:0001674), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Posteriorly rotated ears (HP:0000358)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Posteriorly rotated ears (HP:0000358), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Posteriorly rotated ears (HP:0000358), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Microtia (HP:0008551)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Microtia (HP:0008551), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Hearing impairment (HP:0000365), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Hearing impairment (HP:0000365), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Tetralogy of Fallot (HP:0001636), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Posteriorly rotated ears (HP:0000358), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Posteriorly rotated ears (HP:0000358), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Posteriorly rotated ears (HP:0000358), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal tricuspid valve morphology (HP:0001702), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Microtia (HP:0008551), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Hearing impairment (HP:0000365), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal atrial septum morphology (HP:0011994), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal tricuspid valve morphology (HP:0001702), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Micrognathia (HP:0000347)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Micrognathia (HP:0000347)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Thickened nuchal skin fold (HP:0000474), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonic stenosis (HP:0001642), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Micrognathia (HP:0000347)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonic stenosis (HP:0001642), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Pulmonic stenosis (HP:0001642), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Pulmonic stenosis (HP:0001642), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Coarctation of aorta (HP:0001680), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic valve physiology (HP:0031652)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal aortic valve physiology (HP:0031652), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Nystagmus (HP:0000639)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Right aortic arch (HP:0012020), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Complete atrioventricular canal defect (HP:0001674), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Generalized hypotonia (HP:0001290), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Generalized hypotonia (HP:0001290), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Generalized hypotonia (HP:0001290), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Generalized hypotonia (HP:0001290), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Generalized hypotonia (HP:0001290), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Generalized hypotonia (HP:0001290), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal branching pattern of left aortic arch (HP:0031055), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Esotropia (HP:0000565)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Esotropia (HP:0000565), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Esotropia (HP:0000565), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Esotropia (HP:0000565), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Esotropia (HP:0000565), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Esotropia (HP:0000565), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Esotropia (HP:0000565), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypotonia (HP:0001252), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Patent foramen ovale (HP:0001655), Tricuspid regurgitation (HP:0005180)", + "Count": "2" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Atrial septal defect (HP:0001631), Tricuspid regurgitation (HP:0005180)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Thickened nuchal skin fold (HP:0000474), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Abnormal atrial septum morphology (HP:0011994), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Right aortic arch with mirror image branching (HP:0002627), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Thickened nuchal skin fold (HP:0000474), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Thickened nuchal skin fold (HP:0000474), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Preauricular pit (HP:0004467), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrioventricular canal defect (HP:0006695), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Pulmonic stenosis (HP:0001642), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Straddling atrioventricular valve (HP:0011562)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Straddling atrioventricular valve (HP:0011562)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Straddling atrioventricular valve (HP:0011562)", + "Count": "2" + }, + { + "Combination": "Straddling atrioventricular valve (HP:0011562), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Ventricular septal defect (HP:0001629), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypothyroidism (HP:0000821), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Straddling atrioventricular valve (HP:0011562)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Straddling atrioventricular valve (HP:0011562), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Straddling atrioventricular valve (HP:0011562), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Umbilical hernia (HP:0001537), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Low-set ears (HP:0000369)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629), Low-set ears (HP:0000369)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Low-set ears (HP:0000369), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Hearing impairment (HP:0000365), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal labia majora morphology (HP:0012881)", + "Count": "2" + }, + { + "Combination": "Bell-shaped thorax (HP:0001591)", + "Count": "2" + }, + { + "Combination": "Abnormality of the outer ear (HP:0000356)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal labia majora morphology (HP:0012881)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal labia majora morphology (HP:0012881)", + "Count": "2" + }, + { + "Combination": "Abnormal labia majora morphology (HP:0012881), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal labia majora morphology (HP:0012881), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal labia majora morphology (HP:0012881), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Clinodactyly (HP:0030084), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormality of the outer ear (HP:0000356)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Patent foramen ovale (HP:0001655), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Hypothyroidism (HP:0000821), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Abnormal labia majora morphology (HP:0012881)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal labia majora morphology (HP:0012881), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal labia majora morphology (HP:0012881), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal labia majora morphology (HP:0012881), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Clinodactyly (HP:0030084), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Clinodactyly (HP:0030084), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Clinodactyly (HP:0030084), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Clinodactyly (HP:0030084), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Patent foramen ovale (HP:0001655), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal labia majora morphology (HP:0012881), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal labia majora morphology (HP:0012881), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal labia majora morphology (HP:0012881), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal labia majora morphology (HP:0012881), Sandal gap (HP:0001852), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal labia majora morphology (HP:0012881), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal labia majora morphology (HP:0012881), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Clinodactyly (HP:0030084), Sandal gap (HP:0001852), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Clinodactyly (HP:0030084), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Clinodactyly (HP:0030084), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Clinodactyly (HP:0030084), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Aortic regurgitation (HP:0001659), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tricuspid regurgitation (HP:0005180), Aortic regurgitation (HP:0001659)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tricuspid regurgitation (HP:0005180), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tricuspid regurgitation (HP:0005180), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Aortic regurgitation (HP:0001659), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Aortic regurgitation (HP:0001659), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Aortic regurgitation (HP:0001659), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Aortic regurgitation (HP:0001659), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Complete atrioventricular canal defect (HP:0001674), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Aortic regurgitation (HP:0001659), Complete atrioventricular canal defect (HP:0001674), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Double outlet right ventricle (HP:0001719)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Double outlet right ventricle (HP:0001719)", + "Count": "2" + }, + { + "Combination": "Double outlet right ventricle (HP:0001719), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Double outlet right ventricle (HP:0001719), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Primum atrial septal defect (HP:0010445), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Double outlet right ventricle (HP:0001719), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Double outlet right ventricle (HP:0001719), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Double outlet right ventricle (HP:0001719)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Double outlet right ventricle (HP:0001719), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Double outlet right ventricle (HP:0001719), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Sydney crease (HP:0011311)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sydney crease (HP:0011311)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Sydney crease (HP:0011311), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Sydney crease (HP:0011311), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sydney crease (HP:0011311), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sydney crease (HP:0011311), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal venous morphology (HP:0002624), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Cleft anterior mitral valve leaflet (HP:0011569), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal venous morphology (HP:0002624), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Swiss cheese atrial septal defect (HP:0031017), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal venous morphology (HP:0002624), Abnormal aortic arch morphology (HP:0012303)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Hypoplastic left heart (HP:0004383), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Heterotaxy (HP:0030853), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Aortic regurgitation (HP:0001659)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Pulmonary insufficiency (HP:0010444)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Muscular ventricular septal defect (HP:0011623), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Aortic regurgitation (HP:0001659)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Microcephaly (HP:0000252)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Hearing impairment (HP:0000365)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Pulmonary artery stenosis (HP:0004415), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Hearing impairment (HP:0000365), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Hearing impairment (HP:0000365), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Tetralogy of Fallot (HP:0001636), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Thickened nuchal skin fold (HP:0000474), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Sandal gap (HP:0001852), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Ventricular septal defect (HP:0001629), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormality of the hepatic vasculature (HP:0006707), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Pulmonary valve atresia (HP:0010882), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Sandal gap (HP:0001852), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary vein morphology (HP:0030968), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Right ventricular hypertrophy (HP:0001667), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Right ventricular hypertrophy (HP:0001667), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Microtia (HP:0008551), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Unbalanced atrioventricular canal defect (HP:0011579)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Secundum atrial septal defect (HP:0001684), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Secundum atrial septal defect (HP:0001684), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629), Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary valve morphology (HP:0001641), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent ductus arteriosus (HP:0001643), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonic stenosis (HP:0001642), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventriculoarterial connection (HP:0011563), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Right aortic arch (HP:0012020), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal right atrium morphology (HP:0025580), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal left atrium morphology (HP:0025579), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary venous occlusion (HP:0006518), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Dextrotransposition of the great arteries (HP:0031348)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Dextrotransposition of the great arteries (HP:0031348), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Dextrotransposition of the great arteries (HP:0031348), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Dextrotransposition of the great arteries (HP:0031348), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Dextrotransposition of the great arteries (HP:0031348), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Dextrotransposition of the great arteries (HP:0031348), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Tricuspid regurgitation (HP:0005180), Aortic regurgitation (HP:0001659)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Aortic regurgitation (HP:0001659), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Aortic regurgitation (HP:0001659), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Aortic regurgitation (HP:0001659), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Aortic regurgitation (HP:0001659), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Abnormal heart morphology (HP:0001627)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Aortic regurgitation (HP:0001659), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Aortic regurgitation (HP:0001659), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Mitral regurgitation (HP:0001653), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Mitral regurgitation (HP:0001653), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tracheomalacia (HP:0002779), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of the aortic arch (HP:0011587), Abnormal mitral valve morphology (HP:0001633), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Transitional atrioventricular canal defect (HP:0011578), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal vena cava morphology (HP:0005345), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormality of the hepatic vasculature (HP:0006707), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal venous morphology (HP:0002624), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal vena cava morphology (HP:0005345), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormality of the hepatic vasculature (HP:0006707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Right aortic arch with mirror image branching (HP:0002627), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Left superior vena cava draining to coronary sinus (HP:0011670), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Swiss cheese atrial septal defect (HP:0031017), Ventricular septal defect (HP:0001629), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Coarctation of aorta (HP:0001680)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Left superior vena cava draining to coronary sinus (HP:0011670), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Coarctation of aorta (HP:0001680), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Coarctation of aorta (HP:0001680), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Coarctation of aorta (HP:0001680), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Left superior vena cava draining to coronary sinus (HP:0011670), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Left superior vena cava draining to coronary sinus (HP:0011670), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Primum atrial septal defect (HP:0010445), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular valve physiology (HP:0031650)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary venous occlusion (HP:0006518)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal tricuspid valve morphology (HP:0001702), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal anatomic location of the heart (HP:0004307), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Patent foramen ovale (HP:0001655), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Left ventricular outflow tract obstruction (HP:0032092), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left ventricle morphology (HP:0001711), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal left atrium morphology (HP:0025579), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Atrial septal defect (HP:0001631), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal aortic valve morphology (HP:0001646), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Hypoplastic left heart (HP:0004383), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of abdominal situs (HP:0011620), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal tricuspid valve morphology (HP:0001702), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal tricuspid valve morphology (HP:0001702), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary venous occlusion (HP:0006518), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary venous occlusion (HP:0006518), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Aortic regurgitation (HP:0001659)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Mitral regurgitation (HP:0001653), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Mitral regurgitation (HP:0001653), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Generalized hypotonia (HP:0001290), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right aortic arch with mirror image branching (HP:0002627), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Mitral regurgitation (HP:0001653), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Mitral regurgitation (HP:0001653), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Generalized hypotonia (HP:0001290), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Cleft anterior mitral valve leaflet (HP:0011569), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Abnormal atrial septum morphology (HP:0011994), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Generalized hypotonia (HP:0001290), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Generalized hypotonia (HP:0001290), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormality of the hepatic vasculature (HP:0006707), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Patent ductus arteriosus (HP:0001643), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Heterotaxy (HP:0030853), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Heterotaxy (HP:0030853), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Complete atrioventricular canal defect (HP:0001674), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Heterotaxy (HP:0030853), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrial septum morphology (HP:0011994), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Heterotaxy (HP:0030853), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrial septum morphology (HP:0011994), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Heterotaxy (HP:0030853), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal mitral valve morphology (HP:0001633), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal mitral valve morphology (HP:0001633), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Heterotaxy (HP:0030853), Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546), Intestinal malrotation (HP:0002566)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Patent foramen ovale (HP:0001655), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal right ventricle morphology (HP:0001707), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Right ventricular outlet tract obstruction (HP:0001705)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right ventricular outlet tract obstruction (HP:0001705)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right ventricular outlet tract obstruction (HP:0001705)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right ventricular outlet tract obstruction (HP:0001705)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right ventricular outlet tract obstruction (HP:0001705)", + "Count": "2" + }, + { + "Combination": "Right ventricular outlet tract obstruction (HP:0001705), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Right ventricular outlet tract obstruction (HP:0001705), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Right ventricular outlet tract obstruction (HP:0001705)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Right ventricular outlet tract obstruction (HP:0001705)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right ventricular outlet tract obstruction (HP:0001705), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right ventricular outlet tract obstruction (HP:0001705), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right ventricular outlet tract obstruction (HP:0001705), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Right ventricular outlet tract obstruction (HP:0001705), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right ventricular outlet tract obstruction (HP:0001705), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Right ventricular outlet tract obstruction (HP:0001705), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right ventricular outlet tract obstruction (HP:0001705), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right ventricular outlet tract obstruction (HP:0001705), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Right ventricular outlet tract obstruction (HP:0001705), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Sandal gap (HP:0001852), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal ventriculoarterial connection (HP:0011563), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Tracheomalacia (HP:0002779), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Tracheomalacia (HP:0002779), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Tricuspid regurgitation (HP:0005180), Ventricular septal defect (HP:0001629), Aortic regurgitation (HP:0001659)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormality of pulmonary circulation (HP:0030875), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal pulmonary vein morphology (HP:0030968), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormality of pulmonary circulation (HP:0030875), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Patent foramen ovale (HP:0001655), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Patent foramen ovale (HP:0001655), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal tricuspid valve morphology (HP:0001702), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal aortic valve morphology (HP:0001646), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Unbalanced atrioventricular canal defect (HP:0011579), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Coarctation of aorta (HP:0001680), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Unbalanced atrioventricular canal defect (HP:0011579), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic valve morphology (HP:0001646), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Coarctation of aorta (HP:0001680), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal ventricular septum morphology (HP:0010438), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Left superior vena cava draining to coronary sinus (HP:0011670), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Abnormal left ventricle morphology (HP:0001711), Hypoplastic aortic arch (HP:0012304)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Coarctation of aorta (HP:0001680), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Left superior vena cava draining to coronary sinus (HP:0011670)", + "Count": "2" + }, + { + "Combination": "Strabismus (HP:0000486)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Strabismus (HP:0000486)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Strabismus (HP:0000486)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal tricuspid valve morphology (HP:0001702), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Strabismus (HP:0000486)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Cleft lip (HP:0410030)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft lip (HP:0410030)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Cleft lip (HP:0410030)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Cleft lip (HP:0410030)", + "Count": "2" + }, + { + "Combination": "Profound global developmental delay (HP:0012736)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Profound global developmental delay (HP:0012736)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Profound global developmental delay (HP:0012736)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Profound global developmental delay (HP:0012736)", + "Count": "2" + }, + { + "Combination": "Profound global developmental delay (HP:0012736), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Profound global developmental delay (HP:0012736), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Profound global developmental delay (HP:0012736), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Profound global developmental delay (HP:0012736)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Profound global developmental delay (HP:0012736)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Profound global developmental delay (HP:0012736), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Profound global developmental delay (HP:0012736), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Profound global developmental delay (HP:0012736), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal ventricular septum morphology (HP:0010438), Profound global developmental delay (HP:0012736)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Profound global developmental delay (HP:0012736), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Profound global developmental delay (HP:0012736), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Profound global developmental delay (HP:0012736), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Profound global developmental delay (HP:0012736), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Profound global developmental delay (HP:0012736), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Profound global developmental delay (HP:0012736), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Profound global developmental delay (HP:0012736), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Profound global developmental delay (HP:0012736), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Profound global developmental delay (HP:0012736), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypoplastic aortic arch (HP:0012304), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Pulmonary venous occlusion (HP:0006518), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Muscular ventricular septal defect (HP:0011623), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypotonia (HP:0001252)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypotonia (HP:0001252)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Hypotonia (HP:0001252), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Hypotonia (HP:0001252)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypotonia (HP:0001252), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal right ventricle morphology (HP:0001707), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal right ventricle morphology (HP:0001707), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal ventriculoarterial connection (HP:0011563), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Brachycephaly (HP:0000248)", + "Count": "2" + }, + { + "Combination": "Single transverse palmar crease (HP:0000954)", + "Count": "2" + }, + { + "Combination": "Brachycephaly (HP:0000248), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Brachycephaly (HP:0000248), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Brachycephaly (HP:0000248), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Brachycephaly (HP:0000248), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Single transverse palmar crease (HP:0000954), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Single transverse palmar crease (HP:0000954), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Single transverse palmar crease (HP:0000954), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Brachycephaly (HP:0000248), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Brachycephaly (HP:0000248), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Single transverse palmar crease (HP:0000954), Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Single transverse palmar crease (HP:0000954), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal aortic morphology (HP:0001679), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal aortic morphology (HP:0001679), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal aortic morphology (HP:0001679), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal aortic morphology (HP:0001679), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Muscular ventricular septal defect (HP:0011623), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Muscular ventricular septal defect (HP:0011623), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Sandal gap (HP:0001852), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Muscular ventricular septal defect (HP:0011623), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Thrombocytopenia (HP:0001873)", + "Count": "2" + }, + { + "Combination": "Thrombocytopenia (HP:0001873), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Thrombocytopenia (HP:0001873), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of pulmonary circulation (HP:0030875)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of pulmonary circulation (HP:0030875)", + "Count": "2" + }, + { + "Combination": "Thrombocytopenia (HP:0001873), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormality of pulmonary circulation (HP:0030875)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of pulmonary circulation (HP:0030875), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormality of pulmonary circulation (HP:0030875), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Low-set ears (HP:0000369)", + "Count": "2" + }, + { + "Combination": "Low-set ears (HP:0000369), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Low-set ears (HP:0000369), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Low-set ears (HP:0000369)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Low-set ears (HP:0000369), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Right aortic arch with mirror image branching (HP:0002627), Low-set ears (HP:0000369), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Astigmatism (HP:0000483)", + "Count": "2" + }, + { + "Combination": "Astigmatism (HP:0000483), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Short neck (HP:0000470)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Short neck (HP:0000470)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Short neck (HP:0000470)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Short neck (HP:0000470)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Gastroesophageal reflux (HP:0002020)", + "Count": "2" + }, + { + "Combination": "Short neck (HP:0000470), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrial septum morphology (HP:0011994), Gastroesophageal reflux (HP:0002020)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Short neck (HP:0000470), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hypothyroidism (HP:0000821), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Short neck (HP:0000470)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Gastroesophageal reflux (HP:0002020)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Short neck (HP:0000470), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994), Gastroesophageal reflux (HP:0002020)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Short neck (HP:0000470), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546), Gastroesophageal reflux (HP:0002020)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Membranous subvalvular aortic stenosis (HP:0005174)", + "Count": "2" + }, + { + "Combination": "Membranous subvalvular aortic stenosis (HP:0005174), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal atrial septum morphology (HP:0011994), Anal atresia (HP:0002023)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Tracheomalacia (HP:0002779)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormality of the hepatic vasculature (HP:0006707), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Tracheomalacia (HP:0002779), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Tracheomalacia (HP:0002779), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal left ventricle morphology (HP:0001711), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular valve physiology (HP:0031650), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular valve physiology (HP:0031650), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Atrioventricular canal defect (HP:0006695)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Double outlet right ventricle (HP:0001719), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal ventricular septum morphology (HP:0010438), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal pulmonary vein morphology (HP:0030968), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormal pulmonary vein morphology (HP:0030968), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Complete atrioventricular canal defect (HP:0001674), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal mitral valve morphology (HP:0001633), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Double outlet right ventricle (HP:0001719), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary vein morphology (HP:0030968), Muscular ventricular septal defect (HP:0011623), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Duodenal atresia (HP:0002247)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hyperthyroidism (HP:0000836)", + "Count": "2" + }, + { + "Combination": "Hyperthyroidism (HP:0000836), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Duodenal atresia (HP:0002247), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Duodenal atresia (HP:0002247), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal pulmonary vein morphology (HP:0030968), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Duodenal atresia (HP:0002247), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Duodenal atresia (HP:0002247), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Hyperthyroidism (HP:0000836), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Overfolded helix (HP:0000396)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Mitral regurgitation (HP:0001653)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Patent foramen ovale (HP:0001655), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Patent foramen ovale (HP:0001655), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal branching pattern of left aortic arch (HP:0031055), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal aortic morphology (HP:0001679), Abnormal branching pattern of left aortic arch (HP:0031055), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent foramen ovale (HP:0001655), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal ventriculoarterial connection (HP:0011563), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Overfolded helix (HP:0000396), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Overfolded helix (HP:0000396), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Overfolded helix (HP:0000396), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Thickened nuchal skin fold (HP:0000474), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal mitral valve morphology (HP:0001633), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal atrioventricular connection (HP:0011546), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary valve atresia (HP:0010882), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary valve atresia (HP:0010882), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal mitral valve morphology (HP:0001633), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Pulmonary valve atresia (HP:0010882), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Pulmonary valve atresia (HP:0010882), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal atrial septum morphology (HP:0011994), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Tetralogy of Fallot (HP:0001636), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal pulmonary artery morphology (HP:0030966), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal pulmonary artery morphology (HP:0030966), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Pulmonary valve atresia (HP:0010882), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot with pulmonary atresia (HP:0012516), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Pulmonic stenosis (HP:0001642)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonary valve atresia (HP:0010882), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Abnormal pulmonary artery morphology (HP:0030966), Pulmonary valve atresia (HP:0010882)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary valve atresia (HP:0010882), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary valve atresia (HP:0010882), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary valve atresia (HP:0010882), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal right ventricle morphology (HP:0001707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal right ventricle morphology (HP:0001707), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Pulmonary valve atresia (HP:0010882), Abnormal pulmonary valve morphology (HP:0001641), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Flat face (HP:0012368), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968)", + "Count": "2" + }, + { + "Combination": "Esophageal atresia (HP:0002032)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Esophageal atresia (HP:0002032)", + "Count": "2" + }, + { + "Combination": "Tracheoesophageal fistula (HP:0002575), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Clinodactyly (HP:0030084)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Clinodactyly (HP:0030084), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Clinodactyly (HP:0030084), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Complete atrioventricular canal defect (HP:0001674), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Unbalanced atrioventricular canal defect (HP:0011579), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right atrium morphology (HP:0025580), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right atrium morphology (HP:0025580), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal right atrium morphology (HP:0025580), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal ventricular septum morphology (HP:0010438), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Abnormal right atrium morphology (HP:0025580), Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707)", + "Count": "2" + }, + { + "Combination": "Right ventricular hypertrophy (HP:0001667), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Conotruncal defect (HP:0001710)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Conotruncal defect (HP:0001710)", + "Count": "2" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Conotruncal defect (HP:0001710)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic morphology (HP:0001679), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal anatomic location of the heart (HP:0004307)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Conotruncal defect (HP:0001710), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormal right atrium morphology (HP:0025580)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal anatomic location of the heart (HP:0004307), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Left ventricular outflow tract obstruction (HP:0032092)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal right atrium morphology (HP:0025580), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left ventricle morphology (HP:0001711)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Left ventricular outflow tract obstruction (HP:0032092), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left ventricle morphology (HP:0001711), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormal left atrium morphology (HP:0025579)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579), Atrial septal defect (HP:0001631)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal left atrium morphology (HP:0025579), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631), Abnormal aortic valve morphology (HP:0001646)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Atrial septal defect (HP:0001631), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic valve morphology (HP:0001646), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic valve morphology (HP:0001646), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic valve morphology (HP:0001646), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic valve morphology (HP:0001646), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal aortic valve morphology (HP:0001646), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal venous morphology (HP:0002624), Hypoplastic left heart (HP:0004383)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal venous morphology (HP:0002624), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal venous morphology (HP:0002624), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal venous morphology (HP:0002624), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Hypoplastic left heart (HP:0004383), Heterotaxy (HP:0030853)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Hypoplastic left heart (HP:0004383), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Hypoplastic left heart (HP:0004383), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Heterotaxy (HP:0030853), Abnormality of abdominal situs (HP:0011620)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Heterotaxy (HP:0030853), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormality of abdominal situs (HP:0011620), Abnormal coronary artery morphology (HP:0006704)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Conotruncal defect (HP:0001710), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Conotruncal defect (HP:0001710), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal superior vena cava morphology (HP:0025575)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal superior vena cava morphology (HP:0025575)", + "Count": "2" + }, + { + "Combination": "Abnormal superior vena cava morphology (HP:0025575), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal superior vena cava morphology (HP:0025575), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Abnormal venous morphology (HP:0002624), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal superior vena cava morphology (HP:0025575), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal venous morphology (HP:0002624), Abnormal superior vena cava morphology (HP:0025575), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal superior vena cava morphology (HP:0025575), Abnormal mitral valve morphology (HP:0001633), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Hyperthyroidism (HP:0000836), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hyperthyroidism (HP:0000836), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Hyperthyroidism (HP:0000836), Abnormal aortic morphology (HP:0001679), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal atrial septum morphology (HP:0011994), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Tetralogy of Fallot (HP:0001636), Complete atrioventricular canal defect (HP:0001674)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Atrial septal defect (HP:0001631), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Complete atrioventricular canal defect (HP:0001674), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal mitral valve morphology (HP:0001633), Patent ductus arteriosus (HP:0001643)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Patent ductus arteriosus (HP:0001643), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Chronic lung disease (HP:0006528)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal pulmonary artery morphology (HP:0030966)", + "Count": "2" + }, + { + "Combination": "Chronic lung disease (HP:0006528), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrial septal defect (HP:0001631), Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Abnormal atrioventricular connection (HP:0011546), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch with mirror image branching (HP:0002627)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal tricuspid valve morphology (HP:0001702), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch with mirror image branching (HP:0002627), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch with mirror image branching (HP:0002627), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch with mirror image branching (HP:0002627), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch with mirror image branching (HP:0002627), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch with mirror image branching (HP:0002627), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventricular septum morphology (HP:0010438), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal atrial septum morphology (HP:0011994), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal mitral valve morphology (HP:0001633), Right aortic arch (HP:0012020)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch (HP:0012020), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Right aortic arch (HP:0012020), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Cleft anterior mitral valve leaflet (HP:0011569), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Hypoplastic aortic arch (HP:0012304), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Hypoplastic aortic arch (HP:0012304), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Hypoplastic aortic arch (HP:0012304), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Cleft anterior mitral valve leaflet (HP:0011569), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Hypoplastic aortic arch (HP:0012304), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tracheomalacia (HP:0002779)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery stenosis (HP:0004415), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery stenosis (HP:0004415), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Abnormal atrial septum morphology (HP:0011994), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery stenosis (HP:0004415), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal atrial septum morphology (HP:0011994), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery stenosis (HP:0004415), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary valve morphology (HP:0001641), Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal ventriculoarterial connection (HP:0011563), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Abnormal atrial septum morphology (HP:0011994), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Tracheomalacia (HP:0002779)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Pulmonary artery stenosis (HP:0004415), Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Abnormal tricuspid valve morphology (HP:0001702)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Complete atrioventricular canal defect (HP:0001674), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Abnormal ventriculoarterial connection (HP:0011563), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrial septum morphology (HP:0011994), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal ventriculoarterial connection (HP:0011563), Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971)", + "Count": "2" + }, + { + "Combination": "Abnormal atrial septum morphology (HP:0011994), Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Tetralogy of Fallot (HP:0001636), Pulmonary artery hypoplasia (HP:0004971), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Hypoplasia of right ventricle (HP:0004762), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal right ventricle morphology (HP:0001707), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Unbalanced atrioventricular canal defect (HP:0011579), Abnormal aortic morphology (HP:0001679), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormal mitral valve morphology (HP:0001633), Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal right ventricle morphology (HP:0001707), Abnormal aortic morphology (HP:0001679), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Vascular ring (HP:0010775)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Vascular ring (HP:0010775)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Vascular ring (HP:0010775), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Vascular ring (HP:0010775), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Vascular ring (HP:0010775)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal ventricular septum morphology (HP:0010438), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Vascular ring (HP:0010775)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Vascular ring (HP:0010775), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Vascular ring (HP:0010775), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Abnormal mitral valve morphology (HP:0001633), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Vascular ring (HP:0010775), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Vascular ring (HP:0010775), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Vascular ring (HP:0010775), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Vascular ring (HP:0010775), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Vascular ring (HP:0010775), Abnormal aortic morphology (HP:0001679), Abnormal subclavian artery morphology (HP:0031251)", + "Count": "2" + }, + { + "Combination": "Abnormal atrioventricular connection (HP:0011546), Primum atrial septal defect (HP:0010445), Cleft anterior mitral valve leaflet (HP:0011569)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Cleft anterior mitral valve leaflet (HP:0011569), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal tricuspid valve morphology (HP:0001702), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Hearing impairment (HP:0000365), Abnormal ventricular septum morphology (HP:0010438), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Abnormal tricuspid valve morphology (HP:0001702), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Hypothyroidism (HP:0000821)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Ventricular septal defect (HP:0001629), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypothyroidism (HP:0000821), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Conotruncal defect (HP:0001710), Hypothyroidism (HP:0000821), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Abnormal tricuspid valve morphology (HP:0001702), Primum atrial septal defect (HP:0010445), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Complete atrioventricular canal defect (HP:0001674), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Primum atrial septal defect (HP:0010445), Abnormality of the hepatic vasculature (HP:0006707)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Hypothyroidism (HP:0000821), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypothyroidism (HP:0000821), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Hypothyroidism (HP:0000821), Abnormal atrioventricular connection (HP:0011546)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormality of the hepatic vasculature (HP:0006707), Abnormal mitral valve morphology (HP:0001633)", + "Count": "2" + }, + { + "Combination": "Primum atrial septal defect (HP:0010445), Abnormality of the hepatic vasculature (HP:0006707), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632), Abnormal aortic morphology (HP:0001679)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal pulmonary artery morphology (HP:0030966), Pulmonic stenosis (HP:0001642), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Pulmonic stenosis (HP:0001642), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Pulmonic stenosis (HP:0001642), Abnormal ventriculoarterial connection (HP:0011563), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Sandal gap (HP:0001852), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Overfolded helix (HP:0000396), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormality of the hepatic vasculature (HP:0006707), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Abnormal ventricular septum morphology (HP:0010438), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Thickened nuchal skin fold (HP:0000474), Sandal gap (HP:0001852), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal ventricular septum morphology (HP:0010438), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Sandal gap (HP:0001852), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Sandal gap (HP:0001852), Clinodactyly of the 5th finger (HP:0004209)", + "Count": "2" + }, + { + "Combination": "Patent foramen ovale (HP:0001655), Low-set ears (HP:0000369)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Low-set ears (HP:0000369)", + "Count": "2" + }, + { + "Combination": "Upslanted palpebral fissure (HP:0000582), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Low-set ears (HP:0000369)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Upslanted palpebral fissure (HP:0000582), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Muscular ventricular septal defect (HP:0011623), Abnormal mitral valve morphology (HP:0001633), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary valve morphology (HP:0001641)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal pulmonary valve morphology (HP:0001641), Sandal gap (HP:0001852)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal pulmonary valve morphology (HP:0001641), Abnormal atrial septum morphology (HP:0011994)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal pulmonary valve morphology (HP:0001641), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal pulmonary valve morphology (HP:0001641), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal pulmonary valve morphology (HP:0001641), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal pulmonary valve morphology (HP:0001641), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Sandal gap (HP:0001852), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Abnormal atrial septum morphology (HP:0011994), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Tetralogy of Fallot (HP:0001636), Ventricular septal defect (HP:0001629)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Tetralogy of Fallot (HP:0001636), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Tetralogy of Fallot (HP:0001636), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Ventricular septal defect (HP:0001629), Thickened nuchal skin fold (HP:0000474)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Ventricular septal defect (HP:0001629), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Macroglossia (HP:0000158), Thickened nuchal skin fold (HP:0000474), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Patent ductus arteriosus (HP:0001643), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Atrioventricular canal defect (HP:0006695), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Complete atrioventricular canal defect (HP:0001674), Patent ductus arteriosus (HP:0001643), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Atrioventricular canal defect (HP:0006695), Patent ductus arteriosus (HP:0001643), Tetralogy of Fallot (HP:0001636)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Tracheomalacia (HP:0002779), Abnormal ventricular septum morphology (HP:0010438), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Mitral regurgitation (HP:0001653), Pulmonary insufficiency (HP:0010444)", + "Count": "2" + }, + { + "Combination": "Ventricular septal defect (HP:0001629), Abnormality of the hepatic vasculature (HP:0006707), Muscular ventricular septal defect (HP:0011623)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Clinodactyly (HP:0030084), Epicanthus (HP:0000286)", + "Count": "2" + }, + { + "Combination": "Abnormality of the hepatic vasculature (HP:0006707), Abnormal pulmonary vein morphology (HP:0030968), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + }, + { + "Combination": "Abnormal ventricular septum morphology (HP:0010438), Abnormal pulmonary vein morphology (HP:0030968), Secundum atrial septal defect (HP:0001684)", + "Count": "2" + } +]; \ No newline at end of file diff --git a/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/phenotypes.tsx b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/phenotypes.tsx new file mode 100644 index 00000000..772f16b7 --- /dev/null +++ b/src/views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions/phenotypes.tsx @@ -0,0 +1 @@ +export default ["B Acute Lymphoblastic Leukemia (HP:0004812)","Abnormal ventricular septum morphology (HP:0010438)","Atrioventricular canal defect (HP:0006695)","Plagiocephaly (HP:0001357)","Hydroureter (HP:0000072)","Hydronephrosis (HP:0000126)","Abnormal atrial septum morphology (HP:0011994)","Abnormal atrioventricular connection (HP:0011546)","Abnormal tricuspid valve morphology (HP:0001702)","Abnormal mitral valve morphology (HP:0001633)","Macroglossia (HP:0000158)","Micrognathia (HP:0000347)","Abnormal heart morphology (HP:0001627)","Aortic regurgitation (HP:0001659)","Abnormality of abdominal situs (HP:0011620)","Abnormal anatomic location of the heart (HP:0004307)","Abnormal venous morphology (HP:0002624)","Abnormality of the hepatic vasculature (HP:0006707)","Abnormal right atrium morphology (HP:0025580)","Abnormal left atrium morphology (HP:0025579)","Abnormal right ventricle morphology (HP:0001707)","Abnormal left ventricle morphology (HP:0001711)","Abnormal ventriculoarterial connection (HP:0011563)","Abnormal pulmonary valve morphology (HP:0001641)","Abnormal aortic valve morphology (HP:0001646)","Abnormal coronary artery morphology (HP:0006704)","Abnormal pulmonary artery morphology (HP:0030966)","Abnormal aortic morphology (HP:0001679)","Conotruncal defect (HP:0001710)","Heterotaxy (HP:0030853)","Left ventricular outflow tract obstruction (HP:0032092)","Atrial septal defect (HP:0001631)","Hypoplastic left heart (HP:0004383)","Complete atrioventricular canal defect (HP:0001674)","Patent foramen ovale (HP:0001655)","Muscular ventricular septal defect (HP:0011623)","Primum atrial septal defect (HP:0010445)","Hypothyroidism (HP:0000821)","Transient myeloproliferative syndrome (HP:0005534)","Tetralogy of Fallot (HP:0001636)","Patent ductus arteriosus (HP:0001643)","Abnormality of cardiovascular system morphology (HP:0030680)","Congenital malformation of the left heart (HP:0045017)","Transitional atrioventricular canal defect (HP:0011578)","Partial atrioventricular canal defect (HP:0011577)","Ventricular septal defect (HP:0001629)","Pulmonary artery stenosis (HP:0004415)","Duodenal atresia (HP:0002247)","Right aortic arch with mirror image branching (HP:0002627)","Secundum atrial septal defect (HP:0001684)","Cleft anterior mitral valve leaflet (HP:0011569)","Hypoplasia of right ventricle (HP:0004762)","Unbalanced atrioventricular canal defect (HP:0011579)","Posteriorly rotated ears (HP:0000358)","Microtia (HP:0008551)","Abnormal glucose-6-phosphate dehydrogenase level (HP:0410176)","Right aortic arch (HP:0012020)","Sandal gap (HP:0001852)","Epicanthus (HP:0000286)","Hearing impairment (HP:0000365)","Thickened nuchal skin fold (HP:0000474)","Swiss cheese atrial septal defect (HP:0031017)","Talipes equinovarus (HP:0001762)","Abnormal branching pattern of the aortic arch (HP:0011587)","Abnormal subclavian artery morphology (HP:0031251)","Double orifice mitral valve (HP:0011568)","Adrenal insufficiency (HP:0000846)","Biliary atresia (HP:0005912)","Pulmonary artery hypoplasia (HP:0004971)","Pulmonic stenosis (HP:0001642)","Abnormality of earlobe (HP:0000363)","High palate (HP:0000218)","Flat face (HP:0012368)","Generalized hypotonia (HP:0001290)","Coarctation of aorta (HP:0001680)","Abnormal aortic valve physiology (HP:0031652)","Bronchospasm (HP:0025428)","Cataract (HP:0000518)","Abnormal branching pattern of left aortic arch (HP:0031055)","Nystagmus (HP:0000639)","Esotropia (HP:0000565)","Amblyopia (HP:0000646)","Glaucoma (HP:0000501)","Hypotonia (HP:0001252)","Mitral valve prolapse (HP:0001634)","Congenital hypothyroidism (HP:0000851)","Tricuspid regurgitation (HP:0005180)","Nonketotic hypoglycemia (HP:0001958)","Toe syndactyly (HP:0001770)","Preauricular pit (HP:0004467)","Tracheoesophageal fistula (HP:0002575)","Left superior vena cava draining to coronary sinus (HP:0011670)","Straddling atrioventricular valve (HP:0011562)","Fetal pyelectasis (HP:0010945)","Umbilical hernia (HP:0001537)","Low-set ears (HP:0000369)","Reduced factor VII activity (HP:0008169)","Mitral regurgitation (HP:0001653)","Abnormal pulmonary vein morphology (HP:0030968)","Abnormality of the outer ear (HP:0000356)","Bell-shaped thorax (HP:0001591)","Abnormal labia majora morphology (HP:0012881)","Clinodactyly (HP:0030084)","Double outlet right ventricle (HP:0001719)","Dysphagia (HP:0002015)","Seizure (HP:0001250)","Anomalous origin of the right subclavian artery from the descending aorta (HP:0031632)","Abnormal aortic arch morphology (HP:0012303)","Sydney crease (HP:0011311)","Pulmonary insufficiency (HP:0010444)","Abnormality of the skeletal system (HP:0000924)","Pulmonary valve atresia (HP:0010882)","Tetralogy of Fallot with pulmonary atresia (HP:0012516)","Renal hypoplasia (HP:0000089)","Microcephaly (HP:0000252)","Right ventricular hypertrophy (HP:0001667)","Abnormality of the anterior fontanelle (HP:0000236)","Respiratory failure requiring assisted ventilation (HP:0004887)","Abnormality of bone marrow cell morphology (HP:0005561)","Anal atresia (HP:0002023)","Overfolded helix (HP:0000396)","Short middle phalanx of the 5th finger (HP:0004220)","Dysplastic tricuspid valve (HP:0030732)","Double aortic arch (HP:0011590)","Abnormality of the pulmonary veins (HP:0011718)","Pulmonary venous occlusion (HP:0006518)","Dextrotransposition of the great arteries (HP:0031348)","Ebstein anomaly of the tricuspid valve (HP:0010316)","Tracheomalacia (HP:0002779)","Abnormal vena cava morphology (HP:0005345)","Tetralogy of Fallot with pulmonary atresia and major aortopulmonary collateral arteries (HP:0011678)","Abnormal sternum morphology (HP:0000766)","Hypoplastic aortic arch (HP:0012304)","Abnormal atrioventricular valve physiology (HP:0031650)","Nasolacrimal duct obstruction (HP:0000579)","Myeloproliferative disorder (HP:0005547)","Abnormal ventricular myocardium morphology (HP:0031316)","Mitral stenosis (HP:0001718)","Intestinal malrotation (HP:0002566)","Right ventricular outlet tract obstruction (HP:0001705)","Cryptorchidism (HP:0000028)","Abnormality of the head (HP:0000234)","Bicuspid pulmonary valve (HP:0005182)","Abnormal coagulation factor V activity (HP:0031899)","Congenital cystic adenomatoid malformation of the lung (HP:0010959)","Vascular ring (HP:0010775)","Tracheal stenosis (HP:0002777)","Abnormality of the midface (HP:0000309)","Abnormality of the helix (HP:0011039)","Abnormality of pulmonary circulation (HP:0030875)","Respiratory failure (HP:0002878)","Strabismus (HP:0000486)","Cleft lip (HP:0410030)","Cleft palate (HP:0000175)","Profound global developmental delay (HP:0012736)","Infantile spasms (HP:0012469)","Skin tags (HP:0010609)","Heart murmur (HP:0030148)","Brachycephaly (HP:0000248)","Upslanted palpebral fissure (HP:0000582)","Abnormally folded helix (HP:0008544)","Narrow mouth (HP:0000160)","Deformed rib cage (HP:0000886)","Retrognathia (HP:0000278)","Diastasis recti (HP:0001540)","Single transverse palmar crease (HP:0000954)","Joint hypermobility (HP:0001382)","Hypospadias (HP:0000047)","Pectus excavatum (HP:0000767)","Hypermetropia (HP:0000540)","Thrombocytopenia (HP:0001873)","Astigmatism (HP:0000483)","Asthma (HP:0002099)","Short neck (HP:0000470)","Gastroesophageal reflux (HP:0002020)","Membranous subvalvular aortic stenosis (HP:0005174)","Apical muscular ventricular septal defect (HP:0011624)","Abnormal coronary artery course (HP:0011686)","Abnormal circulating aldosterone (HP:0040085)","Hyperbilirubinemia (HP:0002904)","Muscular subvalvular aortic stenosis (HP:0001691)","Hyperthyroidism (HP:0000836)","Extra fontanelles (HP:0012367)","Supernumerary nipple (HP:0002558)","Ectopic thymus tissue (HP:0010517)","Abnormality of the thymus (HP:0000777)","Subglottic stenosis (HP:0001607)","Esophageal atresia (HP:0002032)","Subependymal nodules (HP:0009716)","Dysplastic pulmonary valve (HP:0005164)","Mottled pigmentation (HP:0001070)","Abnormal duodenum morphology (HP:0002246)","Abnormal superior vena cava morphology (HP:0025575)","Leukopenia (HP:0001882)","Wide anterior fontanel (HP:0000260)","Abnormal eye physiology (HP:0012373)","Craniosynostosis (HP:0001363)","Chronic lung disease (HP:0006528)","Right atrial enlargement (HP:0030718)","Abnormal respiratory system physiology (HP:0002795)","Recurrent infections (HP:0002719)","Cystic hygroma (HP:0000476)","Protruding tongue (HP:0010808)","Chordee (HP:0000041)","Flat occiput (HP:0005469)","Clinodactyly of the 5th finger (HP:0004209)","Sacral dimple (HP:0000960)","Otitis media (HP:0000388)","Bronchitis (HP:0012387)","Hypoplastic nipples (HP:0002557)","Aplasia/hypoplasia involving bones of the hand (HP:0005927)","Brachydactyly (HP:0001156)","Hand polydactyly (HP:0001161)","Brushfield spots (HP:0001088)","Enlarged kidney (HP:0000105)","Ptosis (HP:0000508)","Laryngomalacia (HP:0001601)","Bicuspid aortic valve (HP:0001647)","Os odontoideum (HP:0005667)","C1-C2 subluxation (HP:0003320)","Cervical instability (HP:0008462)","Scoliosis (HP:0002650)","Short ear (HP:0400005)","Total anomalous pulmonary venous return (HP:0005160)","Parachute mitral valve (HP:0011571)","Vesicoureteral reflux (HP:0000076)"] \ No newline at end of file diff --git a/src/views/DataExploration/components/PageContent/tabs/Summary/utils/grid.tsx b/src/views/DataExploration/components/PageContent/tabs/Summary/utils/grid.tsx index b5ab6d47..e18b23d4 100644 --- a/src/views/DataExploration/components/PageContent/tabs/Summary/utils/grid.tsx +++ b/src/views/DataExploration/components/PageContent/tabs/Summary/utils/grid.tsx @@ -1,5 +1,6 @@ import intl from 'react-intl-universal'; import { IResizableGridLayoutConfig } from '@ferlab/ui/core/layout/ResizableGridLayout'; +import CoOccuringConditionsGraphCard from 'views/DataExploration/components/PageContent/tabs/Summary/CoOccuringConditions'; import DataCategoryGraphCard from '../DataCategoryGraphCard'; import DataTypeGraphCard from '../DataTypeGraphCard'; @@ -26,12 +27,12 @@ export const getDefaultLayouts = (): IResizableGridLayoutConfig[] => [ id: MOST_FREQUENT_PHENOTYPES_ID, component: , base: { + minH: 3, + minW: 3, h: 4, - w: 8, + w: 6, x: 0, y: 4, - minH: 3, - minW: 3, }, lg: { h: 4, @@ -69,30 +70,30 @@ export const getDefaultLayouts = (): IResizableGridLayoutConfig[] => [ id: MOST_FREQUENT_DIAGNOSES_ID, component: , base: { - h: 4, - w: 8, - x: 8, - y: 4, minH: 3, minW: 3, + h: 4, + w: 6, + x: 6, + y: 0, }, lg: { h: 4, w: 8, x: 8, - y: 4, + y: 0, }, md: { h: 4, w: 6, x: 6, - y: 4, + y: 0, }, sm: { h: 4, w: 5, x: 5, - y: 4, + y: 0, }, xs: { h: 6, @@ -107,15 +108,102 @@ export const getDefaultLayouts = (): IResizableGridLayoutConfig[] => [ y: 12, }, }, + { + title: intl.get('screen.dataExploration.tabs.summary.coOccuringConditions.title'), + id: 'co-occurring-conditions', + component: , + base: { + minH: 4, + minW: 6, + h: 4, + w: 8, + x: 0, + y: 4, + isResizable: false, + }, + lg: { + h: 4, + w: 12, + x: 0, + y: 4, + }, + md: { + h: 4, + w: 8, + x: 0, + y: 4, + }, + sm: { + h: 4, + w: 7, + x: 0, + y: 4, + }, + xs: { + h: 4, + w: 6, + x: 0, + y: 12, + }, + xxs: { + h: 3, + w: 4, + x: 0, + y: 12, + }, + }, + { + title: intl.get('screen.dataExploration.tabs.summary.studies.cardTitle'), + id: STUDIES_GRAPH_CARD_ID, + component: , + base: { + minH: 2, + minW: 2, + h: 4, + w: 4, + x: 9, + y: 4, + }, + lg: { + h: 4, + w: 4, + x: 12, + y: 4, + }, + md: { + h: 4, + w: 4, + x: 9, + y: 4, + }, + sm: { + h: 4, + w: 3, + x: 7, + y: 4, + }, + xs: { + h: 3, + w: 6, + x: 0, + y: 16, + }, + xxs: { + h: 3, + w: 4, + x: 0, + y: 15, + }, + }, { title: intl.get('screen.dataExploration.tabs.summary.demographic.cardTitle'), id: DEMOGRAPHICS_GRAPH_CARD_ID, component: , base: { - h: 2, minH: 2, minW: 4, - w: 8, + h: 2, + w: 6, x: 0, y: 8, }, @@ -141,13 +229,13 @@ export const getDefaultLayouts = (): IResizableGridLayoutConfig[] => [ h: 2, w: 6, x: 0, - y: 24, + y: 19, }, xxs: { h: 2, w: 4, x: 0, - y: 24, + y: 18, }, }, { @@ -155,11 +243,11 @@ export const getDefaultLayouts = (): IResizableGridLayoutConfig[] => [ id: DATA_CATEGORY_GRAPH_CARD_ID, component: , base: { - h: 2, minH: 2, minW: 4, - w: 8, - x: 8, + h: 2, + w: 6, + x: 6, y: 8, }, lg: { @@ -184,42 +272,42 @@ export const getDefaultLayouts = (): IResizableGridLayoutConfig[] => [ h: 2, w: 6, x: 0, - y: 26, + y: 21, }, xxs: { h: 2, w: 4, x: 0, - y: 26, + y: 20, }, }, { - title: intl.get('screen.dataExploration.tabs.summary.studies.cardTitle'), - id: STUDIES_GRAPH_CARD_ID, - component: , + title: intl.get('screen.dataExploration.tabs.summary.availableData.dataTypeTitle'), + id: DATA_TYPE_GRAPH_CARD_ID, + component: , base: { minH: 2, minW: 2, h: 3, - w: 2, + w: 6, x: 0, y: 10, }, lg: { h: 3, - w: 2, + w: 8, x: 0, y: 10, }, md: { h: 3, - w: 3, + w: 6, x: 0, y: 10, }, sm: { h: 3, - w: 3, + w: 5, x: 0, y: 10, }, @@ -227,99 +315,56 @@ export const getDefaultLayouts = (): IResizableGridLayoutConfig[] => [ h: 3, w: 6, x: 0, - y: 28, + y: 23, }, xxs: { h: 3, w: 4, x: 0, - y: 28, + y: 22, }, }, { - title: intl.get('screen.dataExploration.tabs.summary.availableData.dataTypeTitle'), - id: DATA_TYPE_GRAPH_CARD_ID, - component: , + title: intl.get('screen.dataExploration.tabs.summary.availableData.sampleTypeTitle'), + id: 'sample_type', + component: , base: { minH: 2, minW: 2, h: 3, - w: 7, - x: 2, + w: 6, + x: 6, y: 10, }, lg: { h: 3, - w: 7, - x: 2, + w: 8, + x: 8, y: 10, }, md: { h: 3, w: 6, - x: 3, + x: 6, y: 10, }, sm: { h: 3, - w: 7, - x: 3, + w: 5, + x: 5, y: 10, }, xs: { h: 3, w: 6, x: 0, - y: 31, - }, - xxs: { - h: 3, - w: 6, - x: 0, - y: 31, - }, - }, - { - title: intl.get('screen.dataExploration.tabs.summary.availableData.sampleTypeTitle'), - id: 'sample_type', - component: , - base: { - minH: 2, - minW: 2, - h: 3, - w: 7, - x: 9, - y: 13, - }, - lg: { - h: 3, - w: 7, - x: 9, - y: 13, - }, - md: { - h: 3, - w: 7, - x: 0, - y: 13, - }, - sm: { - h: 3, - w: 7, - x: 0, - y: 13, - }, - xs: { - h: 3, - w: 6, - x: 0, - y: 34, + y: 26, }, xxs: { h: 3, - w: 6, + w: 4, x: 0, - y: 34, + y: 25, }, }, ];