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

<http://www.agfa.com/w3c/2009/physicalExamination#>
	a owl:Ontology;
	dce:title """Physical Examination"""@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 physical patient examination."""@en;
	dce:format """OWL-Full"""@en;
	rdfs:comment """Copyright (c) 2009 Agfa-Gevaert Group and Ghent University - IBBT/ELIS - Multimedia Lab. All Rights Reserved. THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Agfa-Gevaert Group and Ghent University - IBBT/ELIS - Multimedia Lab The copyright notice above does not evidence any actual or intended publication of such source code."""@en;
	rdfs:seeAlso
		<http://www.agfa.com/w3c/2009/auscultation#>,
		<http://www.agfa.com/w3c/2009/bloodPressure#>,
		<http://www.agfa.com/w3c/2009/bodyTemperature#>,
		<http://www.agfa.com/w3c/2009/pulseRate#>,
		<http://www.agfa.com/w3c/2009/respiratoryRate#>.
		

#
# CLASSES
#

physical:Examining
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/physicalExamination#>;
	rdfs:label """physical patient examining"""@en;
	skos:definition """Physical examining of a patient."""@en;
	rdfs:subClassOf clinproc:Examining;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "5880005"^^clinskosch:sct20080731DT], [
		a skos:Concept; skos:inScheme clinskosch:icpc2; skos:notation "*31"^^clinskosch:icpc2DT].

physical:Examination
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/physicalExamination#>;
	rdfs:label """physical patient examination"""@en;
	skos:definition """Physical examination of a patient."""@en;
	rdfs:subClassOf clinproc:Examination, [
		a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom physical:Examining].

physical:BodySiteExamining
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/physicalExamination#>;
	rdfs:label """body site examining"""@en;
	skos:definition """Physical examining of a body site of a patient."""@en;
	rdfs:subClassOf physical:Examining;
	skos:exactMatch [a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "284365007"^^clinskosch:sct20080731DT].
	
physical:Inspecting
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/physicalExamination#>;
	rdfs:label """inspecting"""@en;
	skos:definition """Visual examining of a patient."""@en;
	rdfs:subClassOf physical:Examining;
	skos:exactMatch [a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "32750006"^^clinskosch:sct20080731DT].

physical:Palpating
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/physicalExamination#>;
	rdfs:label """palpating"""@en;
	skos:definition """Tactile examining of a patient."""@en;
	rdfs:subClassOf physical:Examining;
	skos:exactMatch [a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "240715008"^^clinskosch:sct20080731DT].

physical:Palpation
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/physicalExamination#>;
	rdfs:label """palpation"""@en;
	skos:definition """Tactile examination of a patient."""@en;
	rdfs:subClassOf physical:Examination;
	skos:exactMatch [a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "118242002"^^clinskosch:sct20080731DT].

# Percussion