Retrieve Protocol for Execution: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Line 64: Line 64:
***Can this be handled with the UpdateProtocolExeStep(EnterPatientRequest) transaction?
***Can this be handled with the UpdateProtocolExeStep(EnterPatientRequest) transaction?
***<font color='green'>Not for now…but allow structure in the future...will add to the EnterPatientRequest transaction</font>
***<font color='green'>Not for now…but allow structure in the future...will add to the EnterPatientRequest transaction</font>
**Define transactions between enter and enroll (new screening transactions vs RFD)
***Have added the UpdateProtocolExeStep(ScreenPatientRequest) transaction.
****<font color='green'>Keep generic</font>
***Can RFD be used for these transactions instead of the extra transaction?
****<font color='green'>Advised to use RFD in these scenarios.  Very similar to doing clinical study care</font>
****<font color='green'>Added to RPE Flow Diagram</font>
**UpdateProtocolExeStep(PatientIdentified) take out?
***Is there a need to let the ProtocolManager know that a set of patients have been identified against the inclusion/exclusion criteria before that ProtocolExecutor attempts the EnterPatientRequest?
***<font color='green'>Leave in diagram, but take out the UpdateProtocolExeStep to ProtocolManager</font>


**<font color='darkred'>Define transactions between enter and enroll (new screening transactions vs RFD)</font>
**<font color='green'>Change ScreenPatientRequest to</font>
***<font color='darkred'>Have added the UpdateProtocolExeStep(ScreenPatientRequest) transaction.</font>
***<font color='green'>PatientScreeningVisitsScheduled</font>
***<font color='darkred'>Can RFD be used for these transactions instead of the extra transaction?</font>
***<font color='green'>RecordPatientScreeningVisit</font>
**<font color='darkred'>UpdateProtocolExeStep(PatientIdentified) take out? </font>
***<font color='darkred'>Is there a need to let the ProtocolManager know that a set of patients have been identified against the inclusion/exclusion criteria before that ProtocolExecutor attempts the EnterPatientRequest?</font>
**<font color='darkred'>How will screen failed message be handled</font>
**<font color='darkred'>How will screen failed message be handled</font>
***<font color='darkred'>Will the ProtocolExecutor know that the patient failed screening or only the ProtocolManager?</font>
***<font color='darkred'>Will the ProtocolExecutor know that the patient failed screening or only the ProtocolManager?</font>
***<font color='darkred'>Is there a need to handle both ways from ProtocolManager and from ProtocolExecutor?</font>
***<font color='darkred'>Is there a need to handle both ways from ProtocolManager and from ProtocolExecutor?</font>
**<font color='darkred'>Discuss changing PatientScheduled to PatientStudyVisitsScheduled</font>
**<font color='darkred'>What should be the Identifier be called returned from EnterPatientRequest? </font>
**<font color='darkred'>What should be the Identifier be called returned from EnterPatientRequest? </font>
***<font color='darkred'>CandidateID?</font>
***<font color='darkred'>CandidateID?</font>

Revision as of 17:09, 6 February 2009

Introduction

This is a draft of the Retrieve Protocol for Execution Profile (RPE) supplement to the Quality, Research, and Public Health (QRPH) Technical Framework. This draft is a work in progress, not the official supplement or profile.

Profile Abstract

The Retrieve Protocol for Execution Profile (RPE) provides an automated mechanism for EHR to retreive a complex set of clinical research instructions (or a protocol) from an EDC system to execute within the EHR.

  • RFD scenario teams:
    • Sponsors: Pfizer, Lilly, Novartis, Genzyme
    • EHRs: Greenway, Cerner, Allscripts, Epic
    • eClinical: Outcome Sciences, Nextrials, Phoenix Data Systems
  • Proposal Editor: Landen Bain (CDISC)
  • Profile Editors:
    • Daemon Whittenburg (Greenway Medical Technologies)
    • Diane Wold (Glaxo Smith Klein - Chair of CDISC’s Trial Design Team )
  • Dan Levy (Outcome Sciences)
  • Robert Barr (NexTrials)
  • Chris Connor (Phoenix Data Systems / Bio-Imaging Technologies)
  • Jane Griffin (Cerner)
  • Jaime Lucove (AllScripts)
  • Lisa Chatterjee (DIFZ, chair of CDISC’s Protocol Representation team)
  • David Handelsman (SAS)

