Semantic Web and ehealth

Size: px
Start display at page:

Download "Semantic Web and ehealth"

Transcription

1 White Paper Series Semantic Web and ehealth January 2013 SEMANTIC IDENTITY OBSERVE REASON IMAGINE

2 Publication Details Author: Renato Iannella Date: January 2013 ISBN: Copyright: Semantic Identity 2013 Acknowledgements The information contained in this report represents analysis of publicly available sources believed to be reliable as of the date of this whitepaper. This document is for informational purposes only. Semantic Identity shall have no liability for errors, omissions or inadequacies in the information contained herein or for interpretations thereof, expressed or implied, in this document Semantic Identity. All Rights Reserved. About Semantic Identity Semantic Identity provides independent consulting, thought leadership, technical advice, research, and strategic direction for emerging ICT technologies. We focus our expertise around; Information Architecture, Semantic Web; ehealth, Social Media; Policy & Privacy; Information Modeling; Rights Management; Metadata and Identifiers and Data Analytics

3 Table of Contents 1. Introduction Information Models Structured ehealth Information Semantic ehealth Information Information Model Mix Semantic ehealth Architectures Scenarios Medication Management Information Mapping and Reuse Types of Participants Strategy Target Goal State Industry Migration National Infrastructure Standards Impact ehealth Specification Development Summary and Conclusion... 15

4 1. Introduction The W3C has developed a number of technologies under the Semantic Web program that aims to provide and support greater knowledge representation and manipulation. The key technologies include: Resource Description Framework (RDF) Web Ontology Language (OWL) Both RDF and OWL provide mechanisms to model information in such as way as to enable greater semantics to be captured and inferred. The key reason behind this is that they are based on a formal model of logic that has mathematical foundations. This provides the crucial difference with existing information modelling technologies, as it provides computable guarantees that can be inferred from information models. Additionally, both RDF and OWL have well-defined syntactical encodings (eg XML) that provide the machine representation - without the need for stakeholders to develop additional technical specifications. (For an overview of the Semantic Web, see the Semantic Web Architectures Whitepaper 1.) This white paper discusses the potential use of Semantic Web technologies as a way forward towards better ehealth information management for the Health Sector. The corollary to this outcome is the improvement in creating and managing ehealth specifications. The Semantic Web combines a set of new technologies with grounded knowledge representation techniques to address the needs of more formal information modelling and reasoning for information services. The Semantic Web is used for many purposes; from a standardised way to markup metadata, to describing resources for the growing movement favouring the open and shared expression of common ontologies. The benefits of the Semantic Web include: Consistent mechanisms to model information from simple vocabularies to complex ontologies. A formal modelling approach that ensures information reasoning outcomes that are computationally complete and decidable. Data linking opportunities aimed at supporting better user experiences, and hence, improved business outcomes. A groundswell of activity in the development of open-source tools to exploit Semantic Web technologies and information Standardised by the W3C indicating global consensus and open royalty-free specifications. The formal aspects of the Semantic Web provide a key long-term benefit for any enterprise. Large organisation are often inefficient when it comes to data integration, sharing, and reuse and often duplicate data with unforeseen consequences. The formal modelling and reasoning pedigree of the Semantic Web reduces this impact by allowing information entities to be clearly defined, openly linked, integrated, and extended by stakeholders for greater decision support

5 The key messages for the Semantic Web include: Semantic Web technologies provide a strong base for long-term stability. Enterprise Architectures can be improved by adopting Semantic Web techniques in the information and data layers. Business improvements outcomes are likely by early adoption of an emerging technology that fit the business goals of the organisation. The implication from this is that we are not dealing with just technical interoperability of health information, but semantic interoperability. The core solution to support semantic interoperability is for the information to be modelled formally. There are many ways of doing this. The key is to choose a mechanism that also supports technical interoperability (i.e. over the wire representations). 2

6 2. Information Models We will briefly review the current state ehealth Information process (based on structured information) and the target state (based on semantic information). These two modelling approaches follow fundamentally different modelling logic. The structured approach (formally called extensional modelling logic) is based on the closedworld-assumption. This means that information classes must be extended by the authors of the model. That is, all classes and subclasses have to be explicated stated. For example, Person and Patient classes could never be subclassed together unless the author explicitly creates this relationship. The semantic approach (formally called intensional modelling logic) is based on the open-worldassumption. This means that information classes can be inferred from the model itself. That is, all classes and subclasses do not have to be explicitly stated. For example, if the necessary and sufficient conditions to define a Person class have been created (for example, must has a name, gender, and date of birth), and another author defines a new Patient classes which has all the same necessary and sufficient conditions then a reasoner will automatically infer that Person and Patient are in the same hierarchy. This logic is very powerful in the clinical space as it supports relationships that may have escaped the attention of the modellers Structured ehealth Information There are typically three steps in creating a ehealth Clinical Document specifications: Conceptual Clinical Models Logical Structures Implementable Architectures A Conceptual Clinical Model is a representation of clinical concepts. It is typically represented as a structured item or components complete with data types and terminology constraints. For example, a Medication Instruction clinical model may include a Medicine and a group of Ingredients and Form items - two of which may be Active Ingredients and Inactive Ingredients, and each of those may include Name, Compound, Strength, and Role concepts. A Logical Structure is a representation of a clinical document that brings together a number of Conceptual Clinical Model items with further constraints based on the domain requirements for that type of clinical document. For example, a Shared Health Summary logical structure may include an Adverse Reaction Conceptual Clinical Model and the Medication Instruction Conceptual Clinical Model. For the latter, the Shared Health Summary logical structure may declares that the Ingredients and Form items have been constrained from the Clinical Document structure. The constraint has to be explicitly declared otherwise the Conceptual Clinical Model structure forces their inclusion. An Implementable Architecture is a technical guide on the implementation of a clinical document based on the items in the corresponding Logical Structures. Typically, the Implementable Architecture maps the items into and XML representation based on the HL7 Clinical Document Architecture (CDA) - incorporating the Hl7 Reference Information Model (RIM) and utilising 3

7 the HL7 Version 3 Data Types. For example, the Shared Health Summary Implementable Architecture specification using CDA declares that the Medicine item should be expressed using the <code> element (within the <manufacturedmaterial> element etc) and may use clinical terminology values (from a number of Reference Sets) Semantic ehealth Information The approach with Semantic ehealth Information is to focus on modeling the artefacts necessary for clinical documents. This process is a combination of the Conceptual Clinical Models and Logical Structures steps above and is a key efficiency step as the process of constraining in the Logical Structures step is not ideal and typically the reverse process of industry practice. For example, to model the Medication Instruction in semantic techniques would result in separate concepts (Classes) for Medicine and Ingredient and there would not be an aggregate class called Ingredients and Form as this is a structural view and would not enable any other relationships to be asserted between the two classes. Additionally, the model of Ingredient would include a property indicating that this is active or inactive not separate structures that have no relationship that they are the same concept. A model for a Clinical Document (such as a Shared Health Summary ) could then be easily created by including the necessary concepts based on the domain requirements. In essence the Clinical Document Logical Structure is simply a collection of the appropriate clinical concepts. The technical representation is also where efficiency gains can be obtained. This is because the semantic techniques (such as the W3C RDF/OWL semantic model) include XML serialisations as part of the model generation. This frees the developers from CDA-like issues, as the XML is completely generated from the semantic model Information Model Mix Even though both models have fundamental differences, they could coexist as long as the overall information model clearly separates the two and applies them to distinct parts of the model. For example, the structured model could be applied to non-clinical information (such as information about People, Organisations, and Payments) and the semantic model to more complex clinical models (such as Prescriptions and Allergies). However, this is not the ideal target architecture state, as the potential for improved care is lost across the models. For example, to match a person s particular clinical condition to an appropriate medicine. 4

8 3. Semantic ehealth Architectures There are a number of differences, benefits, and risks between the two Structured and Semantic modeling approaches, outlined in the below table. One of the most fundamental differences is that semantic modelling follows the open-world assumption (OWA), and structured modelling follows the closed-world assumption (CWA). The crucial difference is the OWA allows for new information to be added to the model (by anyone) and does not produce any conflicts. Conversely, the CWA creates a fixed model in which new information to the model cannot be added, unless the author of the original model adds it. The OWA follows more closely with the real-world model and is more flexible. Description Structured Architecture The current architecture is based on the following series of artefacts: Conceptual Clinical Models Logical Structures Implementable Architectures A Conceptual Clinical Model is created from consultation in the wider community to meet specific clinical needs (eg an Adverse Reaction ). The Logical Structures meets a specific use case for a clinical document (eg a Discharge Summary ) and is assembled from a combination of Conceptual Clinical Models, which typically have been constrained (ie elements removed) and additional information added (such as relevant clinical terminologies). The Implementable Architectures is a mapping of the Logical Structures elements into an XML representation based on the HL7 Clinical Document Architecture (CDA). Semantic Architecture The semantic architecture is based on modelling the required clinical artefacts, but has one significant difference in that the clinical artefacts would be modelled as a whole, not as separate models. This will enable dependencies to be established (and checked) across the entire model. The resultant model would not attempt to model the entire health domain, only the parts that are relevant to the purpose of interoperability. Since it follows the OWA, the model can grow over time, including external parties adding their own relevant models. The semantic models can then be used in specific ontologies to represent clinical documents. The links to clinical terminologies would be enhanced and exploited where needed. For example, the rules from a relevant Medicines Handbook may be incorporated. The machine encodings of the models (ie for transport between systems) would follow the predefined ontology serialisations. That is, there is no need for XML technical specifications per clinical document, only some general guidelines to support features like ordering of properties and collections of objects. 5

9 Structured Architecture Benefits A well known process and similar outcomes Reuse existing artefacts and tool support No change to the industry practice Semantic Architecture Greater capture of semantics for the ehealth domain OWA allows extensions by other stakeholders Ability to support decidable reasoning (eg to fully support Medications Management) XML encodings are automatically supported Self documenting ontologies (specifications) Free tool support Keep up to pace with formally modelled terminologies (eg SNOMED CT) Easy to reuse and extend existing semantics Risks Three layer separation of Clinical Concepts/Logical Structures/ Architecture leads to potential loss of critical information Unable to support any decidable decision support No support for extensions and confusion over reuse of elements by stakeholders Continued use of the complex CDA specification Continued creation of large (ie #pages) ehealth specifications High dependency on vendor tools Change to industry and ehealth specification process Increases complexity of clinical relationships Staff expertise Community clinical requirements not addressed completely Unable to exploit formally modelled terminologies Unclear how to support the emerging HL7 Fast Health Interoperable Resources (FHIR) 6

10 4. Scenarios This section describes a number scenarios that outline the current issues related to Structured ehealth Information and the additional features provided by a Semantic ehealth Information Medication Management The provision of Medication Management is a critical area in ehealth that is prone to errors. For example; prescribing a medicine to a consumer that has an allergy to one of the medicine's ingredients a pregnant consumer being prescribed an incorrect medicine (for their condition) a consumer being prescribed a medicine and dispensed with a brand-substituted alternative (that they were not aware of), that conflicts with their allergy Let us consider the first example above. Figure 1 shows the current model used by the Structured ehealth Information approach. FIGURE 1 - STRUCTURED EXAMPLE INSTANCE In this example, the Consumer has two Clinical Documents (Shared-Health Summary SHS and an eprescription) and highlights two clinical data instances that indicates that the Consumer has an Allergy (to Penicillin) and has a Prescription (to Moxacin). With the current Structured approach, these two pieces of data are independent and isolated from each other. The structured mechanisms define these two data elements solely for the purposes of their relative Clinical Document use cases. As we will see in the following section, the above example is not ideal for the Consumer. Since these two data elements were defined independently, there has been no consideration on the semantic relationship between Allergy and Medicine across the two clinical documents. Typically, the Allergy from the SHS would be expressed from a clinical terminology (eg SNOMED CT) as well as the Medicine from the eprescription (eg from the Australian Medicines Terminology AMT). SNOMED and AMT are clinical terminologies and capture and represent relationships between the concepts. In the case of SNOMED, there is an OWL ontology representation, but not for AMT. 7

11 Now lets consider the next opportunity, by assuming that we have well-defined ontologies for both SNOMED and AMT that are semantically cross-linked (which we don't really have yet). Figure 2 below shows the potential of exposing the relationship between Penicillin and Moxacin through expanding the relevant ontologies. FIGURE 2 - STRUCTURED EXAMPLE EXPOSED Using AMT, we can determine that Moxacin has an active ingredient of Amoxicillin. We can then use SNOMED to trace the provenance of this substance and we can infer that Amoxicillin is a type of Penicillin. Also using SNOMED, we can determine that Penicillin is a cause of Allergies. Going through this process, we can now determine that the Consumer should not be prescribed Moxacin because of their allergy. Now it is important to note that the current Structured approach does not require the above scenario to be evaluated (that is, to check any conflict between the Penicillin and Medicine in the separate clinical documents). In fact, there are no obvious links from the Structured mechanisms to even consider this (however, some advanced clinical decision support systems may do this). The worse case scenario is that an ehealth developer would have to manually consider each and every element of each and every clinical document for such potential discrepancies. This is a unscaleable solution. Lets review our discussion and findings so far: Clinical Documents impose a barrier to clinical decision making as they their contents are not cross-mapped (eg for dependencies) to support a atomic-data approach (rather than a document-centric approach); and Clinical Terminologies must be fully expressed as complete and comprehensive ontologies with appropriate cross-linking of concepts across terminologies (eg AMT medicines linked to substances in SNOMED-CT). The implications of these findings is that Clinical Data should be the focus of ehealth Information, and, if this needs to be represented as a Clinical Document, then that is possible (and indeed necessary in many cases) but the core clinical entities are modelled as semantically interoperable clinical data. 8

12 Figure 3 below shows an example of modelling clinical data to ensure that correct relationships can be expressed and validated. FIGURE 3 - SEMANTIC EXAMPLE The key to this model is the equivalence constraint applied to the Medicine class. What this effectively does is define the rule that must be applied to any instance of a Medicine. This rule (in the big brackets) defines a class of possible instances that can only be applied to Medicine individuals (instances). The detail in the rule, in essence, says that the Class Medicine is equivalent to any individual instance where there is no overlap between the Substance having an active ingredient and allergy (at the same time for the consumer). The implications of modelling clinical data following a semantic mechanism is that we can define explicit rules that match clinical expectations at the core clinical data level, and these will be evaluated correctly when utilised in different contexts (eg SHS versus eprescription) Information Mapping and Reuse As noted earlier, ehealth creates voluminous amounts of information. This creates a significant problem with creating clinical models to ensure that information is not repeated and that maximal reuse is achieved. This is exacerbated over time when older (but still relevant) information models are ignored or overlooked in newer information model designs. In the Structured ehealth Information approach, when an information element of a detailed clinical model is created, it is given a local identifier as well as a unique identifier (eg an Object Identifier OID) together with the definition and usage metadata. Because of the volume of clinical models, there are some instances of where that new element definition may already exist. An example is the Medication Action Instruction (from the Medication Instruction Clinical Concepts) that has the exact same semantics as the Label Instruction (from the Dispense Record Logical Structure). In the structured approach, there is no mechanism to indicate that these elements represent the same concept. Even the two different OIDs allocated to them are not able to be linked. 9

13 In the Semantic ehealth Information approach, because it is based on the open-worldassumption, it is relatively straight forward to assert the similarity of concepts. The top of Figure 4 shows this technique using the semantic same as property relationship. With this relationship added, semantic clinical systems will treat the two properties as interchangeable (with the same semantics). It is important to note that this new relationship could be added by a different modeller and it is not necessary for the original modeller to even be aware of this, as the software reasoners will mange it. FIGURE 4 - MAPPING EXAMPLE Another example is when two clinical elements are similar and form a hierarchy (similar to a class hierarchy). From the Procedure Clinical Models there is an element called Procedure Detail which is defined as further information about the procedure. In the Imaging Examination Result Clinical Models there is an element called Examination Procedure which is defined as additional details of imaging examination methodology followed. What is clear from these two elements is that Examination Procedure is a more specialised version of Procedure Detail. Again, in the structured approach, there is no mechanism to indicate that these elements represent similar concepts. In the semantic approach, it is relatively straight forward to assert the similarity of these concepts. The bottom of Figure 4 shows this technique using the semantic subproperty of relationship Types of Participants The Participation Clinical Models includes a range of elements that comprehensively describes either a Person, Organisation, or Device. There are a common set of elements for all three types of participants, and a few specific to each. All of these elements are aggregated into one large structure. When the Participation Clinical Model is used for the Subject of Care in a clinical document scenario, for example a Discharge Summary, the rules for use can only be expressed as human text (eg..shall be instantiated as a PERSON ). With a semantic approach, the Participation entity would be modelled to reflect more of the realworld, and hence, when a Person is required in a clinical document scenario, then that can be explicitly asserted (as shown in Figure 5). That is, the Person class can be used directly as the Subject Of Care in the Discharge Summary, and the relevant semantic relationships to Participation are automatically included. 10

14 FIGURE 5 - SEMANTIC PARTICIPATION MODEL Additionally, with the aggregated Participant Clinical Model structure, the definitions of some of the elements end up as variable, and this is far from ideal from a metadata definitions management aspect (eg ISO 11179). For example, the Qualifications element has two different definitions, depending on if this is used in the context of a Person/Organisation or as a Device. Figure 6 below shows the semantic approach to this problem, in which there are two different Qualification properties (with the correct single definitions for their context). Additionally, we can use other vocabularies (eg the W3C SKOS ontology) to assert the relationship between the two Qualification properties. FIGURE 6 - SEMANTIC DEFINITIONS 11

15 5. Strategy The semantic web will become a significant technology in the future of the ehealth sector. Ehealth stakeholders need to develop a strategy with semantic information modelling to enable itself to be positioned to exploit this opportunity. It is clear that a phased approach is required for this future deployment and it will require buy in from the sector and stakeholders Target Goal State The target goal state for the ehealth sector would include: Ehealth ontologies for foundational services (eg data types and clinical document concepts) Ehealth ontologies for core clinical concepts (eg Prescriptions, Adverse Reaction) Technical Specification for clinical document use cases (utilising the above ontologies) Access to ontology reasoners for clinical validation (ie similar concept to xml schema validation) The outcome would be improved Decision Support functionality for clinical systems and national infrastructure Industry Migration The impact on Vendors and Jurisdictions and Healthcare Providers would need to be managed as a long-term issue. This would include: Early outreach on the benefits of semantic technologies A Change and Adoption program Prototype software demonstrating the benefits Technical migration plan Healthcare providers guidance on decision support advances The technical migration plan will obviously be a critical part of the successful adoption by vendors of ehealth software. To move from the current state to the target state would be difficult as a single change-over. A more realistic approach would be a two-step process: Migrate the sector to an improved structured approach (for example HL7 FHIR); and then Migrate the sector to full semantic approach. The key to this approach is that step 1 (eg HL7 FHIR) must use semantic information models for its clinical artefacts, but still represent this in XML (which is less of a change for the vendors.) 5.3. National Infrastructure The potential impact on national infrastructure services would be significant and would provide some of the motivations to migrate to semantic models. A National Personal ehealth Record System would be one of the key beneficiaries of semantic models. For example, since it collects clinical documents about individuals, it is well placed to perform semantic reasoning on the data it collects. (See the Medication Management scenario as an example.) 12

16 The outcome is that national infrastructure services, like eprescription and Personal ehealth Record services, can become more than just static document repositories, but enable additional clinical decision support services (such as the detection of abnormal events) and notify healthcare providers Standards Impact A key and critical aspect of the semantic approach is adoption by the relevant ehealth standards development organisations. Clearly, HL7 is the primary option and an ideal opportunity to move towards greater semantic web adoption for ehealth specifications. The W3C currently has a Semantic Web for Health Care and Life Sciences Interest Group, in which a few key individuals are also active at HL7. The W3C HCLS IG is keenly aware of semantic technologies and their impact in various sectors, and can join the HL7 opportunity and act as a source of expertise. As mentioned above, the timing now is critical for HL7 as it forges ahead (relatively quickly) with FHIR. If FHIR can meet some of its stated objectives: The resource contents are mapped to solid underlying ontologies and models using computable languages (including RDF) so that the definitions and contents of the resources can be leveraged by computational analysis and conversion processes The ehealth industry would be clearly in favour of FHIR (over CDA) as it provides a cleaner XML representation. However, as it stands now, it is yet another structured XML specification. There is also an opportunity with the IHTSDO and the SNOMED clinical terminology. As there are OWL representations of SNOMED, IHTSDO should promote this over its (structured) RF2 representation in the future, and provide guidance on the benefits from the OWL model for decision support. Additionally, Australia should consider migrating AMT to be a complete SNOMED reference set, and thus also having an OWL representation. National standards bodies would initially have a small role, but eventually after the semantic specifications are developed, will migrate these to National Technical Standards. The ehealth sector now faces a prestigious opportunity to provide significant influence and directions to key standards organisations in the future development of semantically-based clinical specifications ehealth Specification Development The migration to semantic technologies will have a large (but positive) impact on ehealth specification development. Some typical requirements include: Review of the Conceptual Clinical Models to support more focussed clinical concepts (that do not require to be constrained but simply reused) Review of the Conceptual Clinical Models modelling techniques to support the semantic approach (ie to closely follow the open-world-assumption) Updated support in ehealth Modelling tools to support the new models and to export RDF/ OWL output Creation of new Logical Structures for clinical document use cases 13

17 The Logical Structures specifications would represent the complete information to create the relevant clinical document There is no longer any requirement to create Implementable Architecture specifications as the Logical Structures specification (being based on RDF/OWL) will automatically provide the over-the-wire encoding (ie encoding in XML but following the RDF model). The last point is significant as the current CDA specifications are a constant source of confusions for vendors and users. By supporting semantic models in ehealth clinical specifications, the XML comes free and unambiguously. The other key advantage is that resources can focus in the semantics of clinical models more (and hence improved outcomes) and a lot less (ie close to none) on the over-the-wire encodings. 14

18 6. Summary and Conclusion The health sector creates and manages significant amounts of information about people used to both record patient encounters and decisions about healthcare treatments. Consequently, it is a challenge to determine the subset of this information that should be standardised to enable sharing of this information with can lead to consistent outcomes in terms of technical interoperability and clinical decisions. To date, the majority of health information has been aimed at sharing at the document-level (ie for human readability) and only a small amount at the atomic level (ie for machine processing). The industry clearly is demanding more information standardisation at the atomic level as this is where decision-support systems can aid the healthcare provider with clinical recommendations. Without significant levels of standardisation, the risk is that vendor's software may interpret atomic data differently resulting in inconsistent outcomes and possibly triggering clinical safety issues. The challenge is to understand the range of information technology mechanisms that can reliably support the decision-support requirements of the ehealth sector as well as the implications to the existing mechanisms used to provide this information. This position paper has provided an overview of the ehealth information challenge. More specifically, it introduced the Semantic Web information mechanism as a candidate technology that could potentially fulfil this vital role. A number of scenarios were used to highlight the benefits of the Semantic Web and their specific clinical advantages over current technologies. The migration to the proposed solution will need to be addressed through a range of short, medium, and long term strategies. The advantages to the ehealth sector in adopting Semantic Web technologies will provide a longterm gain for improved health decisions. The technologies are based on proven formal information models that provides decidable (ie guaranteed) outcomes. Other advantages in adopting Semantic Web technologies for it s clinical information standards will include rapid development of specifications (as information reuse is high) and a more comprehensive and extensible end-to-end model of the healthcare community. 15

Health Information Exchange Content Model Architecture Building Block HISO

Health Information Exchange Content Model Architecture Building Block HISO Health Information Exchange Content Model Architecture Building Block HISO 10040.2 To be used in conjunction with HISO 10040.0 Health Information Exchange Overview and Glossary HISO 10040.1 Health Information

More information

SNOMED Clinical Terms

SNOMED Clinical Terms Representing clinical information using SNOMED Clinical Terms with different structural information models KR-MED 2008 - Phoenix David Markwell Laura Sato The Clinical Information Consultancy Ltd NHS Connecting

More information

The Clinical Data Repository Provides CPR's Foundation

The Clinical Data Repository Provides CPR's Foundation Tutorials, T.Handler,M.D.,W.Rishel Research Note 6 November 2003 The Clinical Data Repository Provides CPR's Foundation The core of any computer-based patient record system is a permanent data store. The

More information

Building Better Interfaces: HL7 Conformance Profiles

Building Better Interfaces: HL7 Conformance Profiles Tutorials, W. Rishel Research Note 26 November 2002 Building Better Interfaces: HL7 Conformance Profiles The new Health Level Seven conformance technology allows individual healthcare organizations and

More information

Controlled Medical Vocabulary in the CPR Generations

Controlled Medical Vocabulary in the CPR Generations Tutorials, B. Hieb, M.D. Research Note 5 November 2003 Controlled Medical Vocabulary in the CPR Generations A CMV capability becomes progressively more important as computer-based patient record systems

More information

An Architecture for Semantic Enterprise Application Integration Standards

An Architecture for Semantic Enterprise Application Integration Standards An Architecture for Semantic Enterprise Application Integration Standards Nenad Anicic 1, 2, Nenad Ivezic 1, Albert Jones 1 1 National Institute of Standards and Technology, 100 Bureau Drive Gaithersburg,

More information

WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES. Introduction. Production rules. Christian de Sainte Marie ILOG

WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES. Introduction. Production rules. Christian de Sainte Marie ILOG WHY WE NEED AN XML STANDARD FOR REPRESENTING BUSINESS RULES Christian de Sainte Marie ILOG Introduction We are interested in the topic of communicating policy decisions to other parties, and, more generally,

More information

Workshop 2. > Interoperability <

Workshop 2. > Interoperability < Workshop 2 21 / 08 / 2011 > Interoperability < Heiko Zimmermann R&D Engineer, AHI CR Santec Heiko.Zimmermann@tudor.lu Interoperability definition Picture from NCI-Wiki (https://wiki.nci.nih.gov) 2 Interoperability

More information

Request for Information Technical Response White Paper for Joint Operational Medicine Information Systems (JOMIS)

Request for Information Technical Response White Paper for Joint Operational Medicine Information Systems (JOMIS) Request for Information Technical Response White Paper for Joint Operational Medicine Information Systems (JOMIS) Ensuring Continuity of Data 5 May 2017 Prepared by: Northrop Grumman Systems Corporation

More information

The Open Group SOA Ontology Technical Standard. Clive Hatton

The Open Group SOA Ontology Technical Standard. Clive Hatton The Open Group SOA Ontology Technical Standard Clive Hatton The Open Group Releases SOA Ontology Standard To Increase SOA Adoption and Success Rates Ontology Fosters Common Understanding of SOA Concepts

More information

Terminology Harmonization

Terminology Harmonization Terminology Harmonization Rob McClure, MD; Lisa Anderson, MSN, RN-BC; Angie Glotstein, BSN, RN November 14-15, 2018 Washington, DC Table of contents OVERVIEW OF CODE SYSTEMS AND TERMINOLOGY TOOLS USING

More information

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES

SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES SEMANTIC SOLUTIONS FOR OIL & GAS: ROLES AND RESPONSIBILITIES Jeremy Carroll, Ralph Hodgson, {jeremy,ralph}@topquadrant.com This paper is submitted to The W3C Workshop on Semantic Web in Energy Industries

More information

HL7 Terminology Migration to SNOMED CT. HL7 Int. Jan 2012 WGM Presented by: Wendy Huang

HL7 Terminology Migration to SNOMED CT. HL7 Int. Jan 2012 WGM Presented by: Wendy Huang HL7 Terminology Migration to SNOMED CT HL7 Int. Jan 2012 WGM Presented by: Wendy Huang 2 Purpose Provide considerations for migration to SNOMED CT Solicit your input to the migration approach Determine

More information

New Approach to Graph Databases

New Approach to Graph Databases Paper PP05 New Approach to Graph Databases Anna Berg, Capish, Malmö, Sweden Henrik Drews, Capish, Malmö, Sweden Catharina Dahlbo, Capish, Malmö, Sweden ABSTRACT Graph databases have, during the past few

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

The Emerging Data Lake IT Strategy

The Emerging Data Lake IT Strategy The Emerging Data Lake IT Strategy An Evolving Approach for Dealing with Big Data & Changing Environments bit.ly/datalake SPEAKERS: Thomas Kelly, Practice Director Cognizant Technology Solutions Sean Martin,

More information

Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR

Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR Guoqian Jiang 1, Eric Prud Hommeax 2, and Harold R. Solbrig 1 1 Mayo Clinic, Rochester, MN, 55905, USA 2

More information

M403 ehealth Interoperability Overview

M403 ehealth Interoperability Overview CEN/CENELEC/ETSI M403 ehealth Interoperability Overview 27 May 2009, Bratislava Presented by Charles Parisot www.ehealth-interop.eu Mandate M/403 M/403 aims to provide a consistent set of standards to

More information

NHII and EHR: Protecting Privacy and Security - Current Issues and Recommendations

NHII and EHR: Protecting Privacy and Security - Current Issues and Recommendations NHII and EHR: Protecting Privacy and Security - Current Issues and Recommendations HIPAA Summit X April 8, 2005 Carol A. Karps FourThought Group Page 1 Workshop Purpose To provide participants with an

More information

ISO CTS2 and Value Set Binding. Harold Solbrig Mayo Clinic

ISO CTS2 and Value Set Binding. Harold Solbrig Mayo Clinic ISO 79 CTS2 and Value Set Binding Harold Solbrig Mayo Clinic ISO 79 Information technology - Metadata registries (MDR) Owning group is ISO/IEC JTC /SC 32 Organization responsible for SQL standard Six part

More information

ehealth action in the EU

ehealth action in the EU ehealth action in the EU ehealth for smart and inclusive growth 13 February 2014 Jerome Boehm DG SANCO ehealth and Health Technology Assessment General Health Objectives of the EU cooperation on ehealth

More information

April 25, Dear Secretary Sebelius,

April 25, Dear Secretary Sebelius, April 25, 2014 Department of Health and Human Services Office of the National Coordinator for Health Information Technology Attention: 2015 Edition EHR Standards and Certification Criteria Proposed Rule

More information

August 2013 PCEHR. Copyright Genie Solutions Pty Ltd

August 2013 PCEHR. Copyright Genie Solutions Pty Ltd August 2013 PCEHR Copyright 2005-2013 Genie Solutions Pty Ltd PCEHR: 1 PCEHR Genie version 8.3.4 introduces PCEHR (Personally Controlled ehealth Record) functionality. Prerequistes for Using the PCEHR

More information

Supporting Patient Screening to Identify Suitable Clinical Trials

Supporting Patient Screening to Identify Suitable Clinical Trials Supporting Patient Screening to Identify Suitable Clinical Trials Anca BUCUR a,1, Jasper VAN LEEUWEN a, Njin-Zu CHEN a, Brecht CLAERHOUT b Kristof DE SCHEPPER b, David PEREZ-REY c, Raul ALONSO-CALVO c,

More information

Business Architecture in Healthcare

Business Architecture in Healthcare Business Architecture in Healthcare ehealth IS CREATING A PERFECT STORM FOR CHANGING HEALTHCARE DELIVERY Office of the CIO Delivering ehealth Ireland Healthcare is a system of relationships Test Harness

More information

Slide 1 Welcome to Networking and Health Information Exchange, Health Data Interchange Standards. This is lecture b.

Slide 1 Welcome to Networking and Health Information Exchange, Health Data Interchange Standards. This is lecture b. HEALTH DATA EXCHANGE AND PRIVACY AND SECURITY Audio Transcript Component 9 Unit 5 Lecture B Networking and Health Information Exchange Slide 1 Welcome to Networking and Health Information Exchange, Health

More information

Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR

Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR Developing A Semantic Web-based Framework for Executing the Clinical Quality Language Using FHIR Guoqian Jiang 1, Eric Prud Hommeaux 2, Guohui Xiao 3, and Harold R. Solbrig 1 1 Mayo Clinic, Rochester,

More information

Representing Multiple Standards in a Single DAM: Use of Atomic Classes

Representing Multiple Standards in a Single DAM: Use of Atomic Classes Representing Multiple Standards in a Single DAM: Use of Atomic Classes Salvatore Mungal 1 ; Mead Walker 2 ; David F Kong 3 ; Rebecca Wilgus 3 ; Dana Pinchotti 4 ; James E Tcheng 3 ; William Barry 1 ; Brian

More information

ALBERTA ADVERSE EVENT FOLLOWING IMMUNIZATION(AEFI) HL7 MESSAGING SPECIFICATION

ALBERTA ADVERSE EVENT FOLLOWING IMMUNIZATION(AEFI) HL7 MESSAGING SPECIFICATION Health Information Messaging Specification HEALTH INFORMATION STANDARDS COMMITTEE FOR ALBERTA ALBERTA ADVERSE EVENT FOLLOWING IMMUNIZATION(AEFI) HL7 MESSAGING SPECIFICATION MESSAGE STANDARD SUMMARY Status:

More information

Linked Data: Fast, low cost semantic interoperability for health care?

Linked Data: Fast, low cost semantic interoperability for health care? Linked Data: Fast, low cost semantic interoperability for health care? About the presentation Part I: Motivation Why we need semantic operability in health care Why enhancing existing systems to increase

More information

A Linked Data Translation Approach to Semantic Interoperability

A Linked Data Translation Approach to Semantic Interoperability A Data Translation Approach to Semantic Interoperability November 12, 2014 Dataversity Webinar Rafael M Richards MD MS Physician Informaticist Veterans Health Administratioan U.S. Department of Veterans

More information

ISO INTERNATIONAL STANDARD. Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues

ISO INTERNATIONAL STANDARD. Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues INTERNATIONAL STANDARD ISO 23081-2 First edition 2009-07-01 Information and documentation Managing metadata for records Part 2: Conceptual and implementation issues Information et documentation Gestion

More information

Standards Readiness Criteria. Tier 2

Standards Readiness Criteria. Tier 2 Document Number: HITSP 06 N 85 Date: June 1, 2006 Standards Readiness Criteria Tier 2 Version 1.0 May 12, 2006 HITSP Standards Harmonization Committee V 1.0 (5/12/2006) 1 Introduction...3 Background Information...3

More information

Advances In Data Integration: The No ETL Approach. Marcos A. Campos, Principle Consultant, The Cognatic Group. capsenta.com. Sponsored by Capsenta

Advances In Data Integration: The No ETL Approach. Marcos A. Campos, Principle Consultant, The Cognatic Group. capsenta.com. Sponsored by Capsenta Advances In Data Integration: The No ETL Approach Marcos A. Campos, Principle Consultant, The Cognatic Group Sponsored by Capsenta capsenta.com INTRODUCTION Data integration. It s a costly activity. Current

More information

Smart Open Services for European Patients. Work Package 3.5 Semantic Services Definition Appendix E - Ontology Specifications

Smart Open Services for European Patients. Work Package 3.5 Semantic Services Definition Appendix E - Ontology Specifications 24Am Smart Open Services for European Patients Open ehealth initiative for a European large scale pilot of Patient Summary and Electronic Prescription Work Package 3.5 Semantic Services Definition Appendix

More information

ehealth Ministerial Conference 2013 Dublin May 2013 Irish Presidency Declaration

ehealth Ministerial Conference 2013 Dublin May 2013 Irish Presidency Declaration ehealth Ministerial Conference 2013 Dublin 13 15 May 2013 Irish Presidency Declaration Irish Presidency Declaration Ministers of Health of the Member States of the European Union and delegates met on 13

More information

HL7 V3 User Model. The V3 Editing Team. April 9, Ockham Information Services LLC

HL7 V3 User Model. The V3 Editing Team. April 9, Ockham Information Services LLC HL7 V3 User Model The V3 Editing Team April 9, 2007 Ockham Information Services LLC Contents Profile orientation Profile drafts Use case drafts Document map prototypes The need for profiles Documents require

More information

SOME TYPES AND USES OF DATA MODELS

SOME TYPES AND USES OF DATA MODELS 3 SOME TYPES AND USES OF DATA MODELS CHAPTER OUTLINE 3.1 Different Types of Data Models 23 3.1.1 Physical Data Model 24 3.1.2 Logical Data Model 24 3.1.3 Conceptual Data Model 25 3.1.4 Canonical Data Model

More information

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper

Forcare B.V. Cross-Enterprise Document Sharing (XDS) Whitepaper Cross-Enterprise Document Sharing (XDS) Copyright 2010 Forcare B.V. This publication may be distributed in its unmodified whole with references to the author and company name. Andries Hamster Forcare B.V.

More information

The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services

The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services The Benefits of Strong Authentication for the Centers for Medicare and Medicaid Services This document was developed by the Smart Card Alliance Health and Human Services Council in response to the GAO

More information

Conformance Requirements Guideline Version 0.1

Conformance Requirements Guideline Version 0.1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Editors: Conformance Requirements Guideline Version 0.1 Aug 22, 2001 Lynne Rosenthal (lynne.rosenthal@nist.gov)

More information

Annotation Science From Theory to Practice and Use Introduction A bit of history

Annotation Science From Theory to Practice and Use Introduction A bit of history Annotation Science From Theory to Practice and Use Nancy Ide Department of Computer Science Vassar College Poughkeepsie, New York 12604 USA ide@cs.vassar.edu Introduction Linguistically-annotated corpora

More information

Web Services Take Root in Banks and With Asset Managers

Web Services Take Root in Banks and With Asset Managers Strategic Planning, M. Knox, W. Andrews, C. Abrams Research Note 18 December 2003 Web Services Take Root in Banks and With Asset Managers Financial-services providers' early Web services implementations

More information

Chapter 2 Overview of the Design Methodology

Chapter 2 Overview of the Design Methodology Chapter 2 Overview of the Design Methodology This chapter presents an overview of the design methodology which is developed in this thesis, by identifying global abstraction levels at which a distributed

More information

Quality Data Model (QDM)

Quality Data Model (QDM) Quality Data Model (QDM) Overview Document National Quality Forum 4/20/2011 QUALITY DATA MODEL (QDM): OVERVIEW TABLE OF CONTENTS Quality Data Model (QDM): Overview... 2 National Quality Forum: Overview

More information

elements) and on the structure and representation of the information (i.e. the message format).

elements) and on the structure and representation of the information (i.e. the message format). Introduction to MDMI The global financial industry exchanges huge amounts of electronic information. Differences in understanding and interpretation of exchanged electronic information form an important

More information

10 Considerations for a Cloud Procurement. March 2017

10 Considerations for a Cloud Procurement. March 2017 10 Considerations for a Cloud Procurement March 2017 2017, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents

More information

Army Data Services Layer (ADSL) Data Mediation Providing Data Interoperability and Understanding in a

Army Data Services Layer (ADSL) Data Mediation Providing Data Interoperability and Understanding in a Army Data Services Layer (ADSL) Data Mediation Providing Data Interoperability and Understanding in a SOA Environment Michelle Dirner Army Net-Centric t Data Strategy t (ANCDS) Center of Excellence (CoE)

More information

Integration With the Business Modeler

Integration With the Business Modeler Decision Framework, J. Duggan Research Note 11 September 2003 Evaluating OOA&D Functionality Criteria Looking at nine criteria will help you evaluate the functionality of object-oriented analysis and design

More information

FHA Federal Health Information Model (FHIM) Information Modeling Process Guide

FHA Federal Health Information Model (FHIM) Information Modeling Process Guide Office of the National Coordinator for Health IT Federal Health Architecture Program Management Office FHA Federal Health Information Model (FHIM) Information Modeling Process Guide Version 0.1 Draft,

More information

The HUMANE roadmaps towards future human-machine networks Oxford, UK 21 March 2017

The HUMANE roadmaps towards future human-machine networks Oxford, UK 21 March 2017 The HUMANE roadmaps towards future human-machine networks Oxford, UK 21 March 2017 Eva Jaho, ATC e.jaho@atc.gr 1 Outline HMNs Trends: How are HMNs evolving? The need for future-thinking and roadmaps of

More information

Modeling Decision Support Rule Interactions in a Clinical Setting

Modeling Decision Support Rule Interactions in a Clinical Setting Modeling Decision Support Rule Interactions in a Clinical Setting Margarita Sordo, Beatriz H. Rocha, Alfredo A. Morales, Saverio M. Maviglia, Elisa Dell Oglio, Amanda Fairbanks, Teal Aroy, David Dubois,

More information

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING

CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING in partnership with Overall handbook to set up a S-DWH CoE: Deliverable: 4.6 Version: 3.1 Date: 3 November 2017 CoE CENTRE of EXCELLENCE ON DATA WAREHOUSING Handbook to set up a S-DWH 1 version 2.1 / 4

More information

Implementing a Document Standard: Perspectives on Adoption, Interoperability, and Utilization

Implementing a Document Standard: Perspectives on Adoption, Interoperability, and Utilization Implementing a Document Standard: Perspectives on Adoption, Interoperability, and Utilization Health Level 7 Clinical Document Architecture: What is it? Who is using it? Why in ehealth? Scottish Health

More information

The use of standard content specifications in a national health interoperability framework

The use of standard content specifications in a national health interoperability framework electronic Journal of Health Informatics http://www.ejhi.net 2010; Vol 5(1): e3 The use of standard content specifications in a national health interoperability framework Sam Heard CHIME, University College

More information

Study and guidelines on Geospatial Linked Data as part of ISA Action 1.17 Resource Description Framework

Study and guidelines on Geospatial Linked Data as part of ISA Action 1.17 Resource Description Framework DG Joint Research Center Study and guidelines on Geospatial Linked Data as part of ISA Action 1.17 Resource Description Framework 6 th of May 2014 Danny Vandenbroucke Diederik Tirry Agenda 1 Introduction

More information

Solution Architecture Template (SAT) Design Guidelines

Solution Architecture Template (SAT) Design Guidelines Solution Architecture Template (SAT) Design Guidelines Change control Modification Details Version 2.0.0 Alignment with EIRA v2.0.0 Version 1.0.0 Initial version ISA² Action - European Interoperability

More information

ehealth EIF ehealth European Interoperability Framework European Commission ISA Work Programme

ehealth EIF ehealth European Interoperability Framework European Commission ISA Work Programme ehealth EIF ehealth European Interoperability Framework European Commission ISA Work Programme Overall Executive Summary A study prepared for the European Commission DG Connect This study was carried out

More information

Linked Open Data: a short introduction

Linked Open Data: a short introduction International Workshop Linked Open Data & the Jewish Cultural Heritage Rome, 20 th January 2015 Linked Open Data: a short introduction Oreste Signore (W3C Italy) Slides at: http://www.w3c.it/talks/2015/lodjch/

More information

APF!submission!!draft!Mandatory!data!breach!notification! in!the!ehealth!record!system!guide.!

APF!submission!!draft!Mandatory!data!breach!notification! in!the!ehealth!record!system!guide.! enquiries@privacy.org.au http://www.privacy.org.au/ 28September2012 APFsubmission draftmandatorydatabreachnotification intheehealthrecordsystemguide. The Australian Privacy Foundation (APF) is the country's

More information

warwick.ac.uk/lib-publications

warwick.ac.uk/lib-publications Original citation: Zhao, Lei, Lim Choi Keung, Sarah Niukyun and Arvanitis, Theodoros N. (2016) A BioPortalbased terminology service for health data interoperability. In: Unifying the Applications and Foundations

More information

Towards the Semantic Web

Towards the Semantic Web Towards the Semantic Web Ora Lassila Research Fellow, Nokia Research Center (Boston) Chief Scientist, Nokia Venture Partners LLP Advisory Board Member, W3C XML Finland, October 2002 1 NOKIA 10/27/02 -

More information

- What we actually mean by documents (the FRBR hierarchy) - What are the components of documents

- What we actually mean by documents (the FRBR hierarchy) - What are the components of documents Purpose of these slides Introduction to XML for parliamentary documents (and all other kinds of documents, actually) Prof. Fabio Vitali University of Bologna Part 1 Introduce the principal aspects of electronic

More information

Using the Semantic Web in Ubiquitous and Mobile Computing

Using the Semantic Web in Ubiquitous and Mobile Computing Using the Semantic Web in Ubiquitous and Mobile Computing Ora Lassila Research Fellow, Software & Applications Laboratory, Nokia Research Center Elected Member of Advisory Board, World Wide Web Consortium

More information

Software specification and modelling. Requirements engineering

Software specification and modelling. Requirements engineering Software specification and modelling Requirements engineering Requirements engineering (RE) Requirements engineering is the process of establishing the services that a customer requires from a system and

More information

Data ownership within governance: getting it right

Data ownership within governance: getting it right Data ownership within governance: getting it right Control your data An Experian white paper Data Ownership within Governance : Getting it right - 1 Table of contents 1. Introduction 03 2. Why is data

More information

Regulating Telemedicine: the

Regulating Telemedicine: the Regulating Telemedicine: the EU perspective ETSI ehealth workshop On telemedicine 6-7 May 2014 Céline Deswarte, Policy officer Unit Health and Well-Being European Commission i Table of Contents t 1) Legal

