patientMedical |
appearance as argument number 1 |
(documentation patientMedical EnglishLanguage "The relation of receiving medical care from a recognized medical practitioner. (patientMedical ?PATIENT ?DOCTOR) means that ?PATIENT is the patient of ?DOCTOR. Note that argument type restriction on the second argument is CognitiveAgent to allow for cases where someone is the patient of an Organization, viz. a CareOrganization.") | Mid-level-ontology.kif 5663-5668 | |
(domain patientMedical 1 Human) | Mid-level-ontology.kif 5661-5661 | |
(domain patientMedical 2 CognitiveAgent) | Mid-level-ontology.kif 5662-5662 | |
(instance patientMedical BinaryPredicate) | Mid-level-ontology.kif 5660-5660 |
appearance as argument number 2 |
(format ChineseLanguage patientMedical "%2 %n 是 %1 的 patient 医疗") | domainEnglishFormat.kif 1919-1919 | |
(format ChineseTraditionalLanguage patientMedical "%2 %n 是 %1 的 patient 醫療") | domainEnglishFormat.kif 1918-1918 | |
(format EnglishLanguage patientMedical "%2 is %n a patient medical of %1") | domainEnglishFormat.kif 1917-1917 | |
(termFormat ChineseLanguage patientMedical "病人医疗") | domainEnglishFormat.kif 44835-44835 | |
(termFormat ChineseTraditionalLanguage patientMedical "病人醫療") | domainEnglishFormat.kif 44834-44834 | |
(termFormat EnglishLanguage patientMedical "patient medical") | domainEnglishFormat.kif 44833-44833 |
antecedent |
(=> (patientMedical ?PATIENT ?DOCTOR) (exists (?PROCESS) (and (patient ?PROCESS ?PATIENT) (agent ?PROCESS ?DOCTOR) (or (instance ?PROCESS DiagnosticProcess) (instance ?PROCESS TherapeuticProcess))))) |
Mid-level-ontology.kif 5670-5678 |
consequent |
(=> (medicine ?MC ?D) (exists (?DOC) (and (instance ?DOC MedicalDoctor) (believes ?DOC (exists (?T ?H ?M) (and (instance ?M ?MC) (instance ?T TherapeuticProcess) (instance ?H Human) (patientMedical ?H ?DOC) (resource ?T ?M) (benefits ?T ?H))))))) |
Mid-level-ontology.kif 9870-9883 |