<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assoc "http://ebiquity.umbc.edu/ontology/association.owl#">
	<!ENTITY research "http://ebiquity.umbc.edu/ontology/research.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:person = "&person;"
		xmlns:project = "&project;"
		xmlns:pub = "&pub;"
		xmlns:assoc = "&assoc;"
		xmlns:research = "&research;"
		xmlns:assert = "&assert;">
	<project:ActiveProject rdf:about="http://ebiquity.umbc.edu/project/html/id/110/Medical-Data-Polygraph">
		<rdfs:label><![CDATA[Medical Data Polygraph]]></rdfs:label>
		<project:title><![CDATA[Medical Data Polygraph]]></project:title>
		<project:description><![CDATA[Healthcare organizations exchange sensitive health records, including behavioral health data, across peer-to-peer networks, and it is challenging to find and fix compliance issues proactively.
<br>
The Healthcare industry anticipates a growing need to audit substance use disorder patient data, commonly referred to as Part 2 data, having been shared without a release of information signed by the patient. To address this need, we developed and evaluated a novel methodology to detect Part 2 data exchanged between organizations that integrates Blockchain technologies with knowledge graphs. We detected substance use disorder data in patient encounters exchanged using clinical terms from value sets provided by the National Institutes of Health for the Substance Abuse and Mental Health Services Administration.
<br>
Generally, we consider sharing Part 2 data without consent as a type of Byzantine medical fault, as they represent data shared between known and trusted network participants that are valid but not relevant and sharing it causes a policy violation or a breach. Our modeling of Byzantine medical fault detection is based upon the most recent healthcare legislation, which formed the Trusted Exchange Framework and Common Agreement (TEFCA). We generate synthetic patient encounter data in HL7 format and populate it into a knowledge graph so that we can use SNOMED-CT clinical terms for identifying Part 2 data. We are updating our knowledgegraph to include more comprehensive value sets with clinical terms from ICD-9CM, ICD-10CM, and RxNorm.]]></project:description>
		<project:startDate rdf:datatype="&xsd;dateTime">2022-01-01T20:46:00-05:00</project:startDate>
		<project:endDate rdf:datatype="&xsd;dateTime">2028-01-01T01:01:00-05:00</project:endDate>
		<project:logoURI><![CDATA[http://ebiquity.umbc.edu/media/projectIcons/110.png]]></project:logoURI>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/James/Clavin"><person:name><![CDATA[James Clavin]]></person:name><rdfs:label><![CDATA[James Clavin]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Ph.D. Alumnus" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:associatedWith>
			<assoc:PersonProjectAssociation>
				<assoc:person><person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Karuna/Joshi"><person:name><![CDATA[Karuna Pande Joshi]]></person:name><rdfs:label><![CDATA[Karuna Pande Joshi]]></rdfs:label></person:Person>
</assoc:person>
				<assoc:role rdf:resource="&person;Principal Faculty" />
			</assoc:PersonProjectAssociation>
		</project:associatedWith>
		<project:relatedResearchArea rdf:resource="&research;MedicalHealthInformatics" />
		<assert:hasRelatedPublication rdf:resource="http://ebiquity.umbc.edu/paper/html/id/1060/Policy-Integrated-Blockchain-to-Automate-HIPAA-Part-2-Compliance" />
	</project:ActiveProject>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