More information

Enterprise Data Architecture: Why, What and How

Enterprise Data Architecture: Why, What and How Tutorials, G. James, T. Friedman Research Note 3 February 2003 Enterprise Data Architecture: Why, What and How The goal of data architecture is to introduce structure, control and consistency to the fragmented

More information

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Patel, M. (2004) Semantic Interoperability in Digital Library Systems. In: WP5 Forum Workshop: Semantic Interoperability in Digital Library Systems, DELOS Network of Excellence in Digital Libraries, 2004-09-16-2004-09-16,

More information

Warfare and business applications

Warfare and business applications Strategic Planning, R. Knox Research Note 10 April 2003 XML Best Practices: The United States Military The U.S. Department of Defense was early to recognize the value of XML to enable interoperability,

More information

WHO-ITU National ehealth Strategy Toolkit

WHO-ITU National ehealth Strategy Toolkit WHO-ITU National ehealth Strategy Toolkit Context and need for a National Strategy A landscape of isolated islands of small scale applications unable to effectively communicate and to share information

More information

Healthcare FHIR API TECHNICAL SPECIFICATION 7.4

Healthcare FHIR API TECHNICAL SPECIFICATION 7.4 Healthcare FHIR API TECHNICAL SPECIFICATION 7.4 2018 Pegasystems Inc., Cambridge, MA All rights reserved. Trademarks For Pegasystems Inc. trademarks and registered trademarks, all rights reserved. All

