@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/episodes_of_care_bundle> rdfs:label "episodes of care bundle".
<https://contsys.org/concept/health_concern> rdfs:label "health concern".
<https://contsys.org/concept/health_problem_list> rdfs:label "health problem list";
                                                  rdfs:subClassOf <https://contsys.org/concept/health_thread>.
<https://contsys.org/concept/health_thread> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "admittedTerms" ; 
                                                              mddm:value "health thread"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "clauseType" ; 
                                                              mddm:value "bodyAndTerm"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example1" ; 
                                                              mddm:value "A low back pain, known for many years by the subject of care’s general practitioner (GP), treated several times by the physiotherapist who labelled it a scoliosis and currently a candidate for a specific orthopaedic intervention."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example2" ; 
                                                              mddm:value "Type 2 diabetes treated by a GP, a nurse, an endocrinologist and a vascular surgeon."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "example3" ; 
                                                              mddm:value "The health conditions included in a care process."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "figureTitle" ; 
                                                              mddm:value "Figure 12 —  health thread (UML Representation)"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 1" ; 
                                                              mddm:value "A health thread reconciles a range of health matters reflecting the variety of scopes of care actors, particularly of care providers."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 2" ; 
                                                              mddm:value "A health thread may be established by a team (e.g. a coordination committee)."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 3" ; 
                                                              mddm:value "A health thread can be built step-by-step, by allowing each care professional to add their perspective into a common health thread."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 4" ; 
                                                              mddm:value "Under the responsibility of a designated care actor, a health thread linking several health matters can describe an episodes of care bundle, for instance a partial or comprehensive synthesis of care actor-related episodes of care."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 5" ; 
                                                              mddm:value "A collective decision (before, during or after the care interventions) may define a health thread and so the idea of the “episode” accepted by all the care professionals involved."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 6" ; 
                                                              mddm:value "A health thread may be considered an aggregation of health matters or health threads, or both."],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "note 7" ; 
                                                              mddm:value "N/A"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "plural" ; 
                                                              mddm:value "health threads"],
                                                             [mddm:namespace "directives.org.iso" ; 
                                                              mddm:key "termClause" ; 
                                                              mddm:value "3.2.11"],
                                                             [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 "defined association between health matters as determined by one or more care actors";
                                            rdfs:label "health thread";
                                            rdfs:subClassOf <https://contsys.org/concept/knowledge>,
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:2763fdcb-cdeb-4a0a-903c-0d470822ea1c> ; 
                                                             owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/episodes_of_care_bundle>],
                                                            [a owl:Restriction ; 
                                                             owl:onProperty <urn:export:property:5c489a89-745f-4a1d-9580-e3f79a3a3ce7> ; 
                                                             owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                             owl:onClass <https://contsys.org/concept/health_concern>].
<https://contsys.org/concept/knowledge> rdfs:label "knowledge".