Meeting Notes

RPE Meeting Notes Archive

Upcoming meeting dates 2/6, 2/20 and 3/6

02/06/09

  • Discussed confusion of RetrieveProtocolDefList as a transaction
    • Is it a retrieve mechanism or a query mechanism?
      • It is a query mechanism
    • Need to have a defined starting point for the RPE profile
      • That starting point will be the RetreiveProtocolDef transaction
    • Discuss Proposal for the issue involving the RetrieveProtocolDefList transaction
      • Combine the RetrieveProtocolDefList transaction into the RetrieveProtocolDef transaction
      • The parameter passed for the RetrieveProtocolDef would be an XML structure for querying the ProtocolManager
        • For the use of retrieving a protocolDef from the ProtocolManager the query would be for a specific protocolDef
        • In the future this could be expanded to provide the ability to query on multiple parameters
          • Those mutliple parameters being anything included in the TDM
          • Including a way to request a list of protocolDefs
        • For now the protocolDefID needed for the RetreiveProtocolDef transaction would be supplied similar to how the formIDs are provided via RFD
      • This allows us to focus on the transactions from UpdateProtocolExeStep(EnterPatientRequest) to UpdateProtocolExeStep(EnrollPatientRequest)
    • The RetreiveProtocolDefList transaction will be removed
    • The parameter passed into RetrieveProtocolDef transaction will be an XML query structure
    • For the use of retrieving a protocolDef from the ProtocolManager the query would be for a specific protocolDef
    • In the future this could be expanded to provide the ability to query on multiple parameters (anything contained within the TDM)
    • Including a way to request a list of protocolDefs
  • Removed EDC and EHR from RPE Flow Diagram
  • Split scheduling UpdateProtocolExeStep transaction into two different transactions
    • UpdateProtocolExeStep(PatientScheduled) - Patient visits are scheduled
    • UpdateProtocolExeStep(RecordPatientVisit) - Patient has came in for visit[n]
  • Items discussed at the 01/27/2009 IHE face-to-face meeting
    • What are the reasons why UpdateProtocolExeStep(EnrollPatientRequest) would fail...(screen failed? any others?)
      • screen failed, study put on hold, enrollment complete
    • Add prerequisite to UpdateProtocolExeStep
      • EnterPatientRequest - consent, meets pre-screening eligibility criteria before consent
      • ScreenPatientRequest - patient entered
      • EnterPatientRequest - screening complete, meets screening eligibility criteria
      • Need to alert ProtocolManager that patient doesn't want to be a part of the study from ProtocolExecutor
        • This will be handled with the RecordPatientVisit transaction and an RFD form to withdraw the patient from study
    • Do we need the ability to batch enter patientIDs into study?
      • Can this be handled with the UpdateProtocolExeStep(EnterPatientRequest) transaction?
      • Not for now…but allow structure in the future...will add to the EnterPatientRequest transaction
    • Define transactions between enter and enroll (new screening transactions vs RFD)
      • Have added the UpdateProtocolExeStep(ScreenPatientRequest) transaction.
        • Keep generic
      • Can RFD be used for these transactions instead of the extra transaction?
        • Advised to use RFD in these scenarios. Very similar to doing clinical study care
        • Added to RPE Flow Diagram
    • UpdateProtocolExeStep(PatientIdentified) take out?
      • Is there a need to let the ProtocolManager know that a set of patients have been identified against the inclusion/exclusion criteria before that ProtocolExecutor attempts the EnterPatientRequest?
      • Leave in diagram, but take out the UpdateProtocolExeStep to ProtocolManager
    • Change ScreenPatientRequest to
      • PatientScreeningVisitsScheduled
      • RecordPatientScreeningVisit
    • How will screen failed message be handled
      • Will the ProtocolExecutor know that the patient failed screening or only the ProtocolManager?
      • Is there a need to handle both ways from ProtocolManager and from ProtocolExecutor?
    • Discuss changing PatientScheduled to PatientStudyVisitsScheduled
    • What should be the Identifier be called returned from EnterPatientRequest?
      • CandidateID?
      • ScreeningID?
    • Is there a need for the ability of an EHR to submit the SubjectID (Psuedonemized) in the EnrollPatientRequest execution step?
      • Can this be handled as part of the submission data int he EnrollPatientRequest execution step
    • Change name of UpdateProtocolExeStep to ExecuteProtocolStep?
    • re-use workflow standards
      • Research BPEL as the standard to use for the Workflow Management transactions
        • resource - Karen (IBM)
      • How can BPEL be applied to RPE
        • Header info for the transactions?
        • Does it replace the transactions entirely with the BPEL xml?
    • Does the profile need to be more generic so that it can be used for other workflows than just clinical research?
      • ProtocolManager to WorkflowManager?
      • UpdateProtocolExeStep to UpdateWorkflowStep/ExecuteWorkflowStep?
    • Add additional use cases, such as the Cancer Registry's use case?
  • Review input/output data elements needed for the UpdateProtocolExeStep(EnterPatientRequest) transaction
    • Work will be needed from the eClinical side in order to define these data elements
    • What data is needed from the EHR to successfully Enroll a subject into EDC for a study
    • What data is available from the EDC to store within the EHR
    • This will help determine the standard to use. Already looking into BRIDG and BPEL
  • [To be done after the input/output data elements are defined] Discuss XML standards to be used for message parameter supplied in the UpdateProtocolExeStep transaction
    • Choosing an XML standard cannot happen until we have defined the data elements needed for the transaction
    • Need to also think about other data elements needed for the other options for this "UpdateProtocolExeStep" transaction
    • Introduce BRIDG (Biomedical Research Integrated Domain Group) as a standard to use with RPE
      • Think of it in the same way as a content profile (CRD) for the transmission mechanism (RFD)
      • caBIG
  • Determine expected state before (prerequisites) and after each transaction
  • Discuss additional transaction or use of current ones that may need to be needed in the flow diagram
  • From Landen's update to the group on information about CRD CP discussion and RFD changes
  • Should we make RPE an abstract patterns for workflow management
    • Landen follow up with BPEL leads?
  • Have a TDM expert give an overview of an example of a clinical study in TDM format
  • Have a BRIDG expert give an overview
  • Get a BPEL expert to give an overview of BPEL
  • Should we adress all transactions and not just the Enter through Enroll transactions?
  • Need a transaction for 'Study has been shutdown, what needs to take place as far as patient's state and protocolDef within EHR?'