More information

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial.

A tutorial report for SENG Agent Based Software Engineering. Course Instructor: Dr. Behrouz H. Far. XML Tutorial. A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far XML Tutorial Yanan Zhang Department of Electrical and Computer Engineering University of Calgary

More information

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company

Taxonomy Tools: Collaboration, Creation & Integration. Dow Jones & Company Taxonomy Tools: Collaboration, Creation & Integration Dave Clarke Global Taxonomy Director dave.clarke@dowjones.com Dow Jones & Company Introduction Software Tools for Taxonomy 1. Collaboration 2. Creation

More information

Models versus Ontologies - What's the Difference and where does it Matter?

Models versus Ontologies - What's the Difference and where does it Matter? Models versus Ontologies - What's the Difference and where does it Matter? Colin Atkinson University of Mannheim Presentation for University of Birmingham April 19th 2007 1 Brief History Ontologies originated

More information

The ICT for Health Perspective

The ICT for Health Perspective INTERNATIONAL ROUND TABLE: Better Brain Health Through Innovative Technology In Europe And North America The ICT for Health Perspective Pēteris Zilgalvis, J.D. Head of Unit, ICT for Health DG Information

More information

Vulnerability Assessments and Penetration Testing

Vulnerability Assessments and Penetration Testing CYBERSECURITY Vulnerability Assessments and Penetration Testing A guide to understanding vulnerability assessments and penetration tests. OVERVIEW When organizations begin developing a strategy to analyze

