Vocabulary Deprecated
More information...

MedicalContraindication

schema:Thing > schema:MedicalEntity > schema:MedicalContraindication

A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but that these risks may be outweighed by other considerations or mitigated by other measures).
PropertyExpected TypeDescription
Properties from schema:MedicalEntity
schema:code schema:MedicalCode A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.
schema:guideline schema:MedicalGuideline A medical guideline related to this entity.
schema:medicineSystem schema:MedicineSystem The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc.
schema:recognizingAuthority schema:Organization If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.
schema:relevantSpecialty schema:MedicalSpecialty If applicable, a medical specialty in which this entity is relevant.
schema:study schema:MedicalStudy A medical study or trial related to this entity.
Properties from schema:Thing
schema:additionalType schema:URL An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.
schema:alternateName schema:Text An alias for the item.
schema:description schema:Text A short description of the item.
schema:image schema:ImageObject  or
schema:URL 
An image of the item. This can be a URL or a fully described ImageObject.
schema:name schema:Text The name of the item.
schema:potentialAction schema:Action Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
schema:sameAs schema:URL URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.
schema:url schema:URL URL of the item.


Instances of schema:MedicalContraindication may appear as values for the following properties
PropertyOn TypesDescription
schema:contraindication schema:MedicalTherapy  or
schema:MedicalDevice 
A contraindication for this therapy.

Prefixes used:

  • schema: http://schema.org/
  • Acknowledgements

    This class contains information contributed by WikiDoc.

    Examples

    <h1>Drug Info: PainAwayMax</h1>
    PainAwayMax is a brand of ibuprofen manufactured by FooCorp. It is an
    analgesic in the class of nonsteroidal anti-inflammatory (NSAID) drugs.
    It is used to temporarily relieve minor aches and pains due
    to:
    <ul>
      <li>headache</li>
      <li>toothache</li>
      <li>backache</li>
      <li>menstrual cramps</li>
      <li>the common cold</li>
      <li>muscular aches</li>
      <li>minor pain of arthritis</li>
    </ul>
    and to temporarily reduce fever.
    <br>
    It is available in the US as a non-prescription drug in the form of
    tablets and capsules.
    <br>
    Common side effects include diarrhea, constipation, bloating,
    dizziniess, or nervousness. Call a doctor immediately if you
    experience any of the following rare but serious side effects:
    vomiting blood, bloody stools, or stomach pain that does not get better.
    <br>
    Do not use PainAwayMax if you have ever had an allergic reaction to any
    other pain reliever/fever reducer, or right before or after heart surgery.
    <br>
    <b>Warning:</b> NSAIDs may cause severe stomach bleeding.
    
    <div itemscope itemtype="http://schema.org/Drug">
      <h1>Drug Info: <span itemprop="name">PainAwayMax</span></h1>
      PainAwayMax is a brand of
      <span itemprop="alternateName">ibuprofen</span> manufactured by
      <span itemprop="manufacturer" itemscope itemtype="http://schema.org/Organization">
        <span itemprop="name">FooCorp</span>
      </span>.
      It is an
      <span itemprop="drugClass" itemscope itemtype="http://schema.org/DrugClass">
       <span itemprop="name">analgesic</span>
      </span> in the class of
      <span itemprop="drugClass" itemscope itemtype="http://schema.org/DrugClass">
        <span itemprop="name">nonsteroidal anti-inflammatory</span>
        (<span itemprop="alternateName">NSAID</span>)
      </span>
      drugs.
      It is used to temporarily relieve minor aches and pains due to:
      <ul>
        <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
              <span itemprop="name">headache</span>
            </span></li>
        <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
              <span itemprop="name">toothache</span>
            </span></li>
        <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
              <span itemprop="name">backache</span>
            </span></li>
        <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
              <span itemprop="name">menstrual cramps</span>
            </span></li>
        <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
              the <span itemprop="name">common cold</span>
            </span></li>
        <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
              <span itemprop="name">muscular aches</span>
            </span></li>
        <li><span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
              <span itemprop="name">minor pain of arthritis</span>
            </span></li>
      </ul>
      and to temporarily reduce
      <span itemprop="indication" itemscope itemtype="http://schema.org/TreatmentIndication">
        <span itemprop="name">fever</span>
      </span>.
      <br>It is available in the
      <span itemprop="legalStatus" itemscope itemtype="http://schema.org/DrugLegalStatus">
        <span itemprop="applicableLocation">US</span> as a
        <span itemprop="name">non-prescription drug</span>
      </span>
      <link itemprop="prescriptionStatus" href="http://schema.org/OTC" />
      in the form of <span itemprop="dosageForm">tablets</span> and
      <span itemprop="dosageForm">capsules</span>.
      <br>
      Common side effects include
      <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">diarrhea</span>
      </span>,
      <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">constipation</span>
      </span>,
      <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">bloating</span>
      </span>,
      <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">dizziness</span>
      </span>, or
      <span itemprop="adverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">nervousness</span>
      </span>.
      Call a doctor immediately if you experience any of the following
      rare but serious side effects:
      <span itemprop="seriousAdverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">vomiting blood</span>
      </span>,
      <span itemprop="seriousAdverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">bloody stools</span>
      </span>, or
      <span itemprop="seriousAdverseOutcome" itemscope itemtype="http://schema.org/MedicalSymptom">
        <span itemprop="name">stomach pain that does not get better</span>
      </span>.
      <br>Do not use PainAwayMax if you have ever had an
      <span itemprop="contraindication" itemscope itemtype="http://schema.org/MedicalContraindication">
        <meta itemprop="name" content="allergic reaction to any pain reliever"/>
        allergic reaction to any other pain reliever/fever reducer
      </span>, or right before or after
      <span itemprop="contraindication" itemscope itemtype="http://schema.org/MedicalContraindication">
        <span itemprop="name">heart surgery</span>
      </span>.
      <br>
      <b>Warning:</b>
      <span itemprop="warning">NSAIDs may cause severe stomach bleeding</span>.
    </div>
    
    <div vocab="http://schema.org/" typeof="Drug">
      <h1>Drug Info: <span property="name">PainAwayMax</span></h1>
      PainAwayMax is a brand of
      <span property="alternateName">ibuprofen</span> manufactured by
      <span property="manufacturer"  typeof="Organization">
        <span property="name">FooCorp</span>
      </span>.
      It is an
      <span property="drugClass"  typeof="DrugClass">
       <span property="name">analgesic</span>
      </span> in the class of
      <span property="drugClass"  typeof="DrugClass">
        <span property="name">nonsteroidal anti-inflammatory</span>
        (<span property="alternateName">NSAID</span>)
      </span>
      drugs.
      It is used to temporarily relieve minor aches and pains due to:
      <ul>
        <li><span property="indication"  typeof="TreatmentIndication">
              <span property="name">headache</span>
            </span></li>
        <li><span property="indication"  typeof="TreatmentIndication">
              <span property="name">toothache</span>
            </span></li>
        <li><span property="indication"  typeof="TreatmentIndication">
              <span property="name">backache</span>
            </span></li>
        <li><span property="indication"  typeof="TreatmentIndication">
              <span property="name">menstrual cramps</span>
            </span></li>
        <li><span property="indication"  typeof="TreatmentIndication">
              the <span property="name">common cold</span>
            </span></li>
        <li><span property="indication"  typeof="TreatmentIndication">
              <span property="name">muscular aches</span>
            </span></li>
        <li><span property="indication"  typeof="TreatmentIndication">
              <span property="name">minor pain of arthritis</span>
            </span></li>
      </ul>
      and to temporarily reduce
      <span property="indication"  typeof="TreatmentIndication">
        <span property="name">fever</span>
      </span>.
      <br>It is available in the
      <span property="legalStatus"  typeof="DrugLegalStatus">
        <span property="applicableLocation">US</span> as a
        <span property="name">non-prescription drug</span>
      </span>
      <link property="prescriptionStatus" href="http://schema.org/OTC" />
      in the form of <span property="dosageForm">tablets</span> and
      <span property="dosageForm">capsules</span>.
      <br>
      Common side effects include
      <span property="adverseOutcome"  typeof="MedicalSymptom">
        <span property="name">diarrhea</span>
      </span>,
      <span property="adverseOutcome"  typeof="MedicalSymptom">
        <span property="name">constipation</span>
      </span>,
      <span property="adverseOutcome"  typeof="MedicalSymptom">
        <span property="name">bloating</span>
      </span>,
      <span property="adverseOutcome"  typeof="MedicalSymptom">
        <span property="name">dizziness</span>
      </span>, or
      <span property="adverseOutcome"  typeof="MedicalSymptom">
        <span property="name">nervousness</span>
      </span>.
      Call a doctor immediately if you experience any of the following
      rare but serious side effects:
      <span property="seriousAdverseOutcome"  typeof="MedicalSymptom">
        <span property="name">vomiting blood</span>
      </span>,
      <span property="seriousAdverseOutcome"  typeof="MedicalSymptom">
        <span property="name">bloody stools</span>
      </span>, or
      <span property="seriousAdverseOutcome"  typeof="MedicalSymptom">
        <span property="name">stomach pain that does not get better</span>
      </span>.
      <br>Do not use PainAwayMax if you have ever had an
      <span property="contraindication"  typeof="MedicalContraindication">
        <meta property="name" content="allergic reaction to any pain reliever"/>
        allergic reaction to any other pain reliever/fever reducer
      </span>, or right before or after
      <span property="contraindication"  typeof="MedicalContraindication">
        <span property="name">heart surgery</span>
      </span>.
      <br>
      <b>Warning:</b>
      <span property="warning">NSAIDs may cause severe stomach bleeding</span>.
    </div>
    
    <script type="application/ld+json">
    {
      "@context": "http://schema.org",
      "@type": "Drug",
      "adverseOutcome": [
        {
          "@type": "MedicalSymptom",
          "name": "diarrhea"
        },
        {
          "@type": "MedicalSymptom",
          "name": "constipation"
        },
        {
          "@type": "MedicalSymptom",
          "name": "bloating"
        },
        {
          "@type": "MedicalSymptom",
          "name": "dizziness"
        },
        {
          "@type": "MedicalSymptom",
          "name": "nervousness"
        }
      ],
      "alternateName": "ibuprofen",
      "contraindication": [
        {
          "@type": "MedicalContraindication",
          "name": "allergic reaction to any pain reliever"
        },
        {
          "@type": "MedicalContraindication",
          "name": "heart surgery"
        }
      ],
      "dosageForm": [
        "tablets",
        "capsules"
      ],
      "drugClass": [
        {
          "@type": "DrugClass",
          "name": "analgesic"
        },
        {
          "@type": "DrugClass",
          "alternateName": "NSAID",
          "name": "nonsteroidal anti-inflammatory"
        }
      ],
      "indication": [
        {
          "@type": "TreatmentIndication",
          "name": "headache"
        },
        {
          "@type": "TreatmentIndication",
          "name": "toothache"
        },
        {
          "@type": "TreatmentIndication",
          "name": "backache"
        },
        {
          "@type": "TreatmentIndication",
          "name": "menstrual cramps"
        },
        {
          "@type": "TreatmentIndication",
          "name": "common cold"
        },
        {
          "@type": "TreatmentIndication",
          "name": "muscular aches"
        },
        {
          "@type": "TreatmentIndication",
          "name": "minor pain of arthritis"
        },
        {
          "@type": "TreatmentIndication",
          "name": "fever"
        }
      ],
      "legalStatus": {
        "@type": "DrugLegalStatus",
        "applicableLocation": "US",
        "name": "non-prescription drug"
      },
      "manufacturer": {
        "@type": "Organization",
        "name": "FooCorp"
      },
      "name": "PainAwayMax",
      "prescriptionStatus": "http://schema.org/OTC",
      "seriousAdverseOutcome": [
        {
          "@type": "MedicalSymptom",
          "name": "vomiting blood"
        },
        {
          "@type": "MedicalSymptom",
          "name": "bloody stools"
        },
        {
          "@type": "MedicalSymptom",
          "name": "stomach pain that does not get better"
        }
      ],
      "warning": "NSAIDs may cause severe stomach bleeding"
    }
    </script>
    

    BiblioGraph.net Version 1.1
    Schema.org Version 1.93
    Code Version 1.1