Open Issues

Open issues are being tracked in the meeting notes in red

  • Similar issues are addressed in the Performance Measurement Data Element Structured for EHR Extraction white paper. What relation does RPE have with quality initiatives?
  • Move "pre-order labs and other assessments" to "Patient Involvement" in use case graphic

Closed Issues

RPE Closed Issues

Risks

  • Cross-system workflow integration is a relatively new area for IHE.
  • The EHRs risk encountering the clinical research regulatory environment 21 CFR part 11.

Summary

Many healthcare sites supplement their core patient care activities by participating in clinical trials. Currently, the tasks required for clinical research participation are served by systems entirely separate from the site's EHR. The ITI profile Retrieve Form for Data-capture (RFD), along with its complementary content profile Clinical Research Data-capture, have set a path towards integrating site-based clinical research workflow into the task manager of an electronic health record. This new profile, Retrieve Protocol for Execution, expands the scope of workflow integration between clinical research and EHR systems.

CDISC's Protocol Representation team intends to develop a standard protocol document, derived from the BRIDG, a RIM-linked data model. This protocol representation includes the Trial Design Model a standard structure for representing the planned sequence of events and the treatment plan of a trial. This planned sequence of events includes many tasks that could be executed by an EHR's workflow engine. The 'schedule of activities' section of the trial design includes clinical trial activities such as interventions (e.g., administering drug, surgery) and study administrative activities (e.g,. obtaining informed consent, distributing clinical trial material & diaries, randomization) as well as assessments. The time is ripe to insert these executable workflow tasks into the EHR for execution within the site's normal way of doing business.

State of systems before RPE
State of systems after RPE

The Problem

Research protocols are complex instruction sets that guide the conduct of trials. A subset of the protocol pertains to the activities of the healthcare provider site that participates in the trial. This instruction set specifies the data to be captured, tests to be ordered, inclusion and exclusion criteria for subjects, number and type of visits, etc. These instructions currently reside in hard copy binders which provide guidance for study coordinators at research sites. What is desired is a way to insert protocol instructions into an EHR for automatic completion.

Glossary

