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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DiagnosticProcess
DiagnosticProcess(diagnostic process)A-scan_ultrasonography, Apgar_score, B-scan_ultrasonography, BOLD_FMRI, CAT, CT, Dick_test, Friedman_test, IVP, MRI, Mantoux_test, PET, PSA_blood_test, Pap_test, Papanicolaou_test, RAIU, Schick_test, Snellen_test, Wasserman_reaction, Wassermann, Wassermann_test, Widal's_test, Widal_test, X-radiation, X-ray_photography, X-raying, agglutination_test, angiocardiogram, angiogram, angiography, arteriography, arthrography, auscultate, auscultation, auscultatory, autopsy, autoradiographic, bio-assay, bioassay, blood-oxygenation_level_dependent_functional_magnetic_resonance_imaging, blood_test, cardiographic, celioscopy, cholangiography, chorionic_villus_biopsy, chorionic_villus_sampling, colonoscopy, complement_fixation_test, computed_axial_tomography, computed_tomography...

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


(documentation DiagnosticProcess ChineseLanguage "这是为了决定一种 DiseaseOrSyndrome 的性质而执行的 Process。") chinese_format.kif 4068-4068
(documentation DiagnosticProcess EnglishLanguage "A Process that is carried out for the purpose of determining the nature of a DiseaseOrSyndrome.") Merge.kif 13030-13031
(subclass DiagnosticProcess Investigating) Merge.kif 13029-13029 Diagnostic process is a subclass of investigating

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


(subclass Biopsy DiagnosticProcess) Mid-level-ontology.kif 25203-25203 Biopsy is a subclass of diagnostic process
(subclass CheckingVitals DiagnosticProcess) Medicine.kif 6481-6481 Checking vitals is a subclass of diagnostic process
(subclass Electrocardiography DiagnosticProcess) Medicine.kif 3413-3413 Electrocardiography is a subclass of diagnostic process
(subclass MeasuringBreathing DiagnosticProcess) Medicine.kif 449-449 Measuring breathing is a subclass of diagnostic process
(termFormat ChineseLanguage DiagnosticProcess "诊断过程") chinese_format.kif 1192-1192 Measuring breathing is a subclass of diagnostic process
(termFormat EnglishLanguage DiagnosticProcess "diagnostic process") english_format.kif 1601-1601 Measuring breathing is a subclass of diagnostic process
(termFormat FrenchLanguage DiagnosticProcess "processus de diagnostique") french_format.kif 870-870 Measuring breathing is a subclass of diagnostic process
(termFormat Hindi DiagnosticProcess "nidaanakaarii prakriyaa") terms-hindi.txt 403-403 Measuring breathing is a subclass of diagnostic process
(termFormat ItalianLanguage DiagnosticProcess "ProcessoDiagnostico") terms-it.txt 406-406 Measuring breathing is a subclass of diagnostic process
(termFormat JapaneseLanguage DiagnosticProcess "診断プロセス") japanese_format.kif 2554-2554 Measuring breathing is a subclass of diagnostic process
(termFormat PortugueseLanguage DiagnosticProcess "Processo de Diagnostico") portuguese_format.kif 822-822 Measuring breathing is a subclass of diagnostic process
(termFormat cb DiagnosticProcess "paghimadlay") terms-cb.txt 408-408 Measuring breathing is a subclass of diagnostic process
(termFormat cz DiagnosticProcess "diagnostic process") terms-cz.txt 442-442 Measuring breathing is a subclass of diagnostic process
(termFormat de DiagnosticProcess "Diagnoseprozess") terms-de.txt 701-701 Measuring breathing is a subclass of diagnostic process
(termFormat ro DiagnosticProcess "proces de diagnosticare") relations-ro.kif 891-891 Measuring breathing is a subclass of diagnostic process
(termFormat tg DiagnosticProcess "paraan ng pagsusuri") terms-tg.txt 407-407 Measuring breathing is a subclass of diagnostic process

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


(=>
    (and
        (instance ?PROC DiagnosticProcess)
        (agent ?PROC ?AGENT))
    (exists (?CAUSE)
        (hasPurposeForAgent ?PROC
            (knows ?AGENT
                (causes ?CAUSE ?PROC)) ?AGENT)))
Merge.kif 13033-13038

consequent
-------------------------


(=>
    (and
        (instance ?I HealthInsuranceCompany)
        (customer ?I ?C))
    (hasPurposeForAgent ?I
        (exists (?D ?P)
            (and
                (or
                    (instance ?D DiagnosticProcess)
                    (instance ?D TherapeuticProcess))
                (experiencer ?D ?C)
                (instance ?P Payment)
                (agent ?P ?I)
                (refers ?P ?D))) ?C))
Mid-level-ontology.kif 7932-7945
(=>
    (attribute ?DOCTOR MedicalDoctor)
    (exists (?PROCESS1 ?PROCESS2)
        (and
            (subclass ?PROCESS1 DiagnosticProcess)
            (subclass ?PROCESS2 TherapeuticProcess)
            (capability ?PROCESS1 agent ?DOCTOR)
            (capability ?PROCESS2 agent ?DOCTOR))))
Mid-level-ontology.kif 22125-22132
(=>
    (attribute ?H Pulmonologist)
    (exists (?P1 ?P2 ?PAT ?L)
        (and
            (subclass ?PROCESS1 DiagnosticProcess)
            (subclass ?PROCESS2 TherapeuticProcess)
            (patient ?P1 ?PAT)
            (patient ?P2 ?PAT)
            (instance ?L Lung)
            (part ?L ?PAT)
            (located ?P1 Lung)
            (located ?P2 Lung))))
Medicine.kif 4469-4480
(=>
    (attribute ?P Dentist)
    (exists (?D ?T)
        (and
            (instance ?D DiagnosticProcess)
            (agent ?D ?P)
            (instance ?T Tooth)
            (patient ?D ?T))))
Mid-level-ontology.kif 19968-19975
(=>
    (instance ?MD MedicalDevice)
    (hasPurpose ?MD
        (exists (?TP ?DP)
            (and
                (instance ?TP TherapeuticProcess)
                (instance ?DP DiagnosticProcess)
                (or
                    (instrument ?TP ?MD)
                    (instrument ?DP ?MD))))))
Medicine.kif 654-663
(=>
    (instance ?MS MedicalService)
    (exists (?AGENT ?HUMAN ?PROC)
        (and
            (agent ?MS ?AGENT)
            (employs ?AGENT ?HUMAN)
            (attribute ?HUMAN MedicalDoctor)
            (serviceProvider ?MS ?HUMAN)
            (or
                (instance ?PROC TherapeuticProcess)
                (instance ?PROC DiagnosticProcess))
            (subProcess ?PROC ?MS))))
Hotel.kif 2281-2292
(=>
    (patientMedical ?PATIENT ?DOCTOR)
    (exists (?PROCESS)
        (and
            (patient ?PROCESS ?PATIENT)
            (agent ?PROCESS ?DOCTOR)
            (or
                (instance ?PROCESS DiagnosticProcess)
                (instance ?PROCESS TherapeuticProcess)))))
Mid-level-ontology.kif 6225-6233


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 is open source software produced by Articulate Software and its partners