MedicalTherapy
Type name: MedicalTherapy
Extends MedicalEntity
Name |
Type |
Description |
adverseOutcome |
MedicalEntity |
A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or is otherwise life-threatening or requires immediate medical attention), tag it as a seriouseAdverseOutcome instead. |
contraindication |
MedicalContraindication |
A contraindication for this therapy. |
duplicateTherapy |
MedicalTherapy |
A therapy that duplicates or overlaps this one. |
indication |
MedicalIndication |
A factor that indicates use of this therapy for treatment and/or prevention of a condition, symptom, etc. For therapies such as drugs, indications can include both officially-approved indications as well as off-label uses. These can be distinguished by using the ApprovedIndication subtype of MedicalIndication. |
seriousAdverseOutcome |
MedicalEntity |
A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["MedicalTherapy is a data type that extends MedicalEntity and focuses on detailing various aspects of medical treatments."],["This type includes information about potential adverse outcomes, contraindications, duplicate therapies, indications for use, and serious adverse outcomes associated with a therapy."],["It allows for the specification of both approved and off-label uses of therapies by utilizing the ApprovedIndication subtype of MedicalIndication."],["Both general adverse outcomes and serious adverse outcomes, such as those requiring hospitalization or causing permanent damage, can be documented using this type."]]],["The `MedicalTherapy` type, extending `MedicalEntity`, details information about medical treatments. Key aspects include potential `adverseOutcome` and `seriousAdverseOutcome` complications or side effects. It also specifies `contraindication`, situations where the therapy should not be used. `indication` factors highlight treatment or prevention uses, including approved and off-label uses. The `duplicateTherapy` property identifies therapies with overlapping actions. All this information helps describe different therapy.\n"]]