More information

M2 Glossary of Terms and Abbreviations

M2 Glossary of Terms and Abbreviations M2 Glossary of Terms and Abbreviations 11 June 2015 M2: Electronic Standards for the Transfer of Regulatory Information Updated at ICH Expert Working Group meeting, Fukuoka, June 2015 Definitions... 2

More information

PREPARE FOR TAKE OFF. Accelerate your organisation s journey to the Cloud.

PREPARE FOR TAKE OFF. Accelerate your organisation s journey to the Cloud. PREPARE FOR TAKE OFF Accelerate your organisation s journey to the Cloud. cloud. Contents Introduction Program & Governance BJSS Cloud Readiness Assessment: Intro Platforms & Development BJSS Cloud Readiness

More information

Standards Development

Standards Development Thailand s ehealth & Health Information Standards Development Collaborating across countries to harmonize information system standards understanding country opportunities and developing strategies to deal

More information

CEN MetaLex. Facilitating Interchange in E- Government. Alexander Boer

CEN MetaLex. Facilitating Interchange in E- Government. Alexander Boer CEN MetaLex Facilitating Interchange in E- Government Alexander Boer aboer@uva.nl MetaLex Initiative taken by us in 2002 Workshop on an open XML interchange format for legal and legislative resources www.metalex.eu

More information

ITIL : Professional Education Training. Innovative solutions for modern businesses.

ITIL : Professional Education Training. Innovative solutions for modern businesses. ITIL : 2011 Professional Education Training Innovative solutions for modern businesses www.syzygal.com The ITIL Service Lifecycle ITIL (IT INFRASTRUCTURE LIBRARY) is a best practice framework for IT Service

More information

Metadata Framework for Resource Discovery

Metadata Framework for Resource Discovery Submitted by: Metadata Strategy Catalytic Initiative 2006-05-01 Page 1 Section 1 Metadata Framework for Resource Discovery Overview We must find new ways to organize and describe our extraordinary information

More information

Response to the. ESMA Consultation Paper:

Response to the. ESMA Consultation Paper: Response to the ESMA Consultation Paper: Draft technical standards on access to data and aggregation and comparison of data across TR under Article 81 of EMIR Delivered to ESMA by Tahoe Blue Ltd January

More information

the steps that IS Services should take to ensure that this document is aligned with the SNH s KIMS and SNH s Change Requirement;

the steps that IS Services should take to ensure that this document is aligned with the SNH s KIMS and SNH s Change Requirement; Shaping the Future of IS and ICT in SNH: 2014-2019 SNH s IS/ICT Vision We will develop the ICT infrastructure to support the business needs of our customers. Our ICT infrastructure and IS/GIS solutions

