@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/episode_of_care> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "clauseType" ; 
                                                                mddm:value "bodyAndTerm"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example1" ; 
                                                                mddm:value "Period where a urinary tract infection is managed."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "example2" ; 
                                                                mddm:value "Period where a cholecystectomy is performed."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "figureTitle" ; 
                                                                mddm:value "Figure 92 —  episode of care (UML Representation)"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 1" ; 
                                                                mddm:value "An episode of care encompasses all care activities related to the same health issue."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 2" ; 
                                                                mddm:value "An episode of care starts with the very initial contact with a care provider for a health matter and it ends after the completion of all care activity periods related to the last contact with that care provider for the same health matter."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 3" ; 
                                                                mddm:value "For practical reasons (e.g. the need to state start and end dates) and also because it relates specifically to a health issue defined by a given care professional, an episode of care does not necessarily coincide with an “episode of illness” (or an episode of disease), or an episode of any other kind of health issue."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "note 4" ; 
                                                                mddm:value "During a mandated period of care several health issues may be handled and as such be linked to several episodes of care. These episodes of care are said to be “concurrent”."],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "plural" ; 
                                                                mddm:value "episode of cares"],
                                                               [mddm:namespace "directives.org.iso" ; 
                                                                mddm:key "termClause" ; 
                                                                mddm:value "3.6.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 "health related period during which care activities are performed to address one health issue as identified by one care professional";
                                              rdfs:label "episode of care";
                                              rdfs:subClassOf <https://contsys.org/concept/health_related_period>,
                                                              [a owl:Restriction ; 
                                                               owl:onProperty <urn:export:property:a4a6458b-57e0-4025-9eb3-955b58274d3b> ; 
                                                               owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                               owl:onClass <https://contsys.org/concept/health_issue>].
<https://contsys.org/concept/health_approach> rdfs:label "health approach";
                                              rdfs:subClassOf <https://contsys.org/concept/episode_of_care>.
<https://contsys.org/concept/health_issue> rdfs:label "health issue".
<https://contsys.org/concept/health_related_period> rdfs:label "health related period".
