Knowledge Representation and Tool Support for Critiquing Clinical Trial Protocols

Size: px
Start display at page:

Download "Knowledge Representation and Tool Support for Critiquing Clinical Trial Protocols"

Transcription

1 Knowledge Representation and Tool Support for Critiquing Clinical Trial Protocols Daniel L. Rubin, 1,2 John Gennari, 3 and Mark A. Musen 2 1 Center for Health Care Evaluation, VA Palo Alto Health Care System, Palo Alto, CA 2 Stanford Medical Informatics, Stanford University School of Medicine 3 Information & Computer Science Department, University of CA, Irvine Abstract The increasing complexities of clinical trials have led to increasing costs for investigators and organizations that author and administer those trials. The process of authoring a clinical trial protocol, the document that specifies the details of the study, is usually a manual task, and thus authors may introduce subtle errors in medical and procedural content. We have created a protocol inspection and critiquing tool (PICASSO) that evaluates the procedural aspects of a clinical trial protocol. To implement this tool, we developed a knowledge base for clinical trials that contains knowledge of the medical domain (diseases, drugs, lab tests, etc.) and of specific requirements for clinical trial protocols (eligibility criteria, patient treatments, and monitoring activities). We also developed a set of constraints, expressed in a formal language, that describe appropriate practices for authoring clinical trials. If a clinical trial designed with PICASSO violates any of these constraints, PICASSO generates a message to the user and a list of inconsistencies for each violated constraint. To test our methodology, we encoded portions of a hypothetical protocol and implemented designs consistent and inconsistent with known clinical trial practice. Our hope is that this methodology will be useful for standardizing new protocols and improving their quality. Background and Rationale The progressive reliance on clinical trials for therapeutic advances and for developing clinical practice guidelines has caused a sharp increase in the number of protocols written each year. Developing new clinical trial protocols is a long and expensive process. Generally, multiple layers of expert committee review are required to finalize a protocol. Despite this oversight, many new protocols have serious problems involving incomplete or inconsistent specifications of treatment procedures and patient monitoring events, as well as errors in study methodology [1]. For instance, a protocol using a cardiotoxic drug may fail to require that patients be screened for heart disease, or may not state the need for a left ventricular function screening test if a patient has a history of cardiac insufficiency. Oncology trials can be particularly problematic, as they are frequently complex and use multiple drug treatments. Chemotherapeutic drugs often have serious toxicities, and multiple monitoring events that vary with disease history must be specified. Drug contraindications must be checked against all eligibility criteria, and potential drug interactions with other drugs or concurrent patient diseases must be considered. Unfortunately, new protocol design usually focuses on the primary efficacy endpoint, with less attention given to side effects relating to the primary treatment [2]. Thus, toxicity-related omissions in protocol design are likely. Automated methods can streamline and improve the entire process of clinical research. The National Cancer Institute is developing a Cancer Informatics Infrastructure (CII) to help automate clinical research [3]. An objective of the CII group is to create computer-based tools that improve the efficacy of protocol authoring and deployment. To support these protocol tools, there is a need for a general-purpose knowledge base for clinical trial protocols. In this paper, we report on initial development of one aspect of protocol authoring: a protocol-critiquing tool. Tools for protocol authoring could increase the efficiency of new trial development and reduce errors in protocol specifications by evaluating their contents. A critiquing tool with a knowledge base of drugs, contraindications, toxicities, recommended patient monitoring activities, and drug interactions could evaluate a new protocol design and alert the author if inconsistencies or errors are detected. If the tool had information about possible corrections in its knowledge base, the tool could even automatically correct problems that it finds. In the long term, the tool could be integrated with other protocol authoring tools, and its knowledge base could be integrated with the knowledge base of other clinical trial applications. Clinical trial protocols can be critiqued on two levels: protocol methodology and protocol structure. Protocol methodology is the statistical and study design: sample size, statistical model, definitions of endpoints, and choice of study arms. Protocol structure is the medical and procedural content: patient treatments, monitoring tests, and drug toxicity. Protocol critiquing systems have been described [4, 5], but these systems have primarily evaluated protocol methodology and statistical design, rather than protocol structure and treatment planning. Errors in protocol structure may be significant because they contribute to misunderstandings and deviations from the protocol [6]. To our knowledge, a sys-

2 Eligibility Criteria Proposed Monitoring Drugs Diseases Drug Toxicity Monitoring Events Drug Treatments PROTOCOL KNOWLEDGE MEDICAL KNOWLEDGE Figure 1. Relationships in the data model for critiquing trial protocols. Circled entities are classes of knowledge in the knowledge base. Arrows depict relationships between classes of knowledge. For example, eligibility criteria are specified using knowledge of diseases and drug treatments. tem that evaluates and critiques clinical trial protocols from a structural perspective has not yet been developed. We hypothesize that authors will produce protocols with have fewer errors if they use a tool that critiques clinical trial protocol structure. We are developing such a tool, and call it the Protocol Inspection and Critiquing Tool of Study Structure, or PICASSO. PICASSO automatically evaluates and critiques the procedural and medical aspects of a clinical trial protocol design. It accomplishes this evaluation by using medical knowledge, clinical trial protocol knowledge, and formal constraints that describe the sorts of errors we wish to find in a protocol. Clinical trial protocols are very detailed, and the requirements to fully model a protocol are extensive. Therefore, we initially chose to restrict our modeling efforts to a subset of the clinical trial protocol. Our initial objective was to develop a knowledge base for the critiquing tool and a prototype engine that implements critiquing with respect to diseases, drugs, and patient monitoring. Because we are using a modular design, our model is extensible, and can be applied to a complete representation of protocols in the future. A Knowledge Base for Critiquing In our knowledge base for clinical trial protocols, we divide knowledge into two classes: medical domain knowledge and clinical trial domain knowledge. The medical domain component of the knowledge base describes information about patient conditions, diagnostic tests, and therapeutic procedures. The clinical trial domain component of the knowledge base represents issues specific to clinical trials: the specification of the protocol, and the notions of toxicity and patient monitoring. Both components are modeled with an ontology: a set of related concepts that defines the relevant domain of discourse. The ontology provides a framework within which to organize knowledge using a hierarchy of taxonomic and other relationships. For example, both daunorubicin and doxorubicin are subclasses of the Antitumor Antibiotic class, which in turn is a subclass of the cytotoxic drug class. This knowledge organization allows us to deduce relationships from the hierarchy, such as the fact that daunorubicin is a cytotoxic drug. Malogolowkin analyzed the clinical trial design process used by experts and showed that protocol content can be classified into information categories for depicting the structure of a clinical trial [2]. We identified several of these attributes in the clinical trial and medical domains. These attributes are fundamental to modeling protocols for critiquing. For the clinical trial domain, they include drugs, eligibility criteria, and patient monitoring activities. For the medical domain, fundamental attributes include diseases, patient treatments, drug contraindications and toxicities (adverse events), and monitoring activities. Figure 1 shows some of these attributes, as well as some of the relationships among them in our model of clinical trial protocols. In our model, a clinical trial protocol consists of eligibility criteria, study treatments, and patient monitoring. Eligibility criteria define the medical conditions of the clinical trial patient population. In our knowledge base, we link drug treatments in a protocol to potential drug toxicities for that agent, and to specific monitoring tests for detecting those toxicities (Figure 1). As an example of some of the information in our knowledge base, there is an instance for the disease breast cancer that contains the knowledge that doxorubicin, cyclophosphamide, and tamoxifen are indicated drugs for this condition, whereas corticosteroids and estrogen are contraindicated. Similarly, there is an instance in the knowledge base describing daunorubi-

