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


KB Term:  Term intersection
English Word: 

Sigma KEE - CPR
CPR(cardio pulmonary resuscitation)

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


(subclass CPR TherapeuticProcess) Medicine.kif 556-556 Cardio pulmonary resuscitation is a subclass of therapeutic process
(documentation CPR EnglishLanguage "Cardiopulmonary resuscitation (CPR) is an emergency procedure consisting of chest compressions often combined with artificial ventilation, or Mouth to mouth in an effort to manually preserve intact Brain function until further measures are taken to restore spontaneous BloodCirculation and Breathing in a person who is in cardiac arrest. It is recommended for those who are unresponsive with no breathing or abnormal Breathing, for example, agonal respirations. CPR involves chest compressions for adults between 5 cm (2.0 in) and 6 cm (2.4 in) deep and at a rate of at least 100 to 120 per minute. The rescuer may also provide artificial ventilation by either Exhaling air into the subject's mouth or Nose (mouth to mouth resuscitation) or using a device that pushes air into the subject's Lungs (mechanical ventilation). Current recommendations place emphasis on early and high- quality chest compressions over artificial ventilation; a simplified CPR method involving only chest compressions is recommended for untrained rescuers. CPR alone is unlikely to restart the heart. Its main purpose is to restore the partial flow of oxygenated blood to the Brain and Heart. The objective is to delay Tissue Death and to extend the brief window of opportunity for a successful resuscitation without permanent Brain damage. Administration of an electric shock to the subject's Heart, termed Defibrillation, is usually needed to restore a viable, or 'perfusing', heart rhythm. In general, CPR is continued until the person has a return of spontaneous circulation (ROSC) or is declared Dead.[from Wikipedia]") Medicine.kif 558-574 Cardio pulmonary resuscitation is a subclass of therapeutic process

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


(termFormat EnglishLanguage CPR "cardio pulmonary resuscitation") Medicine.kif 557-557

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


(=>
    (instance ?CPR CPR)
    (hasPurpose ?CPR
        (exists (?O ?HB)
            (and
                (instance ?O Human)
                (instance ?HB HeartBeat)
                (located ?HB ?O)
                (causes ?CPR ?HB)))))
Medicine.kif 576-584 If X is an instance of cardio pulmonary resuscitation, then X has the purpose there exist Y, Z such that Y is an instance of human, Z is an instance of heart beat, Z is located at Y, and X causes Z
(=>
    (instance ?CPR CPR)
    (exists (?C ?CH ?O)
        (and
            (instance ?C Compressing)
            (patient ?CPR ?O)
            (instance ?CH Chest)
            (part ?CH ?O)
            (patient ?C ?CH)
            (subProcess ?C ?CPR))))
Medicine.kif 586-595 If X is an instance of cardio pulmonary resuscitation, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of compressing (3) W is a patient of X (4) Z is an instance of chest (5) Z is a part of W (6) Z is a patient of Y (7) Y is a subprocess of X
(=>
    (and
        (instance ?CPR CPR)
        (instance ?C Compressing)
        (path ?C ?P)
        (subProcess ?C ?CPR)
        (length ?P
            (MeasureFn ?L Centimeter)))
    (and
        (greaterThan ?L 5.0)
        (lessThan ?L 6.0)))
Medicine.kif 597-607 If X is an instance of cardio pulmonary resuscitation, Y is an instance of compressing, Z is path along which Y occurs, Y is a subprocess of X, and the length of Z is W centimeter(s), then W is greater than 5.0 and W is less than 6.0


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



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners