<?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>Galen Healthcare Solutions: Allscripts Consultants Enterprise EHR &#187; Medcin</title>
	<atom:link href="http://blog.galenhealthcare.com/tag/medcin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.galenhealthcare.com</link>
	<description>Empowering our partners to provide extraordinary patient care</description>
	<lastBuildDate>Mon, 23 Aug 2010 17:50:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Administrative ICD9 Diagnoses to Clinical Medcin Problem Conversion</title>
		<link>http://blog.galenhealthcare.com/2010/02/04/administrative-icd9-diagnoses-to-clinical-medcin-problem-conversion/</link>
		<comments>http://blog.galenhealthcare.com/2010/02/04/administrative-icd9-diagnoses-to-clinical-medcin-problem-conversion/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 19:18:08 +0000</pubDate>
		<dc:creator>Justin Campbell</dc:creator>
				<category><![CDATA[Client Success Stories]]></category>
		<category><![CDATA[Data Conversion]]></category>
		<category><![CDATA[Healthcare IT]]></category>
		<category><![CDATA[Implementations]]></category>
		<category><![CDATA[Interfaces]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[TouchWorks EHR]]></category>
		<category><![CDATA[Allscripts]]></category>
		<category><![CDATA[Allscripts Enterprise EHR]]></category>
		<category><![CDATA[ICD9]]></category>
		<category><![CDATA[Medcin]]></category>
		<category><![CDATA[Problem Conversion]]></category>
		<category><![CDATA[TouchWorks Problem]]></category>

		<guid isPermaLink="false">http://blog.galenhealthcare.com/?p=465</guid>
		<description><![CDATA[Drawing on our past experience and expertise with data conversions, we recently assisted one of our clients with a conversion of administrative ICD9 diagnostic data extracted from their Practice Management system to clinical Medcin-based  problem data within the EHR. The project ultimately saved a tremendous amount of data entry time. Upon completion of the data-conversion, [...]]]></description>
			<content:encoded><![CDATA[<p>Drawing on our <a title="Galen Healthcare Blog: Fun With Problems" href="http://blog.galenhealthcare.com/2008/09/22/fun-with-problems/" target="_blank">past experience</a> and expertise with data conversions, we recently assisted one of our clients with a conversion of <a title="CMS ICD9 Diagnostic Codes" href="http://www.cms.hhs.gov/ICD9ProviderDiagnosticCodes/" target="_blank">administrative ICD9 diagnostic data</a> extracted from their Practice Management system to clinical <a title="Galen Healthcare Wiki: Medcin" href="http://wiki.galenhealthcare.com/Medcin" target="_blank">Medcin-based  problem data</a> within the EHR. The project ultimately saved a tremendous amount of data entry time. Upon completion of the data-conversion, clinicians were then able to review the problem list in “Past Medical History” section of the patient chart within the EHR and categorize by either choosing to make the problem “active” or mark redundant or resolved problems as &#8220;Entered in Error&#8221;.</p>
<p>As with any data conversion, one must be cautious in terms of negative implications. For instance, <a title="Life as a Healthcare CIO Blog: Limitations of Administrative Data" href="http://geekdoctor.blogspot.com/2009/04/limitations-of-administrative-data.html" target="_blank">administrative data has its limitations</a>, and an example or where the process can go wrong is the highly-publicized <a title="Life as a Healthcare CIO Blog: Lessons Learned from E-Patient Dave" href="http://geekdoctor.blogspot.com/2009/04/lessons-learned-from-e-patient-dave.html" target="_blank">case of e-Patient Dave</a>.  Ultimately, problem conversions can be useful, but the data needs to be reviewed, and almost treated as suspect.  The value in the conversion is saving the entry of the problems that are accurate – say 80-90%.  Any that are incorrect, will be reviewed with the patient and can easily be marked EIE.</p>
<p><a href="http://blog.galenhealthcare.com/wp-content/uploads/2010/02/PC2.jpg"><img title="PC2" src="http://blog.galenhealthcare.com/wp-content/uploads/2010/02/PC2.jpg" alt="" width="550" height="381" /></a></p>
<p><strong>Statistics</strong>:</p>
<ul>
<li>1,007,238 problems were loaded to the EHR for 205,831 patients via the interface engine, taking about 11 hours to process totally.</li>
<li>PM Extract file statistics:
<ul>
<li>Total matchups of ICD9s to patients: 5,405,874</li>
<li>Total Unique ICD9s: 8346</li>
<li>ICD9s that only match up with 1 patient:1295</li>
<li>ICD9s that match up with 100 or more patients: 2027</li>
</ul>
</li>
</ul>
<p><strong>Approach and Components:</strong></p>
<ul>
<li>Master approved “ICD9” list provided by client</li>
<li>Extract of ICD9 data from PM system provided by PM vendor</li>
<li>Automated macro that attempts to match ICD9 to Medcin. Potential matches include the following:
<ul>
<li>1 to 1</li>
<li>One to many (20 or less)</li>
<li>One to many (20 plus)</li>
<li>One to none</li>
<li>Each of the different flavors of matches were marked with an annotation (highlighted via an asterisk) to identify to clinicians the logic that was used in importing the problems:
<ul></ul>
</li>
</ul>
</li>
</ul>
<p><a href="http://blog.galenhealthcare.com/wp-content/uploads/2010/02/PC.jpg"><img class="alignnone size-full wp-image-471" title="PC" src="http://blog.galenhealthcare.com/wp-content/uploads/2010/02/PC.jpg" alt="" width="635" height="471" /></a></p>
<ul>
<li>Once the translation was finalized, it was loaded into the interface engine and mapping logic loaded problems into the patient chart in the EHR via the API (existing stored procedure).</li>
</ul>
<p><strong>Known Issues Mitigated:</strong></p>
<ul>
<li>Due to incorrect logic, some ICD9s were linked to patient profiles improperly. To mitigate this, a script was run to mark these problems as “entered in error”</li>
<li>Problems were loaded to the “Past Medical History” section of the patient chart with a status of active. However, given this status, it didn’t facilitate providers to easily change the problem to be an active problem linked to a note.</li>
</ul>
<p><strong>Lessons Learned:</strong></p>
<ul>
<li>Execute a proof-of-concept and as with any technical project, get clinician feedback. The client had a pilot group of 5 clinicians to vet out issues and bless the data before the live conversion was run.</li>
<li>Do NOT use spreadsheets to track the cross-walk between administrative ICD9 diagnoses and clinical Medcin problems. Rather utilize a staging DB to serve as a single repository in developing ICD9 to Medcin translations. Also, the data from flat-file export from PM can be loaded into a staging environment via SSIS such that it can be analyzed and summarized while facilitating persistence.</li>
<li>Make sure to tie the problem conversion load to a specific provider, that way if side effects or issues are identified after the fact, there is a clear way to identify which problems were loaded in the conversion via the provider they are tied to. The interface log should also have a record of this, but most organizations set the retention time to 90 days.</li>
<li>Workflow validation – ensure that the workflow to move problems from PMH to Active will not be a barrier to use.</li>
</ul>
<p>If your organization is looking for assistance in data conversion, please contact <a href="mailto:sales@galenhealthcare.com">sales@galenhealthcare.com</a> and visit our <a title="Galen Healthcare Solutions website" href="http://www.galenhealthcare.com/technical" target="_blank">website</a> for more information regarding our technical service offerings.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.galenhealthcare.com/2010/02/04/administrative-icd9-diagnoses-to-clinical-medcin-problem-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
