1. G
  2. <script type="application/ld+json">
  3. {
  4.   "@context": "http://schema.org",
  5.   "@type": "MedicalCondition",
  6.   "alternateName": "angina pectoris",
  7.   "associatedAnatomy": {
  8.     "@type": "AnatomicalStructure",
  9.     "name": "heart"
  10.   },
  11.   "cause": [
  12.     {
  13.       "@type": "MedicalCause",
  14.       "name": "atherosclerosis"
  15.     },
  16.     {
  17.       "@type": "MedicalCause",
  18.       "name": "spasms of the epicardial artery"
  19.     }
  20.   ],
  21.   "code": {
  22.     "@type": "MedicalCode",
  23.     "code": "413",
  24.     "codingSystem": "ICD-9"
  25.   },
  26.   "differentialDiagnosis": {
  27.     "@type": "DDxElement",
  28.     "diagnosis": {
  29.       "@type": "MedicalCondition",
  30.       "name": "heart attack"
  31.     },
  32.     "distinguishingSign": [
  33.       {
  34.         "@type": "MedicalSymptom",
  35.         "name": "chest pain lasting at least 10 minutes at rest"
  36.       },
  37.       {
  38.         "@type": "MedicalSymptom",
  39.         "name": "repeated episodes of chest pain at rest lasting 5 or more minutes"
  40.       },
  41.       {
  42.         "@type": "MedicalSymptom",
  43.         "name": "an accelerating pattern of chest discomfort (episodes that are more frequent, severe, longer in duration, and precipitated by minimal exertion)"
  44.       }
  45.     ]
  46.   },
  47.   "name": "Stable angina",
  48.   "possibleTreatment": [
  49.     {
  50.       "@type": "Drug",
  51.       "name": "aspirin"
  52.     },
  53.     {
  54.       "@type": "DrugClass",
  55.       "name": "beta blockers"
  56.     },
  57.     {
  58.       "@type": "DrugClass",
  59.       "name": "ACE inhibitors"
  60.     },
  61.     {
  62.       "@type": "Drug",
  63.       "name": "nitroglycerine"
  64.     }
  65.   ],
  66.   "riskFactor": [
  67.     {
  68.       "@type": "MedicalRiskFactor",
  69.       "name": "Age"
  70.     },
  71.     {
  72.       "@type": "MedicalRiskFactor",
  73.       "name": "Gender"
  74.     },
  75.     {
  76.       "@type": "MedicalRiskFactor",
  77.       "name": "Systolic blood pressure"
  78.     },
  79.     {
  80.       "@type": "MedicalRiskFactor",
  81.       "name": "Smoking"
  82.     },
  83.     {
  84.       "@type": "MedicalRiskFactor",
  85.       "name": "Total cholesterol and/or cholesterol:HDL ratio"
  86.     },
  87.     {
  88.       "@type": "MedicalRiskFactor",
  89.       "name": "Coronary artery disease"
  90.     }
  91.   ],
  92.   "secondaryPrevention": [
  93.     {
  94.       "@type": "LifestyleModification",
  95.       "name": "stopping smoking"
  96.     },
  97.     {
  98.       "@type": "LifestyleModification",
  99.       "name": "weight management"
  100.     },
  101.     {
  102.       "@type": "LifestyleModification",
  103.       "name": "increased physical activity"
  104.     }
  105.   ],
  106.   "signOrSymptom": [
  107.     {
  108.       "@type": "MedicalSymptom",
  109.       "name": "chest discomfort"
  110.     },
  111.     {
  112.       "@type": "MedicalSymptom",
  113.       "name": "feeling of tightness, heaviness, or pain in the chest"
  114.     }
  115.   ]
  116. }
  117. </script>