This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "Security and Privacy Ontology"

From HL7Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
=Standard=
 
=Standard=
 
[http://www.hl7.org/implement/standards/product_brief.cfm?product_id=348 HL7 Version 3 Standard: Security and Privacy Ontology, Release 1]
 
[http://www.hl7.org/implement/standards/product_brief.cfm?product_id=348 HL7 Version 3 Standard: Security and Privacy Ontology, Release 1]
 
  
 
=Scope=
 
=Scope=

Revision as of 15:42, 7 October 2014

Back to: Security Main Page

Back to: CBCC Main Page


Introduction

This page provides a focal point for the HL7 Security and Privacy Ontology Project: a hub for connecting to its artifacts, discussions, status and links to related projects and work groups. Most of the technical content for this project will be contained within its artifacts which will be linked via this page and stored on GForge.

Standard

HL7 Version 3 Standard: Security and Privacy Ontology, Release 1

Scope

The scope of the project was defined by the answers to a set of scoping questions.

Project Documentation

Approved Project Scope Statement

Presentations

An introduction to Description Logic, OWL and Protégé:

Overview and Status:

Working Presentations:

Ontology Development Methodology

This methodology has been derived from a guideused by the Protégé team and demonstrates a basic model development process that shares some steps with HL7 HDF. The draft was written from the standpoint of developing an ontology from scratch.

Use Cases

Access Control Based on Category of Action

Access Control Based on Category of Object

Access Control Based on Category of Structural Role

Access Control Based on Category of Functional Role

Access Control Based on Multiple Role Values

Enable Design of Access Control System

Facilitate an Automated Decision Function

Tooling

This project uses the Protégé-OWL Editor for ontology editing and the Ontology Browser for Web-based ontology review.

Protégé-OWL Editor

The Protégé-OWL Editor operates on OWL 2 ontologies. It also handles SWRL. The Security and Privacy Ontology is currently edited with the Protégé 4.3 Release version.

Ontology Browser

The Ontology Browser provides read-only access to OWL 2 ontologies.

Draft Ontology

The current published draft of the Security and Privacy Ontology will be available for download and hosted browsing as follows. When reviewing, please take note of explanatory comments among the annotations.

Download

Pre-publication specification including all results of September 2013 ballot reconciliation; final version awaiting ANSI paperwork: Security and Privacy Ontology, Release 1 - Prepublication

The Ontologies zip file contains an Ontologies directory, which in turn contains a set of OWL files representing the sub-ontologies: Ontologies.zip

Hosted Browsing

Apelon is voluntarily hosting the Ontology Browser to facilitate peer review of the Security and Privacy Ontology. Please respect that purpose.

To browse the current published draft ontology using a Web browser:

  1. Visit the hosted Ontology Browser: Ontology Browser
  2. Optionally (but recommended), to view the Ontology as enriched by an OWL reasoner:
    1. Click Options (on the right, towards the top of the page).
    2. Select HermiT from the pulldown list labelled Reasoner (under Model on the right).
    3. Click Ontology Browser at the top left.
  3. Enter the URL for an OWL file in the box labeled Specify the physical location of your ontology. URLs for the Security and Privacy Ontology are shown in the table below. Suggested entries are highlighted in yellow and gold.
  4. Click load.

Hints:

  • Click Help (at top right) to for further details. See especially Getting started under Documentation.
  • The Ontology Browser generally works well when viewing ontology contents, but there are occasional glitches loading or switching ontologies. Try clearing and reloading ontologies (see below) or restarting your Web browser.
  • Click the red box with the white X (near top left) to clear all ontologies.
  • Click Ontology Browser (at top left) to return to the home page, where you can load ontologies.
Sub-ontology URL for hosted Ontology Browser Notes
ClinicalObservationOntology.owl FILE://localhost/C:/Ontologies/ClinicalObservationOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents sample clinical observations.

CompartmentOntology.owl FILE://localhost/C:/Ontologies/CompartmentOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents compartments based on the proposed HL7 v3 Compartment value set.

ConfidentialityOntology.owl FILE://localhost/C:/Ontologies/ConfidentialityOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents confidentialities based on the HL7 v3 Confidentiality value set (OID = 2.16.840.1.113883.1.11.10228).

CRUDEA_OperationOntology.owl FILE://localhost/C:/Ontologies/CRUDEA_OperationOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents Create, Read, Update, Delete, Execute and Append operations from the HL7 RBAC Healthcare Permission Catalog.

DataOperationOntology.owl FILE://localhost/C:/Ontologies/DataOperationOntology.owl

Imports CRUDEA_OperationOntology.owl.

Represents further data operations from the HL7 RBAC Permission Catalog and beyond.

IntegrityOntology.owl FILE://localhost/C:/Ontologies/IntegrityOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents integrities based on the HL7 v3 Integrity value set (OID = 2.16.840.1.113883.1.11.20469) [limited to descendants of _SECINTOBV inclusive].

ObjectOntology.owl FILE://localhost/C:/Ontologies/ObjectOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents objects from the HL7 RBAC Permission Catalog.

ObligationOntology.owl FILE://localhost/C:/Ontologies/ObligationOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents obligations, based on the HL7 v3 Obligation value set (OID = 2.16.840.1.113883.1.11.20445).

PaymentSourceOntology.owl FILE://localhost/C:/Ontologies/PaymentSourceOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents payment sources, based on the HL7 v3 ActCoverageTypeCode value set (OID = 2.16.840.1.113883.1.11.19855).</

PermissionOntology.owl FILE://localhost/C:/Ontologies/PermissionOntology.owl

Imports DataOperationOntology.owl.

Imports ObjectOntology.owl.

Imports RBAC_Ontology.owl.

Represents permissions from the HL7 RBAC Permission Catalog.

PrivacyOperationOntology.owl FILE://localhost/C:/Ontologies/PrivacyOperationOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents privacy operations from the CSP-DAM.

PurposeOfUseOntology.owl FILE://localhost/C:/Ontologies/PurposeOfUseOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents purposes of use, based on the HL7 v3 PurposeOfUse value set (OID = 2.16.840.1.113883.1.11.20448).

RBAC_Ontology.owl FILE://localhost/C:/Ontologies/RBAC_Ontology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents purely RBAC classes based on ANSI/INCITS 359-2004 and the HL7 RBAC Permission Catalog. Note that classes imported from SecurityAndPrivacy.owl may come with attributes outside of pure RBAC and/or may add pure RBAC restrictions here.

RefrainOntology.owl FILE://localhost/C:/Ontologies/RefrainOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents refrains, based on the HL7 v3 Refrain value set (OID = 2.16.840.1.113883.1.11.20446).

RoleOntology.owl FILE://localhost/C:/Ontologies/RoleOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents sample security roles, both structural and functional.

RouteOntology.owl FILE://localhost/C:/Ontologies/RouteOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents sample routes.

SecurityAndPrivacyOntology.owl FILE://localhost/C:/Ontologies/SecurityAndPrivacyOntology.owl

The base HL7 Security and Privacy Ontology.

SensitivityOntology.owl FILE://localhost/C:/Ontologies/SensitivityOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents sensitivities based on the HL7 v3 Sensitivity value set (OID = 2.16.840.1.113883.1.11.20429).

ServiceDeliveryLocationOntology.owl FILE://localhost/C:/Ontologies/ServiceDeliveryLocationOntology.owl

Imports SecurityAndPrivacyOntology.owl.

Represents service delivery locations based on the HL7 v3 ServiceDeliveryLocation value set (OID = 2.16.840.1.113883.1.11.17660).

SomewhereHospitalOntology.owl FILE://localhost/C:/Ontologies/SomewhereHospitalOntology.owl

Imports all of the preceding sub-ontologies directly or indirectly. Thus, enables browsing them together.

Represents examples at a local institution, the fictional Somewhere Hospital.

Further instances to be developed.

To support SWRL rules, adds several classes (whose names begin with *; note that the SWRL rules are not accessible via the Ontology Browser).

Notes:

  • An Ontologies directory is hosted on the same virtual server as the Ontology Browser. The URLs in the preceding table will direct the hosted Ontology Browser to OWL files on its local host (not your local host).
  • Eventually, HL7 ontologies may be hosted at a well known location such as http://hl7.org/ontology/ (which doesn't currently exist). In anticipation, the IRIs for sub-ontologies and other elements of the Security and Privacy Ontology embody that location. Unlike Protégé, the current Ontology Browser software provides no way to redirect such IRIs. Therefore, we direct the Ontology Browser to the hosted files (having manually edited OWL imports accordingly within the hosted files).

Ontology Review Criteria

Suggested criteria for interim review of the Security-Privacy Ontology:

Related HL7 Projects

Resources