@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_information> rdfs:label "care information".
<https://contsys.org/concept/non-ratified_care_information> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                              mddm:key "clauseType" ; 
                                                                              mddm:value "bodyAndTerm"],
                                                                             [mddm:namespace "directives.org.iso" ; 
                                                                              mddm:key "figureTitle" ; 
                                                                              mddm:value "Figure 146 —  non-ratified care information (UML Representation)"],
                                                                             [mddm:namespace "directives.org.iso" ; 
                                                                              mddm:key "note 1" ; 
                                                                              mddm:value "It is possible that care information that has been received and is proposed for incorporation in a professional health record has not yet been reviewed for validity or context by the care professional and as such its accuracy can remain arguable. In this respect, clinical ratification differs both from attesting information for the needs of an audit trail, or from committing information in the perspective of sending out messages containing care information outlined in ISO 13606-1."],
                                                                             [mddm:namespace "directives.org.iso" ; 
                                                                              mddm:key "note 2" ; 
                                                                              mddm:value "Regardless of the technical process meant practically, care information cannot be “inserted” into a professional health record unless ratified by a care professional. Until a decision is made regarding their insertion or rejection, they are held in a secure temporary storage. An exception to this would be when a care professional would directly import care information from a shareable data repository into the local health record they hold. In the case where this import resulted from a request to the care actor in the custody of whom the shareable data repository is placed, that care information would then need validation."],
                                                                             [mddm:namespace "directives.org.iso" ; 
                                                                              mddm:key "plural" ; 
                                                                              mddm:value "non-ratified care information"],
                                                                             [mddm:namespace "directives.org.iso" ; 
                                                                              mddm:key "termClause" ; 
                                                                              mddm:value "3.9.19"],
                                                                             [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 information the relevance of which has not been assessed and explicitly stated as valid by a care professional";
                                                            rdfs:label "non-ratified care information";
                                                            rdfs:subClassOf <https://contsys.org/concept/care_information>.
