Class FINDING

That which is discovered by direct observation or measurement of an organism attribute or condition, including the clinical history of the patient.
Subclass-Of: Medical-sign
Mapping: This is included from USN98 and is actually equivalent to 'medical sign', with some USN templates.
Axioms:
(Slot-Value-Type Finding Co-Exist Finding)

(=> (Finding ?Self)
    (And (Forall (?A)
                 (=> (Manifestation-Of ?Self ?A)
                     (Or (Injury-Or-Poisoning ?A)
                         (Anatomical-Abnormality ?A))))
         (Forall (?B)
                 (=> (Interpretant-Of ?Self ?B)
                     (Or (Organism-Attribute ?B)
                         (Biologic-Function ?B))))
         (Exists (?C)
                 (And (Interpreted-By ?Self ?C) (*Physician ?C)))))