@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix event: <http://eulersharp.sourceforge.net/2003/03swap/event#>.
@prefix clinproc: <http://www.agfa.com/w3c/2009/clinicalProcedure#>.
@prefix hurifa: <http://www.agfa.com/w3c/2009/humanRiskFactors#>.
@prefix anam: <http://www.agfa.com/w3c/2009/anamnesis#>.

<http://www.agfa.com/w3c/2009/anamnesis>
	a owl:Ontology;
	dce:title """Anamnesis"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:contributor """Until 2010: Pieterjan De Potter; Ghent University - IBBT/ELIS - Multimedia Lab/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal general description of anamnesis."""@en;
	dce:format """OWL-Full"""@en;
	rdfs:comment """Copyright (c) 2009 Agfa-Gevaert Group / Ghent University - IBBT/ELIS - Multimedia Lab All Rights Reserved THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Agfa-Gevaert Group/ Ghent University - IBBT/ELIS - Multimedia Lab The copyright notice above does not evidence any actual or intended publication of such source code."""@en.

#
# CLASSES
#

anam:AnamnesisProcedure
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """anamnesis procedure"""@en;
	skos:definition """Informing on a health history of a patient."""@en;
	rdfs:subClassOf clinproc:Examining.

anam:Anamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	owl:disjointUnionOf (anam:DirectAnamnesis anam:Heteroanamnesis);
	rdfs:subClassOf clinproc:Examination, [
		a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom anam:AnamnesisProcedure].

anam:DirectAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """direct anamnesis"""@en;
	skos:definition """Health history of a patient told by the patient."""@en.

anam:Heteroanamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """heteroanamnesis"""@en;
	skos:definition """Health history of a patient told by someone else."""@en.

anam:PersonAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """person anamnesis"""@en;
	skos:definition """Personal health history of a patient."""@en;
	rdfs:subClassOf anam:Anamnesis.

anam:ChiefComplaint
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """chief complaint"""@en;
	skos:definition """Major health problem of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis.

anam:PresentProblems
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """present problems"""@en;
	skos:definition """Present health problems of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis.

anam:PastProblems
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """past problems"""@en;
	skos:definition """Past health problems of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis.

anam:SystemAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """system anamnesis"""@en;
	skos:definition """Anamnesis of body systems of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis.

anam:ChildhoodDisorders
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """childhood disorders"""@en;
	skos:definition """Anamnesis of specific childhood disorders of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis.

anam:OccupationalAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """occupational anamnesis"""@en;
	skos:definition """Anamnesis of an occupational health situation of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis;
	owl:disjointWith anam:SocialAnamnesis, anam:FamilyAnamnesis.

anam:SocialAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """social anamnesis"""@en;
	skos:definition """Anamnesis of a social health situation of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis;
	owl:disjointWith anam:DrugAnamnesis, anam:AllergyAnamnesis, anam:FamilyAnamnesis.

anam:DrugAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """drug anamnesis"""@en;
	skos:definition """Anamnesis of drugs taken by a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis;
	owl:disjointWith anam:FamilyAnamnesis.

anam:AllergyAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """allergy anamnesis"""@en;
	skos:definition """Anamnesis of allergies of a patient."""@en;
	rdfs:subClassOf anam:PersonAnamnesis.

anam:FamilyAnamnesis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """family anamnesis"""@en;
	skos:definition """Health history of a patient's family."""@en;
	rdfs:subClassOf anam:Anamnesis.

anam:RiskFactor
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/anamnesis#>;
	rdfs:label """risk factor anamnesis"""@en;
	skos:definition """Anamnesis of risk factors of a patient."""@en;
	rdfs:subClassOf [owl:unionOf(anam:AllergyAnamnesis anam:FamilyAnamnesis anam:DrugAnamnesis anam:OccupationalAnamnesis anam:SocialAnamnesis)];
	rdfs:subClassOf [a owl:Restriction; owl:onProperty event:hasObject; owl:allValuesFrom hurifa:RiskFactor].