3 Figure 2. Example output produced by PICASSO. PICASSO has evaluated Protocol 3, and critiques this protocol with respect to drug contraindications, drug interactions, and patient monitoring. cin, which contains information about disease indications, contraindications, and drug toxicity. Our model of clinical trial protocols is limited, and is not sufficient to represent all aspects of a clinical trial protocol. However, the goal for this initial stage is to demonstrate the feasibility of critiquing protocol structure with a subset of the domain. Because we have used a highly organized ontology to frame our knowledge representation, our model can be easily extended. Future work will expand our knowledge base to model clinical trial protocols more fully. An advantage of using an extensible ontology for capturing protocol knowledge is that the knowledge base can be easily extended or revised to accommodate new information without necessarily requiring changes to the critiquing engine. The knowledge base for the authoring tool was developed with the Protégé suite of tools [7]. Our organization and understanding of the critiquing task evolved as we built our knowledge base. Protégé is designed for rapidly evolving knowledge bases, which made managing changes easier for us. The tool set also made the knowledge base readily available to applications such as our critiquing tool. Protégé is designed as a set of interacting plug-in components. We developed PICASSO as a plug-in, and any Protégé plug-in can access Protégé knowledge bases via a Java applicationprogramming interface. A Protocol Critiquing Tool Figure 2 shows a screen shot of our protocol critiquing tool. The tool can evaluate protocols for several different clinical trials. The figure shows a list of protocols on the left, and a critique of the selected protocol on the right. To use our tool, a protocol author builds a new protocol as a collection of instances describing the eligibility criteria, drug treatments, and patient monitoring events for the trial. Figure 3 shows an example protocol, modeled after a clinical trial for lymphoma. Once the user enters the protocol specification, PICASSO can critique it. In our approach, protocols are critiqued with protocol constraints expressed in a formal axiom language. Thus far, we have captured three constraints about protocols: 1) Do not prescribe contraindicated drugs: The drug treatments listed in the protocol must not be contraindicated by any of the diseases listed in the eligibility criteria. 2) Include all required monitoring actions: The monitoring actions listed in the protocol must include all required actions listed by each of the protocol s drug treatments. 3) Do not prescribe interacting drugs: The drug treatments listed in the protocol must not interact with each other. The specification of these constraints is dependent on our ontologies of medical knowledge and of protocols. As these models become richer, we expect to add new constraints that describe other aspects of protocol authoring. To allow us to add constraints easily, we specify our constraints in the formal axiom language that is part of the Protégé environment (PAL, or protégé axiom language). Figure 4 shows the axiom for drug-drug interactions as written in PAL. By using this type of formal constraint specification, we can be unambiguous, clear, and precise about the types of protocol authoring errors we wish to find. In addition, when we need to add new constraints, we do not need to make any code-level modifications to the system. We can simply add new constraints, and the PAL general-purpose engine will check them

