<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Assero</title>
	<atom:link href="http://www.assero.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.assero.co.uk</link>
	<description>Implementing Standards for the eClinical Vision</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:47:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Metadata and Layers</title>
		<link>http://www.assero.co.uk/2012/metadata-and-layers/</link>
		<comments>http://www.assero.co.uk/2012/metadata-and-layers/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 07:09:10 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[CDISC SHARE]]></category>
		<category><![CDATA[data standards]]></category>
		<category><![CDATA[eClinical]]></category>
		<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=492</guid>
		<description><![CDATA[I have been wandering around over the last six months or so with a couple of pictures in my head that I have at last managed to commit to paper. The pictures in question try and explain why we would want to layer our metadata and through the layers link data standards and, ultimately, why [...]]]></description>
			<content:encoded><![CDATA[<p>I have been wandering around over the last six months or so with a couple of pictures in my head that I have at last managed to commit to paper. The pictures in question try and explain why we would want to layer our metadata and through the layers link data standards and, ultimately, why the line between those standards may well begin to grey and ultimately may disappear altogether.</p>
<p>So lets start by considering the writing of a protocol. Within the protocol document today, we typically see statements such as “Demographics (age, gender, height and weight)” or “The following baseline demographics and disease characteristics will be captured in the eCRF: Sex, age, body weight, height/length, and race.” Through statements such as these the protocol writer is giving us the first indication of what data is to be captured as part of the study but at a high level using the name of a “concept” such as AGE, SEX and so on.</p>
<div id="attachment_496" class="wp-caption alignright" style="width: 310px"><a href="http://www.assero.co.uk/wp-content/uploads/2012/02/2012-02-06-Layed-Metadata-1.jpg"><img class="size-medium wp-image-496" title="Metadata Flow" src="http://www.assero.co.uk/wp-content/uploads/2012/02/2012-02-06-Layed-Metadata-1-300x197.jpg" alt="" width="300" height="197" /></a><p class="wp-caption-text">Figure 1 - The flow of metadata</p></div>
<p>The reason I put the word concept in quotes is that this single word conveys many different meanings to many people, it is desperately overloaded. What I mean when using the term is a collective designator for one or more atomic items of data that in combination represent some meaningful notion or idea. AGE is a simple example. It is meaningful to most people, consists of value and units and we can provide a good definition for the concept.</p>
<p>So in the first diagram, I see the initial use of the concept within the protocol simply via use of its name. That protocol document is then converted into a study implementation that consists of a set of paper or electronic CRFs – it should be noted that I don’t distinguish the usefulness of metadata simply because of the use of paper CRFs, they need to follow the same rules – with the CRF expanding the concept into its constituent parts.  In addition to the basic definition we will also be interested in how the data are to be captured, how the units are to be presented and other such considerations.</p>
<p>In my simple example AGE, as I said, will consist of two parts, the AGE value and the associated AGE UNITS and we will need to capture these items on a CRF. Now most of the time the units will be fixed, years most likely, may be months but we still need units to make sense of the value. I am of the school that likes to have the variable hidden within the system even if the user cannot change it simply for the purposes of consistency across studies when data are exported. And obviously this data will be collected for the N subjects within the study, hence the multiple CRFs in figure 1.</p>
<p>Once we have our data collected, we will want to take the values into a tabulation with columns holding the AGE and AGE UNITS values from the N subjects. As we move into the world of the tabulation from that of the CRF, we will need to think about the columns and definitions in relation to the dataset as a whole and information about the dataset itself such as its name.</p>
<div id="attachment_494" class="wp-caption alignleft" style="width: 310px"><a href="http://www.assero.co.uk/wp-content/uploads/2012/02/2012-02-06-Layed-Metadata-2.jpg"><img class="size-medium wp-image-494" title="The Common Parts" src="http://www.assero.co.uk/wp-content/uploads/2012/02/2012-02-06-Layed-Metadata-2-300x196.jpg" alt="" width="300" height="196" /></a><p class="wp-caption-text">Figure 2 - Extract The Common Parts</p></div>
<p>So what we see is that in each part of the above chain – I stopped at the tabulation rather than adding further use cases such as analysis dataset, warehousing, data aggregation etc –  there is a common set of information used within each use case but that each use case also requires its own particular metadata. And for these reasons, I created the second diagram and show in figure 2 that we would like to extract that common core definition and bring it into one place to be shared across the use cases.</p>
<p>This then leads to a desire to organize the metadata in a layered fashion as shown in figure 3. In this simplified view, we want to put at the base of our metadata &#8220;stack&#8221; our code lists &#8211; the controlled terminology &#8211; and then in the layer above the definition of  our concept. This provides our core building blocks, a definition that is independent of the use case but consistent across all use cases.</p>
<p>On top of these two lower levels, we can then layer on top the extra metadata applicable to the use case, the CRF for example with the presentation information and such items as range/edit checks that we would need to assist in collecting data. For the tabulation, we want to add precision around the column definitions, may be formats, whether a value is required or is optional, rules for missing values etc.</p>
<div id="attachment_495" class="wp-caption alignright" style="width: 310px"><a href="http://www.assero.co.uk/wp-content/uploads/2012/02/2012-02-06-Layed-Metadata-3.jpg"><img class="size-medium wp-image-495" title="The Layers" src="http://www.assero.co.uk/wp-content/uploads/2012/02/2012-02-06-Layed-Metadata-3-300x181.jpg" alt="" width="300" height="181" /></a><p class="wp-caption-text">Figure 3 - The Metadata Layers</p></div>
<p>One thing to note about the diagram is the warehouse and that I have placed the Study Configuration linked to the warehouse. In reality, the Study Configuration will be created as part of the study build process earlier in the life-cycle but my thought was that the use cases that best illustrate its relevance in the metadata world is the desire to aggregate data across studies. This need drives the requirement that we know what is on each of those studies in the sense of the study construction all the way down to concepts, variables and code lists. Hence my decision to draw it there for the sake of an uncluttered picture.</p>
<p>Finally the submission and review, where the metadata needs to be passed to the regulatory authority, define.xml is one such item but annotated CRF and other such items are also applicable.</p>
<p>I have tried to keep this short and sweet but get the message across. We should be organising our metadata. It needs to be well structured.</p>
<p>It is good to be back writing again, hopefully a few more blogs will flow over the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2012/metadata-and-layers/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>eSource and a Patent</title>
		<link>http://www.assero.co.uk/2011/esource-and-a-patent/</link>
		<comments>http://www.assero.co.uk/2011/esource-and-a-patent/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 11:32:00 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[clinical trials]]></category>
		<category><![CDATA[electronic source]]></category>
		<category><![CDATA[electronic source data]]></category>
		<category><![CDATA[EMA]]></category>
		<category><![CDATA[EMEA]]></category>
		<category><![CDATA[eSDI]]></category>
		<category><![CDATA[eSource]]></category>
		<category><![CDATA[FDA]]></category>
		<category><![CDATA[ODM]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=463</guid>
		<description><![CDATA[A few days ago I was alerted to a discussion thread on LinkedIn by a good friend. I started reading and became increasingly alarmed by what I found. The thread can be found here. Please read the thread. My concern is based around a commercial organization taking out a patent on work that I consider [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I was alerted to a discussion thread on LinkedIn by a good friend. I started reading and became increasingly alarmed by what I found. The thread can be found <a href="http://www.linkedin.com/groupItem?view=&amp;gid=1066557&amp;type=member&amp;item=79202303&amp;qid=de1d1e4a-70da-4e96-bfcc-c0fc36134c93&amp;trk=group_most_popular-0-b-ttl&amp;goback=%2Enmp_*1_*1_*1_*1_*1_*1%2Egmp_1066557" target="_blank">here</a>. Please read the thread.</p>
<p>My concern is based around a commercial organization taking out a patent on work that I consider to be already in the public domain. What is worse is that I, and many others, worked hard to not only produce the idea but also ensure that the work was placed into the public domain with no restrictions on who could use it.</p>
<p>My story begins in 2000 and before working with eDiaries within clinical trials. When working with customers, about the fourth question they asked was, – this is after the “is it part 11 compliant” question – &#8220;Where is the source data?&#8221; At that time, I did not have an answer but it interested me. So, when in 2002, I had some time, I started reading everything I could find on the regulations about source data. I remember reading papers by Paul Bleicher, then at Phase Forward, and by Steve Raymond of PHT fame and discussing the issues with these learned folks at DIA meetings. In 2003, I wrote a paper for the peer-reviewed, Applied Clinical Trials. In order to get that article past peer-review, I remember having to remove a suggestion that the basis of an eSource Data Store should be the CDISC Operational Data Model (ODM). Apparently, the suggestion of using standards at that time was considered too controversial! The <a href="http://appliedclinicaltrialsonline.findpharma.com/appliedclinicaltrials/article/articleDetail.jsp?id=84818" target="_blank">article was published in February of 2004</a>.</p>
<p>By this time, I was working with CDISC furthering the cause of the ODM with the FDA. I have just looked back at presentations that I gave with Dr Rebecca Kush at the FDA in late 2004, extolling the virtues of the ODM and starting to discuss eSource. In late 2004 the FDA invited CDISC to look at the question of eSource and the existing regulations. I was fortunate enough to co-lead the team and, in November of 2006, the final version (after six drafts, four of which went out for public review) of the eSDI paper was published.</p>
<p>While working on the eSDI paper, CDISC were attacked for having the audacity to tackle the subject and there were those on the CDISC Board who questioned whether CDISC should be dealing with such a topic. But in the end the work was well worth it because that document lays the foundation for the use of eSource within clinical trials, irrespective of technology. By developing the 12 principles that are described within the document, any solution can be assessed and seen to meet the regulatory need or not. The paper also presented five potential architectures.</p>
<p>Then came something that I am proud of. The EMA decided to base their eSource guidance on the eSDI work and by doing so, I believe, improved on the eSDI content. The FDA also updated the Computerized Systems Used in Clinical Trials (CSUCT) document to become the CSUCI guidance document and put a toe into the eSource waters. Unfortunately the FDA then released a draft eSource guidance and failed to follow the EMA’s lead by utilizing the CDISC paper.</p>
<p>In parallel with all of this, I was working with Landen Bain as he led the charge to look at practical – and I stress the practical – ways to integrate Electronic Health Records with Clinical Research. Through Integrating the Healthcare Enterprise (IHE), he led the work on the RFD profile that came to fruition in 2007, with several demonstrations of capability at the HIMSS conference in New Orleans. Included in that demonstration was the first incarnation of an eSource Archive based upon the CDISC ODM. This demonstration turned into a formally developed system that has been used in subsequent IHE connectathons and HIMSS events both in the US and Europe. It has been used in several demonstrations of eSource capability to the FDA and has been demonstrated at the 2011 DIA Annual conference. That eSource tool contains the ability to use ODM as an eSource Document, read them, it has audit trails, user roles and leverages the ODM’s metadata to provide meaningful displays of the data and audit trail.</p>
<p>The picture I am painting is one of several threads of activity, all undertaken within open standards development organizations since 2004, with many volunteers and organizations giving their time feely and working in a spirit of cooperation to develop solutions that are for the benefit not only for those giving their time but also for the benefit of clinical research organizations (in the most generic sense), regulatory agencies and ultimately the public with the provision of better and safer products.</p>
<p>I looked back through many presentations that I have given on eSource. Within these presentations are ideas for system topologies, descriptions of the issues and many suggestions. Audiences include the FDA, EMA GCP inspectors and DIA meetings in both the US and Europe.</p>
<p>I am deeply saddened by the discussion in the thread. Having put in many hours working with many others who have also made significant contributions to bring clarity to a difficult subject for the benefit of all, it is galling to consider that an organization can patent ideas where there appears to be a huge overlap with the work done by CDISC and IHE. I have yet to see anything within this patent &#8211; I am happy to be proved wrong -  that is not covered by the work undertaken by many volunteers since the first steps back in 2004.</p>
<p>Here are just a few of the presentations across the year&#8217;s to give a flavour</p>
<h4>DIA Euro Meeting, Lisbon, March 2005</h4>
<p>Slides 37 through to 43 inclusive discuss the Trusted Third Party</p>
<iframe src="http://www.slideshare.net/slideshow/embed_code/10190673" width="650" height="526" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/>
<h4>EMEA, London, June 2006</h4>
<p>Slides 49 &amp; 50 are interesting. They present the generic eSource archive/store architecture.<br />
<iframe src="http://www.slideshare.net/slideshow/embed_code/10190300" width="650" height="526" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/></p>
<h4>DIA CDM Meeting, Florida, March 2007</h4>
<p>Slides 22 to 25 show the relationship between the IHE RFD profile, eSource and a Trusted Third Party (the Archiver)</p>
<iframe src="http://www.slideshare.net/slideshow/embed_code/10197640" width="650" height="526" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br/><br/>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/esource-and-a-patent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The FDA and a Round World</title>
		<link>http://www.assero.co.uk/2011/the-fda-a-round-world/</link>
		<comments>http://www.assero.co.uk/2011/the-fda-a-round-world/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 07:12:16 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ADaM]]></category>
		<category><![CDATA[CDASH]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[data standards]]></category>
		<category><![CDATA[eClinical]]></category>
		<category><![CDATA[FDA]]></category>
		<category><![CDATA[SDTM]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=451</guid>
		<description><![CDATA[The term “round data” conjures up many images. Coined, I believe, by the FDA about three years ago, there is no precise definition of this term. If I asked five people what does “round data” mean, I would probably get six opinions, some abuse and I would probably be reluctant to ask the question ever [...]]]></description>
			<content:encoded><![CDATA[<p>The term “round data” conjures up many images. Coined, I believe, by the FDA about three years ago, there is no precise definition of this term. If I asked five people what does “round data” mean, I would probably get six opinions, some abuse and I would probably be reluctant to ask the question ever again.</p>
<p>So it is for those reasons that this is one of those difficult blog posts to write simply because the subject matter is one that has caused quite a bit of confusion, as well as being one that has resulted in a releasing of emotions in the past. So either this post will result in a flurry of comments or a deathly silence.</p>
<p>I cannot start off by giving that wonderfully simple definition. Wouldn’t it be wonderful to simply say “round data is …” however. I can’t. But I believe the vision of round data, for that is what it is really, a vision. I believe round data is all about context. I have taken part in many conversations about the CDISC standards and context and I have even understood some of them. In the current standards, you will find that there is a lot of implicit context or assumptions. It is these assumptions that get us into trouble because implementation of the same standard will undoubtedly make different assumptions and thus we don’t have a standard, we have two similar implementations.</p>
<p>Consider the value, 180. That one item of information tells you nothing. If I add the units “cm” so as to make 180 cm, you now know it is a dimension. Given the magnitude you might make an assumption it is a height. Now if I add HEIGHT, to build HEIGHT=180 cm I am beginning, but only beginning, to add the context around the recording – or observation – of the height.</p>
<p>But more questions immediately emerge. When did I observe, why did I observe, what happened before and what happened after? So the observation needs to be placed into the context of the method of collection, the collection instrument, be it a case report form or a medical record both of which may be paper or electronic. In the event of the case report form that probably exists within the context of a study and thus a protocol. So as you start to see from this very simple picture of our clinical research world, the context of a simple observation becomes increasingly complex.</p>
<p>What we strive for is to place the observation into the right context. A human does that very well. You or I can read the protocol, examine the annotated CRF and look at the resulting dataset. But if we want to get more from our data, to be easily able to aggregate across studies, we need the computer, the machine, to have access to that same context. Some of the things we might wish to see are:</p>
<ul>
<li>Relationship between a clinical observation and the planned observations, did we capture everything intended? Did we capture more? Which observation is which?</li>
<li>Parent child relationships, for example, these multiple results came from a single sample</li>
<li>Relating adverse events to interventions</li>
<li>Terminology relationships</li>
</ul>
<p>We have some of these relationships today but they are, as I have said, implicit. The value and units of our observation are related but only by an implicit positional relationship because the two columns are next to each other in the dataset and the data specification (human readable only) tells me what those two columns contain. We need to make those relationships tangible. SDTM has gone a long way to achieving this but suffers from only providing them in a human-readable form and not having the scope of relationships that we may wish to see in the future.</p>
<p>We therefore need to build on SDTM and all the other good work to get to the round world. But the relationships extend across a single standard. Consider the issue of traceability of submitted data back to the case report form. The relationships in this scenario encompass not only SDTM but CDASH and potentially ADaM.</p>
<p>So a definition for round data? I would suggest round data as being nothing more than a richness of relationships. The challenge is defining the relationships we want, how best to describe them and how to transmit them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/the-fda-a-round-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogs &amp; eSource: some ponderings</title>
		<link>http://www.assero.co.uk/2011/blogs-esource-some-ponderings/</link>
		<comments>http://www.assero.co.uk/2011/blogs-esource-some-ponderings/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 13:30:59 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[DIA]]></category>
		<category><![CDATA[eClinical]]></category>
		<category><![CDATA[eSource]]></category>
		<category><![CDATA[FDA]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=412</guid>
		<description><![CDATA[Over the last few months, Dave and I have been working hard and as a consequence our blogging has not been as prolific as it has been in past months. However, like all good ‘bloggers’ we continue to read the blogs of others with fervour. So I have been intrigued by a few posts in [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months, Dave and I have been working hard and as a consequence our blogging has not been as prolific as it has been in past months. However, like all good ‘bloggers’ we continue to read the blogs of others with fervour. So I have been intrigued by a few posts in recent weeks that I thought I would draw your attention to, either because like me you are interested in the power of social media or because as the biopharmaceutical industry moves forward, social media goes with it.</p>
<p>First of all I thought I’d draw your attention to <a title="John Halamka" href="http://geekdoctor.blogspot.com/2011/07/can-blogging-be-harmful-to-your-career.html">John Halamka’s blog</a>. It’s an interesting mix of highly technical records of the current developments in the HIT world (which at times seems mind boggling!) and government policy, along with some new and interesting technology observations and some very personal revelations about his family. I don’t think I have ever read anything controversial or even remotely tricky in his Blogs (which in my opinion is not the purpose of a Blog, it should always raise questions and invite comments), however to read that he has had his Blog used against him was rather surprising. Blogs and other forms of social media are public documents that are there to engage an audience; they are snapshots of thoughts and ideas that help to create a better understanding of our industry. I think we need to be careful about what we say but not so careful that freedom of expression and good debate are squandered for dry renditions of current developments that don’t interest anyone! Most criticism seems to come from those who either don’t write blogs themselves or can’t imagine how anyone who is doing any work has time for such linguistic efforts.</p>
<p>So moving on, CDISC have been producing some interesting <a title="CDISC Blog" href="http://www.cdisc.org/cdisc-blog" target="_blank">Blogs</a> about the Interoperability Showcase at the recent DIA Annual meeting in Chicago (<a title="DIA Interoperability Showcase Webinar" href="https://diahome.webex.com/ec0605ld/eventcenter/recording/recordAction.do;jsessionid=xhrpTh0VGqbpL25Yyp6Tv9VK2SvFYTQ1Q7zY9Q9DmBSMnCGRSv9t!-808378119?theAction=poprecord&amp;actname=%2Feventcenter%2Fframe%2Fg.do&amp;apiname=lsr.php&amp;renewticket=0&amp;renewticket=0&amp;actappname=ec0605ld&amp;entappname=url0107ld&amp;needFilter=false&amp;&amp;isurlact=true&amp;entactname=%2FnbrRecordingURL.do&amp;rID=48060317&amp;rKey=8a917bc6305aee90&amp;recordID=48060317&amp;rnd=1441953299&amp;siteurl=diahome&amp;SP=EC&amp;AT=pb&amp;format=short">There&#8217;s a good webinar about it here</a>). For Dave and I, this has a personal interest as we are an integral part of the Archiving solution for the <a title="RFD" href="http://wiki.ihe.net/index.php?title=Retrieve_Form_for_Data_Capture">Retrieve Form for Data (RFD)</a> capture profile (developed by IHE)<a title="IPL" href="http://www.ipl.com/" target="_blank"> along with our partners IPL</a>. From the first moment Dave and I started working together, he had a deep conviction about the way that an electronic archiver could solve many of the ‘paper’ based challenges for research and also that having an archiver meant that health records did not have to be 21 CFR Part 11 compliant (<a title="FDA 21 CFR Part 11" href="http://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/cfrsearch.cfm?cfrpart=11" target="_blank">This is a fairly weighty but important tome which you can find here</a>). Dave and Dr Kush (CEO CDISC) worked together on the highly influential <a title="eSource Data" href="http://www.assero.co.uk/standards-for-eclinicial/electronic-source-data/" target="_blank">eSDI document</a> that has been referenced by EMA and I was extremely privileged to be at White Oak when they met with the FDA to give some clarity around the 12 scenarios. You can find out more about the archiver<a title="Contact Us" href="http://www.assero.co.uk/contact-us/"> by contacting us</a> and of course we are more than happy to explain how important it is to the success of RFD. One of the key benefits of the archiver however is the notion of traceability. When the regulator asks to see the source of your data 7 years after you started your study, can you find it easily? Is the physician’s office where you conducted the original research still there? Is the CD of the paper report forms still in existence and does it still work? What if you are looking for data to look for new indications for a therapy? Can you quickly retrieve all the original data? If you don’t have a central source, this can be tricky at best, time consuming at worst or perhaps a complete disaster if you can’t find the data at all. Another important consideration is that while there are disparate electronic health records and systems that have been implemented globally, the RFD solution is the best possible way to capture research data in order to develop that truly electronic trial. This is something Assero is passionate about (in fact Dave has written about it<a title="Searching for an eClinical Vision?" href="http://www.assero.co.uk/2011/searching-for-an-eclinical-vision/"> here in a recent blog</a> and our main page on <a title="Standards for eClinicial" href="http://www.assero.co.uk/standards-for-eclinicial/">Standards for eClinical also outlines what we do</a>). It was a shame that Dave and I were simply too busy to attend the Showcase and the Annual but I am hoping a certain Landen Bain will be bringing his great carnival to Europe next year, as after all we have electronic health records here too and it would be interesting to get a discussion going this side of the pond!</p>
<p>Finally, I know that the on-going debate about social media for research has moved on from when <a title="Social Media for Clinical Research Data?" href="http://www.assero.co.uk/2011/social-media-for-clinical-research-data/">I wrote one of my previous blogs</a>, there has been news about Pfizer using social media (or an interactive method for collecting data)  and there is a good blog here about the relationships involved and participation in trials<a title="Pfizer Interactive Trial" href="http://rebarinteractive.com/pfizer-home-clinical-trial/" target="_blank"> where you don’t necessarily talk to a  physician</a>. It makes for an interesting read and, as I suspect the industry seeks better data and compliance by patients, new methodologies will be sought to capture data of that I am sure. So watch this space as the debate rumbles on and don&#8217;t be shy, let us know your thoughts.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/blogs-esource-some-ponderings/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Educating the Ontologically Challenged, Part 2</title>
		<link>http://www.assero.co.uk/2011/educating-the-ontologically-challenged-part-2/</link>
		<comments>http://www.assero.co.uk/2011/educating-the-ontologically-challenged-part-2/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 13:55:51 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Ontology]]></category>
		<category><![CDATA[OWL]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[Semantic]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=402</guid>
		<description><![CDATA[At last I get the chance to write the first answer to the series of questions I, along with Kerstin, posed in the first blog post in this series The question was “What is the semantic web and linked data?” So first of all Kerstin suggested that I read an article  An Intro To The [...]]]></description>
			<content:encoded><![CDATA[<p>At last I get the chance to write the first answer to the series of questions I, along with Kerstin, posed in the first <a href="http://www.assero.co.uk/2011/educating-the-ontologically-challenged/" target="_blank">blog post i</a>n this series</p>
<p>The question was “What is the semantic web and linked data?” So first of all Kerstin suggested that I read an article <em> <a href="http://www.webcentralstation.ca/2011/02/08/an-intro-to-the-semantic-web-why-you-need-to-know-about-it-sooner-than-later/" target="_blank">An Intro To The Semantic Web: Why You Need To Know About It Sooner Than Later</a></em><em> </em>and watch a video <em><a href="http://www.youtube.com/watch?v=GKfJ5onP5SQ" target="_blank">Linked Data (and the Web of Data), a 4-minute video from Ireland’s Digital Enterprise Research Institute (DERI)</a>. </em><a href="http://www.youtube.com/watch?v=GKfJ5onP5SQ"><em></em></a><em><br />
</em></p>
<p>I did not feel that either gave me that one sentence answer I was seeking to the question posed. I wanted something short and sweet. Kerstin and I had a chat via a web conference, she sitting in a café in Goteborg with me in the UK, the power of the internet allowing us to connect and discuss. Around the same time Kerstin posted a link via twitter (you can follow her via @kerfors) to a presentation by<a href="http://www.slideshare.net/juansequeda/introduction-to-linked-data-8223364" target="_blank"> Juan Sequeda on Slide Share</a>. So I looked and read. Fortunately this particular slide set and explanation made far more sense to me.</p>
<p>I also did that thing we all do when faced with explaining some concept to people when we ourselves do not really know the answer, we step back to first principles. We used to reach for the dictionary on the shelf, now we go to the technological wonder that is Wikipedia.</p>
<p style="padding-left: 30px;"><em>The Semantic Web is a &#8220;web of data&#8221; that enables machines to understand the </em><em>semantics</em><em>, or meaning, of information on the </em><em>World Wide Web</em><em>.</em></p>
<p>After digesting these two additional sources, in particular the presentation by Juan Sequeda, the light bulb in my brain started to glow, a little dimly may be, but glow nonetheless. My conclusion?</p>
<p style="padding-left: 30px;"><em>While the web we know today is a series of documents designed for human consumption, the semantic web wants to permit access to all the data across the web and allow machines to process it.</em></p>
<p>Now Kerstin changed this in the draft of the article to:</p>
<p style="padding-left: 30px;"><em>While the web we know today is a series of documents designed for human consumption, the semantic web wants to <span style="text-decoration: underline;">make data ready for automation where machines can directly process it and hence give humans new insights</span></em></p>
<p>But there may be something missing. And it is that word semantic in “Semantic Web”. We also want to understand the data, get at the meaning of the data. So my final version of a description for the semantic web:</p>
<p style="padding-left: 30px;"><em>While the web we know today is a series of documents designed for human consumption, the semantic web wants to expose the data, allow the meaning of the data to be understood and permit the data to be consumed by machines so as to give humans new insights about the data</em></p>
<p>To allow the machine access, we need a mechanism by which data sources can describe and expose their data. This is not something I want to discuss in this post but we will certainly be returning to this topic in subsequent ones. Now, if two sites publish their data and there is a common component within those data (some part is common), then the two sets of data can be linked. And thus we have linked data.</p>
<p style="padding-left: 30px;"><em>The semantic web is a way of publishing data, linked data is the process of linking it together.</em></p>
<p>One final thought that crossed my mind as I was reading through the materials referenced above is about the definition of the data. The semantic web seems, and I stress this is an initial impression bred from ignorance, to be built on less than precise definitions. This is another question we will look into in subsequent posts.</p>
<p>So our set of questions can now be extended to:</p>
<ol>
<li>What is      the semantic web and linked data? <em>See      this blog post</em></li>
<li>What is      an ontology?</li>
<li>Where do      RDF and OWL fit?</li>
<li>How do I      link my data?</li>
<li>How      precise are the definitions?</li>
<li>What      could these things, if they are relevant , bring to a metadata repository?</li>
<li>What do      they mean to clinical trial data, what is the benefit, what is in it for      me?</li>
<li>What can      other industries teach us?</li>
</ol>
<p>Hopefully we will reach then end of the questions rather than just generate new ones!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/educating-the-ontologically-challenged-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching for an eClinical Vision?</title>
		<link>http://www.assero.co.uk/2011/searching-for-an-eclinical-vision/</link>
		<comments>http://www.assero.co.uk/2011/searching-for-an-eclinical-vision/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 05:43:17 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[data standards]]></category>
		<category><![CDATA[eClinical]]></category>
		<category><![CDATA[FDA]]></category>
		<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=362</guid>
		<description><![CDATA[I am just preparing the first blog covering my journey in to the semantic web and that should be with you later this week or early next week. However, something that has cropped up a few times in recent weeks is the question of vision. In more definite terms, what should we be doing as [...]]]></description>
			<content:encoded><![CDATA[<p>I am just preparing the first blog covering my journey in to the semantic web and that should be with you later this week or early next week. However, something that has cropped up a few times in recent weeks is the question of vision. In more definite terms, what should we be doing as a company, in terms of standards and technology development?</p>
<p>There are no simple answers and a short-ish blog post will not provide detailed answers. I thought it might be interesting to write down a collection of high-level thoughts and see if people find them useful to fashion and guide their own thinking.</p>
<div id="attachment_364" class="wp-caption alignleft" style="width: 256px"><a href="http://www.assero.co.uk/wp-content/uploads/2011/06/Data-Point.jpg"><img class="size-full wp-image-364" title="Data Point" src="http://www.assero.co.uk/wp-content/uploads/2011/06/Data-Point.jpg" alt="" width="246" height="338" /></a><p class="wp-caption-text">Tracing the Data - FDA 2006</p></div>
<p>One goal I keep in my head is based on a presentation I did back in late 2006 to some folks at the FDA, as part of talking about the potential of using the CDISC Operational Data Model (ODM). In particular, I spoke about the “Chain of Custody”. The idea was not only being able to trace forward from the capture of the data through analysis and onwards to submission but also in the opposite direction. I painted a picture of an FDA reviewer being able to view data on screen, click on a data point and instantly see the entire history of that data point, its providence, be it a data point that was captured or some summary statistic or calculation. If it was a captured data point, we would want to see the CRF page, the audit trail of changes and then its flow through the analysis process and the final submission.</p>
<p>Why this scenario? Well I choose it because it encompasses an awful lot of capabilities. It requires electronic data for starters rather than paper, it requires standards at a number of levels such that the data can be understood, stored and transmitted. It requires high-quality data, it requires an audit trail, it requires data in known places that can, as I say, be understood, it requires metadata. It requires many capabilities we are working on, but it places them into context and paints a vision, a vision from the perspective of standards and technology but also from that of the regulator and protecting the public health.</p>
<p>From the pharmaceutical company’s perspective, there is a need for technology and standards to support that “better” process – and we need to define better, quicker, cheaper obviously come to mind but support the mainstream development and submission activities. Companies want to be able to:  understand the data, know all about it, know that the data is traceable and be in a position to answer any query about it from a solid position of knowledge, rather than one of semi-ignorance. It might also be good to be able to find the data when we need to! A company also needs to avoid “data decay”. By this I mean that we want to be able to understand the data in five years, 10 years or 15 years in the same way as today, whether or not the people who worked on it are still around or have moved on to pastures new. And a company would want to be able to be able to use the data: manipulate, aggregate, review and re-examine in ways that we may not have envisaged today.</p>
<p>As an aside from a company’s vision, I would say it is unfortunate that we do not have an industry-wide vision. It is, in my opinion, not a technical challenge as such though there are technology challenges. It is more a question of having the will to build that vision as a collaboration of regulators – note the plural there &#8211; and industry and others engaged in research. It requires a vision stating what is required rather than what should be built. But that is an aside.</p>
<p>Returning to a company vision, the high-level statements I presented above are the sort of statements that help fashion a vision. One advance I have never yet understood is the deployment of clinical data warehouses without the associated, “sufficient and appropriate” metadata. When I said, “use the data: manipulate, aggregate, review and re-examine in ways that we may not have envisaged today,” I cannot envisage that being possible without well-structured metadata. That then brings you to the role of the CDW, is it a simple repository of data such that the data is not lost, or is it the source of institutional knowledge?</p>
<p>A vision should be short and concise. It should guide you in what you need to do and be there to refer to when you are down in the weeds and forgetting why you are there in the first place. Acting without a vision is rather like trying to build a car without knowing what a car is or why you need it; in the end the resulting “product” won’t do the jobs you need it to do and, more likely, actually hinder you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/searching-for-an-eclinical-vision/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Educating the Ontologically Challenged &#8230;</title>
		<link>http://www.assero.co.uk/2011/educating-the-ontologically-challenged/</link>
		<comments>http://www.assero.co.uk/2011/educating-the-ontologically-challenged/#comments</comments>
		<pubDate>Thu, 26 May 2011 07:46:21 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CDISC SHARE]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Ontology]]></category>
		<category><![CDATA[semantic web]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=342</guid>
		<description><![CDATA[&#8230; Or Making Dave Iberson-Hurst Ontologically Aware! Triples, RDF, Owl, Ontology, Linked Data, Semantic Web. I’ll stop because I think I have just exhausted my knowledge of the semantic web; I am not even sure that I have the right title for this Blog. What I do know is that the topic of the “semantic [...]]]></description>
			<content:encoded><![CDATA[<p><strong>&#8230; Or Making Dave Iberson-Hurst Ontologically Aware!</strong></p>
<p>Triples, RDF, Owl, Ontology, Linked Data, Semantic Web. I’ll stop because I think I have just exhausted my knowledge of the semantic web; I am not even sure that I have the right title for this Blog. What I do know is that the topic of the “semantic web” is important. As part of volunteering on the <a title="CDISC SHARE" href="http://www.cdisc.org/cdisc-share" target="_blank">CDISC SHARE</a> project and building <a title="Metadata" href="http://www.assero.co.uk/metadata/" target="_blank">the metadata repository</a>, we will need to be aware of what this could bring and build in the necessary hooks to do so, may be not for the first release, but certainly at some time in the future.</p>
<p>But the challenge is to understand it and get to grips with it. And so it is very fortunate that I have met someone who knows about these things and is prepared to try and make me “ontologically aware.” Kerstin Forsberg is someone I have met a few times now through various projects. <a title="Kerstin Forsberg - LinkedIn" href="http://www.linkedin.com/profile/view?id=3246450&amp;authType=name&amp;authToken=FYjG&amp;goback=.con" target="_blank">Kerstin works for AstraZeneca in Goteborg</a> and has considerable experience in the field and she has very kindly agreed to educate the dumb Englishman in this important field and we both felt that it would be useful to invite you along for the journey.</p>
<p>I like to keep things simple so I thought I would pose a few questions that Kerstin can try and answer and explain the various issues, technologies and other aspects. I will document the answers over a few blog posts and share them so that everyone can benefit.</p>
<p><strong>So the questions</strong></p>
<ol>
<li>What is the semantic web and linked data?</li>
<li>What is an ontology?</li>
<li>Where do RDF and OWL fit?</li>
<li>What could these things, if they are relevant , bring to a metadata repository?</li>
<li>What do they mean to clinical trial data, what is the benefit, what is in it for me?</li>
<li>What can other industries teach us?</li>
</ol>
<p>Finally, I would like to thank Kerstin for helping the ontologically challenged people like myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/educating-the-ontologically-challenged/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Communicating the Value of Standards</title>
		<link>http://www.assero.co.uk/2011/communicating-the-value-of-standards/</link>
		<comments>http://www.assero.co.uk/2011/communicating-the-value-of-standards/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:15:08 +0000</pubDate>
		<dc:creator>AJ</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[clinical research]]></category>
		<category><![CDATA[Communications]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=324</guid>
		<description><![CDATA[To me the need for standards in clinical research seems well, quite frankly, obvious but perhaps that comes of working with CDISC for 5 years. In the past few months, I have come to understand that there are many reasons why companies struggle to implement standards and what interests me most, is that it is [...]]]></description>
			<content:encoded><![CDATA[<p>To me the need for standards in clinical research seems well, quite frankly, obvious but perhaps that comes of working with CDISC for 5 years. In the past few months, I have come to understand that there are many reasons why companies struggle to implement standards and what interests me most, is that it is not all down to technology.</p>
<p>At the recent CDISC English Speaking User Group (ESUG) Meeting,<a title="ESUG Presentation" href="http://cdiscportal.digitalinfuzion.com/Global%20User%20Networks/Europe/English%20Language/Presentations/2011%2005%2017%20-%20ESUG%20Face%20to%20Face;%20Problems%20of%20and%20Solutions%20for%20the%20CDISC%20Standards/Standards%20Communications%20Problems%20and%20Stakeholder%20Engagement.pdf" target="_blank"> I gave a presentation (posted here)</a> about the way that standards can be seen as a challenge for many companies and that in order for them to be implemented you need to build stakeholder engagement. The standard methodologies for this are to rely on email, a few dry PowerPoint presentations and then try to implement. In my experience building engagement requires a far more dynamic approach and this is where getting the communications right is so important.</p>
<p>I started by outlining <a title="Communications" href="http://www.assero.co.uk/standards-for-eclinicial/communications/">the new communications landscape, it is vast and changing rapidly</a>. It’s interesting to me that most people in the room, admitted to having email, Linked-In and perhaps Twitter or other social media platforms open on their desktops at work, whilst they engage in their day to day activities. We are masters at multi-tasking. When I commented that very few people now pick up the phone and offices are often silent, I was met with understanding nods. We have effectively stopped talking. Teleconferences often do not have our full attention either as we’re typing or doing something else. In other words, communications is breaking down and falling behind our workflow. We have, like the technologies, become siloed in our functions and rarely talk to other departments about workflow and impact. So then when it comes to change, like implementing standards, we need to think about how we can engage people on the project. How do we communicate to one another and ensure that all the communications meet the needs of all the stakeholders, after all, not everyone wants standards or indeed see the need for them.</p>
<p>There is then the education piece. <a title="ESUG Meeting Slides" href="http://cdiscportal.digitalinfuzion.com/Global%20User%20Networks/Europe/English%20Language/Presentations/2011%2005%2017%20-%20ESUG%20Face%20to%20Face;%20Problems%20of%20and%20Solutions%20for%20the%20CDISC%20Standards/Standards%20Communications%20Problems%20and%20Stakeholder%20Engagement.pdf" target="_blank">The reason you don’t see many slides on my presentation is because actually, I don’t use slides</a>! Having been a teacher, I don’t particularly like slides; I would rather engage the audience and get them to join in the presentation. That is the difference between educating and lecturing. Education requires interaction and should have elements of discussion and feedback from the audience; it should not be about a ‘presenter’ or for that matter the teacher. What’s more important is that education in financially pressurised environments should minimise the disruption of workflow and ensure that people can learn without giving up extensive amounts of time. I am a keen exponent of using video techniques to support learning, particularly those that give valuable information quickly and accessibly and that can be shared easily with colleagues. We’ll be putting up some examples on this site soon, so look out for those.</p>
<div id="attachment_334" class="wp-caption alignleft" style="width: 245px"><a href="http://www.assero.co.uk/wp-content/uploads/2011/05/Standards-Communications-Problems-Stakeholder-Engagement.jpg"><img class="size-full wp-image-334 " title="Standards Communications Problems &amp; Stakeholder Engagement" src="http://www.assero.co.uk/wp-content/uploads/2011/05/Standards-Communications-Problems-Stakeholder-Engagement.jpg" alt="" width="235" height="169" /></a><p class="wp-caption-text">The Standards Landscape in Acronyms</p></div>
<p>Perhaps what surprised me most about the ESUG Meeting was the response from some very experienced CDISC users to a presentation that focused on the peripheral aspects of standard implementation, communications, education and people. There was a core group who really wanted to understand the current issues around communicating the value of standards and it demonstrated something that I believe is fundamental to mass implementation, we must think about the people involved in the work. We need to support them in new and innovative ways and think about people in the planning, as we do the tools and technical aspects. We also need to move away from talking to people in acronyms and assuming that they already speak our standards language.  Speaking clearly is very hard to do once you are imbued with technical language, starting with the basics and a narrative approach helps everyone to understand what it is you are striving to do with standardization. It is better to start simple and then build on layers of complexity than  blind people with information that confuses at best and at worst loses  the message and their support completely.</p>
<p>I would like to thank all those that were at the ESUG meeting for the positive response and I gather at least two companies are already <a title="Yammer" href="https://www.yammer.com/about/product" target="_blank">exploiting the use of Yammer to help them with their internal communications</a>, I will be asking for some feedback about how useful they have found it. In particular, I would like to thank someone who I have met on numerous occasions and I know is hard to impress, who wrote on his feedback form, [the presentation] &#8216;Should have been longer&#8217;. There is obviously more work to do in this area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/communicating-the-value-of-standards/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FDA – Just Tell Me What You Want</title>
		<link>http://www.assero.co.uk/2011/fda-%e2%80%93-just-tell-me-what-you-want/</link>
		<comments>http://www.assero.co.uk/2011/fda-%e2%80%93-just-tell-me-what-you-want/#comments</comments>
		<pubDate>Wed, 18 May 2011 06:24:03 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[ADaM]]></category>
		<category><![CDATA[CBER]]></category>
		<category><![CDATA[CDER]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[data standards]]></category>
		<category><![CDATA[define.xml]]></category>
		<category><![CDATA[FDA]]></category>
		<category><![CDATA[SDTM]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=283</guid>
		<description><![CDATA[“I just want to know what we need to do?”, “why can’t they tell me what they want?”, “are standards mandated?”, “do we need to be CDISC compliant next year?” These are some of the questions I hear at clients and conferences. And the organisation being referred to is of course the FDA. Well good [...]]]></description>
			<content:encoded><![CDATA[<p>“I just want to know what we need to do?”, “why can’t they tell me what they want?”, “are standards mandated?”, “do we need to be CDISC compliant next year?” These are some of the questions I hear at clients and conferences. And the organisation being referred to is of course the FDA.</p>
<p>Well good news. They have indeed told us what they want. Well a significant part of the FDA has told us what they want. The Center for Drug Evaluation and Research (CDER) have released a succinct ten page text entitled, “CDER Common Data Standards Issues Document.” The document discusses the CDISC standards – SDTM, ADaM and SEND – their use, some CDER wishes when using the standards, terminology and highlights some common errors. You can find a PDF on the <a href="http://www.fda.gov/Drugs/DevelopmentApprovalProcess/FormsSubmissionRequirements/ElectronicSubmissions/ucm248635.htm" target="_blank">Study Data Standards for Submission to CDER</a> web page (a very useful page, the PDF is the first in the list, but this is a direct link to the <a href="http://www.fda.gov/downloads/Drugs/DevelopmentApprovalProcess/FormsSubmissionRequirements/ElectronicSubmissions/UCM254113.pdf" target="_blank">PDF</a>).</p>
<p>The document is incredibly useful. Why? Well consider the opening sentence:</p>
<blockquote><p><em>The Center for Drug Evaluation and Research (CDER) is strongly encouraging sponsors to submit data in standard form as a key part of its efforts to continue with advancement of review efficiency and quality.</em></p></blockquote>
<p>Good, CDER wants standards. The remainder of the first paragraph then talks about the CDISC standards. So they want standards and they want the CDISC standards. The second paragraph reflects on the submissions CDER has received to date and comments that everything is not what it should be:</p>
<blockquote><p><em>however, due to differences in sponsor implementation of the standard, CDER has observed significant variability in submissions containing “standardized” electronic clinical trial data. CDER has received numerous “SDTM-like” applications over the past several years in which sponsors have not followed the SDTM Implementation Guide.</em></p></blockquote>
<p>The paragraph concludes with:</p>
<blockquote><p><em>The goal of this document is to communicate general CDER preferences and experiences regarding the submission of standardized data in order to aid sponsors in the creation of standardized datasets. </em></p></blockquote>
<p>So, they want standards, they want CDISC standards, they want them this way and please read the Implementation Guide. It seems pretty clear to me.</p>
<div id="attachment_289" class="wp-caption alignright" style="width: 201px"><a href="http://www.assero.co.uk/wp-content/uploads/2011/05/2011-05-17-FDA.jpg"><img class="size-medium wp-image-289" title="Contents" src="http://www.assero.co.uk/wp-content/uploads/2011/05/2011-05-17-FDA-191x300.jpg" alt="" width="191" height="300" /></a><p class="wp-caption-text">Contents</p></div>
<p>There are two final paragraphs on the opening introductory page, the first about the need to communicate with the center – please note the US spelling for all my US colleagues – regarding submissions. We all know nothing beats good communication and the final paragraph states that the document will be updated in the future and notes the CDER data standards website which is a very useful resource. The remainder of the document goes into details about using the standards and what CDER would like to see in particular circumstances. To get a flavour of the document see the contents in the image to the right.</p>
<p>I will draw your attention to three paragraphs at the bottom of page 3 and the top of page 4. The first of the three paragraphs starts with:</p>
<blockquote><p><em>The ideal time to implement SDTM standards for representation of clinical trial tabulation data is prior to the conduct of the study. The use of case report forms that incorporate SDTM-standard data elements (such as with CDASH-style case report forms) allows for a simplified process for creation of SDTM domains. This approach is preferred to the alternative of collecting data in a non-standard format and then converting to SDTM format after the trial (legacy data conversion).</em></p></blockquote>
<p>The document then discusses legacy data conversion and the need for traceability and concludes with words about the potential pitfalls of late-stage conversion:</p>
<blockquote><p><em>CDER has received applications in which the converted SDTM data sets were not consistent with the submitted analysis datasets and study report analyses, thus causing confusion during application review.</em></p></blockquote>
<div id="attachment_288" class="wp-caption alignleft" style="width: 310px"><a href="http://www.assero.co.uk/wp-content/uploads/2011/05/2011-05-17-FDA2.jpg"><img class="size-medium wp-image-288" title="Inconsistent Submissions" src="http://www.assero.co.uk/wp-content/uploads/2011/05/2011-05-17-FDA2-300x226.jpg" alt="" width="300" height="226" /></a><p class="wp-caption-text">The FDA complains about inconsistent SDTM and Analysis</p></div>
<p>This last point about consistency is important and I believe both this and the traceability problem will become important issues in the coming years.</p>
<p>There are a couple of additional references that are worth reading. One is the new draft amendment 1 to SDTM that can be found on the <a href="http://www.cdisc.org/sdtm" target="_blank">CDISC website</a> while the second is a guide to ensuring that <a href="http://www.cdisc.org/define-xml" target="_blank">define.xml schema validates</a>. The define document is not new as it has been around a good while but I think it’s existence is not well known.</p>
<p>In this post I have picked out particular quotes and presented them as though they are the most important items to note. They are not. The whole text is important and I recommend that those working in the area of submission and/or standards should read the whole document carefully.</p>
<p>So this is all related to CDER, what about the Center for Biologics Evaluation &amp; Research (CBER)? Well look at the <a href="http://www.fda.gov/BiologicsBloodVaccines/DevelopmentApprovalProcess/ucm209137.htm" target="_blank">CBER web page</a> because the center is accepting SDTM submissions but it would be best to follow the information on the web page.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/fda-%e2%80%93-just-tell-me-what-you-want/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>eClinical Plug and Play</title>
		<link>http://www.assero.co.uk/2011/eclinical-plug-and-play/</link>
		<comments>http://www.assero.co.uk/2011/eclinical-plug-and-play/#comments</comments>
		<pubDate>Thu, 12 May 2011 06:33:37 +0000</pubDate>
		<dc:creator>Dave IH</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CDISC]]></category>
		<category><![CDATA[data standards]]></category>
		<category><![CDATA[eClinical]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://www.assero.co.uk/?p=259</guid>
		<description><![CDATA[If you have ever owned a mobile (cell) phone have a look in the draw at home, you know the one, the one filled with all the old chargers that only worked with one phone. I know I have one. Shortly, in Europe, this will be a thing of the past with the introduction of [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever owned a mobile (cell) phone have a look in the draw at home, you know the one, the one filled with all the old chargers that only worked with one phone. I know I have one. Shortly, in Europe, this will be a thing of the past with the introduction of a common phone charger for all data-enabled mobile phones. Amazingly enough, Apple is amongst the 14 mobile phone manufacturers participating in the voluntary agreement.</p>
<p>This plug and play capability, courtesy of the micro Universal Serial Bus (USB) standard, is something that we strive for within the eClinical landscape enabled by the use of data standards. But I detect a trend whereby a few vendors are trying to build the all-encompassing eClincal suite, either by developing the various components or by acquisition of the components and then integrating them into an overall solution. This sounds good until you realise that, unlike the mobile phone charger where I can keep the charger but change the phone, with the eClinical suite from a single vendor, I am stuck with that single solution, one that is not so readily changed or modified. I am constrained, as in the meantime a tool from an agile developer suddenly emerges as the best of breed tool and overtakes the competition. I am left with the second-best solution.</p>
<p>So what should I be looking for? I want that plug and play capability with the ability to swap tools in and out with the tools having the capability to communicate both at a transport level and at a level were content is understood. <a href="http://www.assero.co.uk/2011/reflections-from-dia-hl7-or-cdisc/" target="_blank">In a previous blog I talked about the three layers of Presentation, Content and Transport</a>. I want our tools working at all of these levels, the connectivity at the transport level, the content passing over the connection and the understanding of that content at a business level.</p>
<p>Referring back to the previous blog  on <a href="http://www.assero.co.uk/2011/ten-commandments-for-effective-standards/" target="_blank">standards development</a>, commandment one stated:</p>
<blockquote><p>&#8220;Cooperate on Standards, Compete on Products&#8221;</p></blockquote>
<p>We are looking to vendors to implement standards correctly and fully such that they work with other tools out of the box. The competition is about the functionality of their products, the user interface, costs and support. Is should not be about whether or not it can connect to the increasing standards based infrastructures that are growing in the industry.</p>
<p>For the providers of the suites I believe the message to them is that they should ensure the components of their suite are based on standards that allow customers not only to add their own components but that these components can be  replaced twith those best in breed tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.assero.co.uk/2011/eclinical-plug-and-play/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

