88
Asuman Dogac Nov. 18, 2004 NIST, Washington D.C. 1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure for the Interoperability of Medical Information Systems (IST-1-002103-STP)

Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Embed Size (px)

Citation preview

Page 1: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004 NIST, Washington D.C. 1

Artemis Project:Using ebXML To Handle Healthcare Information

A Semantic Web Service-based P2P Infrastructure for the Interoperability of Medical Information Systems

(IST-1-002103-STP)

Page 2: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.2

Artemis Architecture

The Artemis project addresses the interoperability problem in the healthcare domain

The Syntactic interoperability is handled through Web services

Semantic Interoperability is addressed by semantically annotating the Web services

Page 3: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.3

Semantic Mediation: OntologyMapping

To annotate Web services we propose Service Functionality Ontologies Service Message Ontologies

It is not realistic to expect all the healthcare institutes to use the same ontology

The differences between disparate Service Functionality and Service Message Ontologies are resolved through Ontology Mapping

Page 4: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.4

Healthcare Informatics Semantics Semantics is domain knowledge!

Medicine is one of the few domains to have extensive domain knowledge defined through standards

These standards offer significant value in developing ontologies to express the semantics of Web services

Page 5: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.5

What kind of Semantics?

Service Functionality Semantics: HL7 has categorized the events in healthcare domain by

considering service functionality which reflects the business logic in this domain

This classification can be used as a basis for defining the service action semantics through a Service Functionality Ontology

Service Message Semantics: Electronic healthcare record (EHR) based standards like HL7

CDA (Clinical Document Architecture), GOM (GEHR Object Model), and CEN TC251's ENV 13606 define meaningful components of EHR so that when transferred, the receiving party can understand the record content better

The meaningful components defined by these standards can be used in developing service message ontologies

Page 6: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.6

HL7 and Web Services

The primary goal of HL7 is to provide standards for the exchange of data among healthcare computer applications

An event in the healthcare world, called the trigger event, causes exchange of messages between a pair of applications

When an event occurs in an HL7 compliant system, an HL7 message is prepared by collecting the necessary data from the underlying systems and it is passed to the requestor, usually as an EDI message

Mapping HL7’s message based events directly into Web services may result in several inefficiencies

Page 7: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.7

HL7 and Web Services

The input and output messages defined for HL7 events are usually very complex containing innumerous segments of different types and optionality

Furthermore, all the semantics about the business logic and the document structure are hard coded in the message

This implies that, the party invoking the Web service must be HL7 compliant to make any sense of the content of the output parameter(s) returned by the service

Furthermore, the information contained in an HL7 message may be coming from different systems either proprietary or complying to different standards

Hence, in Web services terminology, HL7 events correspond to Composite services, whereas more elementary services are needed

Page 8: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.8

HL7 and Web Services

Since HL7 has already been through an effort of categorizing the events in healthcare domain considering service functionality, it can be used as a basis for a service functionality ontology

Page 9: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.9

An Example Service FunctionalityOntology HealthCareServices

PatientAdministration PatientCare PatientReferral Scheduling ObservationReporting

PatientInfoRequest CancelPatientReferralPatientReferralRequest

InsuranceInformation ClinicalInformation DemographicData

GetClinicalInformation

serviceQuality location Properties of theGeneric ServiceClass

Page 10: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.10

Service Messages

A Web service in the healthcare domain usually accesses or updates a part of an electronic healthcare record, that is, parts of the EHR constitute the service parameters

An electronic healthcare record may get very complex with data coming from diverse systems such as lab tests, diagnosis, prescription of drugs which may be in different formats

Electronic healthcare record (EHR) based standards like HL7 CDA, GOM and CEN's ENV 13606 aim to facilitate the interoperability between Medical Information Systems

These standards provide conceptual building blocks or meaningful components

We propose to use these standards as a basis for Service Message Ontology

Page 11: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.11

Good Electronic Healthcare Record (GEHR) Transaction level Navigation level Content (e.g. observation, subjective,

instruction) level Data types (e.g. quantity, multimedia) level Clinical models are expressed outside the

GOM in the form of archetypes

Page 12: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.12

CEN (European Committee for Standardization) TC 251 ENV 13606 Folder: High-level subdivisions of the entire EHR for a patient

Composition: A set of record entries relating to one time and place of care delivery; grouped contributions to an aspect of health care activity; composed reports and overviews of clinical progress

Headed Section: Sub-divisions used to group entries with a common theme or derived through a common healthcare process.

Cluster: Low-level aggregations of elementary entries (Record Items) to represent a compound clinical concept

Page 13: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.13

An example Service Message Ontology

Concept

Property

DD02: Problem

DTC12: CarePlan

DF03: AllergyState

DTH03: Ongoing Problems

DTH08: Present Interpretations

DD01: Diagnosis

DTC08: Diagnostic Test Results

DS00: Patient

Page 14: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.14

Semantic Mediation

In Artemis architecture, the healthcare institutes can develop their own ontologies

However these ontologies are based on standards developed by the healthcare standardization bodies like CEN TC251, ISO TC215, GEHR or HL7

The ontology mappings are achieved through semantic mediation

Page 15: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.15

Mapping Message Ontologies

Page 16: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.16

Semantic Mediation throughMAFRA Tool

PIDpatientNameiddateOfBirthsexmaritialStatusaddressaccountNumber

DS00nameSurnamepatientIdsex

Datedaymonthyear

Contact

addressphoneNo

hasContactbirthDate

Concept Bridge

Concept Bridge

Property Bridge

Property Bridge

HL7CEN ENV 13606

Page 17: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.17

UDDI tModels

Relating the Web services with the semantic defined through an ontology - UDDI

CategoryBag reference

Medical Services

PatientReferralObservation

Reporting

PatientCare

PatientReferralReqGetClinicalInfo

HacettepeHospital

ObservationReportingServices

PatientReferralServices

getClinicalInfo

..

..

..

UDDI Business Entities and Related

Page 18: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.18

Web Service Semantics in ebXML registries

ebXML Registry Semantic Constructs

Mapping OWL constructs to ebXML

registry

Querying ebXML Registry for Semantics

Making ebXML registries OWL aware

Page 19: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.19

Describing Semantics in ebXML Registries ebXML registry allows metadata to be stored in the registry

This is achieved through a classification mechanism, called ClassificationScheme

ClassificationScheme helps to classify the objects in the registry

Association instances are used in relating objects in the registry

Furthermore Slot instances provide a dynamic way to add arbitrary attributes to RegistryObject instances

Page 20: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.20

ebXML Registry Information Model (RIM)

RegistryObject

ClassificationNode Classification

RegistryPackage ExtrinsicObject Service

AssociationRegistryEntry

ClassificationScheme

Page 21: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.21

ebXML Registry Information Model (RIM) The RegistryObject class is an abstract base class used by most

classes in the model Slot instances provide a dynamic way to add arbitrary attributes to

RegistryObject instances Association instances are RegistryObject instances that are used

to define many- to-many associations between objects in the information model

ClassificationScheme instances are RegistryEntry instances that describe a structured way to classify or categorize RegistryObject instances

ClassificationNode instances are RegistryObject instances that are used to define tree structures under a ClassificationScheme

Classification instances are RegistryObject instances that are used to classify other RegistryObject instances

RegistryPackage instances are RegistryEntry instances that group logically related RegistryObject instances together

Page 22: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.22

Some of the Predefined Association Types in ebXML RegistriesRelatedTo Relates Registry Objects

HasMember Defines the members of the Registry Package

Contains Defines that Source Registry Object contains the Target Registry Object

EquivalentTo Defines that Source Registry Object is equivalent to the Target Registry Object

Extends Defines that Source Registry Object inherits from the Target Registry Object

Implements Defines that Source Registry Object implements the functionality defined by the Target Registry Object

InstanceOf Defines that Source Registry Object is an instance of the Target Registry Object

ebXML allows this list to be extended!

Page 23: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.23

ebXML Registry Semantic Support Summary (I) Through the constructs provided in an ebXML

registry, it is possible to define: Classes and class hierarchies Properties through “slot” mechanism Properties of classes through predefined

association types Predefined associations can be extended Group registry objects

Page 24: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.24

ebXML Classification Hierarchy

Associating semantics to Web services in ebXML

HealthCareServices

PatientCareObservationReporting

PatientAdministration

PatientInfoRequestPatientReferralRequest

subclassOf subclassOf

subclassOfsubclassOf

serviceQualityStandardsConformed

ebXMLClassificationNodes

ebXML

associationsebXMLslots

Page 25: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.25

How to Define a Classification Hierarchy in ebXML?

<rim:ClassificationScheme id = ‘WebService‘ isInternal='true' nodeType='UniqueCode' >

<rim:Name> <rim:LocalizedString value = ‘WebService'/>

</rim:Name> <rim:Description><rim:LocalizedString value = 'This is a

sample WebServicescheme'/> </rim:Description>

<Slot name = ‘serviceQuality' slotType= 'StringList’/>

</rim:ClassificationScheme>

WebService(serviceQuality)

PatientAdministrationPatientReferral

(stdConformed)

<rim:ClassificationNode id = ‘PatientReferral‘ parent= ‘WebService'> <rim:Name> <rim:LocalizedString value = ‘PatientReferral' /> </rim:Name> <rim:Description> <rim:LocalizedString value = ''/> </rim:Description>

<Slot name = ‘stdConformed' slotType= 'StringList’/></rim:ClassificationNode> …

Page 26: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.26

Relating the services with the semantic defined through an ontology - ebXML

MyServicePatientReferral

serviceQuality stdConformed

ServiceToIndustryClassification:Classification

RegistryEntry

Service

classificationNode

classsifiedObject

Classification Hieararchy

Page 27: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.27

“SubmitObjectRequest” which declares the semantic of “MyService” and relates it with the “PatientReferral” Service<?xml version = '1.0' encoding = 'UTF-8'?>

<SubmitObjectsRequest >

<rim:LeafRegistryObjectList>

<Service id="MyService">

<Name> <LocalizedString lang="en_US" value = “MyService"/> </Name>

<Classification classificationNode=“PatientReferral“ ClassifiedObject=

"MyService" />

<Slot name = ‘stdConformed'>

<ValueList> <Value>HL7 </Value> </ValueList> </Slot>

Page 28: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.28

An Example “SubmitObjectRequest” (Cont’d)

<ServiceBinding accessURI="http://www.sun.com/ebxmlrr/registry/nameSpaceI

ndexer">

<SpecificationLink specificationObject="wsdl"> </SpecificationLink> </ServiceBinding> </Service>

<ExtrinsicObject id="wsdl" mimeType="text/xml"> </ExtrinsicObject>

</rim:LeafRegistryObjectList>

</SubmitObjectsRequest>

Page 29: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.29

ebXML Registry Semantic Support Summary (II) All this information is stored in the registry,

and

Can be used it to relate registry items with one another

Can OWL ontologies be stored in ebXML registries through ebXML registry constructs?

We will give it a try!

Page 30: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.30

ebXML Registry Semantic Constructs: References Dogac, A., Kabak, Y., Laleci, G., “A Semantic-Based Web

Service Composition Facility for ebXML Registries”, 9th Intl. Conf. on Concurrent Enterprising, Finland, June 2003

ebXML, http://www.ebxml.org/ ebXML Registry Information Model v2.5,

http://www.oasis-open.org/committees/regrep/ documents/2.5/specs/ebRIM.pdf

ebXML Registry Services Specification v2.5, http://www.oasis-open.org/committees/regrep/ documents/2.5/specs/ebRIM.pdf

freebXML Registry Open Source Project, http://ebxmlrr.sourceforge.net

Page 31: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.31

Web Service Semantics in ebXML registries

ebXML Registry Semantic Constructs

Mapping OWL constructs to ebXML

registry

Querying ebXML Registry for Semantics

Making ebXML registries OWL aware

Page 32: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.32

The Basic Ideas in Mapping OWL Constructs to ebXML Classification Hierarchies Mapping OWL classes → ebXML Classification Nodes

Mapping OWL properties → ebXML Association Types

Mapping the relationships between properties (such as “rdfs:subPropertyOf”) → Associations between associations

Using existing Association Types when available E.g. “owl:equivalentClass” → ebXML Predefined Association Type

“EquivalentTo” Creating new Association Types when necessary

Page 33: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.33

The Basic Ideas in Mapping OWL Constructs to ebXML Classification Hierarchies Mapping OWL collections → ebXML RegistryPackage

How to handle OWL multiple inheritance?

How to handle OWL Class Boolean expressions?

How to handle OWL restriction?

Page 34: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.34

OWL Classes and RDF Properties → ebXML RIM

OWL:

<owl:Class rdf:ID=“PatientReferral"> <rdfs:subClassOf rdf:resource="#HealthcareService"/></owl:Class>

<owl:Class rdf:ID=“CodingScheme“> <rdfs:subClassOf rdf:resource="#HealthcareService"/></owl:Class>

<owl:ObjectProperty rdf:ID=“conformsTo"> <rdfs:domain rdf:resource="# PatientReferral "/> <rdfs:range rdf:resource="# CodingScheme "/></owl:ObjectProperty>

PatientReferral

CodingScheme

ObjectProperty:conformsTo

OWL classes → ebXML ClassificationNodes OWL properties → ebXML new Association TypesExample:

Page 35: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.35

OWL Classes and RDF Properties → ebXML RIM OWL classes → ClassificationNodes OWL Properties → ebXML new Associations Types Example:

ebXML RIM:<rim:ClassificationNode id = ‘ PatientReferral‘ parent= ' HealthcareService '> <rim:Name> <rim:LocalizedString value =

“PatientReferral"/> </rim:Name></rim:ClassificationNode><rim:ClassificationNode id = ‘CodingScheme‘ parent= ‘HealthcareService'> <rim:Name> <rim:LocalizedString value =

“CodingScheme"/> </rim:Name></rim:ClassificationNode><rim:Association id = ‘conformsTo‘ associationType = ‘ObjectProperty' sourceObject = ' PatientReferral ' targetObject = ' CodingScheme ' ><rim:Name> <rim:LocalizedString value =

“conformsTo "/> </rim:Name></rim:Association>

HealthcareService

CodingSchemePatientReferral

Association of type “ObjectProperty”: conformsTo

Page 36: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.36

OWL Multiple Inheritance → ebXML RIM New Association Type: subClassOf

OWL:<owl:Class rdf:ID=“PatientReferral"><rdfs:subClassOf

rdf:resource=“#ClinicalInformationService"/>

<rdfs:subClassOf rdf:resource="#HealthcareService"/>

</owl:Class>

HealthcareService

PatientReferral

ClinicalInformationService

ebXML:<rim:Association id = ‘RAsubclass’associationType = ‘subClassOf ' sourceObject = ‘PatientReferral’targetObject = `HealthcareService'><rim:Name> <rim:LocalizedString value = “RAsubclass"/> </rim:Name></rim:Association>

<rim:Association id = ‘RRsubclass ‘ associationType = ‘subClassOf ' sourceObject = ‘PatientReferral ' targetObject = `ClinicalInformationService'><rim:Name> <rim:LocalizedString value = “RRSubclass"/> </rim:Name></rim:Association>

Page 37: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.37

OWL Functional Property → ebXML RIM New Association Type

<owl:FunctionalProperty rdf:ID=“serviceCode">

<rdfs:subpropertyOf rdf:resource="http://www.daml.org/

services/daml-s/2001/05/Profile.owl"/> <rdfs:domain rdf:resource="#LabOrder"/> <rdfs:range

rdf:resource="http://www.w3.org/2000/10/ XMLSchema/nonNegativeInteger"/>

</owl:FunctionalProperty>

<rim:Association id = ‘serviceCode'associationType = ‘FunctionalProperty'sourceObject = ‘LabOrder'targetObject = ‘XML Schema nonNegativeIntegerDataType' ><rim:Name> <rim:LocalizedString value = “serviceCode"/> </rim:Name></rim:Association>

LabOrder XML SchemanonNegativeInteger

Functional Property: serviceCode

Page 38: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.38

OWL Boolean Combination of Classes → ebXML RIM New Association Type

<owl:Class rdf:ID=“PatientAdministration"> <owl:complementOf

rdf:resource="#PatientCare"/></owl:Class>

<rim:Association id = ‘ALComp'associationType = ‘complementOf'sourceObject = ‘PatientAdminsitration 'targetObject = ‘PatientCare ' ><rim:Name> <rim:LocalizedString value = “ALComp"/> </rim:Name></rim:Association>

PatientAdministration PatientCare

complementOf

PatientAdministration PatientCare

HealtcareService

complementOf

Page 39: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.39

OWL Restriction In RDF, a property has a global scope, that is, no matter what class the

property is applied to, the range of the property is the same

owl:Resriction, on the other hand, has a local scope; restriction is applied on the property within the scope of the class where it is defined

In ebXML class hierarchies, an association (which represents a property) is defined already in a local scope by associating two nodes of the class hierarchy

Example: <owl:Class rdf:ID=“LabResults"><rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="#conformsTo"/> <owl:allValuesFrom rdf:resource= "#LOINC"/> </owl:Restriction> </rdfs:subClassOf></owl:Class>

OWL provides the following language elements to indicate the type of restriction: • owl:allValuesFrom• owl:someValuesFrom• owl:hasValue

Page 40: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.41

Summary - Mapping OWL constructs to ebXML registry (I) We have demonstrated that OWL constructs can be

mapped ebXML Registry semantic constructs

Ontologies can play two major roles in the Web services area:

One is to provide a source of shared and precisely defined terms which can be used to dynamically discover, compose and monitor services

The other is to reason about the ontologies

Page 41: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.42

Summary - Mapping OWL constructs to ebXML registry (II) When an ontology language like OWL is

mapped to a class hierarchy like the one in ebXML, the first role can directly be achieved

However, for the second role, the reasoners can not directly run on the ebXML class hierarchy

Page 42: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.43

Summary - Mapping OWL constructs to ebXML registry (III) Some OWL constructs are for reasoners to use them

The fact is that we do not have industrial strength reasoners yet!

Semantic can also be taken advantage of through querying

Main reference: Dogac, A., Kabak, Y., Laleci, G., “Enriching ebXML Registries with OWL Ontologies for Efficient Service Discovery”, in Proc. of RIDE'04, Boston, March 2004

Page 43: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.44

Web Service Semantics in ebXML registries

ebXML Registry Semantic Constructs

Mapping OWL constructs to ebXML

registry

Querying ebXML Registry for Semantics

Making ebXML registries OWL aware

Page 44: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.45

How to Relate Semantics with Registry Instances In relating the semantics

with the services advertised in service registries, there are two key issues: Where to store the

generic semantics of the services: In ebXML, metadata is stored in the registry

How to relate the services advertised in the registry with the semantic defined through an ontology: In ebXML through Classification objects

PatientInfoRequest

serviceQuality

MedicalService

PatientCareObservation

Reporting

GetClinicalInfo PatientReferralRequest

PatientReferral

StandardsConformed

?StandardsConformed

GetClinicalInfo

serviceCode succeedingServices

StandardsConformed

HacettepeGetClinicalInfo

?

Page 45: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.46

Relating a Web service Advertised with Service Ontology in ebXML

HacettepeGetClinicalInfo:Registry Entry

GetClinicalInfo:ClassificationNode

ServiceToIndustryClassification:Classification

classsifiedObject classificationNode

Page 46: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.47

How to relate services advertised with the generic ontology classes? By relating a service advertised with a node in classification

hierarchy, we make the service an explicit member of this node

The service also inherits the well-defined meaning associated with this node as well as the generic properties defined for this node

When we associate “HacettepeGetClinicalInfo” with “GetClinicalInfo”, its meaning becomes clear; that this service is a clinical information retrieval service

Assuming that the “GetClinicalInfoService” service has the generic properties such as “serviceCode”, “succedingServices” and “standardsConformed”, “HacattepeGetClinicalInfo” also inherits these properties

Page 47: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.48

How to relate services advertised with the generic ontology classes?

<rs:SubmitObjectsRequest > <LeafRegistryObjectList> <Service id=" HacattepeGetClinicalInfo "> <Name> <LocalizedString lang="en_US" value ="

HacattepeGetClinicalInfo "/> </Name> </Service> <Classification classificationNode=" GetClinicalInfo " classifiedObject=" HacattepeGetClinicalInfo " /> </LeafRegistryObjectList></rs:SubmitObjectsRequest>

The following “SubmitObjectsRequest” classifies " HacattepeGetClinicalInfo " with " GetClinicalInfo " ClassificationNode

Page 48: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.49

Exploiting Semantics through Querying Once semantics is associated with Web services in

ebXML registries, it can be used to discover services simply through queries

Examples: It is possible to find the properties of a Web service class

It is possible to find all the advertised instances of a Web service class in the ontology

It is possible to obtain semantics of individual services

Page 49: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.50

Querying ebXML Registry through Query Templates This can be achieved through predefined query

templates which yields into automation:

A query template is used to obtain the properties of a generic class

A query template is used for locating service instances of a given generic class node in the class hierarchy

Another query template is a content retrieval query to obtain the original OWL and WSDL files through the identifiers of the OWL and WSDL files in the SpecificationLinks

Page 50: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.51

ObjectProperty

DatatypeProperty

ebXML Registry

ebXML QueryGet Datatype Properties

ebXML Query Result

serviceCode

ebXML QueryGet Object Properties

ebXML Query ResultSuccedingservices

StandardsConformed

A query template to obtain the properties of a generic class

PatientInfoRequest

serviceCode

MedicalService

PatientCareObservation

Reporting

GetClinicalInfo PatientReferralRequest

PatientReferral

succedingServices

standardsConformed

Page 51: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.52

An Example Query Retrieving all the Associations

of Type “dataTypeProperty” for “GetClinicalInfo” <AdhocQueryRequest xmlns ="urn:oasis:names:tc:ebxml-regrep:query:xsd:2.0" xmlns:xsi ="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation ="urn:oasis:names:tc:ebxml-regrep:query:xsd:2.0 query.xsd"> <ResponseOption returnType = "LeafClass" returnComposedObjects = "true" /> <FilterQuery> <ClassificationNodeQuery> <SourceAssociationBranch>

<AssociationFilter> <Clause> <SimpleClause leftArgument = "associationType"> <StringClause stringPredicate = "Equal">

dataTypeProperty</StringClause> </SimpleClause> </Clause> </AssociationFilter> <ClassificationNodeQuery> <NameBranch> <LocalizedStringFilter> <Clause> <SimpleClause leftArgument = "value"> <StringClause stringPredicate = "Contains">

GetClinicalInfo</StringClause> </SimpleClause> </Clause> </LocalizedStringFilter> </NameBranch> </ClassificationNodeQuery> </SourceAssociationBranch>

</ClassificationNodeQuery> </FilterQuery> </AdhocQueryRequest>

Page 52: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.53

MyService1 MyService2 MyService3

ebXML Registry

ebXML QueryGet Extension of a ClassificationNode

ebXML Query Result

MyService1

MyService2MyService3

A query template to find all the advertised instances of a Web service class

PatientInfoRequest

MedicalService

PatientCareObservation

Reporting

GetClinicalInfo PatientReferralRequest

PatientReferral

Page 53: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.54

An Example Query: Retrieving all the Services Classified with “GetClinicalInfo” ClassificationNode<AdhocQueryRequest xmlns = "urn:oasis:names:tc:ebxml-regrep:query:xsd:2.0" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation = "urn:oasis:names:tc:ebxml-regrep:query:xsd: 2.0 query.xsd"> <ResponseOption returnType = "LeafClass" returnComposedObjects = "true" /> <FilterQuery> <ServiceQuery> <ClassifiedByBranch> <ClassificationNodeQuery> <NameBranch> <LocalizedStringFilter> <Clause> <SimpleClause leftArgument = "value"> <StringClause stringPredicate = "Equal"> GetClinicalInfo

</StringClause> </SimpleClause> </Clause> </LocalizedStringFilter> </NameBranch> </ClassificationNodeQuery> </ClassifiedByBranch> </ServiceQuery>

</FilterQuery></AdhocQueryRequest>

Page 54: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.55

ebXML Registry ebXML Repository

WSDL of MyService1

OWL-S of MyService1

MyService1

Extrinsic Object

Extrinsic Object

SpecificationLink

ebXML QueryGet SpecificationLinkContent of a Service

ebXML Query Result

WSDL of MyService1

OWL-S of MyService1

A Content Retrieval Query template

PatientInfoRequest

MedicalService

PatientCareObservation

Reporting

GetClinicalInfo PatientReferralRequest

PatientReferral

Page 55: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.56

Retrieving the WSDL Files (Content Retrieval Query)<GetContentRequest xmlns="urn:oasis:names:tc:ebxml-regrep:query:xsd:2.1" xmlns:rim="urn:oasis:names:tc:ebxml-regrep:rim:xsd:2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:ebxml-regrep:rim:xsd:2.1 ../schema/rim.xsd urn:oasis:names:tc:ebxml-regrep:query:xsd:2.1 ../schema/query.xsd"> <rim:ObjectRefList> <--! The unique id of the WSDL file in the registry --> <rim:ObjectRef id="urn:uuid:7e4397db-916a-490f-bdc7-c9da"/> </rim:ObjectRefList></GetContentRequest>

Page 56: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.57

Summary: Querying ebXML Registry for Semantics ebXML Registry can be queried through its basic

query mechanisms like Filter Query or SQL

To retrieve registry items in relation to the semantic structures stored in the registry

Main reference: Dogac, A., Kabak, Y., Laleci, G., “Enriching ebXML Registries with OWL Ontologies for Efficient Service Discovery”, in Proc. of RIDE'04, Boston, March 2004

Page 57: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.58

Web Service Semantics in ebXML registries

ebXML Registry Semantic Constructs

Mapping OWL constructs to ebXML

registry

Querying ebXML Registry for Semantics

Making ebXML registries OWL aware

Page 58: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004 NIST, Washington D.C. 59

A Two Seconds Introduction to ebXML Registry Implementation

Page 59: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.60

ebXML Registry Implementation: Relational Database with Stored Procedures ebXML registry implementations store registry data in a

relational database

The Query Manager component constructs the objects by obtaining the required data from the relational database through SQL queries

When a client submits a request to the registry, registry objects are constructed by retrieving the related information from the database through SQL queries and are served to the user through the methods of these objects

Page 60: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.61

Making ebXML registries OWL aware As already demonstrated OWL constructs

can be mapped to ebXML registry information model constructs

In this process, the ebXML Registry architecture is not modified

In this way, the semantic explicitly stored in the registry can be retrieved through querying

Page 61: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.62

Making ebXML registries OWL aware For example, “subClassOf” association is defined in

ebXML registry to express “multiple inheritance”

Yet to make any use of this semantics, the user must code the query, say, to find out all the super classes of a given class

An improvement: The code to process the OWL semantics can be stored in ebXML registry architecture through predefined procedures

Page 62: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.63

Example: A Stored Procedure to Find Super Classes of a Given ClassCREATE PROCEDURE findSuperClasses($className) ASBEGINSELECT C2.idFROM Association A, Name_ N, ClassificationNode C1,

ClassificationNode C2WHERE A.associationType LIKE 'subClassOf' AND C1.id = N.parent AND N.value LIKE $className AND A.sourceObject = C1.id AND A.targetObject = C2.idEND;

Page 63: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.64

An Example

PatientReferral

HealthcareService OWL-S Profile

subClassOf

serviceCode

StandardsConformed

qualityRating

Result Returnedby the givenStoredProcedure Result Returned by ebXML query

Page 64: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.65

Example (Continued)

For example, to find the super classes of a given class (defined through a new association type of “subClassOf”), a stored procedure can be defined

The user can call this procedure when the need arises

Furthermore, the stored procedures can also be called transparently to the user by changing only the query manager component of the registry

Page 65: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.66

Another Example: Finding the ObjectProperties of a Class

CREATE PROCEDURE findObjectProperties($className) AS

BEGINSELECT A.idFROM Association A, Name_ N, ClassificationNode CWHERE A.associationType LIKE 'objectProperty' AND C.id = N.parent AND N.value LIKE $className AND A.sourceObject = C.idEND;

Page 66: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.67

Another Example

HL7_PatientReferralServices

OpenEHR_PatientReferralServices

equivalentClass

WebService 1

WebService 2

Web Service 3

Results returned by ebXML query

Result Returnedby the givenStoredProcedure

Page 67: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.68

Making ebXML registries OWL aware How about reasoning?

Reasoning entails the derivation of new data that is not directly stored in the registry

To deduce this data, rules need to be stored in the registry

However, this approach requires considerable changes in the registry architecture and brings about the efficiency considerations of rule based systems

Page 68: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.69

Making ebXML registries OWL aware: Summary After mapping OWL constructs to ebXML Registry,

the Registry can be enhanced with stored procedures to support the processing required by the OWL constructs

The details of this work is available at: Dogac, A., Kabak, Y., Laleci, G. B., Mattocks, C., Najmi, F., Pollock, J., Enhancing ebXML Registries to Make them OWL Aware, Submitted to DAPD http://www.srdc.metu.edu.tr/webpage/publications/

Page 69: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.70

We need more: Archetypes for semantic Interoperability Using archetypes is a promising approach in

providing semantic interoperability among healthcare systems Annotating the messages of services with archetypes

To realize archetype based interoperability the healthcare systems need to Discover the existing archetypes based on their semantics Annotate their archetypes with ontologies Compose templates from archetypes and retrieve

corresponding data from the underlying medical information systems

Page 70: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.71

Exploiting ebXML Registry Semantic Constructs for handling Archetype Metadata ebXML Registry semantic constructs can be

used for Storing Archetype Metadata Storing Archetypes Associating archetypes with metadata Retrieving archetypes by using their semantics

Page 71: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.72

Semantically annotating the archetypes An example Archetype Metadata Ontology

Archetype

Purpose

Referral Research

Education

ClinicalhasPurpose

ClinicalDocumentCodingSchemeDocumentTemplate

ClininalDomain

Location

Hospital

Office

Clinic

isDocumentedIn

SNOMEDLOINC

hasLinkTo

hasLinkTo

isAPartOf

fitsSlotsOf

relatedClinicalDomain

relatedClinicalDomain

ClinicalInformation

Procedure

Plan

DiagnosticTests

Assessment

MedDRAICD10

Page 72: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.73

Representing Archetype Metadata as ebXML Classification Scheme OWL classes can be represented through

“ClassicationNodes” RDF properties that are used in OWL can be

treated as “Associations” “OWL ObjectProperty", “DataTypeProperty”

and “TransitiveProperty” are defined by introduc ing new association types such as “objectProperty”

Page 73: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.74

Representing Archetype Metadata as ebXML Classification Scheme OWL class hierarchies

It is not possible to represent multiple inheritance in ebXML Define a new association type “subClassOf”

Use the predefined “EquivalentTo” association to express “owl:equivalentClass”, “owl:equivalentProperty” and

“owl:sameAs“ A. Dogac, Y. Kabak, G. Laleci, C. Mattocks, F. Najmi, J. Pollock,

“Enhancing ebXML Registries to Make them OWL Aware”, Submitted to the Distributed and Parallel Databases Journal, Kluwer Academic Publishers.

http://www.srdc.metu.edu.tr/webpage/-publications/2004/ DAPD ebXML-OWL.pdf

Page 74: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.75

Representing Archetype Metadata as ebXML Classification Scheme

Archetype

Purpose

Referral Research

Education

ClinicalhasPurpose

ClinicalDocumentCodingSchemeDocumentTemplate

ClininalDomain

Location

Hospital

Office

Clinic

isDocumentedIn

SNOMEDLOINC

hasLinkTo

hasLinkTo

isAPartOf

fitsSlotsOf

relatedClinicalDomain

relatedClinicalDomain

ClinicalInformation

Procedure

Plan

DiagnosticTests

Assessment

MedDRAICD10

ebXML Registry

Classification Hierarchy

Archetype

SNOMED

Radiology

Organ System

CentralNervous System

ClinicalDomain

CodingScheme

CompleteBlood Count

Archetype MetadataOntology

Page 75: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.76

Representing Archetypes in ebXML Registry An “archetype” is represented in the Registry

as a “Registry Information Model (RIM) Extrinsic Object” “Extrinsic Objects” point to the Repository items

where their contents are stored OWL definition of an archetype is created from its ADL

(Archetype Definition Language) definition and is stored in the Repository

Page 76: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.77

Representing Archetypes in ebXML Registry

ebXML Registry

Classification Hierarchy

Archetype

SNOMED

Radiology

Organ System

CentralNervous System

ClinicalDomain

CodingScheme

CompleteBlood Count

Extrinsic Objects

Haemotology Observation

Complete BloodCount

Brain CT

ebXML Repository

Archetype OWL Definition

Archetype OWL Definition

Archetype OWL Definition

URI

URI

URI

Page 77: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.78

Associating archetypes with metadata

ebXML Registry

Classification Hierarchy

Archetype

SNOMED

Radiology

Organ System

CentralNervous System

ClinicalDomain

CodingScheme

CompleteBlood Count

Extrinsic Objects

Haemotology Observation

Complete BloodCount

ebXML Repository

Archetype OWL Definition

Archetype OWL Definition

Archetype OWL Definition

URI

URI

URI

Brain CT

Page 78: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.79

ebXML Registry

Classification HierarchyArchetype

SNOMED Radiology

Organ System

CentralNervous System

ClinicalDomain

CodingScheme

CompleteBlood Count

Extrinsic Objects

Haemotology Observation

Complete BloodCount

ebXML Repository

Archetype OWL Definition

Archetype OWL Definition

Archetype OWL Definition

URI

URI

URI

Brain CT

filterQuery

getContentQuery

Query Interface

Page 79: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.80

An Example query A user can find all templates and archetypes

that make reference to the SNOMED Complete Blood Count term

Page 80: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.81

Filter Query

< FilterQuery >< ExtrinsicObjectQuery >

< ClassifiedByBranch >< ClassicationNodeQuery > < NameBranch > < LocalizedStringFilter >

< Clause >< SimpleClause leftArgument = \value" >< StringClause stringPredicate =\Equal" > CompleteBloodCount < /StringClause >< /SimpleClause >< /Clause >

< /LocalizedStringFilter > < /NameBranch >< /ClassicationNodeQuery >

< /ClassiedByBranch >< /ExtrinsicObjectQuery >

< /FilterQuery >

ExtrinsicObjects IDs classied with the “CompleteBloodCount" ClassicationNode

Result

Page 81: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.82

Retrieving Archetype Definitions

<GetContentRequest><rim:ObjectRefList><rim:ObjectRef id="urn:uuid:368661c9-b733-4c14-96a3 -eabbdf36ff5b"/></rim:ObjectRefList></GetContentRequest>

ebXML Registry

Classification HierarchyArchetype

SNOMED Radiology

Organ System

CentralNervous System

ClinicalDomain

CodingScheme

CompleteBlood Count

Extrinsic Objects

Haemotology Observation

Complete BloodCount

ebXML Repository

Archetype OWL Definition

Archetype OWL Definition

Archetype OWL Definition

URI

URI

URI

Brain CT

Page 82: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.83

Continuing..

There may be other archetypes classified with MedDRA - Full Blood Count Read Codes Full Blood Count

These may have been defined to be equivalent to SNOMED Complete Blood Count Term Through ebXML “EquivalentTo“ association

Page 83: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.84

A Stored Procedure to find Equivalent Class Instances…

CREATE PROCEDURE findEquivalentInstances($className)BEGINSELECT N.value FROM ExtrinsicObject EO, Name_ NWHERE EO.id IN (SELECT classifiedObjectFROM ClassificationWHERE classificationNode IN (SELECT idFROM ClassificationNodeWHERE id IN (SELECT parentFROM name_WHERE value LIKE $className)UNIONSELECT A.targetObjectFROM Association A, Name_ N, ClassificationNode CWHERE A.associationType LIKE 'EquivalentTo' ANDC.id = N.parent ANDN.value LIKE $className ANDA.sourceObject = C.id)) AND EO.id=N.parentEND;

GUI sends this stored procedure It becomes possible to automatically obtain the archetype instances that are classified with SNOMED As well as those instances classified with

MEdDRA “Full Blood Count" termRead Codes “Full Blood Count” term

Page 84: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.85

An Overview of a Mediator

LegacySystem

CEN/HL7/Gehr Encapsulation

Client Interface

SuperPeerServices

Web Service Enactment

HealthCareServices

PatientAdministrationPatientCare PatientReferral SchedulingObservationReporting

PatientInfoRequest CancelPatientReferralPatientReferralRequest

InsuranceInformationClinicalInformationDemographicData

GetClinicalInformation

Hospital B

KlinikBilgiServisi

BindingTemp

tModel

ebXML UDDI

PIDiddate

DS00nameSurnamepatientId

Dateday

Contact

address

Concept Bridge

Concept Bridge

Property Bridge

Property Bridge

Mediator Components

Ontology Server

- Clinical Concept Ontology

- Functional Ontology Semantic Mediator

VWS Semantic Mapping via Bridges

Page 85: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.86

Summary: Artemis Architecture

GUI based tools for deploying existing healthcare applications as Web services

Service functionality ontologies

Service message ontologies

We are working on archetype based service message ontologies

Semantic mediator

Semantically enriched Web service registries

Semantically enriched P2P Infrastructure for scalability and resource discovery

Page 86: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.87

Artemis Project: References

http://www.srdc.metu.edu.tr/artemis/

Dogac, A., Laleci, G., Kirbas S., Kabak Y., Sinir S., Yildiz A. Gurcan, Y., "Artemis: Deploying Semantically Enriched Web Services in the Healthcare Domain", Information Systems Journal (Elsevier), accepted for publication http://www.srdc.metu.edu.tr/webpage/publications/

Dogac, A., Laleci, G.B., Kabak, Y., Unal, S., Beale, T., Heard, S., Elkin, P., Najmi, F., Mattocks, C., Webber, D., “Exploiting ebXML Registry Semantic Constructs for Handling Archetype Metadata in Healthcare Informatics”, submitted for publication.

http://www.srdc.metu.edu.tr/webpage/publications/

Page 87: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.88

If you Google with “web service semantics healthcare”, Artemis project ranks the first

If you Google with “web service semantics”, out of 371.000 docs :

1. [PPT] Semantics of Web Serviceswww.srdc.metu.edu.tr/~asuman/ grenoble/_DogacSematicWS_FV.ppt

2. [PPT] A Semantic-Based Web Service Composition Facility for ebXML ...www.srdc.metu.edu.tr/~asuman/Dogac_ICE_ebXML.ppt

Finally…

Page 88: Asuman Dogac Nov. 18, 2004NIST, Washington D.C.1 Artemis Project: Using ebXML To Handle Healthcare Information A Semantic Web Service-based P2P Infrastructure

Asuman DogacNov. 18, 2004

NIST, Washington D.C.89

Thank you for your attention!Questions?