<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
   <channel>
      <title>PHD_Forum</title>
      <description>Pipes Output</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=b1244ac7b98c6133f25bbf75c705c863</link>
      <atom:link rel="next" href="http://pipes.yahoo.com/pipes/pipe.run?_id=b1244ac7b98c6133f25bbf75c705c863&amp;_render=rss&amp;page=2" />
      <pubDate>Mon, 28 May 2012 22:51:42 +0000</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ProjectHealthDesignForum" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="projecthealthdesignforum" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">ProjectHealthDesignForum</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
         <title>Re: Operation DROP USER failed for 'glassfish'@'localhost'</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,309,311#msg-311</link>
         <description>Bill,
&lt;br /&gt;

&lt;br /&gt;
That was exactly the approach to take.  Some deployments of MySQL will allow you to ignore the error and continue to execute the rest of the script when you hit a command that cannot be executed.  When your database does not support this, commenting out the first &amp;quot;drop user&amp;quot; command is the correct approach to take.
&lt;br /&gt;

&lt;br /&gt;
The SQL script for the Common Platform server is intended to perform a complete rebuild of the schema on top of an existing Common Platform schema.  This can be helpful when trying things out as you are now.  Be careful with using the install script however as it has the ability to blow away a completely good schema if you aren't careful.  I would suggest not granting the &amp;quot;drop table&amp;quot; privilege to the the MySQL account you use to regularly access the schema as a precaution.
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;

&lt;br /&gt;
Sam</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,309,311#msg-311</guid>
         <pubDate>Mon, 31 Jan 2011 17:12:18 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: Operation DROP USER failed for 'glassfish'@'localhost'</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,309,310#msg-310</link>
         <description>Follow-up to: &lt;u&gt;DROP USER Failed, 'glassfish'@'localhost'&lt;/u&gt; 
&lt;br /&gt;