More information

HITSP/IS06. January 25, 2010 Version 2.0. Healthcare Information Technology Standards Panel. Population Perspective Technical Committee.

HITSP/IS06. January 25, 2010 Version 2.0. Healthcare Information Technology Standards Panel. Population Perspective Technical Committee. January 25, 2010 Version 2.0 HITSP/IS06 Submitted to: Healthcare Information Technology Standards Panel Submitted by: Technical Committee DOCUMENT CHANGE HISTORY Version Number Description of Change Name

More information

Designing a System Engineering Environment in a structured way

Designing a System Engineering Environment in a structured way Designing a System Engineering Environment in a structured way Anna Todino Ivo Viglietti Bruno Tranchero Leonardo-Finmeccanica Aircraft Division Torino, Italy Copyright held by the authors. Rubén de Juan

More information

IHE Pharmacy Technical Framework Supplement. Rev. 1.7 Trial Implementation

IHE Pharmacy Technical Framework Supplement. Rev. 1.7 Trial Implementation Integrating the Healthcare Enterprise 5 IHE Pharmacy Technical Framework Supplement 10 Community Medication and Dispense (CMPD) 15 Rev. 1.7 Trial Implementation 20 Date: October 11, 2017 Author: IHE Pharmacy

More information

University of Wollongong. Research Online

University of Wollongong. Research Online University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2009 Complete interoperability in healthcare : technical, semantic

More information

OMG Specifications for Enterprise Interoperability

OMG Specifications for Enterprise Interoperability OMG Specifications for Enterprise Interoperability Brian Elvesæter* Arne-Jørgen Berre* *SINTEF ICT, P. O. Box 124 Blindern, N-0314 Oslo, Norway brian.elvesater@sintef.no arne.j.berre@sintef.no ABSTRACT:

More information

Languages and tools for building and using ontologies. Simon Jupp, James Malone

Languages and tools for building and using ontologies. Simon Jupp, James Malone An overview of ontology technology Languages and tools for building and using ontologies Simon Jupp, James Malone jupp@ebi.ac.uk, malone@ebi.ac.uk Outline Languages OWL and OBO classes, individuals, relations,

More information

Semantic interoperability, e-health and Australian health statistics

Semantic interoperability, e-health and Australian health statistics Semantic interoperability, e-health and Australian health statistics Sally Goodenough Abstract E-health implementation in Australia will depend upon interoperable computer systems to share information

More information

Implementing SNOMED CT

Implementing SNOMED CT Implementing SNOMED CT Practicalities and Challenges Mike Cooke Tuesday 28 th April 2009 Copyright isoft and Tribal group plc 2009. All rights reserved National Implementation considerations Healthcare

More information

Part I: Future Internet Foundations: Architectural Issues

Part I: Future Internet Foundations: Architectural Issues Part I: Future Internet Foundations: Architectural Issues Part I: Future Internet Foundations: Architectural Issues 3 Introduction The Internet has evolved from a slow, person-to-machine, communication

More information

Briefing Paper: developing the DOI Namespace

Briefing Paper: developing the DOI Namespace 010123-DOI-NS-paper.doc 1 Briefing Paper: developing the DOI Namespace This briefing paper describes a project that has been commissioned by the IDF for completion during the first half of 2001. The paper

More information

Design & Manage Persistent URIs

Design & Manage Persistent URIs Training Module 2.3 OPEN DATA SUPPORT Design & Manage Persistent URIs PwC firms help organisations and individuals create the value they re looking for. We re a network of firms in 158 countries with close

More information

Preserving Data Privacy in the IoT World

Preserving Data Privacy in the IoT World MASSACHUSETTS INSTITUTE OF TECHNOLOGY Preserving Data Privacy in the IoT World Thomas Hardjono Alex Sandy Pentland Connection Science & Engineering Massachusetts Institute of Technology July 2016 connection.mit.edu

More information

Examining Rescue Studies

Examining Rescue Studies White Paper Examining Rescue Studies Introduction The purpose of this White Paper is to define a Rescue Study, outline the basic assumptions, including risks, in setting up such a trial based on DATATRAK

More information

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN

NOTES ON OBJECT-ORIENTED MODELING AND DESIGN NOTES ON OBJECT-ORIENTED MODELING AND DESIGN Stephen W. Clyde Brigham Young University Provo, UT 86402 Abstract: A review of the Object Modeling Technique (OMT) is presented. OMT is an object-oriented

More information

Measures for implementing quality labelling and certification

Measures for implementing quality labelling and certification Special Interest Session II Electronic Health Records and Interoperability Measures for implementing quality labelling and certification Gerard Hurl ProrecIreland Rationale for Certification Critical component

More information