@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/care_goal> rdfs:label "care goal".
<https://contsys.org/concept/intended_outcome> rdfs:label "intended outcome".
<https://contsys.org/concept/potential_health_condition> rdfs:label "potential health condition".
<https://contsys.org/concept/target_condition> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                 mddm:key "admittedTerms" ; 
                                                                 mddm:value "target health condition"],
                                                                [mddm:namespace "directives.org.iso" ; 
                                                                 mddm:key "example1" ; 
                                                                 mddm:value "The target condition for a worker that arrived at the emergency room with a broken arm is to be fully functional for work in the shortest period."],
                                                                [mddm:namespace "directives.org.iso" ; 
                                                                 mddm:key "example2" ; 
                                                                 mddm:value "The target condition of a newly diagnosed diabetic adolescent boy is maintenance of his HbA1c at less than 48 mmol/mol. [HbA1c is a lab test that shows the average level of blood sugar (glucose) over the previous 3 months; it shows how well diabetes is being controlled]."],
                                                                [mddm:namespace "directives.org.iso" ; 
                                                                 mddm:key "figureTitle" ; 
                                                                 mddm:value "Figure 23 —  target condition (UML Representation)"],
                                                                [mddm:namespace "directives.org.iso" ; 
                                                                 mddm:key "note 1" ; 
                                                                 mddm:value "Assessment of needs for care activities includes identification of intended outcomes or care goals. These inform decisions about relevant activities to create or update the care plan."],
                                                                [mddm:namespace "directives.org.iso" ; 
                                                                 mddm:key "plural" ; 
                                                                 mddm:value "target conditions"],
                                                                [mddm:namespace "directives.org.iso" ; 
                                                                 mddm:key "termClause" ; 
                                                                 mddm:value "3.2.22"],
                                                                [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 representing either intended outcomes or care goals";
                                               rdfs:label "target condition";
                                               rdfs:subClassOf <https://contsys.org/concept/potential_health_condition>,
                                                               [a owl:Restriction ; 
                                                                owl:onProperty <urn:export:property:795cbbc4-53bb-40c8-811d-2d18703e2e97> ; 
                                                                owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                owl:onClass <https://contsys.org/concept/intended_outcome>],
                                                               [a owl:Restriction ; 
                                                                owl:onProperty <urn:export:property:c571d8e7-dbfd-44a6-a84c-fb2e56e09a9a> ; 
                                                                owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                owl:onClass <https://contsys.org/concept/care_goal>].