&lt;br /&gt;
Solution, though simple, was to remark-out  /*  line 42  * / in the create_tables.sql script, removing the DROP command from the script. 
&lt;br /&gt;

&lt;br /&gt;
My presumption is that there existed no current 'glassfish' user (to DROP), since this was an initial installation.  
&lt;br /&gt;

&lt;br /&gt;
After this action, the script execution completed successfully and I successfully identified the 'glassfish' user account with  the appropriate privileges (Select, Insert, Update, Delete, and Execute).
&lt;br /&gt;

&lt;br /&gt;
Further the healthdesign schema installed successfully and I was able to explore this database content tables.
&lt;br /&gt;

&lt;br /&gt;
Comments, corrections and suggestions are greatly appreciated as I'm learn as I go...Thank You.
&lt;br /&gt;

&lt;br /&gt;
Regard,
&lt;br /&gt;
Bill Chamberlin</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,309,310#msg-310</guid>
         <pubDate>Mon, 31 Jan 2011 09:34:37 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Operation DROP USER failed for 'glassfish'@'localhost'</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,309,309#msg-309</link>
         <description>Hi All, 
&lt;br /&gt;

&lt;br /&gt;
Please bear with me as I'm on a steep learning curve here - Thank You.
&lt;br /&gt;

&lt;br /&gt;
Seems I can't get over hurdle, #1, I've successfully loaded, NetBean IDE v6.9, MySQL 5.1 and GlassFish v2.1.  All start OK.
&lt;br /&gt;

&lt;br /&gt;
Startup MySQL Query Browser and 
&lt;br /&gt;
When I execute the 'create_tables.sql' script I get this error message:
&lt;br /&gt;
Script line: 42	Operation DROP USER failed for 'glassfish'@'localhost'   Error 1396
&lt;br /&gt;

&lt;br /&gt;
Seems the script is Dropping the User: 'glassfish@'localhost' in preperation to 
&lt;br /&gt;
re-instate 'glassfish@localhost' with the 'mssqlsa' password.
&lt;br /&gt;

&lt;br /&gt;
DROP USER 'glassfish'@'localhost'; 
&lt;br /&gt;
CREATE USER 'glassfish'@'localhost' IDENTIFIED BY 'mssqlsa'; 
&lt;br /&gt;
GRANT SELECT,INSERT,UPDATE,DELETE,EXECUTE ON healthdesign.* TO 'glassfish'@'localhost';
&lt;br /&gt;

&lt;br /&gt;
MySQL Query Browser - Connection: root@localhost:3306
&lt;br /&gt;

&lt;br /&gt;
Thanks to all in advance for your kind support.
&lt;br /&gt;

&lt;br /&gt;
PS: Installing on a Window XP Pro SP3 System, New installation just for this project.
&lt;br /&gt;

&lt;br /&gt;
Warm Regards,
&lt;br /&gt;
Bill Chamberlin
&lt;br /&gt;

&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="mailto:&amp;#98;&amp;#99;&amp;#46;&amp;#99;&amp;#104;&amp;#97;&amp;#109;&amp;#98;&amp;#101;&amp;#114;&amp;#108;&amp;#105;&amp;#110;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;"&gt;&amp;#98;&amp;#99;&amp;#46;&amp;#99;&amp;#104;&amp;#97;&amp;#109;&amp;#98;&amp;#101;&amp;#114;&amp;#108;&amp;#105;&amp;#110;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;&lt;/a&gt;</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,309,309#msg-309</guid>
         <pubDate>Fri, 28 Jan 2011 11:49:11 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: superuser fails on CPAdminPortal</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,55,60#msg-60</link>
         <description>Sounds like that will be the case unfortunately.  Please let me know if you have questions about rebuilding the project.  
&lt;br /&gt;

&lt;br /&gt;
If I might make a suggestion, use the HDServices.wsdl file that was packaged in the WAR file to rebuild the client web service stubs (with the correct end-point of course).  There is a reported issue with pointing to each of the separate web services from the hosted Common Platform when building the client stubs.  The issue was that there is duplicate objects created in the auto-generated source because each separate service uses the same basic structures.  If you use a single, consolidated WSDL (which the HDServices.wsdl) is, it gets around this problem.  As long as this WSDL has the endpoint specified correctly (e.g., localhost:8080) it should work for you when rebuilding your stubs.
&lt;br /&gt;

&lt;br /&gt;
Good luck.
&lt;br /&gt;

&lt;br /&gt;
-Sam</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,55,60#msg-60</guid>
         <pubDate>Mon, 11 Oct 2010 18:58:33 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: superuser fails on CPAdminPortal</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,55,59#msg-59</link>
         <description>Hi Sam,
&lt;br /&gt;

&lt;br /&gt;
There where no references to cormtech in de .wsdl files. I edited &amp;quot;jax-ws-catalogs.xml&amp;quot; within the .war and redeployed.  But the error still exist.
&lt;br /&gt;

&lt;br /&gt;
I also found references to &amp;quot;cormtech&amp;quot; in the binary files: 
&lt;br /&gt;

&lt;br /&gt;
./CPAdminPortal/WEB-INF/classes/org/projecthealthdesign/platform/ObservationsService_Service.class
&lt;br /&gt;
..../RegistryService_Service.class
&lt;br /&gt;
..../AuthenticationService_Service.class
&lt;br /&gt;
..../AccessCtrlService_Service.class
&lt;br /&gt;
..../MedicationsService_Service.class
&lt;br /&gt;

&lt;br /&gt;
So unless you have another option for me I think I need to get into NetBeans now and recompile
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;
Ronny</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,55,59#msg-59</guid>
         <pubDate>Mon, 11 Oct 2010 18:46:50 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: superuser fails on CPAdminPortal</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,55,58#msg-58</link>
         <description>Ronny,
&lt;br /&gt;

&lt;br /&gt;
I believe I see the problem.  It's in this part of the log file 
&lt;br /&gt;

&lt;br /&gt;
&lt;blockquote class="bbcode"&gt;&lt;div&gt;&lt;small&gt;Quote&lt;br/&gt;&lt;/small&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;java.io.IOException: Server returned HTTP response code: 503 for URL: [www.cormtech.com:8089] &lt;/div&gt;&lt;/blockquote&gt;

&lt;br /&gt;
For background, when the binary of the CPAdminPortal portal was made, the WSDL endpoint was specified for a particular server (a server where the Project HealthDesign Alpha server was hosted).  This server is no longer available so when the deployed client tries to connect to this old server it just gets back a 503 error.  
&lt;br /&gt;

&lt;br /&gt;
What you need to do is change the endpoint of the WSDL of the CPAdminPortal client so that it is pointing at your own instance of the Common Platform server (e.g. www.yourowndomain:8080 or localhost:8080 if running from the same machine).  You should be able to fix this by replacing the instances of cormtech.com:8089 with the URL of your own instance of the CP by editing the file CPAdminPortal/WEB-INF/WSDL/HDServices.wsdl.  There may be other copies of the HDServices.wsdl file within the .WAR file that should also be modified (or removed).  Unfortunately, I'm not positive which one exactly will do the trick.  Once those changes are made, save and redeploy. 
&lt;br /&gt;

&lt;br /&gt;
Failing that, you can try to rebuild the CPAdminPortal client from the source using NetBeans or your favorite Java IDE (though the source of the admin portal already includes a NetBeans project file).  You can use your modified HDServices.wsdl file to rebuild the client web service stubs.  Once rebuilt with the updated and correct WSDL endpoint, redeploy and you should be in business.  
&lt;br /&gt;

&lt;br /&gt;
Let me know how that goes and if you have any further problems.
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;

&lt;br /&gt;
Sam</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,55,58#msg-58</guid>
         <pubDate>Fri, 08 Oct 2010 17:22:57 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: superuser fails on CPAdminPortal</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,55,57#msg-57</link>
         <description>Hi Sam,
&lt;br /&gt;

&lt;br /&gt;
Thanks for your prompt response!
&lt;br /&gt;

&lt;br /&gt;
I did some investigations below.
&lt;br /&gt;
Are there other log files I should consult as well? Where to find these.
&lt;br /&gt;

&lt;br /&gt;
1)
&lt;br /&gt;
I deployed from the compiled binaries
&lt;br /&gt;

&lt;br /&gt;
2)
&lt;br /&gt;
The Common Platform server is up and running.
&lt;br /&gt;
Accessing [&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;] results in a &amp;quot;Hello World&amp;quot; html
&lt;br /&gt;

&lt;br /&gt;
3)
&lt;br /&gt;
Accessing:
&lt;br /&gt;
[&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/observations"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;],
&lt;br /&gt;
[&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/authentication"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;],
&lt;br /&gt;
[&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/registry"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;],
&lt;br /&gt;
[&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/observations"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;],
&lt;br /&gt;
[&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/medications"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;] and
&lt;br /&gt;
[&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/accessctrl"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;]
&lt;br /&gt;
all result in a page with title &amp;quot;Web Services&amp;quot; and the EndPoints (Service and Port names) together with information (address, link to WSDL, Implementation class)
&lt;br /&gt;
The links to the WSDL in these pages are without .../HD/ in the URL. Glassfish is returning a HTTP 404 status.
&lt;br /&gt;

&lt;br /&gt;
4)
&lt;br /&gt;
Accessing [&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/&amp;lt;component&amp;gt;?wsdl"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;] returns the WSDL file.
&lt;br /&gt;

&lt;br /&gt;
5)
&lt;br /&gt;
...glassfish/domains/domain1/server.log reports:
&lt;br /&gt;

&lt;br /&gt;
serveral times this WARNING message:
&lt;br /&gt;
[#|2010-10-08T11:01:55.764+0200|WARNING|sun-appserver2.1|javax.enterprise.system.tools.admin|_ThreadID=17;_ThreadName=httpWorkerThread-4848-2;_RequestID=64b8
&lt;br /&gt;
8ce0-9216-46c5-8691-61ff0694a6ac;|com.sun.enterprise.admin.mbeans.J2EEModule:getStringForDDxml FileNotFoundException /opt/glassfish_v2.1_b60e/glassfish/domai
&lt;br /&gt;
ns/domain1/generated/xml/j2ee-modules/HD/null|#]
&lt;br /&gt;

&lt;br /&gt;
in this directory I only find a file appDescr.dat and a dir WEB-INF
&lt;br /&gt;

&lt;br /&gt;
followed by a SEVERE message:
&lt;br /&gt;
[#|2010-10-08T11:21:02.752+0200|SEVERE|sun-appserver2.1|javax.enterprise.system.container.web|_ThreadID=15;_ThreadName=httpSSLWorkerThread-8080-0;_RequestID=
&lt;br /&gt;
fdece4ce-d318-4d0e-b6dd-5de47f360380;|WebModule[/CPAdminPortal]Authentication failed - username: superuser; password: GoeD89
&lt;br /&gt;
com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException: 2 counts of InaccessibleWSDLException.
&lt;br /&gt;

&lt;br /&gt;
and HTTP SERVICE UNAVAILABLE at www.cormtech.com ??:
&lt;br /&gt;
java.io.IOException: Server returned HTTP response code: 503 for URL: [&lt;a rel="nofollow" target="_blank" href="http://www.cormtech.com:8089/wsdl/HDServices.wsdl"&gt;www.cormtech.com&lt;/a&gt;]
&lt;br /&gt;
java.io.IOException: Server returned HTTP response code: 503 for URL: [&lt;a rel="nofollow" target="_blank" href="http://www.cormtech.com:8089/wsdl/HDServices.wsdl?wsdl"&gt;www.cormtech.com&lt;/a&gt;]
&lt;br /&gt;

&lt;br /&gt;
6)
&lt;br /&gt;
Accessing [&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;serverIP&amp;gt;:8080/HD/observations?tester"&gt;&amp;lt;serverIP&amp;gt;&lt;/a&gt;] returns a testpage (not sure what to fill in the text boxes) 
&lt;br /&gt;

&lt;br /&gt;
Hopefully this gives you enough information to get me on the right track. I appreciate your help!
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;
Ronny 
&lt;br /&gt;
(trying to get the common platform alive in a demo environment for our Dutch project &amp;quot;Mobile Health Made Social&amp;quot;)</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,55,57#msg-57</guid>
         <pubDate>Fri, 08 Oct 2010 09:52:24 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: superuser fails on CPAdminPortal</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,55,56#msg-56</link>
         <description>Hi Ronny,
&lt;br /&gt;

&lt;br /&gt;
I assume you have confirmed that the Common Platform server is up and running?  
&lt;br /&gt;

&lt;br /&gt;
Did you deploy from the compiled binaries or did you do a build from the Java source first and then deploy?  
&lt;br /&gt;

&lt;br /&gt;
Have you taken a look at the server logs to see what errors you are getting from the Admin Portal and/or the Common Platform server?  These log files can be very helpful in troubleshooting connection problems like this.  If you can post some exceptions that look relevant, I can probably tell you what steps you need to take to remedy the problem.  
&lt;br /&gt;

&lt;br /&gt;
-Sam</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,55,56#msg-56</guid>
         <pubDate>Thu, 07 Oct 2010 15:35:12 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>superuser fails on CPAdminPortal</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,55,55#msg-55</link>
         <description>Hi there,
&lt;br /&gt;

&lt;br /&gt;
I managed to get the webservices up and running on a local machine.
&lt;br /&gt;

&lt;br /&gt;
For some reasons I'm unable to login onto the Administration Portal [&lt;a rel="nofollow" target="_blank" href="http://&amp;lt;IP&amp;gt;:8080/CPAdminPortal"&gt;&amp;lt;IP&amp;gt;&lt;/a&gt;] using the superuser account. 
&lt;br /&gt;

&lt;br /&gt;
The user that is created to allow the common platform server to access the mySQL database is working correctlly. I'm able to manually login to the database using the user &amp;quot;glassfish&amp;quot; with pw &amp;quot;mssqlsa&amp;quot;.
&lt;br /&gt;

&lt;br /&gt;
Has anyone experienced the same problem?
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;
Ronny Bourgonje</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,55,55#msg-55</guid>
         <pubDate>Thu, 07 Oct 2010 09:04:58 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: Android Platform and Microsoft HealthVault</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,42,47#msg-47</link>
         <description>Forwarded response from Gillian Hayes, UC-Irvine:
&lt;br /&gt;
The short answer is that yes, you have to build an intermediary server.  Sen (copied) has done this for our team and can potentially provide a bit more guidance, though without a more specific question from Ann, its hard to say more than yes she is right.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,42,47#msg-47</guid>
         <pubDate>Thu, 16 Sep 2010 19:55:39 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Android Platform and Microsoft HealthVault</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,42,42#msg-42</link>
         <description>Has anyone tried to interface with Microsoft HealthVault from Android platform?  HealthVault has very good support for .Net based systems, but I have not found anything related to Android.  From our findings, it looks like we need to create an intermediary server to bridge the communication between Android and HealthVault.  This is kind of kludge but doable.  If you have better solutions or have had experience with both Android and HealthVault, please let us know.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,42,42#msg-42</guid>
         <pubDate>Thu, 02 Sep 2010 16:23:05 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Standards</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,39,41#msg-41</link>
         <description>Are there any attributes which should attach to EVERY ODL?
&lt;br /&gt;

&lt;br /&gt;
Microsoft HealthVault has a number of attributes that are common across many data types on their platform (&lt;a rel="nofollow" target="_blank" href="http://developer.healthvault.com/pages/types/types.aspx"&gt;http://developer.healthvault.com/pages/types/types.aspx&lt;/a&gt;).
&lt;br /&gt;

&lt;br /&gt;
&lt;u&gt;Some examples are:&lt;/u&gt;
&lt;br /&gt;
1. ID
&lt;br /&gt;
2. Version Stamp
&lt;br /&gt;
3. Note
&lt;br /&gt;
4. Tags
&lt;br /&gt;
5. Source
&lt;br /&gt;
6. Vocabulary (if applicable)
&lt;br /&gt;

&lt;br /&gt;
&lt;u&gt;They also include extensive audit related information such as:&lt;/u&gt;
&lt;br /&gt;
1. Date - the date the record was changed
&lt;br /&gt;
2. Action - the change action
&lt;br /&gt;
3. Program - the application that made the change
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
With this in mind, I would be very interested to see if we can form a consensus around common attributes for most ODLs within our program.  My first stab at this is that, at a minimum, all ODL data types should have the following:
&lt;br /&gt;

&lt;br /&gt;
1. Unique personal identifier: patient ID or something similar
&lt;br /&gt;
2. Unique record identifier: an automatically generated ID
&lt;br /&gt;
3. Timestamp: date and time the observation was actually made or entered (note, this is different from self reported dates and times – e.g., the self report “date/time eaten” in the Photo Food ODL)
&lt;br /&gt;
4. Source - Self entry, sensor, algorithm, etc.
&lt;br /&gt;
4. Vocabulary code: LOINC and similar vocabulary codes &lt;i&gt;if&lt;/i&gt; a mapping can be made
&lt;br /&gt;
5. Full audit package
&lt;br /&gt;

&lt;br /&gt;
Tags might also be helpful to lay users, perhaps performing a similar role that vocabularies play for clinicians.  Although, I think this would be up for debate as tags will be highly idiosyncratic.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,39,41#msg-41</guid>
         <pubDate>Wed, 18 Aug 2010 14:51:43 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>Re: ODLs &amp; Data Definitions</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,39,40#msg-40</link>
         <description>The work presented here brings up some critical issues on which we might provide guidance on emergent national policy while simultaneously advancing our own work.  Since we are trying to integrate two domains, is what the lay person needs to know different from what the clinician needs to know in order to make sense of an observation?
&lt;br /&gt;

&lt;br /&gt;
I see this question as raising two related, but distinct, topics with respect to our current work with ODLs: privacy and the benefit of standards.
&lt;br /&gt;

&lt;br /&gt;
On the issue pf privacy, are there certain things which should not even be captured?
&lt;br /&gt;

&lt;br /&gt;
For instance, the &lt;i&gt;Photo Food&lt;/i&gt; ODL specification from iN Touch has an attribute &lt;i&gt;Date/Time eaten&lt;/i&gt; that is self reported.  Would either the photo taker or clinician ever want to know when the photo itself was taken?  Would there be a reason to omit that attribute entirely?</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,39,40#msg-40</guid>
         <pubDate>Wed, 18 Aug 2010 14:03:30 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>ODLs &amp; Data Definitions</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?6,39,39#msg-39</link>
         <description>We agreed that asynchronous communication would work best for building community among our Project HealthDesign technical team members. We thought we should lead off with what we see as the most pressing issue now both for our teams and the PHD program (given the ONC invitation to help define ODLs in meaningful use).
&lt;br /&gt;

&lt;br /&gt;
We need each team's input to help better understand and articulate the technical demands of collecting, storing and exchanging ODLs across multiple users and platforms. It also helps us to meet our obligation to RWJF for transparency in all our work. 
&lt;br /&gt;

&lt;br /&gt;
We'd like you to review the two attached files &lt;b&gt;before our meeting on Friday, August 20th&lt;/b&gt;. These files are:
&lt;br /&gt;
1. a grid of our current understanding of each team's ODLs
&lt;br /&gt;
2. data definitions for a single ODL from the teams.
&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;PIs please&lt;/b&gt;
&lt;br /&gt;
verify the &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/forum/file.php?6,file=5,filename=ODL+Grid+GC+8-13-10.xls"&gt;ODL Grid&lt;/a&gt; and look for opportunities for collaboration across teams so we can talk about them on Friday. 
&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;Similarly, technical team members please&lt;/b&gt;
&lt;br /&gt;
evaluate the clarity and adequacy of the &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/forum/file.php?6,file=6,filename=Compiled+ODLs_Def+Templates+4-22-10.pdf"&gt;Compiled Data Definitions&lt;/a&gt;
&lt;br /&gt;
and join the PHD technical team (Sam and Tim) in moving the ODL specifications forward so they can be shared across implementations and in the broader context of PHRs.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?6,39,39#msg-39</guid>
         <pubDate>Mon, 16 Aug 2010 21:43:01 +0000</pubDate>
         <category>Technical Sharing &amp; Support</category>
      </item>
      <item>
         <title>List of ODLs</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?4,31,31#msg-31</link>
         <description>&lt;a rel="nofollow" target="_blank" href="http://docs.google.com/Doc?docid=0AXHE2lWblwvNZGM1am5mYmtfN2drNno4cGZr&amp;amp;hl=en&amp;amp;pli=1"&gt;View and add to the observations of daily living wiki&lt;/a&gt;</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?4,31,31#msg-31</guid>
         <pubDate>Tue, 23 Mar 2010 19:28:46 +0000</pubDate>
         <category>What are Observations of Daily Living?</category>
      </item>
      <item>
         <title>Re: What are Observations of Daily Living?</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?4,20,27#msg-27</link>
         <description>I think of ODLs as observations made in support of personal health goals.  This might be a different perspective than others have argued, as it blurs the distinction between what we might consider observations that are externally directed vs. those that are internally directed.
&lt;br /&gt;

&lt;br /&gt;
For example, I know of a case where a physician asked a person to take daily blood pressure readings at home while the being evaluated as to a heart condition.   Once resolved, the physician no longer needed that information.  However, this person “internalized” this as something that supported their own personal health goals and continues to monitor blood pressure to this day.   This is not an individual modification of a clinical concept - it is described, defined, and tracked exactly as the physician initially directed.  However, given that it is now done in support of personal health goals, I would consider this an ODL.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?4,20,27#msg-27</guid>
         <pubDate>Thu, 18 Mar 2010 18:56:29 +0000</pubDate>
         <category>What are Observations of Daily Living?</category>
      </item>
      <item>
         <title>Re: What are Observations of Daily Living?</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?4,20,24#msg-24</link>
         <description>I think the question that Ramly had asked about how can we integrate the disparate with established measures is a very important one. I think we should find a system to make the data useful to clinicians; a way for the ODL's to become tools for the solution to a problem. I think maybe a way to start quantifying ODL's is by giving weight to different parts of the ODL. In other words, be mindful of how important is one ODL in comparison to others and how effective are the steps taken in response to an ODL.
&lt;br /&gt;

&lt;br /&gt;
Here's a personal example of what I'm trying to say. I use ODL to know when I will be getting a migraine. Based off of my ODL, I try to stay prepared to prevent the headaches. Thus far I've came to three solutions: sleeping extra, having a larger intake of caffeine, and exercising. When analyzing the solutions, I think about how effective and how convenient they are for me, and convenience has a higher weight of importance over effectiveness. I find exercising to be the most effective but also time consuming which is not good. Having a larger intake on caffeine,on the other hand, is much easier in a busy life, for I can just drink a can of Mountain Dew and keep working on whatever it is I was doing.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?4,20,24#msg-24</guid>
         <pubDate>Thu, 04 Mar 2010 18:28:28 +0000</pubDate>
         <category>What are Observations of Daily Living?</category>
      </item>
      <item>
         <title>Re: What are Observations of Daily Living?</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?4,20,22#msg-22</link>
         <description>On a more personal note, here is a simple ODL I use: I know (or at least think that) I'm dehydrated when my skin is more crackly and itchy than usual, and I drink a glass of water whenever I notice that. 
&lt;br /&gt;

&lt;br /&gt;
It would be interesting to hear what ODLs you all use in your everyday life.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?4,20,22#msg-22</guid>
         <pubDate>Thu, 04 Mar 2010 15:50:06 +0000</pubDate>
         <category>What are Observations of Daily Living?</category>
      </item>
      <item>
         <title>Re: What are Observations of Daily Living?</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?4,20,21#msg-21</link>
         <description>If the premise is that ODLs are person-defined, I don't think there can or should be a one-size-fits-all answer to these important questions. It will depend on the context, the person, the formal (e.g. clinicians) and informal (e.g. family) care givers, the observation methods (e.g. mental notes, paper, smart phone, ...), the analysis methods (e.g. intuition, plotting trends, asking others, ...), etc. 
&lt;br /&gt;

&lt;br /&gt;
Hence the importance of tailoring the technologies and tools that support ODLs. One problem that arises from all this personalization though, is how do we go back and integrate all this disparate data with established measures? And how do we (or should we) make it useful to clinicians?</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?4,20,21#msg-21</guid>
         <pubDate>Thu, 04 Mar 2010 15:49:10 +0000</pubDate>
         <category>What are Observations of Daily Living?</category>
      </item>
      <item>
         <title>What are Observations of Daily Living?</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?4,20,20#msg-20</link>
         <description>One of the interesting concepts that emerged from the first round of Project HealthDesign was that of people tracking aspects of their health that they defined themselves.  This has been termed Observations of Daily Living.
&lt;br /&gt;

&lt;br /&gt;
This idea of person-defined observations is one that several of us are investigating, seeing whether the idea extends into several domains of established measures and tools (ex: Activities of Daily Living, behavior and pain assessment tools, quality of life assessment), but looks at them from a different perspective.  
&lt;br /&gt;
Some people may think ODLs incorporate these existing measures and tool conceptually but allow for individual modification for how they are described, defined, and tracked. 
&lt;br /&gt;
Others may think ODLs take subsets of these tools depending on the functionality and/or usefulness of the measure in the home and/or community setting.
&lt;br /&gt;
Yet others may believe that ODLs capture aspects of a person's life which these measures and tools cannot quantify, but are relevant to the patient and the clinician, allowing for a positive impact on the patient's health and well being.
&lt;br /&gt;

&lt;br /&gt;
Please comment with your thoughts about this concept of ODLs--what you think about it, whether you've seen it in your life, work or practice, etc.
&lt;br /&gt;

&lt;br /&gt;
Thank you!</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?4,20,20#msg-20</guid>
         <pubDate>Wed, 03 Mar 2010 23:25:59 +0000</pubDate>
         <category>What are Observations of Daily Living?</category>
      </item>
      <item>
         <title>Outline for Manatt/CDT's Cross-Cutting Policy Issues Paper</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,73,73#msg-73</link>
         <description>&lt;b&gt;&lt;span style="font-size:small;"&gt;&lt;center class="bbcode"&gt;Introducing the Cross Cutting Policy Issues Paper 
&lt;br /&gt;
Manatt/CDT&lt;/center&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;/b&gt;
&lt;br /&gt;
&lt;span style="font-size:small;"&gt;Following up on Deven McGraw’s blog post from last month, which described the session on cross-cutting legal and policy issues at the recent Project HealthDesign grantee meeting at the Vanderbilt Center for Better Health, we have taken the feedback provided by the grantees at that meeting and turned it into a proposed outline for a “Cross Cutting Policy Issues” paper.
&lt;br /&gt;

&lt;br /&gt;
The purpose of this paper is to address issues that may create obstacles to more widespread adoption of health care quality improvement models that leverage technology to bridge the information gap between clinical care teams and patients.  The paper will discuss potential public policy solutions or risk mitigation strategies for overcoming these obstacles.
&lt;br /&gt;

&lt;br /&gt;
Based on the grantees’ brainstorming at the recent meeting in Nashville, we are proposing to focus on three sets of issues:  (1) provider liability concerns relating to the availability of patient-supplied information; (2) uncertainty about legal obligations for assuring the security of information transmitted between portable devices and other computer systems and (3) the lack of a clear legal framework for many types of personal health records.  Manatt and CDT, with the input of the National Project Office and other Project HealthDesign consultants, have prepared a proposed outline for the paper, which is provided below.  We will be seeking grantees’ feedback on this outline.  Indeed, we will be involving the grantees in every step of the process of preparing the Cross Cutting Policy Issues paper.  More to come on this process in the future.  In the meantime, please post your reactions to our outline below.  
&lt;br /&gt;

&lt;br /&gt;
Outline of Cross Cutting Policy Issues Paper
&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;I.	Issue 1:  Uncertainty about Health Care Providers’ Liability when Incorporating
&lt;br /&gt;
ODLs into Clinical Practice and Communicating with Patients Electronically.&lt;/b&gt;
&lt;br /&gt;
A.	Overview of general legal standards governing providers’ exposure to malpractice liability.
&lt;br /&gt;
B.	Common provider liability concerns related to use of ODLs in clinical practice.
&lt;br /&gt;
1.	How to ensure the accuracy of ODLs and/or how to protect against liability for reliance on inaccurate ODLs.
&lt;br /&gt;
2.	How to determine whether/when health care providers have to review and/or act on ODLs submitted by patients.
&lt;br /&gt;
3.	How to determine when it is appropriate for health care providers to communicate with patients via email or other electronic means.
&lt;br /&gt;
4.	Whether a health care provider is responsible for ensuring that a patient received an alert or other communication generated by the health care provider and delivered via email or other electronic means.
&lt;br /&gt;
5.	How to manage patients’ expectations about communication of ODLs with health care providers (e.g. provider response time, coordination among treating providers).
&lt;br /&gt;
C.	Best practices for minimizing risks associated with common concerns (e.g. setting clear expectations on the part of providers and patients about what data should be exchanged, how, and when).
&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;II.	Issue 2:  Uncertainty about How to Comply with the HIPAA Security Rule’s Requirements for Electronic Transmission Security When Communicating ODLs and Using Mobile Technologies and Internet Social Networking Sits to Communicate with Patients.&lt;/b&gt;  
&lt;br /&gt;
A.	Brief overview of HIPAA Security Rule transmission security requirements (e.g. encryption).
&lt;br /&gt;
B.	Challenges associated with use of communications technologies (e.g. text/SMS messaging) that can not meet the Security Rule’s transmission security requirements.
&lt;br /&gt;
C.	Best practices, including alternative safeguards, for complying with the Security Rule’s requirements when using such technologies.
&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;III.	Issue 3:  Uncertain Policy Environment Regarding an Individual’s Use of Internet for Sharing Health Information&lt;/b&gt;  
&lt;br /&gt;
A.	Brief overview of legal landscape  - 
&lt;br /&gt;
1.	HIPAA does not apply, except with respect to certain uses of PHRs (explained below).   
&lt;br /&gt;
2.	Federal Trade Commission (“FTC”) has minimal authority to regulate PHRs (breach notification for non-HIPAA PHRs), but what is a PHR? Does that include Twitter and Facebook?
&lt;br /&gt;
3.	FTC authority to enforce privacy policies in commercial space.
&lt;br /&gt;
4.	What is “PHI” in the 2.0 world?
&lt;br /&gt;
B.	Lack of clarity stalls robust use of these tools and stalls innovation.  
&lt;br /&gt;
C.	Advocate for baseline protections that apply in Internet space (so data doesn’t move from protected to unprotected). 
&lt;br /&gt;
D.	Make more clear when HIPAA applies and when it doesn’t (discuss PHR confusion as an example and stress need for clear, consistent policies)
&lt;br /&gt;
E.	Promote a set of industry best practices in the absence of changes in law. 
&lt;br /&gt;
&lt;/span&gt;[/size]</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,73,73#msg-73</guid>
         <pubDate>Thu, 04 Nov 2010 15:51:55 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: Patient &amp; Clinician Activation Resources</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,32,37#msg-37</link>
         <description>These papers are really helpful.  We will definitely use them as a resource as we refine our evaluation measures.  Thanks Gail!</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,32,37#msg-37</guid>
         <pubDate>Fri, 30 Jul 2010 14:32:41 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,34#msg-34</link>
         <description>Please link to my dropbox &lt;a rel="nofollow" target="_blank" href="mailto:&amp;#109;&amp;#115;&amp;#107;&amp;#97;&amp;#116;&amp;#104;&amp;#121;&amp;#107;&amp;#105;&amp;#109;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;"&gt;&amp;#109;&amp;#115;&amp;#107;&amp;#97;&amp;#116;&amp;#104;&amp;#121;&amp;#107;&amp;#105;&amp;#109;&amp;#64;&amp;#103;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#46;&amp;#99;&amp;#111;&amp;#109;&lt;/a&gt;.  Thanks</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,34#msg-34</guid>
         <pubDate>Wed, 30 Jun 2010 15:01:06 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Two New Documents for your Review in DropBox</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,33,33#msg-33</link>
         <description>We've posted two new documents for your review in the PHD Dropbox (&lt;a rel="nofollow" target="_blank" href="http://www.dropbox.com"&gt;http://www.dropbox.com&lt;/a&gt;) in the grantee folder. Both documents are in draft form; we plan to review both in our next call on Wednesday, June 30 at 11 am Central time. We encourage you to post questions and comments here both before and after our next meeting.
&lt;br /&gt;
1. &lt;u&gt;Project Briefing Books&lt;/u&gt;
&lt;br /&gt;
As you know, we are planning to conduct site visits later in summer or early fall. These &amp;quot;books&amp;quot; originated as a way to help the NAC members who will be making the visits to effectively and efficiently learn about your project plans and progress. During their preparation, it has become clear that they can be useful for a variety of things, so plan to update them periodically.
&lt;br /&gt;
The document posted in the dropbox is a &amp;quot;sample&amp;quot; which demonstrates the parts that will be populated here at the NPO and the items which will require your input. 
&lt;br /&gt;

&lt;br /&gt;
2. &lt;u&gt;PHD Timelines&lt;/u&gt;
&lt;br /&gt;
At least for now, we plan to use excel for the timelines. The spreadsheet in the dropbox is composed of 6 worksheets - a &amp;quot;master&amp;quot; sheet and individual worksheets for each of the projects. The individual project sheets are linked to the master so that any changes made to your individual sheets will automatically be made to the master. 
&lt;br /&gt;
We built these timelines from those that we submitted either with your full proposal or your revised proposal. You'll note that they vary substantially in amount of detail as well as inclusion of timeframes.
&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;So, we invite you to start the discussion of these documents here. All feedback is appreciated!&lt;/b&gt;</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,33,33#msg-33</guid>
         <pubDate>Fri, 11 Jun 2010 23:08:15 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Patient &amp; Clinician Activation Resources</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,32,32#msg-32</link>
         <description>As promised at the workshop, you'll find links below to papers describing the development and/or validation of Hibbards' measures of patient and clinician activation that David Ahern discussed.
&lt;br /&gt;

&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/forum/file.php?3,file=1,filename=HibbardJHClinPAMHlthExpect+2009.pdf"&gt;The development and testing of a measure assessing clinician beliefs about patient self-management&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/forum/file.php?3,file=3,filename=HibbardDev_TestShortPAMHSR2005.pdf"&gt;Development and Testing of a Short Form of the Patient Activation Measure&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
We've also included a link to a paper by Calvin Or, a former UW doctoral student, that synthesizes the knowledge on technology acceptance.
&lt;br /&gt;

&lt;br /&gt;
&lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/forum/file.php?3,file=2,filename=OrTechAcceptJAMIA2009.pdf"&gt;A Systematic Review of Patient Acceptance of Consumer Health Information Technology&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
We're very excited about the potential for use of some common measures across teams - especially in light of the notion of using these tools to establish effect size.
&lt;br /&gt;

&lt;br /&gt;
We're looking forward to hearing your thoughts about, and plans for using, these tools in your evaluation phase.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,32,32#msg-32</guid>
         <pubDate>Tue, 30 Mar 2010 21:22:14 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Evaluation Articles from David Ahern</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,29,29#msg-29</link>
         <description>We are delighted to have Dr. David Ahern join us by videoconference at the workshop on Friday afternoon. His objective is to initiate thinking about the next workshop and the evaluation phase of Project HealthDesign.
&lt;br /&gt;
David has extensive experience in evaluation of health-related technologies and was the Director of RWJF's Health E-Technologies Initiative. You'll hear more about him on Friday, but in the meantime he has provided some of his recent papers to help stimulate your thinking about evaluation of patient-centered technologies and help to prepare you for the session he will facilitate. 
&lt;br /&gt;
Links to the articles follow:
&lt;br /&gt;

&lt;br /&gt;
1. &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/media/file/Walker_AhernInternistInsightsJGIM.pdf"&gt;Insights for Internists: “I Want the Computer to Know Who I Am”&lt;/a&gt;
&lt;br /&gt;

&lt;br /&gt;
2. &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/media/file/Eaton_AhernCholMgmtJanFeb09.pdf"&gt;Using E-health to Improve Cholesterol
&lt;br /&gt;
Management in Primary Care Practice&lt;/a&gt; 
&lt;br /&gt;

&lt;br /&gt;
3. &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/media/file/patientsPerceptionsArticle.pdf"&gt;Patients’ Perceptions of Cholesterol, Cardiovascular Disease Risk, and Risk
&lt;br /&gt;
Communication Strategies&lt;/a&gt; 
&lt;br /&gt;

&lt;br /&gt;
4. &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/media/file/PhysiciansPerceptions.PDF"&gt;Physicians' Perceptions of Barriers and Facilitators Regarding Adoption of the National Cholesterol Education Program Guidelines&lt;/a&gt;</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,29,29#msg-29</guid>
         <pubDate>Mon, 22 Mar 2010 22:24:17 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,28#msg-28</link>
         <description>I don't have a personal one either.  I'm willing to try it out with the generic account first.
&lt;br /&gt;
Thanks,</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,28#msg-28</guid>
         <pubDate>Mon, 22 Mar 2010 15:45:36 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Invitation Only Technical Breakfast</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,26,26#msg-26</link>
         <description>&amp;quot;Invitation Only&amp;quot; Technical Breakfast at March Workshop
&lt;br /&gt;

&lt;br /&gt;
Sam Faus will be leading the participants in a discussion with the goal of developing a technical specifications template for Project HealthDesign.
&lt;br /&gt;
While we ask that you come prepared to clearly identify and discuss the following 5 elements of your project, we thought you might like to share your thoughts here before the breakfast.
&lt;br /&gt;

&lt;br /&gt;
    * population
&lt;br /&gt;
    * the set of ODLs you will collect
&lt;br /&gt;
    * the device/tool that will be used to collect each ODL
&lt;br /&gt;
    * the third party platform you will use
&lt;br /&gt;
    * the link to the clinicians/clinical record</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,26,26#msg-26</guid>
         <pubDate>Wed, 17 Mar 2010 21:07:11 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,25#msg-25</link>
         <description>Hey Anind, I did put all of the announcement press materials into the Drop Box.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,25#msg-25</guid>
         <pubDate>Wed, 17 Mar 2010 15:03:07 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,23#msg-23</link>
         <description>I don't have a drop box already but am glad you are providing this one for us. I'll go with the generic account.
&lt;br /&gt;

&lt;br /&gt;
TY!
&lt;br /&gt;
B</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,23#msg-23</guid>
         <pubDate>Thu, 04 Mar 2010 17:03:34 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,19#msg-19</link>
         <description>For those who are interested, I have &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/media/file/Using_the_PHD_DropBox.pdf"&gt;updated the DropBox instructions&lt;/a&gt; to include details regarding how to subscribe to the RSS feed.
&lt;br /&gt;

&lt;br /&gt;
Tim Patton</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,19#msg-19</guid>
         <pubDate>Wed, 03 Mar 2010 22:01:47 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,18#msg-18</link>
         <description>I have my own dropbox account that I would like to connect to the project dropbox. This seems like a good solution, especially given the RSS feed.
&lt;br /&gt;

&lt;br /&gt;
Oh, and can we put some of the basic RWFJ and PHD press materials in this dropbox (or another central place).</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,18#msg-18</guid>
         <pubDate>Wed, 03 Mar 2010 18:27:02 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>Re: DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,17#msg-17</link>
         <description>Just want to point out that Dropbox does allow users to get an RSS feed of recent activity.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,17#msg-17</guid>
         <pubDate>Wed, 03 Mar 2010 16:20:00 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>DropBox File Sharing</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?3,16,16#msg-16</link>
         <description>Hello All!
&lt;br /&gt;

&lt;br /&gt;
We would like to establish a place for people associated with Project HealthDesign to be able to share draft files privately. 
&lt;br /&gt;

&lt;br /&gt;
After looking at many options we have choosen DropBox and have set up a PHD DropBox.  
&lt;br /&gt;

&lt;br /&gt;
Please indicate in your response below if you:
&lt;br /&gt;
1. Have your own DropBox account you would like to connect to the PHD DropBox
&lt;br /&gt;
2. Would like to use the generic account we have set up to gain access to Dropbox  
&lt;br /&gt;

&lt;br /&gt;
After we get your responses we'll follow-up with you individually. 
&lt;br /&gt;

&lt;br /&gt;
In the mean time, if you are unfamiliar with DropBox, you can &lt;a rel="nofollow" target="_blank" href="http://www.projecthealthdesign.org/media/file/Using_the_PHD_DropBox.pdf"&gt;read the detailed instructions&lt;/a&gt;. 
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;

&lt;br /&gt;
Tim Patton</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?3,16,16#msg-16</guid>
         <pubDate>Tue, 02 Mar 2010 21:12:00 +0000</pubDate>
         <category>Project HealthDesign Grantees</category>
      </item>
      <item>
         <title>How to include Creative Commons into Office files</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?7,48,48#msg-48</link>
         <description>Here are instructions on how to include Creative Commons license to any Word, PowerPoint and Excel file in Office 2007.
&lt;br /&gt;

&lt;br /&gt;
Hope people can use it for dissemination purposes of the materials created for Project HealthDesign.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?7,48,48#msg-48</guid>
         <pubDate>Sat, 18 Sep 2010 21:45:02 +0000</pubDate>
         <category>Dissemination with Creative Commons</category>
      </item>
      <item>
         <title>Mood Cross Team Group Notes from Workshop</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?8,51,51#msg-51</link>
         <description>The attachment includes report out notes and work panels.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?8,51,51#msg-51</guid>
         <pubDate>Fri, 01 Oct 2010 22:21:23 +0000</pubDate>
         <category>MOOD Cross-Team Collaboration</category>
      </item>
      <item>
         <title>Cross Team Group Notes from Workshop</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?9,52,52#msg-52</link>
         <description>The attachment includes hypertiles and work panels for the Physical Activity collaboration.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?9,52,52#msg-52</guid>
         <pubDate>Fri, 01 Oct 2010 22:22:39 +0000</pubDate>
         <category>PHYSICAL ACTIVITY Cross-Team Collaboration</category>
      </item>
      <item>
         <title>Cross Team Group Notes from Workshop</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?10,53,53#msg-53</link>
         <description>The attachment includes report out hypertiles and work panels for the clinical workflow collaboration.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?10,53,53#msg-53</guid>
         <pubDate>Fri, 01 Oct 2010 22:23:49 +0000</pubDate>
         <category>CLINICAL WORKFLOW Cross-Team Collaboration</category>
      </item>
      <item>
         <title>Cross Team Group Notes from Workshop</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?11,54,54#msg-54</link>
         <description>The attachment contains report out hypertiles and work panels.</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?11,54,54#msg-54</guid>
         <pubDate>Fri, 01 Oct 2010 22:24:55 +0000</pubDate>
         <category>REPRESENTING DATA Cross-Team Collaboration</category>
      </item>
      <item>
         <title>Data Representation Notes from PHD Workshop #3</title>
         <link>http://www.projecthealthdesign.org/forum/read.php?11,49,49#msg-49</link>
         <description>Here are the notes from the Vanderbilt Center for Better Health -- Project HealthDesign Workshop #3 around the &amp;quot;Representing Data&amp;quot; cross-team work
&lt;br /&gt;

&lt;br /&gt;
&lt;hr class="bbcode"/&gt;
&lt;b&gt;Data Consumers:&lt;/b&gt;
&lt;br /&gt;
    - Patient
&lt;br /&gt;
    - Coach/Caregiver
&lt;br /&gt;
    - Clinician
&lt;br /&gt;

&lt;br /&gt;
&lt;hr class="bbcode"/&gt;
&lt;b&gt;Data Representation For Patient Users&lt;/b&gt;
&lt;br /&gt;
    - Patients are the primary source of the ODL data
&lt;br /&gt;
    - They may have interest in reviewing their progress/status over a given period
&lt;br /&gt;
    - Granularity of data (raw data &amp;lt;--&amp;gt; highly processed data) will depend on the patient population &amp;amp; type of data.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;Data Representation For Coach/Caregiver Users&lt;/b&gt;
&lt;br /&gt;
    - Coaches and caregivers serve as interpreters of the data (for patient &amp;amp; clinicians)
&lt;br /&gt;
    - They need detailed reports/analysis capabilities
&lt;br /&gt;
    - They need access to data AND to the patient
&lt;br /&gt;

&lt;br /&gt;
&lt;b&gt;Data Representation for Clinician Users&lt;/b&gt;    
&lt;br /&gt;
    - Need simplicity in report/view/dashboard (&amp;quot;one-pager&amp;quot;)
&lt;br /&gt;
    - Need reasonable integration into patient records (EHR or paper)
&lt;br /&gt;
    - Might benefit from &amp;quot;flags&amp;quot; from a health coach or other interpreter
&lt;br /&gt;

&lt;br /&gt;
&lt;hr class="bbcode"/&gt;
Technology needs to support flexibility in data representations
&lt;br /&gt;
&lt;img src="http://imgur.com/aaTUN.png" class="bbcode" border="0"/&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;hr class="bbcode"/&gt;
&lt;b&gt;Discovering Information Needs of Users&lt;/b&gt;
&lt;br /&gt;
&lt;i&gt;Interview/Focus Group&lt;/i&gt;
&lt;br /&gt;
- Start with asking what information (independent of technology) would be helpful and what information is currently collected.
&lt;br /&gt;
- Then show information that is &lt;u&gt;enabled&lt;/u&gt; by technology and ask the group if it would be helpful.
&lt;br /&gt;
- Show users a choice of the information so that they can &lt;u&gt;recognize&lt;/u&gt; what they may find useful
&lt;br /&gt;
- Ask how they would &lt;u&gt;use&lt;/u&gt; the information</description>
         <guid isPermaLink="false">http://www.projecthealthdesign.org/forum/read.php?11,49,49#msg-49</guid>
         <pubDate>Thu, 23 Sep 2010 17:29:35 +0000</pubDate>
         <category>REPRESENTING DATA Cross-Team Collaboration</category>
      </item>
   </channel>
</rss><!-- fe2.pipes.sp1.yahoo.com compressed/chunked Mon May 28 22:51:42 UTC 2012 -->