4 Figure 3. A knowledge instance specifying a particular clinical trial protocol. against our knowledge base. Although the current implementation does not include a direct connection between the PAL engine and PICASSO, both are Protégé plug-ins, and thus, could be connected easily. We have not yet conducted formal evaluation studies of our tool. However, we tested the face validity of our approach by entering a few variations on a protocol for treating lymphoma and critiquing them. The initial draft protocol specified lymphoma and heart failure in the eligibility criteria, five drugs (prednisone, cyclophosphamide, vincristine, doxorubicin, and phenytoin), and multiple monitoring events (Figure 3). As shown in Figure 2, PICASSO reported that (1) daunorubicin is contraindicated because heart failure was listed as an eligibility criterion, and that (2) three necessary monitoring events were omitted. When we changed the eligibility criteria from heart failure to rheumatic heart disease, complicated by heart failure, PICASSO still produced the appropriate critique (Figure 2, right top panel). Importantly, although the knowledge base only includes daunorubicin s contraindication in heart failure, PICASSO deduced that it is (forall?protocols (forall?drugtreat1 (forall?drugtreat2 (=> (and (DrugTreatments?protocols?drugTreat1) (DrugTreatments?protocols?drugTreat2) (not (=?drugtreat1?drugtreat2)) (forall?drugknow (forall?druginteract (=> (and (Drug?drugKnow (DrugAdministered?drugTreat1)) (DrugInteractions?drugKnow?drugInteract)) (not (= (DrugAdministered?drugTreat2)?drugInteract)) ))) )))) Figure 4. A simplified axiom in PAL that identifies protocols that have drug-drug interactions. The first portion states that this constraint only applies to protocols with at least two distinct drug treatments. The second implication searches through the drug knowledge base and claims that there should be no drug listed under the interactions for drugtreat1 that matches drugtreat2. also contraindicated in complicated rheumatic heart disease by evaluating the latter s relationship to heart failure in the ontology. Discussion and Conclusions Many clinical trials are developed annually, yet most are written from scratch. Errors in the protocols for new clinical trials occur commonly [1], and include omissions and ambiguities in protocol semantics [6]. We undertook this study to develop a tool that uncovers semantic errors in clinical trial protocols by evaluating their medical and procedural contents. We assume that all necessary information can be modeled in a knowledge base of the medical and clinical trial domains. In developing our critiquing model, we distinguish medical knowledge from critiquing knowledge [8], and model these separately. Medical knowledge includes information about diagnostic and therapeutic procedures, whereas critiquing knowledge includes the information content of clinical trial protocols and how structural design errors may occur. This distinction is useful because medical knowledge is independent of clinical trial protocols, while critiquing knowledge is more specific, and describes how to evaluate protocol structure. Our approach to knowledge modeling for the critiquing task is similar to that used by HyperCritic, an expert system that advises in the management of hypertensive patients [9]. HyperCritic explicitly separates critiquing knowledge from medical knowledge, which is advantageous for knowledge modeling and reuse [9]. A challenge for designers of expert systems like PICASSO is to deal with knowledge that changes over time. In traditional knowledge-based systems, adding new knowledge often breaks the inference engine, especially if that system uses declarative production rules. An advantage of our approach is that knowledge is modeled in an extensible ontology that encodes knowledge in terms of relationships among concepts in a hierarchy.

5 For example, the knowledge base could have an entry stating that all beta blocker drugs are contraindicated in heart failure. As new beta blockers are developed, we could add to them knowledge base and the critiquing tool would correctly recognize that these drugs are also contraindicated in heart failure. Likewise in our test case, we were able to encode high level concepts in our knowledge base (daunorubicin is contraindicated in heart failure), and PICASSO correctly determined that daunorubicin is contraindicated in a protocol that included rheumatic heart disease, complicated by heart failure. For these types of additions to the knowledge base, PICASSO behaves correctly without any need to change the code that implements its critiquing functionality. Our current model and knowledge base for clinical trial protocols are over-simplified. However, an advantage of working within Protégé is that models can be easily extended and integrated with other clinical trial tools. For example, we have developed a tool to assist protocol authors create eligibility criteria for new trials [10]. This eligibility writer tool uses a similar knowledge-based architecture, and could be integrated with PICASSO to create a tool that supports both protocol authoring and critiquing. Our team has also used Protégé for other sorts of clinical trial protocol tools. For example, we have developed tools that screen patients and match them to clinical trials, as well as tools that monitor patients enrolled in clinical trials [11]. All of these tools can utilize an integrated knowledge base for clinical trial protocols. For example, the medical knowledge base for PICASSO was created from a knowledge base developed for our patient monitoring tool. Our approach is to model protocol knowledge from the bottom-up : always with a specific tool or task in mind. Then, the Protégé tool set allows us to easily combine and integrate models and knowledge bases where appropriate. We have demonstrated the feasibility of developing a tool to evaluate the structure of clinical trial protocols and critique them. The expected benefits from our approach include: (1) a flexible critiquing model that can be subsequently modified and extended, (2) systematic use of standardized critiquing strategies, and (3) improved quality and clarity of new protocols. Although our initial prototype does not fully model protocols, our knowledge base can be extended without unduly affecting the critiquing engine. Future work will extend the ontology in order to represent clinical trial protocols more completely. A critiquing tool may improve the quality of protocols in the future, and could support standardization for clinical trials. Tools like PICASSO that support the clinical trial process could lead to faster protocol deployment and patient accrual, and could ultimately lead to a more efficient and successful process for clinical research. Acknowledgments We wish to acknowledge the work and assistance of the Protégé scientific staff, and especially William Grosso for the development of Protege Axiom Language. Thanks to Valerie Natale for comments on this manuscript. References 1. Andersen B. Methodological Errors in Medical Research: An Incomplete Catalogue. Boston: Blackwell Scientific Publications; Malogolowkin MH, Horowitz RS, Ortega JA, Siegel SE, Hammond GD, Weiner JM. Tracing expert thinking in clinical trial design. Comput Biomed Res 1989;22(2): Silva J, Wittes R. Role of clinical trials informatics in the NCI's cancer informatics infrastructure. Proc AMIA Symp 1999: Wyatt JC, Altman DG, Heathfield HA, Pantin CF. Development of Design-a-Trial, a knowledgebased critiquing system for authors of clinical trial protocols. Comput Methods Programs Biomed 1994;43(3-4): Haag U. Knowledge representation for computer-aided planning of controlled clinical trials: the PATriCIa project. Methods Inf Med 1997;36(3): Musen MA, Rohn JA, Fagan LM, Shortliffe EH. Knowledge engineering for a clinical trial advice system: uncovering errors in protocol specification. Bulletin du Cancer (Paris) 1987;74(3): Musen MA, Fergerson RW, Grosso WE, Noy NF, Crubezy M, Gennari JH. Component-Based Support for Building Knowledge-Acquisition Systems. In: Proceedings of the Conference on Intelligent Information Processing (IIP 2000) of the International Federation for Information Processing World Computer Congress (WCC 2000); 2000; Beijing; van der Lei J, Musen MA. The separation of reviewing knowledge from medical knowledge. Methods Inf Med 1995;34(1-2): van der Lei J, Musen MA. A model for critiquing based on automated medical records. Comput Biomed Res 1991;24(4): Rubin DL, Gennari JH, Srinivas S, Yuen A, Kaizer H, Musen MA, et al. Tool support for authoring eligibility criteria for cancer trials. Proc AMIA Symp 1999: Tu SW, Kemper CA, Lane NM, Carlson RW, Musen MA. A methodology for determining patients' eligibility for clinical trials. Methods Inf Med 1993;32(4):

GLEE A Model-Driven Execution System for Computer-Based Implementation of Clinical Practice Guidelines

GLEE A Model-Driven Execution System for Computer-Based Implementation of Clinical Practice Guidelines A Model-Driven Execution System for Computer-Based Implementation of Clinical Practice Guidelines Dongwen Wang, M.Phil., Edward H. Shortliffe, M.D., Ph.D. Department of Medical Informatics, Columbia University

More information

Acquiring, Maintaining, and Customizing Organizational Work Process Descriptions

Acquiring, Maintaining, and Customizing Organizational Work Process Descriptions From: AAAI Technical Report SS-97-01. Compilation copyright 1997, AAAI (www.aaai.org). All rights reserved. Acquiring, Maintaining, and Customizing Organizational Work Process Descriptions Douglas B. Fridsma,

More information

guidelines that are specific to their organization,

guidelines that are specific to their organization, Making Generic s Site-Specific Douglas B. Fridsma, M.D., John H. Gennari, Ph.D., Mark A. Musen, M.D., Ph.D. Section on Medical Informatics Stanford University School of Medicine Stanford, CA Health care

More information

Translating Arden MLMs into GLIF Guidelines A Case Study of Hyperkalemia Patient Screening

Translating Arden MLMs into GLIF Guidelines A Case Study of Hyperkalemia Patient Screening Translating Arden MLMs into GLIF Guidelines A Case Study of Hyperkalemia Patient Screening Dongwen WANG Department of Biomedical Informatics, Columbia University, New York, NY 10032, USA Abstract. To re-examine

More information

Organization Analysis with Protégé

Organization Analysis with Protégé Organization Analysis with Protégé Towards Living Theorizing? for Sixth International Protégé Workshop 7-9 th Attempt of Organization Analysis Review of organization studies to create ontology structure

More information

Modelling Clinical Guidelines and Protocols for the Prevention of Risks Against Patient Safety

Modelling Clinical Guidelines and Protocols for the Prevention of Risks Against Patient Safety Medical Informatics in a United and Healthy Europe K.-P. Adlassnig et al. (Eds.) IOS Press, 2009 2009 European Federation for Medical Informatics. All rights reserved. doi:10.3233/978-1-60750-044-5-633

More information

DRAFT GUIDANCE. This guidance document is being distributed for comment purposes only. Document issued on: July 14, 2011

DRAFT GUIDANCE. This guidance document is being distributed for comment purposes only. Document issued on: July 14, 2011 Draft Guidance for Industry and Food and Drug Administration Staff In Vitro Companion Diagnostic Devices DRAFT GUIDANCE This guidance document is being distributed for comment purposes only. Document issued

More information

THE FDA REGULATORY AND COMPLIANCE SYMPOSIUM

THE FDA REGULATORY AND COMPLIANCE SYMPOSIUM THE FDA REGULATORY AND COMPLIANCE SYMPOSIUM Managing Risks From Pipeline to Patient Presented by: Steven A. Johnson, Esq., Vice President and Assistant General Counsel, Allergan, Irvine, CA Keith M. Korenchuk,

More information

Terminology Needs in Clinical Decision Support. Samson Tu Senior Research Scientist Center for Biomedical Informatics Research Stanford University

Terminology Needs in Clinical Decision Support. Samson Tu Senior Research Scientist Center for Biomedical Informatics Research Stanford University Terminology Needs in Clinical Decision Support Samson Tu Senior Research Scientist Center for Biomedical Informatics Research Stanford University 11th International Protégé Conference Workshop Amsterdam,

More information

Information Technology for Genetic and Genomic Based Personalized Medicine. Submitted. April 23, 2008

Information Technology for Genetic and Genomic Based Personalized Medicine. Submitted. April 23, 2008 Information Technology for Genetic and Genomic Based Personalized Medicine Submitted April 23, 2008 By The Harvard Medical School Partners HealthCare Center for Genetics and Genomics in Partnership with

More information

An update on Genomic CDS, a complex ontology for pharmacogenomics and clinical decision support

An update on Genomic CDS, a complex ontology for pharmacogenomics and clinical decision support An update on Genomic CDS, a complex ontology for pharmacogenomics and clinical decision support José Antonio Minarro-Giménez 1, Matthias Samwald 1 1 Section for Medical Expert and Knowledge-Based Systems;

More information

What s New in GCP? FDA Draft Guidance Details FIH Multiple Cohort Trials

What s New in GCP? FDA Draft Guidance Details FIH Multiple Cohort Trials Vol. 14, No. 10, October 2018 Happy Trials to You What s New in GCP? FDA Draft Guidance Details FIH Multiple Cohort Trials While multiple, concurrently accruing patient cohorts in first-in-human (FIH)

More information

BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH

BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH Phase 0 Trials: EARLY-PHASE CLINICAL TRIALS CLINICAL PHASE Clinical Studies: Class of all scientific approaches to evaluate Disease Prevention,

More information

Moving Forward. Adaptive Eligibility Criteria, Alternate Trial Designs, and Subgroup Analysis. Elizabeth Garrett-Mayer, PhD

Moving Forward. Adaptive Eligibility Criteria, Alternate Trial Designs, and Subgroup Analysis. Elizabeth Garrett-Mayer, PhD Moving Forward Adaptive Eligibility Criteria, Alternate Trial Designs, and Subgroup Analysis Elizabeth Garrett-Mayer, PhD Eligibility Trade-offs Broad eligibility Pros: Heterogeneous group Can generalize

More information

Modeling the Form and Function of Clinical Practice Guidelines: An Ontological Model to Computerize Clinical Practice Guidelines

Modeling the Form and Function of Clinical Practice Guidelines: An Ontological Model to Computerize Clinical Practice Guidelines Modeling the Form and Function of Clinical Practice Guidelines: An Ontological Model to Computerize Clinical Practice Guidelines Syed Sibte Raza Abidi 1 and Shapoor Shayegani 1 Abstract. Computerization

More information

Modeling Guidelines for Integration into Clinical Workflow

Modeling Guidelines for Integration into Clinical Workflow Modeling Guidelines for Integration into Clinical Workflow Samson W. Tu 1, Mark A. Musen 1, Ravi Shankar 1, James Campbell 2, Karen Hrabak 2, James McClay 2, Stanley M. Huff 3, Robert McClure 3, Craig

More information

Increasing the Intelligence of Virtual Sales Assistants through Knowledge Modeling Techniques

Increasing the Intelligence of Virtual Sales Assistants through Knowledge Modeling Techniques International Conference on Intelligent Agents, Web Technology and Internet Commerce - IAWTIC'2001. Las Vegas (USA) Sept. 2001. Increasing the Intelligence of Virtual Sales Assistants through Knowledge

More information

This document provides guidelines for unblinding participants enrolled in IMPAACT clinical trials.

This document provides guidelines for unblinding participants enrolled in IMPAACT clinical trials. APPENDIX I UNBLINDING PROCEDURES... 1 I.1 Purpose... 1 I.2 Scope... 1 I.3 Definitions... 1 I.3.1 Blinding... 1 I.3.2 Unblinding... 2 I.3.3 Open-label or Unblinded Study... 2 I.4 Roles and Responsibilities...

More information

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1 Lectures 2 & 3 Software Processes Software Engineering, COMP201 Slide 1 What is a Process? When we provide a service or create a product we always follow a sequence of steps to accomplish a set of tasks

More information

Recommendation on elements required to support the medical plausibility and the assumption of significant benefit for an orphan designation

Recommendation on elements required to support the medical plausibility and the assumption of significant benefit for an orphan designation 2 March 2010 EMA/COMP/15893/2009 Final Committee for Orphan Medicinal Products (COMP) Recommendation on elements required to support the medical plausibility and the assumption of significant benefit for

More information

BIOSTATISTICAL METHODS

BIOSTATISTICAL METHODS BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH Phase 0 Trials: EARLY-PHASE CLINICAL TRIALS Steps to New Drug Discovery Get idea for drug target Develop a bioassay Screen chemical compounds

More information

Human Research Protection Program Guidance for Human Research Determination

Human Research Protection Program Guidance for Human Research Determination Human Research Protection Program Guidance for Human Research Determination I.1.A The sole purpose of the Institutional Review Board (IRB), as defined in federal statutes, is the protection of human subjects

More information

Data representation for clinical data and metadata

Data representation for clinical data and metadata Data representation for clinical data and metadata WP1: Data representation for clinical data and metadata Inconsistent terminology creates barriers to identifying common clinical entities in disparate

More information

February 15, Re: Docket No. FDA-2017-D-6159: Expedited Programs for Regenerative Medicine Therapies for Serious Conditions

February 15, Re: Docket No. FDA-2017-D-6159: Expedited Programs for Regenerative Medicine Therapies for Serious Conditions February 15, 2018 Dockets Management Staff (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm. 1061 Rockville, MD 20852 Re: Docket No. FDA-2017-D-6159: Expedited Programs for Regenerative Medicine

More information

FDA Decisions for Investigational Device Exemption (IDE) Clinical Investigations

FDA Decisions for Investigational Device Exemption (IDE) Clinical Investigations Draft Guidance for Industry, Clinical Investigators, Institutional Review Boards, and Food and Drug Administration Staff FDA Decisions for Investigational Device Exemption (IDE) Clinical Investigations

More information

Studies requiring DSMB monitoring

Studies requiring DSMB monitoring Policy Name: Study Monitoring by the DSMB Policy Number: 16.1 16 Study monitoring and interim analyses The primary purpose of monitoring a clinical trial is to ensure the safety and well-being of the specific

More information

SWOG ONCOLOGY RESEARCH PROFESSIONAL (ORP) MANUAL STUDY PROTOCOL CHAPTER 14 REVISED: OCTOBER 2015

SWOG ONCOLOGY RESEARCH PROFESSIONAL (ORP) MANUAL STUDY PROTOCOL CHAPTER 14 REVISED: OCTOBER 2015 THE STUDY PROTOCOL The study protocol is a written document detailing how a clinical trial is conducted. The elements of a protocol include: 1. Trial design and organization; 2. Study objectives; 3. Background

More information

CDISC Journal. Organizing and Accelerating the Clinical Research Process from the Beginning: The CDISC Protocol Representation Model and Toolkit

CDISC Journal. Organizing and Accelerating the Clinical Research Process from the Beginning: The CDISC Protocol Representation Model and Toolkit CDISC Journal Clinical Data Interchange Standards Consortium oc tober 2012 Organizing and Accelerating the Clinical Research Process from the Beginning: The CDISC Protocol Representation Model and Toolkit

More information

Social Organization Analysis: A Tutorial

Social Organization Analysis: A Tutorial Social Organization Analysis: A Tutorial Gavan Lintern Cognitive Systems Design glintern@cognitivesystemsdesign.net Copyright 2013 by Gavan Lintern Abstract Far less attention has been paid to social organization

More information

1201 Maryland Avenue SW, Suite 900, Washington, DC ,

1201 Maryland Avenue SW, Suite 900, Washington, DC , 1201 Maryland Avenue SW, Suite 900, Washington, DC 20024 202-962-9200, www.bio.org December 2, 2011 Dockets Management Branch (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm. 1061 Rockville,

More information

Latham & Watkins Corporate Department

Latham & Watkins Corporate Department Number 1217 July 20, 2011 Client Alert Latham & Watkins Corporate Department FDA Issues Draft Guidance for In Vitro Companion Diagnostic Devices Although comments on the draft guidance may be submitted

More information

Considerations for Versioning SOA Resources

Considerations for Versioning SOA Resources Considerations for Versioning SOA Resources Ken Laskey klaskey@mitre.org The MITRE Corporation AFCEA SOLUTIONS Series GMU Critical Issues in C4I 19 May 2009 The author's affiliation with The MITRE Corporation

More information

Pertemuan 2. Software Engineering: The Process

Pertemuan 2. Software Engineering: The Process Pertemuan 2 Software Engineering: The Process Collect Your Project Topic What is Software Engineering? Software engineering is the establishment and sound engineering principles in order to obtain economically

More information

Comments from: 1. General comments

Comments from: 1. General comments SUBMISSION OF COMMENTS ON < Draft Implementing technical guidance - List of fields for result-related information to be submitted to the 'EudraCT' clinical trials database, and to be made public, in accordance

More information

QIAN ZHU. Department of Health Sciences Research, Mayo Clinic, Rochester, MN 55905, USA CUI TAO

QIAN ZHU. Department of Health Sciences Research, Mayo Clinic, Rochester, MN 55905, USA   CUI TAO EXPLORING THE PHARMACOGENOMICS KNOWLEDGE BASE (PHARMGKB) FOR REPOSITIONING BREAST CANCER DRUGS BY LEVERAGING WEB ONTOLOGY LANGUAGE (OWL) AND CHEMINFORMATICS APPROACHES * QIAN ZHU Department of Health Sciences

More information

ISPE Comments on the CIOMS 2006 draft Special Ethical Considerations for Epidemiologic Research 1

ISPE Comments on the CIOMS 2006 draft Special Ethical Considerations for Epidemiologic Research 1 Epidemiologic Research 1 December 12, 2006 Comments on 2006 CIOMS draft Special Ethical Considerations for Epidemiologic Research as proposed supplement to the updated 2002 CIOMS International Ethical

More information

Modeling and Analyzing Biomedical Processes using Workflow/Petri Net Models and Tools

Modeling and Analyzing Biomedical Processes using Workflow/Petri Net Models and Tools Modeling and Analyzing Biomedical Processes using Workflow/Petri Net Models and Tools Mor Peleg a, Samson Tu b, Abhijit Manindroo c, and Russ B. Altman b a Department of Management Information Systems,

More information

Implications for Investigator Initiated Trials (IITs)- Risk Based Approaches in Managing Clinical Trials

Implications for Investigator Initiated Trials (IITs)- Risk Based Approaches in Managing Clinical Trials Implications for Investigator Initiated Trials (IITs)- Risk Based Approaches in Managing Clinical Trials Lisa Marie Saldanha Senior Director & Head Academic Research & Delivery Solutions Real World Insights

More information

Advertising Policy: Journals of the American College of Rheumatology

Advertising Policy: Journals of the American College of Rheumatology Advertising Policy: Journals of the American College of Rheumatology Principles Governing Advertising in Journals of the American College of Rheumatology These principles are applied by the American College

More information

Efficient Business Service Consumption by Customization with Variability Modelling

Efficient Business Service Consumption by Customization with Variability Modelling Efficient Business Service Consumption by Customization with Variability Modelling Michael Stollberg and Marcel Muth SAP Research, Chemnitzer Str. 48, 01187 Dresden, Germany (michael.stollberg,marcel.muth)@sap.com

More information

Interim Analysis of Randomized Clinical Trials. David L DeMets, PhD

Interim Analysis of Randomized Clinical Trials. David L DeMets, PhD Interim Analysis of Randomized Clinical Trials David L DeMets, PhD Need for Data Monitoring Phase I Trials (dose) Monitoring usually at local level Phase II Trials (activity) Most monitoring at local level

More information

ICH S9 guideline on nonclinical evaluation for anticancer pharmaceuticals - questions and answers

ICH S9 guideline on nonclinical evaluation for anticancer pharmaceuticals - questions and answers 16 May 2018 EMA/CHMP/ICH/453684/2016 Committee for Human Medicinal Products ICH S9 guideline on nonclinical evaluation for anticancer pharmaceuticals - questions and answers Step 5 Transmission to CHMP

More information

Janus Clinical Trials Repository: Modernizing the Review Process through Innovation

Janus Clinical Trials Repository: Modernizing the Review Process through Innovation Janus Clinical Trials Repository: Modernizing the Review Process through Innovation Lilliam Rosario, Ph.D. Director Office of Computational Science Food and Drug Administration Janus Clinical Trials Repository

More information

The Importance of Feasibility Studies for Oncology Clinical Trials

The Importance of Feasibility Studies for Oncology Clinical Trials The Importance of Feasibility Studies for Oncology Clinical Trials www.ppdi.com Executive Summary The segmenting of the oncology patient population has increased the challenges in designing clinical trials.

More information

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Objectives To introduce software process models To describe three generic process models and when they may be

More information

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 Failure Rate Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 SOFTWARE (What is Software? Explain characteristics of Software. OR How the software product is differing than

More information

Risk-Based Monitoring: How Can It Be Implemented For More Effective Study Oversight

Risk-Based Monitoring: How Can It Be Implemented For More Effective Study Oversight Risk-Based Monitoring: How Can It Be Implemented For More Effective Study Oversight Lisa Marie Saldanha Senior Director & Head of Operations Real World Insights Asia Singapore Research & Ethics Conference

More information

March 19, Division of Dockets Management (HFA-305) Food and Drug Administration 5630 Fishers Lane Room 1061 Rockville, MD 20852

March 19, Division of Dockets Management (HFA-305) Food and Drug Administration 5630 Fishers Lane Room 1061 Rockville, MD 20852 March 19, 2018 Division of Dockets Management (HFA-305) Food and Drug Administration 5630 Fishers Lane Room 1061 Rockville, MD 20852 RE: Docket No. FDA-2017-D-6765; Draft Guidance for Industry and Food

More information

Bayesian Designs for Clinical Trials in Early Drug Development

Bayesian Designs for Clinical Trials in Early Drug Development Vol. 3, No. 6, June 007 Can You Handle the Truth? Bayesian Designs for Clinical Trials in Early Drug Development By St. Clare Chung and Miklos Schulz Introduction A clinical trial is designed to answer

More information

: What are the features of a knowledge-driven DSS?

: What are the features of a knowledge-driven DSS? by Dan Power Editor, DSSResources.com This is installment #4 about features of computerized decision support systems. The focus is on knowledge-driven Decision Support Systems (KDSS). The goal is to identify

More information

Acceptance of Foreign Clinical Data A U.S. Perspective

Acceptance of Foreign Clinical Data A U.S. Perspective Acceptance of Foreign Clinical Data A U.S. Perspective Robert L. Justice, M.D., M.S. 9 th Kitasato University Harvard School of Public Health Symposium Disclaimer The views expressed in this presentation

More information

The software process

The software process Software Processes The software process A structured set of activities required to develop a software system Specification; Design; Validation; Evolution. A software process model is an abstract representation

More information

Verification and Validation

Verification and Validation System context Subject facet Usage facet IT system facet Development facet Validation Core activities Elicitation Negotiation Context of consideration Execution of RE activities Created requirements artefacts

More information

A Life-cycle Approach to Dose Finding Studies

A Life-cycle Approach to Dose Finding Studies A Life-cycle Approach to Dose Finding Studies Rajeshwari Sridhara, Ph.D. Director, Division of Biometrics V Center for Drug Evaluation and Research, USFDA This presentation reflects the views of the author

More information

Computerized decision support systems for breast cancer management: project

Computerized decision support systems for breast cancer management: project Computerized decision support systems for breast cancer management: project design. Ricardo González Otal 1*, José Luis López Guerra, 2 Carlos Luis Parra Calderón, 1 Alberto Moreno Conde, 1 and María José

More information

Re: Docket No. FDA-2015-D-4562: Draft Guidance Safety Assessment for IND Safety Reporting

Re: Docket No. FDA-2015-D-4562: Draft Guidance Safety Assessment for IND Safety Reporting February 16, 2016 Dockets Management Branch (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm. 1061 Rockville, MD 20852 Re: Docket No. FDA-2015-D-4562: Draft Guidance Safety Assessment for IND

More information

Key multiplicity concepts and principles addressed in the Draft Guidance: Multiple Endpoints in Clinical Trials

Key multiplicity concepts and principles addressed in the Draft Guidance: Multiple Endpoints in Clinical Trials Key multiplicity concepts and principles addressed in the Draft Guidance: Multiple Endpoints in Clinical Trials Mohammad F. Huque, Ph.D. Office of Biostatistics OTS, CDER/FDA DIA Annual Meeting, Boston,

More information

Software Engineering Part 2

Software Engineering Part 2 CS 0901341 Software Engineering Part 2 In this part, we look at 2.1 Software Process 2.2 Software Process Models 2.3 Tools and Techniques for Processing Modelling As we saw in the previous part, the concept

More information

MEDICAL DEVICES: Guidance document

MEDICAL DEVICES: Guidance document EUROPEAN COMMISSION DG ENTERPRISE Directorate G Unit 4 - Pressure Equipment, Medical Devices, Metrology MEDICAL DEVICES: Guidance document MEDDEV 2.12-2 May 2004 GUIDELINES ON POST MARKET CLINICAL FOLLOW-UP

More information

Global Journal of Engineering Science and Research Management

Global Journal of Engineering Science and Research Management SW REQUIREMENT ENGINEERING IN PRACTICE Smita Raj* * C-204, Shiksha Niketan, Vasundhara, Sec-5, Ghaziabad 201012 DOI: 10.5281/zenodo.199474 KEYWORDS: Requirement, Requirement engineering, process models,

More information

Information Paper. MAKING USE OF SNOMED CT: KEY QUESTIONS and STATUS as of SEPTEMBER 2013

Information Paper. MAKING USE OF SNOMED CT: KEY QUESTIONS and STATUS as of SEPTEMBER 2013 Information Paper MAKING USE OF SNOMED CT: KEY QUESTIONS and STATUS as of SEPTEMBER 2013 1. Introduction This document aims at explaining in a synthetic way why certain Member States (MS) have decided

More information

COMMENTS FROM EUROPABIO GENERAL COMMENTS

COMMENTS FROM EUROPABIO GENERAL COMMENTS SUBMISSION OF COMMENTS ON DETAILED GUIDANCE FOR THE REQUEST FOR AUTHORISATION OF A CLINICAL TRIAL ON A MEDICINAL PRODUCT FOR HUMAN USE TO THE COMPETENT AUTHORITIES, NOTIFICATION OF SUBSTANTIAL AMENDMENTS

More information

Synthetic Viruses Targeting Cancer

Synthetic Viruses Targeting Cancer Synthetic Viruses Targeting Cancer Andrew Hessel September 7, 2007 SENS 3, Cambridge, UK Why is a new strategy necessary? Breast cancer remains a significant cause of illness and death The treatment options

More information

Comments on Draft Guidance for Industry Considerations in Demonstrating Interchangeability with a Reference Product [Docket No.

Comments on Draft Guidance for Industry Considerations in Demonstrating Interchangeability with a Reference Product [Docket No. Pfizer Inc 235 East 42 nd Street New York, NY 10017-5755 24 March 2017 By Electronic Submission. Division of Dockets Management (HFA-305), Food and Drug Administration, 5630 Fishers Lane, rm. 1061, Rockville,

More information

Software Processes. Objectives. Topics covered. The software process. Waterfall model. Generic software process models

Software Processes. Objectives. Topics covered. The software process. Waterfall model. Generic software process models Objectives Software Processes To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

Session 4: Statistical considerations in confirmatory clinical trials II

Session 4: Statistical considerations in confirmatory clinical trials II Session 4: Statistical considerations in confirmatory clinical trials II Agenda Interim analysis data monitoring committees group sequential designs Adaptive designs sample size re-estimation Phase II/III

More information

Building A Knowledge Base of Severe Adverse Drug Events Based On AERS Reporting Data Using Semantic Web Technologies

Building A Knowledge Base of Severe Adverse Drug Events Based On AERS Reporting Data Using Semantic Web Technologies Building A Knowledge Base of Severe Adverse Drug Events Based On AERS Reporting Data Using Semantic Web Technologies Guoqian Jiang, MD, PhD Mayo Clinic College of Medicine, Rochester, MN, USA MEDINFO 2013

More information

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes Objectives Software Processes To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

Docket No. FDA-2013-D-0114, Draft Guidance Distinguishing Medical Device Recalls From Product Enhancements; Reporting Requirements

Docket No. FDA-2013-D-0114, Draft Guidance Distinguishing Medical Device Recalls From Product Enhancements; Reporting Requirements One Boston Scientific Place Natick, MA 01760 (508) 652-7400 Tel (508) 652-1898 Fax www.bostonscientific.com May 20, 2013 Divisions of Docket Management (HFA-305) Food and Drug Administration 5630 Fishers

More information

The Johns Hopkins Institute for Clinical and Translational Research

The Johns Hopkins Institute for Clinical and Translational Research ICTR The Johns Hopkins Institute for Clinical and Translational Research INTRODUCTION TO CLINICALTRIALS.GOV LINDA POST, RN, BSN, CCRP RESEARCH NAVIGATOR JUNE 28, 2013 Development of this resource was supported

More information

SAGE Guideline Modeling: Motivation and Methodology

SAGE Guideline Modeling: Motivation and Methodology SAGE Guideline Modeling: Motivation and Methodology Samson W Tu 1, James Campbell 2, Mark A Musen 1 1 Stanford Medical Informatics, Stanford University, Stanford, CA, USA 2 University of Nebraska Medical

More information

Topics covered. Software process models Process iteration Process activities The Rational Unified Process Computer-aided software engineering

Topics covered. Software process models Process iteration Process activities The Rational Unified Process Computer-aided software engineering Software Processes Objectives To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

E2C(R2) Implementation Working Group ICH E2C(R2) Guideline: Periodic Benefit-Risk Evaluation Report Questions & Answers

E2C(R2) Implementation Working Group ICH E2C(R2) Guideline: Periodic Benefit-Risk Evaluation Report Questions & Answers E2C(R2) Implementation Working Group ICH E2C(R2) Guideline: Periodic Benefit-Risk Evaluation Report & Current version dated 31 March International Conference on Harmonisation of Technical Requirements

More information

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Software Engineering Third Year CSE( Sem:I) 2 marks Questions and Answers

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Software Engineering Third Year CSE( Sem:I) 2 marks Questions and Answers DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Software Engineering Third Year CSE( Sem:I) 2 marks Questions and Answers UNIT 1 1. What are software myths Answer: Management myths: We already have a book

More information

Recent publications & Announcements

Recent publications & Announcements Recent publications & Announcements HLP Seminar October 2018 https://rdcu.be/8vz2 2 https://rdcu.be/8tlf 3 https://t.co/resz5nfjlt 4 Social media mining for birth defects research: A rule-based, bootstrapping

More information

Re: Docket No. FDA-2018-D-1895: Indications and Usage Section of Labeling for Human Prescription Drug and Biological Products Content and Format

Re: Docket No. FDA-2018-D-1895: Indications and Usage Section of Labeling for Human Prescription Drug and Biological Products Content and Format September 7, 2018 Dockets Management Branch (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm. 1061 Rockville, MD 20852 Re: Docket No. FDA-2018-D-1895: Indications and Usage Section of Labeling

More information

August 25, Dockets Management Branch (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm Rockville, MD 20852

August 25, Dockets Management Branch (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm Rockville, MD 20852 August 25, 2014 Dockets Management Branch (HFA-305) Food and Drug Administration 5630 Fishers Lane, Rm. 1061 Rockville, MD 20852 Re: FDA Docket No. FDA-2014-D-0758-0001 Draft Guidance for Industry on Distributing

More information

1.4 Applicable Regulatory Requirement(s) Any law(s) and regulation(s) addressing the conduct of clinical trials of investigational products.

1.4 Applicable Regulatory Requirement(s) Any law(s) and regulation(s) addressing the conduct of clinical trials of investigational products. 1.1 Adverse Drug Reaction (ADR) In the pre-approval clinical experience with a new medicinal product or its new usages, particularly as the therapeutic dose(s) may not be established: all noxious and unintended

More information

1201 Maryland Avenue SW, Suite 900, Washington, DC ,

1201 Maryland Avenue SW, Suite 900, Washington, DC , 1201 Maryland Avenue SW, Suite 900, Washington, DC 20024 202-962-9200, www.bio.org May 31, 2012 Dockets Management Branch (HFA-305) Food and Drug Administration 5600 Fishers Lane, Rm. 1061 Rockville, MD

More information

The Promise and Challenge of Adaptive Design in Oncology Trials

The Promise and Challenge of Adaptive Design in Oncology Trials THE POWER OFx Experts. Experience. Execution. The Promise and Challenge of Adaptive Design in Oncology Trials Clinical oncology trials are more complex and time consuming than those in any other therapeutic

More information

Georgina Verdugo, JD Office for Civil Rights U.S. Department of Health and Human Services Attention: HIPAA Privacy Rule Accounting for Disclosures

Georgina Verdugo, JD Office for Civil Rights U.S. Department of Health and Human Services Attention: HIPAA Privacy Rule Accounting for Disclosures Georgina Verdugo, JD Office for Civil Rights U.S. Department of Health and Human Services Attention: HIPAA Privacy Rule Accounting for Disclosures Submitted electronically at: http://www.regulations.gov

More information

CLASS/YEAR: II MCA SUB.CODE&NAME: MC7303, SOFTWARE ENGINEERING. 1. Define Software Engineering. Software Engineering: 2. What is a process Framework? Process Framework: UNIT-I 2MARKS QUESTIONS AND ANSWERS

More information

Toward a Richer Representation of Sequence Variation in the Sequence Ontology Michael Bada 1 and Karen Eilbeck 2 1

Toward a Richer Representation of Sequence Variation in the Sequence Ontology Michael Bada 1 and Karen Eilbeck 2 1 Toward a Richer Representation of Sequence Variation in the Sequence Ontology Michael Bada 1 and Karen Eilbeck 2 1 University of Colorado Anschutz Medical Campus, Department of Pharmacology, MS 8303, RC-1

More information

Statement on Regulatory Systems to Improve Pharmaceutical Safety

Statement on Regulatory Systems to Improve Pharmaceutical Safety International Society for Pharmacoepidemiology (ISPE) Statement on Regulatory Systems to Improve Pharmaceutical Safety INTRODUCTION The public, some researchers, individual regulators and policymakers

More information

Figure 1: Overview of approach for Aim 1

Figure 1: Overview of approach for Aim 1 Significance Despite allocating more than $11 billion each year to support clinical research, the system of federal funding for medical research lacks a coordinated approach for allocating resources based

More information

Proposed Algorithm with Standard Terminologies (SNOMED and CPT) for Automated Generation of Medical Bills for Laboratory Tests

Proposed Algorithm with Standard Terminologies (SNOMED and CPT) for Automated Generation of Medical Bills for Laboratory Tests Original Article Healthc Inform Res. 2010 September;16(3):185-190. pissn 2093-3681 eissn 2093-369X Proposed Algorithm with Standard Terminologies (SNOMED and CPT) for Automated Generation of Medical Bills

More information

Interoperability of business registers in the European Statistical System: the Eurostat VIP.ESBRs project

Interoperability of business registers in the European Statistical System: the Eurostat VIP.ESBRs project Interoperability of business registers in the European Statistical System: the Eurostat VIP.ESBRs project Amerigo LIOTTI - EUROSTAT Introduction Eurostat started in 2009 a reflection on the production

More information

Modeling Commercial Knowledge to Develop Advanced Agent-based Marketplaces for E-commerce

Modeling Commercial Knowledge to Develop Advanced Agent-based Marketplaces for E-commerce Modeling Commercial Knowledge to Develop Advanced Agent-based Marketplaces for E-commerce Martin Molina Department of Artificial Intelligence, Technical University of Madrid Campus de Montegancedo s/n,

More information

29 August Dear Sir/Madam:

29 August Dear Sir/Madam: 29 August 2016 Directorate General for Health and Food Safety DG SANTE Unit B4 "Medical products Quality, Safety and Innovation" European Commission F101 08/058 B-1049 Brussels RE: Public consultation

More information

Perspective: Convergence of CLIA and FDA Requirements A Rational Shift in the Regulatory Paradigm

Perspective: Convergence of CLIA and FDA Requirements A Rational Shift in the Regulatory Paradigm Perspective: Convergence of CLIA and FDA Requirements A Rational Shift in the Regulatory Paradigm Planning for Efficiencies of Data, Resources, and Timelines A PRECISION BRIEF Introduction As precision

More information

Document Reuse: Theory and Practice

Document Reuse: Theory and Practice Document Reuse: Theory and Practice Peggy Boe, RN Sr. Director, Medical Writing Image Solutions, Inc (ISI) Company logo here Best Practice: Single Sourcing Creating reusable text and information Requires

More information

FDB MEDKNOWLEDGETM PACKAGES FOR MEDITECH

FDB MEDKNOWLEDGETM PACKAGES FOR MEDITECH FDB MEDKNOWLEDGETM PACKAGES FOR MEDITECH The Advancing Right Level Medication of Information Decision You Support Need Where Through Actionable and When You Drug Need Knowledge It Delivering the right

More information

Objectives Discuss the importance of proper data collection. Identify the types of data collected for clinical trials. List potential source documents

Objectives Discuss the importance of proper data collection. Identify the types of data collected for clinical trials. List potential source documents Data Management in Clinical Trials Introduction to the Principles and Practice of Clinical Research January 24, 2011 Diane St. Germain, RN, MS, CRNP Nurse Consultant Division of Cancer Prevention National

More information

Evaluation of Modeling Techniques for Agent- Based Systems

Evaluation of Modeling Techniques for Agent- Based Systems A tutorial report for SENG 609.22 Agent Based Software Engineering Course Instructor: Dr. Behrouz H. Far Evaluation of Modeling Techniques for Agent- Based Systems Prepared by: Wei Shen ABSTRACT To develop

More information

This template is to be used by companies willing to submit an overview of relevant

This template is to be used by companies willing to submit an overview of relevant Briefing book template for pharmaceuticals to support a multi-hta Early Dialogue (ED) December 13 th, 2013 This template is to be used by companies willing to submit an overview of relevant information

More information

EffTox Users Guide and Tutorial (version 2.9)

EffTox Users Guide and Tutorial (version 2.9) EffTox Users Guide and Tutorial (version 2.9) Introduction This program is a (beta) implementation of the dose-finding method described in "Dose- Finding Based on Efficacy-Toxicity Trade-Offs" by Peter

More information

Deliverable 6.4: Final report of EHR4CR Tools and services

Deliverable 6.4: Final report of EHR4CR Tools and services Electronic Health Records for Clinical Research Deliverable 6.4: Final report of EHR4CR Tools and services Version 1.0 Final 22 March 2016 Project acronym: EHR4CR Project full title: Electronic Health

More information

STATEMENT OF WORK. Statement of Work for Clinical Reasoning and Prediction System Assessment Page 1 of 7

STATEMENT OF WORK. Statement of Work for Clinical Reasoning and Prediction System Assessment Page 1 of 7 STATEMENT OF WORK TO ENABLE A CLINICAL REASONING AND PREDICTION SYSTEM ASSESSMENT RFI #D13PS00141 1. Background The terms clinical reasoning and prediction are over-loaded and potentially misunderstood.

More information

Electronic Healthcare Record and Clinical Research in Cardiovascular Radiology. HL7 CDA and CDISC ODM Interoperability

Electronic Healthcare Record and Clinical Research in Cardiovascular Radiology. HL7 CDA and CDISC ODM Interoperability Electronic Healthcare Record and Clinical Research in Cardiovascular Radiology. HL7 CDA and CDISC ODM Interoperability A. El Fadly a, C. Daniel ab, C. Bousquet ab, T. Dart b, P-Y. Lastic c, P. Degoulet

More information

Leveraging of CDISC Standards to Support Dissemination, Integration and Analysis of Raw Clinical Trials Data to Advance Open Science

Leveraging of CDISC Standards to Support Dissemination, Integration and Analysis of Raw Clinical Trials Data to Advance Open Science Leveraging of CDISC Standards to Support Dissemination, Integration and Analysis of Raw Clinical Trials Data to Advance Open Science Ravi Shankar Research Scientist, Division of Systems Medicine, Stanford

More information