@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix mddm: <http://maurodatamapper.oughtibridge.com/plugins/rdfs#>.
@prefix dolcebasic: <https://w3id.org/DOLCE/OWL/DOLCEbasic#>.
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#>.

<https://contsys.org/concept/considered_condition> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "admittedTerms" ; 
                                                                     mddm:value "considered health condition"],
                                                                    [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "figureTitle" ; 
                                                                     mddm:value "Figure 16 —  considered condition (UML Representation)"],
                                                                    [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "note 1" ; 
                                                                     mddm:value "A request for care normally includes a health condition or symptom observed by the subject of care and also a question about what the reason for that symptom might be. It is the potential health condition in this question (the health condition behind the symptom) that is called a considered condition."],
                                                                    [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "note 2" ; 
                                                                     mddm:value "A referral within a continuity of care process is normally motivated by one or several observed conditions or professionally assessed conditions. However, the referral also normally includes a question that the care investigation is supposed to get an answer to. The question formulated as a potential condition is a considered condition."],
                                                                    [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "note 3" ; 
                                                                     mddm:value "A considered condition remains considered until the associated observed conditions are changed or completed. Care investigation or care treatment can result in new observations that can verify or not verify the considered condition. When a considered condition is verified, it becomes an observed condition or professionally assessed condition that may be a working diagnosis. If a considered condition is discounted, it is transformed into an excluded condition."],
                                                                    [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "plural" ; 
                                                                     mddm:value "considered conditions"],
                                                                    [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "termClause" ; 
                                                                     mddm:value "3.2.15"],
                                                                    [mddm:namespace "directives.org.iso" ; 
                                                                     mddm:key "_profiled" ; 
                                                                     mddm:value "Yes"],
                                                                    [mddm:namespace "uk.ac.ox.softeng.maurodatamapper.xmi" ; 
                                                                     mddm:key "isAbstract" ; 
                                                                     mddm:value "false"];
                                                   a owl:Class;
                                                   rdfs:comment "potential health condition considered by a care actor based on one or more observed conditions";
                                                   rdfs:label "considered condition";
                                                   rdfs:subClassOf <https://contsys.org/concept/potential_health_condition>,
                                                                   [a owl:Restriction ; 
                                                                    owl:onProperty <urn:export:property:773ce8f6-1fd2-4f7e-a4b2-5104b68ba3ed> ; 
                                                                    owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                    owl:onClass <https://contsys.org/concept/observed_condition>].
<https://contsys.org/concept/excluded_condition> rdfs:label "excluded condition";
                                                 rdfs:subClassOf <https://contsys.org/concept/considered_condition>.
<https://contsys.org/concept/observed_condition> rdfs:label "observed condition".
<https://contsys.org/concept/potential_health_condition> rdfs:label "potential health condition".
<https://contsys.org/concept/professionally_assessed_condition> rdfs:label "professionally assessed condition";
                                                                rdfs:subClassOf <https://contsys.org/concept/considered_condition>.
