DDxElement
Type name: DDxElement
Extends MedicalIntangible
Name |
Type |
Description |
diagnosis |
MedicalCondition |
One or more alternative conditions considered in the differential diagnosis process. |
distinguishingSign |
MedicalSignOrSymptom |
One of a set of signs and symptoms that can be used to distinguish this diagnosis from others in the differential diagnosis. |
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."],[[["A DDxElement represents an element within a differential diagnosis, extending the concept of MedicalIntangible."],["It includes fields for specifying the diagnosis being considered (diagnosis) and distinguishing signs or symptoms (distinguishingSign)."],["The diagnosis field uses MedicalCondition to represent the possible medical conditions, while distinguishingSign utilizes MedicalSignOrSymptom to denote specific signs or symptoms aiding in differentiation."]]],["The `DDxElement` type, extending `MedicalIntangible`, involves medical diagnosis information. It includes the `diagnosis` field, which represents alternative medical conditions being considered. Additionally, the `distinguishingSign` field details signs or symptoms that differentiate this diagnosis from others in the differential diagnosis process. These two fields are core to understanding and defining a `DDxElement`.\n"]]