Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  CheckingVitals

Sigma KEE - CheckingVitals
CheckingVitals

appearance as argument number 1
-------------------------


(documentation CheckingVitals EnglishLanguage "There are four primary vital signs that are standard in most medical settings: (1) Body temperature (2) Heart rate or Pulse (3) Respiratory rate (4) Blood pressure. The equipment needed is a thermometer, a sphygmomanometer, and a watch. Although a pulse can be taken by hand, a stethoscope may be required for a clinician to take a patient's apical pulse.[from Wikipedia]") Medicine.kif 6498-6502
(subclass CheckingVitals DiagnosticProcess) Medicine.kif 6497-6497 CheckingVitals診断プロセスsubclass では %n

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage CheckingVitals "checking vitals") Medicine.kif 6503-6503

antecedent
-------------------------


(=>
    (and
        (instance ?C CheckingVitals)
        (agent ?C ?A)
        (patient ?C ?P)
        (instance ?H Heart)
        (part ?H ?P)
        (instance ?L Lung)
        (part ?L ?P)
        (holdsDuring
            (WhenFn ?C)
            (and
                (systolicBloodPressure ?P ?SYS)
                (diastolicBloodPressure ?P ?DIA)
                (measure ?P
                    (MeasureFn ?T FahrenheitDegree))))
        (heartRate ?H
            (WhenFn ?C) ?I)
        (breathingRate ?L
            (WhenFn ?C) ?R))
    (knows ?A
        (and
            (holdsDuring
                (WhenFn ?C)
                (and
                    (systolicBloodPressure ?P ?SYS)
                    (diastolicBloodPressure ?P ?DIA)
                    (measure ?P
                        (MeasureFn ?T FahrenheitDegree))))
            (heartRate ?H
                (WhenFn ?C) ?I)
            (breathingRate ?L
                (WhenFn ?C) ?R))))
Medicine.kif 6505-6529


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners