<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4384692836709903146.post930510809909646811..comments</id><updated>2009-11-04T03:56:23.122-08:00</updated><title type='text'>Comments on Life as a Healthcare CIO: The Implementation Workgroup Testimony</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://geekdoctor.blogspot.com/feeds/930510809909646811/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html'/><author><name>John Halamka</name><uri>http://www.blogger.com/profile/04550236129132159307</uri><email>jhalamka@caregroup.harvard.edu</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4384692836709903146.post-6004496428404719839</id><published>2009-11-03T23:57:20.027-08:00</published><updated>2009-11-03T23:57:20.027-08:00</updated><title type='text'>It's not about SOAP vs. REST, it's about easy vs. ...</title><content type='html'>It&amp;#39;s not about SOAP vs. REST, it&amp;#39;s about easy vs. hard.  Building it yourself is hard (but not too hard).  Using the work of others is easy.  I have some experiences with both that I&amp;#39;ve documented &lt;a href="http://motorcycleguy.blogspot.com/2009/11/hard-vs-easy-and-real-metrics.html" rel="nofollow"&gt;here&lt;/a&gt;.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/6004496428404719839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/6004496428404719839'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html?showComment=1257321440027#c6004496428404719839' title=''/><author><name>Keith W. Boone</name><uri>http://www.blogger.com/profile/16883038460949909300</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html' ref='tag:blogger.com,1999:blog-4384692836709903146.post-930510809909646811' source='http://www.blogger.com/feeds/4384692836709903146/posts/default/930510809909646811' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4384692836709903146.post-8328405319359063633</id><published>2009-11-02T14:03:50.708-08:00</published><updated>2009-11-02T14:03:50.708-08:00</updated><title type='text'>Although the desire to keep the standards simple s...</title><content type='html'>Although the desire to keep the standards simple seems to be quite well received, simplicity in relation to transmission of data often does not adequately protect the privacy or confidentiality concerns of the individuals to whom the data relates.  Building a system that will eventually protect the privacy of individuals means that their confidentiality will not be initially preserved.  Essentially, such an approach places the privacy of individuals in jeopardy and increases the public&amp;#39;s distrust for electron transmission of sensitive information.  Even transmission of prescriptions or lab results exposes the medical condition of the individual to whom that information pertains.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/8328405319359063633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/8328405319359063633'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html?showComment=1257199430708#c8328405319359063633' title=''/><author><name>Mark Boss</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html' ref='tag:blogger.com,1999:blog-4384692836709903146.post-930510809909646811' source='http://www.blogger.com/feeds/4384692836709903146/posts/default/930510809909646811' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4384692836709903146.post-3165400082845676233</id><published>2009-10-31T11:17:01.735-07:00</published><updated>2009-10-31T11:17:01.735-07:00</updated><title type='text'>First, thank you for allowing me to participate in...</title><content type='html'>First, thank you for allowing me to participate in the panel.&lt;br /&gt;&lt;br /&gt;Second, relative to your comment that HIT standards should stay out of the transport space, it occurs to me that the whole of XDS.b could be described in REST as follows:&lt;br /&gt;&lt;br /&gt;1) Get a list of known documents: GET to URI *baseuri*/documents/ &lt;br /&gt;*patient_id*, where *patient_id* could be an OpenID, or an HL7 triplet &lt;br /&gt;of assigning authority + ID type + ID, returns a list (XOXO?) of &lt;br /&gt;document location URIs, in the format: &lt;br /&gt;*baseuri*/documents/*document_id* (note that if the *baseuri* is a &lt;br /&gt;registry, the documents could be served out of different locations&lt;br /&gt;&lt;br /&gt;Query strings can be used to subset the list based on creation time, source, etc.&lt;br /&gt; &lt;br /&gt;2) Get a document: GET to document location URI&lt;br /&gt;3) Add a new document: POST the document to /*patient_id*/documents &lt;br /&gt;(POST returns the location of the newly created document) &lt;br /&gt;3a) Add a reference to a new document POST the URI to /*patient_id*/ &lt;br /&gt;documents &lt;br /&gt;4) Update an existing document: PUT the document to the document URI&lt;br /&gt;&lt;br /&gt;If you want to register or provide multiple documents, do multiple POSTS.&lt;br /&gt;&lt;br /&gt;And that is, I believe, the entire XDS.b spec in 4 bullet points. &lt;br /&gt;But, based on REST, we can do so much more: &lt;br /&gt;1) Content negotiation can be used to get documents of different types &lt;br /&gt;(C32 CCD, CCR, non-C32 CCD, CDA text/PDF, simple PDF, text, even movies, photos, etc.) &lt;br /&gt;2) We can use 303s to notify when the authoritative source has moved &lt;br /&gt;3) We can use ETags to version documents and let people know if the document version has changed.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/3165400082845676233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/3165400082845676233'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html?showComment=1257013021735#c3165400082845676233' title=''/><author><name>Arien Malec</name><uri>http://www.blogger.com/profile/07012013033518862920</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html' ref='tag:blogger.com,1999:blog-4384692836709903146.post-930510809909646811' source='http://www.blogger.com/feeds/4384692836709903146/posts/default/930510809909646811' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4384692836709903146.post-2662551463730518267</id><published>2009-10-30T14:52:28.972-07:00</published><updated>2009-10-30T14:52:28.972-07:00</updated><title type='text'>John, excellent summary.  I'm concerned, however, ...</title><content type='html'>John, excellent summary.  I&amp;#39;m concerned, however, about how well the HITSP work products to date correspond to the stated needs of the testifiers.  For instance, &amp;quot;simplicity&amp;quot; is the last word that comes to mind in reviewing the HITSP harmonization standards, which consist of dozens of interleaved constructs, capabilities, interoperability specifications, service collaborations, and technical notes with dependencies on numerous other standards and implementation guides from HL7, IHE, NCPDP, etc.  Can mere mortals implement specifications like these in a consistent manner, as required for interoperability?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/2662551463730518267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/2662551463730518267'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html?showComment=1256939548972#c2662551463730518267' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html' ref='tag:blogger.com,1999:blog-4384692836709903146.post-930510809909646811' source='http://www.blogger.com/feeds/4384692836709903146/posts/default/930510809909646811' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4384692836709903146.post-5201480659325371701</id><published>2009-10-30T14:44:49.000-07:00</published><updated>2009-10-30T14:44:49.000-07:00</updated><title type='text'>Great summary and a great meeting yesterday.  One ...</title><content type='html'>Great summary and a great meeting yesterday.  One thing that was was not listed was a federated identity standard/process for the REST point to point exchange.  As I write my comment, I see that I could of logged in with the standard the Internet uses for federated identity...OpenID.&lt;br /&gt;&lt;br /&gt;Best,&lt;br /&gt;Steven</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/5201480659325371701'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/5201480659325371701'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html?showComment=1256939089000#c5201480659325371701' title=''/><author><name>Steven Waldren</name><uri>http://www.linkedin.com/in/stevenwaldren</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html' ref='tag:blogger.com,1999:blog-4384692836709903146.post-930510809909646811' source='http://www.blogger.com/feeds/4384692836709903146/posts/default/930510809909646811' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4384692836709903146.post-7402676181185298798</id><published>2009-10-30T07:56:38.598-07:00</published><updated>2009-10-30T07:56:38.598-07:00</updated><title type='text'>Thanks for another great summary and clear distill...</title><content type='html'>Thanks for another great summary and clear distillation of the &amp;quot;gold star&amp;quot; ideas.  With a few years experience in the field, I concur with all your points.  I hope similar guidance is applied here in Canada as well.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/7402676181185298798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/7402676181185298798'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html?showComment=1256914598598#c7402676181185298798' title=''/><author><name>John Waldron</name><uri>http://www.blogger.com/profile/14646948696366185294</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html' ref='tag:blogger.com,1999:blog-4384692836709903146.post-930510809909646811' source='http://www.blogger.com/feeds/4384692836709903146/posts/default/930510809909646811' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4384692836709903146.post-3428063611163981766</id><published>2009-10-30T07:07:23.614-07:00</published><updated>2009-10-30T07:07:23.614-07:00</updated><title type='text'>For Laboratory interfaces, we shouldn't wait until...</title><content type='html'>For Laboratory interfaces, we shouldn&amp;#39;t wait until 2013.    The focus should be on lab results, and not orders.   If we establish a standard that 95% of all results require a LOINC cross-reference, then we can obtain a very significant improvement in the current situation.&lt;br /&gt;&lt;br /&gt;Also, the HL7 laboratory results standard should be required certification criteria.&lt;br /&gt;&lt;br /&gt;This combination would make a very big difference very rapidly.   Our goal should be to improve this situation for 2011.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/3428063611163981766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4384692836709903146/930510809909646811/comments/default/3428063611163981766'/><link rel='alternate' type='text/html' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html?showComment=1256911643614#c3428063611163981766' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geekdoctor.blogspot.com/2009/10/implementation-workgroup-testimony.html' ref='tag:blogger.com,1999:blog-4384692836709903146.post-930510809909646811' source='http://www.blogger.com/feeds/4384692836709903146/posts/default/930510809909646811' type='text/html'/></entry></feed>