@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_concern> rdfs:label "health concern";
                                             rdfs:subClassOf <https://contsys.org/concept/health_record_extract>.
<https://contsys.org/concept/health_record> rdfs:label "health record".
<https://contsys.org/concept/health_record_extract> mddm:hasMetadata [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "clauseType" ; 
                                                                      mddm:value "bodyAndTerm"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "figureTitle" ; 
                                                                      mddm:value "Figure 136 —  health record extract (UML Representation)"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "note 1" ; 
                                                                      mddm:value "This document defines one health record extract specialization ‒ the electronic health record extract. However, as the content of a health record is not limited to information in electronic format, the content of health record extracts may be in formats other than electronic."],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "plural" ; 
                                                                      mddm:value "health record extracts"],
                                                                     [mddm:namespace "directives.org.iso" ; 
                                                                      mddm:key "termClause" ; 
                                                                      mddm:value "3.9.9"],
                                                                     [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 "part or all of a health record extracted for the purpose of communication";
                                                    rdfs:label "health record extract";
                                                    rdfs:subClassOf <https://contsys.org/concept/information>,
                                                                    [a owl:Restriction ; 
                                                                     owl:onProperty <urn:export:property:35231024-184c-4432-a554-1b09ed6a8aa8> ; 
                                                                     owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                     owl:onClass <https://contsys.org/concept/shareable_data_repository>],
                                                                    [a owl:Restriction ; 
                                                                     owl:onProperty <urn:export:property:e61b7211-7e96-4c75-9942-e89b4775bb62> ; 
                                                                     owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; 
                                                                     owl:onClass <https://contsys.org/concept/health_record>].
<https://contsys.org/concept/health_report> rdfs:label "health report";
                                            rdfs:subClassOf <https://contsys.org/concept/health_record_extract>.
<https://contsys.org/concept/health_summary> rdfs:label "health summary";
                                             rdfs:subClassOf <https://contsys.org/concept/health_record_extract>.
<https://contsys.org/concept/information> rdfs:label "information".
<https://contsys.org/concept/shareable_data_repository> rdfs:label "shareable data repository".
<https://contsys.org/concept/social_record_extract> rdfs:label "social record extract";
                                                    rdfs:subClassOf <https://contsys.org/concept/health_record_extract>.
