@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/health_related_period> rdfs:label "health related period".
<https://contsys.org/concept/mandated_period_of_care> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "admittedTerms" ; 
                                                                        mddm:value "commissioned period of care"],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "clauseType" ; 
                                                                        mddm:value "bodyAndTerm"],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "deprecatedTerms" ; 
                                                                        mddm:value "period of care"],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "example1" ; 
                                                                        mddm:value "A hospital stay."],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "example2" ; 
                                                                        mddm:value "A series of radiotherapy sessions at an outpatient clinic."],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "figureTitle" ; 
                                                                        mddm:value "Figure 85 —  mandated period of care (UML Representation)"],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "note 1" ; 
                                                                        mddm:value "The mandated period of care is focused upon the framework of a care commitment of the provider as well as the mandate from the subject of care which means that the roles and responsibilities of both the interacting parts are respected."],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "note 2" ; 
                                                                        mddm:value "Whenever the care provider considered in a mandated period of care is a care organization this mandated period of care encompasses all care activity periods with care professionals who have a role in that care organization."],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "note 3" ; 
                                                                        mddm:value "A mandated period of care may be part of another mandated period of care.          "],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "note 4" ; 
                                                                        mddm:value "The relevant information describing and produced during the care activities performed as a part of a mandated period of care is recorded in one or more professional health records."],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "plural" ; 
                                                                        mddm:value "mandated periods of care"],
                                                                       [mddm:namespace "directives.org.iso" ; 
                                                                        mddm:key "termClause" ; 
                                                                        mddm:value "3.6.4"],
                                                                       [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 "set of care activity periods where a care provider is mandated to perform the care activities required to address specific health needs";
                                                      rdfs:label "mandated period of care";
                                                      rdfs:subClassOf <https://contsys.org/concept/health_related_period>,
                                                                      [a owl:Restriction ; 
                                                                       owl:onProperty <urn:export:property:2ca7d8e5-89e8-4adf-9825-9703fa3cd3ef> ; 
                                                                       owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                       owl:onClass <https://contsys.org/concept/professional_health_record>].
<https://contsys.org/concept/professional_health_record> rdfs:label "professional health record".