Clinical Trial Protocol
The ICH (International Conference on Harmonization) GCP (Good Clinical Practice) defines a Clinical Trail Protocol to be "a document that describes the objective(s), design, methodology, statistical considerations, and organization of a clinical trial. The protocol usually also gives the background and reason the trial is being conducted, but these could be provided in other documents referenced in the protocol (such as an Investigator's Brochure)."
ProtocolDef
The protocol documentation created by an eClinical Research sponsor that describes a clinical research study. The ProtocolDef will be maintained by the ProtocolManager.
ProtocolState
The protocol state at the point in which a patient is involved in a clinical study.

Volume I

Dependencies

  • patient inclusion/exclusion criteria
  • patient signed inform consent
  • labs
  • documented signed inform consent
  • screening

Overview

Detailed Proposal

Scope

Example

Use Case - Investigational New Drug Clinical Trial

In the uses cases below, we describe the before and after effects of implementing the Retrieve Protocol for Execution profile.

  • The setting for the clinical trial use case is a physicians’ practice where patient care is delivered side-by-side with clinical research.
  • The site, Holbin Medical Group, is a multi-site physician practice, employing over 100 physicians in a variety of specialties.
  • Holbin’s CEO encourages the physicians to participate as site investigators for pharmaceutical-sponsored clinical trials.

Before Retrieve Protocol for Execution

Preconditions
  1. A Clinical Research Protocol is defined by a clinical trials expert.
  2. Holbin provides support for clinical research activities in the form of a Research Department of twelve dedicated study coordinators, mostly RNs, along with clerical and data-entry support personnel.
  3. Holbin Medical Group uses an Electronic Health Record (EHR) and a number of sponsor-provided Electronic Data Capture (EDC) systems for documenting clinical trial activities.
Use Case
  1. Clinical Research Site's Involvement
    1. Holbin’s involvement in a clinical study begins when the Research Department receives a request for proposal (RFP) from PharmaGen, a biopharma research sponsor.
    2. A Study Coordinator, Patricia Zone, RN, evaluates the RFP for business viability and clinical appropriateness, provides the requested documentation back to the sponsor, and agrees to participate
  2. Approved as a site for PharmaGen #1234 trial
    1. After being approved as a site for the PharmaGen #1234 trial, the site Holbin Medical Gruop provides the required regulatory documentation to the sponsor
    2. The physician identified as the Principal Investigator and other study personnel receive protocol-specific training from the sponsor, including training in use of the SynerGen EDC system.
  3. During the trial set-up period, Patricia takes a number of steps that require interaction with the EHR. At this juncture, searches are at an aggregate level
    1. Ensures that the appropriate system security is in place for this protocol;
    2. Recruits patients to participate as subjects according to inclusion and exclusion criteria described in the study protocol;
    3. Creates a visit type for 1234 patient visits;
    4. Reviews CRFs for data capture and data entry;
    5. Pre-orders labs and other assessments;
    6. Performs all the attendant financial tasks.
  4. Following set up, Patricia contacts Corey Jones, a patient at Holbin, about participating in the trial, and Corey agrees to participate as a subject. A number of tasks deal with this individual patient
    1. Register Corey in the EHR as a subject in trial #1234, using the EHR’s patient index.
    2. She also registers Corey as a subject in the EDC system.
    3. She schedules Corey’s study visits using the EHR scheduling module, and flags the visits as pertaining to the trial #1234.
    4. Initiates clinical trial care and trial-specific documentation.
Postconditions
Holbin Medical Group uses an Electronic Health Record (EHR) and the SynerGen EDC Electronic Data Capture (EDC) system to document the PharmaGen #1234 trial activities.

After Retrieve Protocol for Execution

Precondition
  1. A Clinical Research Protocol is defined by a clinical trials expert.
Use Case
  1. Clinical Research Site's Involvement
    1. ProtocolExecutor uses the RetrieveProtocolList transaction to obtain a list of protocols from the Protocol Manager
    2. ProtocolExecutor uses the AgreesToParticipate transaction to notify ProtocolManager that the site agrees to participate in the study
    3. ProtocolExecutor uses the RetrieveProtocol transaction to obtain the specific protocol from the ProtocolManager
  2. Approved as a site for PharmaGen #1234 trial
    1. ProtocolManager uses the SubmitProtocolApproval transaction to the ProtocolExecutor for a specific protocol
    2. ProtocolExecutor uses the SubmitRegulatoryDocumentation transaction to submit required regulatory documentation to the ProtocolManager
  3. Trial Setup
    1. ProtocolExecutor uses the UpdateProtocolManager (patient identified) transaction to let the ProtocolManager know that patients have been identified
  4. Patient Involvement
    1. ProtocolExecutro uses the UpdateProtocolManager (request enroll patient) transaction to attempt to enroll the patient into the study
    2. ProtocolExecutor uses the UpdateProtocolManager (schedule patient study visits) transaction to update the ProtocolManager that the study visits have been scheduled
