MedicalSignOrSymptom
Type name: MedicalSignOrSymptom
Extends MedicalEntity
Name |
Type |
Description |
cause |
MedicalCause |
An underlying cause. More specifically, one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence. |
possibleTreatment |
MedicalTherapy |
A possible treatment to address this condition, sign or symptom. |
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."],[[["`MedicalSignOrSymptom` is a type that provides information about medical signs and symptoms and extends the `MedicalEntity` type."],["This type includes the properties `cause`, which identifies the underlying cause, and `possibleTreatment`, which suggests potential treatment options."]]],["The content defines the `MedicalSignOrSymptom` type, which extends `MedicalEntity`. It details two properties: `cause`, which identifies the underlying `MedicalCause` directly responsible for the condition, and `possibleTreatment`, specifying a `MedicalTherapy` that could address the sign or symptom. These properties link a medical sign or symptom to its origin and potential remedies.\n"]]