@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_mandate> rdfs:label "care mandate".
<https://contsys.org/concept/care_period_mandate> rdfs:label "care period mandate".
<https://contsys.org/concept/continuity_facilitator_mandate> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "clauseType" ; 
                                                                               mddm:value "bodyAndTerm"],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "deprecatedTerms" ; 
                                                                               mddm:value "continuity facilitator commission"],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "example1" ; 
                                                                               mddm:value "A mandate assigned to a coordinating nurse, to a lead general practitioner, keyworker, etc. to coordinate care."],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "figureTitle" ; 
                                                                               mddm:value "Figure 126 —  continuity facilitator mandate (UML Representation)"],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "note 1" ; 
                                                                               mddm:value "Beyond solely assuming the function described above, a continuity facilitator may also assume the function of a lead or coordinator (or both) of care activities delivered to the subject of care."],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "note 2" ; 
                                                                               mddm:value "A continuity facilitation can be fulfilled only if the involved care actors have the information needed to perform their tasks in care activities."],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "note 3" ; 
                                                                               mddm:value "For continuity of care, the continuity facilitator mandates for complete continuity of care processes are of special importance from the subject of care’s perspective."],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "plural" ; 
                                                                               mddm:value "continuity facilitator mandates"],
                                                                              [mddm:namespace "directives.org.iso" ; 
                                                                               mddm:key "termClause" ; 
                                                                               mddm:value "3.8.14"],
                                                                              [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 "care mandate assigning the right and obligation to monitor and coordinate the delivery of care to one subject of care including the right to retrieve relevant information and obligation to document all activities based on this mandate";
                                                             rdfs:label "continuity facilitator mandate";
                                                             rdfs:subClassOf <https://contsys.org/concept/care_mandate>,
                                                                             [a owl:Restriction ; 
                                                                              owl:onProperty <urn:export:property:0f9141e9-5a6b-45be-a379-6b652684268c> ; 
                                                                              owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                              owl:onClass <https://contsys.org/concept/care_period_mandate>],
                                                                             [a owl:Restriction ; 
                                                                              owl:onProperty <urn:export:property:52553b0f-7337-4818-94e5-e5e7aa82637f> ; 
                                                                              owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                              owl:onClass <https://contsys.org/concept/health_thread>].
<https://contsys.org/concept/health_thread> rdfs:label "health thread".