Postcondition
Holbin Medical Group uses an Electronic Health Record (EHR) to document the PharmaGen #1234 trial activities using RFD.


Actors/Transaction

Process/Flow

The flow of transactions between the ProtocolManager and ProtocolExecutor

Actors

  • Protocol Executor
    • An entity wanting to access clinical research protocols from a seperate entity that manages clinical research protocols.
    • An example would be an EHR vendor that wants to participate in clinical studies by accessing clinical research protocols.
  • Protocol Manager
    • An entity that manages clinical research protocols.
    • An example would be an EDC vendor that wishes to allow access to the list of clinical research protocols contained within the EDC system.

Transactions

  • RetrieveProtocolDefList
    • Used to allow the ProtocolExecutor to retrieve a list of ProtocolDefs from the ProtocolManager.
    • Can be used by the site trying to view potential studies that the site may want to be involved in.
    • Need to discuss another transaction that would allow the ProtocolManager to publish a ProtocolDef to the ProtocolExecutor as it is added (ProtocolManager PublishProtocolDef to ProtocolExecutor???). An alert when a new ProtocolDef is available.
  • AgreeToParticipateInProtocolDef
    • Used to allow a ProtocolExecutor to notify the ProtocolManager the intent to participate in a particular study
    • Can be used by the site attempting to enroll in a clinical study
  • RetreiveProtocolDef
    • Used to allow a ProtocolExecutor to retrieve one instance of a ProtocolDef for a particular study
    • Can be used by a site attempting to pull down a ProtocolDef once they have finalized all Prerequisites/Dependencies to execute this transaction
  • SubmitProtocolDefApproval
    • Used to allow a ProtocolManager send an approval that the ProtocolExecutor has been approved for a ProtocolDef
    • Can be used by an eClinical vendor to alert a clinical site that they have been approved for a particular study
  • SubmitProtocolDefRegulatoryDocumentation
    • Used to allow a ProtocolExecutor to send Regulatory Documentation to a ProtocolManager
    • Can be used by a clinical site to submit regulatory documentation for a specific protocol after being approved for participation to the eClinical vendor
  • UpdateProtocolExeStep
    • Used to allow a ProtocolExecutor to update a ProtocolManager when an execution step has been taken
    • Can be used by a clinical site to update an eClinical vendor when an execution step has been taken for a particular ProtocolDef
    • Message Options
      • PatientIdentified
      • EnterPatientRequest
        • prereq: patient has signed consent, meets pre-screening eligibility criteria before consent
        • parameters: a structure to allow for multiple patients to be entered
      • ScreenPatientRequest
        • prereq: patient entered
      • EnrollPatientRequest
        • prereq: screening complete, meets screening eligibility criteria
        • reasons for failure: screen failed, study put on hold, enrollment complete
      • PatientScheduled
      • RecordPatientVisit
        • usage:
          • ProtocolExecutor needs to alert ProtocolManager that patient doesn't want to be a part of the study from ProtocolExecutor
          • An RFD form to withdraw the patient from study can also be used


Retrieve Protocol for Execution Actors and Transactions
Actor Transaction Option Section
Protocol Executor RetrieveProtocolDefList R ?
AgreeToParticipateInProtocolDef R ?
RetrieveProtocolDef R ?
SubmitProtocolDefApproval R ?
SubmitProtocolDef R ?
UpdateProtocolExeStep R ?
Protocol Manager RetrieveProtocolDefList R ?
AgreeToParticipateInProtocolDef R ?
RetrieveProtocolDef R ?
SubmitProtocolDefApproval R ?
SubmitProtocolDef R ?
UpdateProtocolExeStep R ?

Volume II

Retrieve Protocol for Execution Content

Standards

Interaction Diagrams

Resources



Return to Quality, Research and Public Health Domain Main Page
Return to Quality, Research and Public Health Planning Committee
Return to Quality, Research and Public Health Technical Committee