Class ORGAN-OR-TISSUE-FUNCTION

A physiologic function of a particular organ, organ system, or tissue.
Subclass-Of: Physiologic-function
Mapping: 'organ' should be a subtype of BPOOC -will UMLS isa relations support this???- is organ system a particular body system or are they synonymous?
Axioms:
(Slot-Value-Type Organ-Or-Tissue-FunctionTemporal-Part-Of
                 Organ-Or-Tissue-Function)

(Slot-Value-Type Organ-Or-Tissue-FunctionDegree-Of
                 Organ-Or-Tissue-Function)

(=> (Organ-Or-Tissue-Function ?Self)
    (And (Exists (?A)
                 (And (Embodied-In ?Self ?A)
                      (Or (Organ ?A) (Body-System ?A) (Tissue ?A))))
         (Exists (?B)
                 (And (Co-Exist ?Self ?B)
                      (Or (Organism-Function ?B)
                          (Organ-Or-Tissue-Function ?B))))))