<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ubc.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danhooker</id>
	<title>UBC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ubc.ca/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danhooker"/>
	<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/Special:Contributions/Danhooker"/>
	<updated>2026-04-09T15:26:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Working_With_WordPress&amp;diff=182461</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Working With WordPress</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Working_With_WordPress&amp;diff=182461"/>
		<updated>2012-07-26T16:48:36Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: featured image instructions updated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==WordPress Resources==&lt;br /&gt;
Basic WordPress tutorials are available on the UBC Wiki and Wordpress.org. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC Wiki:&#039;&#039;&#039;&lt;br /&gt;
* [[Documentation:WordPress_Basics/Basics_1_Guide|UBC Wiki - Basics 1 Guide]]&lt;br /&gt;
* [[Documentation:WordPress_Basics/Basics_1_Guide/Add_Images_and_Media|UBC Wiki - Basics 1 Guide, Adding images and media]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WordPress.org:&#039;&#039;&#039;&lt;br /&gt;
* [http://codex.wordpress.org/Getting_Started_with_WordPress#Posting_in_WordPress Wordpress.org - Posting in Wordpress] &lt;br /&gt;
  &lt;br /&gt;
What follows is a contextualization of those instructions for the EHSO Website.&lt;br /&gt;
&lt;br /&gt;
==The Basics==&lt;br /&gt;
===Definitions===&lt;br /&gt;
There are two basic types of content on a Wordpress site: pages and posts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pages&#039;&#039;&#039; are reserved for more static content, such as ‘About Us,’ ‘Mission and Vision’ and the staff biography pages. These pages typically contain content that does not change often, and have URLs that do not contain their publishing date (e.g., /about-us/organization/kendall-ho)&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Posts&#039;&#039;&#039; are used to create time-sensitive or otherwise new content on an ongoing basis, and, rather than being inserted into the page hierarchy, posts are assigned categories and tags that are updated in real time when new posts are added. You can tell posts from pages by the date recorded in the URL (e.g., /2011/05/13/example-blog-post).&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Categories&#039;&#039;&#039; contain posts related to broad themes, such as projects (e.g., iCON) or areas of interest (e.g. Technology, Education, Research). Categories cannot be created for each post, any new post must be put into one or more existing categories. If you feel a category is missing or is conspicuously absent, please bring your concern to the BWG.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Tags&#039;&#039;&#039; are keywords that provide further context for the category and can be assigned to every new post by the author (e.g., ‘telemedicine’, ‘first nations’, academic detailing, community engagement). Tags may one word or a phrase.&lt;br /&gt;
&lt;br /&gt;
===User Profile===&lt;br /&gt;
Every member of the site also has a User Profile. This is different than your biography page; it is a profile for your user of the actual WordPress site. &lt;br /&gt;
&lt;br /&gt;
This is the page where you can set up a user picture, and the name under which your posts will appear.&lt;br /&gt;
&lt;br /&gt;
==Logging into the Website==&lt;br /&gt;
When you navigate to our [http://ehealth.sites.olt.ubc.ca/ website], at the very bottom of the page there is a small link to &amp;quot;[http://ehealth.sites.olt.ubc.ca/wp-login.php?action=cwl Site Administration]&amp;quot; which will take you to the login page. You will need a [http://www.it.ubc.ca/cwl/homelink.shtml CWL] to join the website.&lt;br /&gt;
&lt;br /&gt;
==WordPress Editor==&lt;br /&gt;
There are two ways to create and edit content on any Wordpress site, including the EHSO website: the Visual Editor, and HTML. The Visual Editor works like any word processing software with familiar buttons. The writing on the screen shows what your post will look like when you publish it to the website. It is not required to know anything about website editing to use the Visual Editor, and for this reason it is recommended for general use.&lt;br /&gt;
&lt;br /&gt;
[[File:VisualEditor_1.png|thumb|none|200px|The WordPress Visual Editor]]&lt;br /&gt;
&lt;br /&gt;
The HTML editor is only for use by those people who have a working knowledge of web design, and the ability to parse and edit code for the purposes of formatting page and post content. &lt;br /&gt;
&lt;br /&gt;
[[File:VisualEditor_2.png|thumb|none|200px|The WordPress HTML Editor]]&lt;br /&gt;
&lt;br /&gt;
==Page Editing==&lt;br /&gt;
Project pages are designed to display not only static information about the project (i.e., Purpose, Overview, Partners, etc.) but also a dynamic list of the most recent posts about the project. To accomplish this they employ a special WordPress function called a ‘Loop.’&lt;br /&gt;
&lt;br /&gt;
Due to a known bug in the WordPress editor, because of the presence of the Loop, any switching between the HTML view and the Visual Editor will remove any formatting applied to the static text. For this reason, researchers and students do not have permission to edit pages, but may bring any errors or changes to the attention to the relevant Research Coordinator or Project Manager.&lt;br /&gt;
&lt;br /&gt;
==Post editing/creation==&lt;br /&gt;
Posts may be created by any and all staff. There are several things to keep in mind when creating a post. &lt;br /&gt;
 &lt;br /&gt;
===Title===&lt;br /&gt;
The title of your post is important as it will be the guide to our readers as to the content. Try to think of a title that is both descriptive and catchy. For example:&lt;br /&gt;
* Post Title: “World Health Organization report on telemedicine prepared by eHealth Strategy Office finally released!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Main post content===&lt;br /&gt;
Give consideration to your writing, and keep in mind that writing for the web is different than report or academic writing. Seriousness is OK, but formality is not as necessary and may discourage casual users from reading your whole post. Try to write in shorter sentences and keep to one main idea per paragraph. For more insight into writing for the web, check out usability guru Jacob Nielsen’s page here: http://www.useit.com/alertbox/9710a.html&lt;br /&gt;
&lt;br /&gt;
[[File:KitchenSink_2.png|thumb|none|400px|The WordPress &amp;quot;Kitchen Sink&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
* If you use another program outside Wordpress, such as Microsoft Word, to draft your posts, please keep in mind that formatting errors may occur when you copy and paste them into Wordpress, particularly with lists and headings. To combat this there are buttons in the editor’s Kitchen Sink to “Paste from Word” or “Paste as Plain Text.”&lt;br /&gt;
* If you include information about external resources available on the web, you must include a link to that item, or a relevant informational page about it. Whenever possible, avoid linking directly to PDF documents; if there is no suitable alternative webpage, include a note in the text that your link will send the user to a PDF. (e.g., “The report is available here in PDF.)&lt;br /&gt;
* Please, always use spell check before posting!&lt;br /&gt;
&lt;br /&gt;
===Permalink===&lt;br /&gt;
The ‘permalink’ appears just below the title of the post after a few seconds. Wordpress allows us to customize your posts URL using this field. Please try to shorten your URL to three or four words, or a suitably brief form of your title. For example:&lt;br /&gt;
* Post Title: “World Health Organization report on telemedicine prepared by eHealth Strategy Office finally released!”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Permalink_1.png|thumb|none|300px|Default Permalink]]&lt;br /&gt;
* Unedited (auto) permalink: world-health-organization-report-on-telemedicine-prepared…&lt;br /&gt;
&lt;br /&gt;
[[File:Permalink_2.png|thumb|none|300px|Editing a Permalink]]&lt;br /&gt;
* Edited permalink: who-telemedicine-report&lt;br /&gt;
&lt;br /&gt;
===Categories===&lt;br /&gt;
[[File:categories_1.png|thumb|none|200px|Selecting Categories]]&lt;br /&gt;
Each post must belong to at least one category, and may be assigned to more than one at the discretion of the post author. New categories will be created with discretion, as necessary, through consultation with the BWG. Some general considerations for post authors:&lt;br /&gt;
* If your post is related to an internal project, course or educational activity, please select both the relevant specific category (e.g., eMentoring) AND the general parent category above it (e.g. Projects).&lt;br /&gt;
* If your post is an announcement of an upcoming event, in addition to selecting any relevant project category as above, also add it to the Events category. This category should be used for internal office events only (e.g. eHIPP).&lt;br /&gt;
* If your post is of more general interest, such as a report or review or website, please select a non-project category such as Research, Technology, or Education.&lt;br /&gt;
&lt;br /&gt;
===Tags===&lt;br /&gt;
[[File:tags_2.png|thumb|none|200px|Adding tags]]&lt;br /&gt;
Tags are keywords or phrases that provide additional context for the reader and site users, to be used in conjunction with Categories. Over time, similar tags on posts will be used to sort and display related content on our site.&lt;br /&gt;
* Tags may be created on the fly, but if there are pre-existing tags that relate to your post, try to use them. For example, if possible, choose Community Engagement instead of creating a new tag called Community Partnerships. A list of commonly used tags can be viewed by clicking “Choose from the most used tags.” &lt;br /&gt;
* Try to use 3-5 tags per post.&lt;br /&gt;
&lt;br /&gt;
===Featured Image===&lt;br /&gt;
[[File:FeaturedImage_2.png|thumb|none|200px|Set Featured Image]]&lt;br /&gt;
Every post should have at least one image included in the body of the post. This is to ensure that there is a visual hook that draws readers into the content. The primary image that is included in the post should also be designated the “featured image.” &lt;br /&gt;
* If you have not yet uploaded an image, select “Add an Image” above the text editor. When you upload or select the image you would like to use, before clicking “Insert Into Post,” select “Use as featured image.”&lt;br /&gt;
* If the image has already been inserted into the post, select “Set Featured Image” in the Featured Image widget on the right hand side of the page, below the categories and tags. Select “Gallery” and find the image you have used in your post. Click “Show” and then select “Use as featured image.”&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=173941</id>
		<title>Documentation:EHealth Strategy Office/Staff Documentation/Social Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=173941"/>
		<updated>2012-06-11T23:16:51Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: updated policy&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; {{Template:Documentation-eHealth_Strategy_Office}}__TOC__&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
==Introduction==&lt;br /&gt;
===Purpose and Scope===&lt;br /&gt;
These guidelines are designed to address some common issues with using social media in a communications, community engagement, or other project-related context. They are intended to be useful to all staff, by providing a foundation for appropriate use to be consulted when planning a social media initiative for your project or when thinking about particiapting in the Office&#039;s various social media profiles. They will also include helpful links and templates that will be important for the people on the ground running social media initiatives day-to-day.&lt;br /&gt;
&lt;br /&gt;
These guidelines do not address basic information about social media (such as how to create accounts and minute differences between platforms) but they should address some concerns about engagement and will hopefully enocurage critical thinking about the best ways to use social media for the improvement of project communications. If you would like suggestions about how to learn more of the basics of social media, please contact Daniel Hooker who will be able to provide you with some recommendations for foundational resources.&lt;br /&gt;
&lt;br /&gt;
===Definitions===&lt;br /&gt;
At its most practical, social media is a set of web-based tools that enable fast and easy ways of communicating to large groups of people. These are tools like blogs, Facebook, Twitter and YouTube. They enable their users to create or upload content, and then share that content with others quickly and easily. &lt;br /&gt;
&lt;br /&gt;
More philosophically, social media represent a way of thinking about the people you interact with, and about the things we do on a daily basis both at work and at home, that encourages openness, transparency and a collaborative spirit. However, we are not all used to, or comfortable with, sharing our work with a large audience &#039;&#039;at all&#039;&#039;, much less before it is polished, finished and sent to the printer. &lt;br /&gt;
&lt;br /&gt;
That being said, the benefits of interacting openly with a large network of supporters has started to be seen as outweighing many of the concerns around changing our work habits. And many organizations in health care including the eHealth Strategy Office have begun to participate in these channels in order to share their work and expertise with others directly -- well before any publication is released.&lt;br /&gt;
&lt;br /&gt;
===Social Media in Health and Medicine===&lt;br /&gt;
Most areas of health care have started, in some way, to become involved with social media.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Professionals&#039;&#039;&#039; in many areas of business and practice use social media tools to create and interact with an online network of their peers, similar to an electronic Community of Practice (eCoP). Doctors, nurses and other health professionals are no different. There are many health professionals who connect daily with their peers to discuss literature, conferences, changes in professional practice, and anonymized cases. Medical students and residents are also blogging and tweeting about their educational process, and potentially making valuable connections to leaders in their field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Non-profit organizations&#039;&#039;&#039; were among the first to adopt social media tools for marketing and promotional activity, because dontaions and fundraising are central to their ability to conitnuing their work. But they do not use social media simply to solicit money from their audience, quite the opposite in fact. More typically, non-profits and research groups use social media to cultivate relationships with their communities in a supportive and convenient way. Perhaps support and donations  result from this relationship, but it is the community engagement and health promotion that is of primary importance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hospitals and clinics&#039;&#039;&#039; have also adopted social media for reaching out to patients, because understanding patient experience in their facilities is central to being able to improve their services and facilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Journals and news outlets&#039;&#039;&#039; also use social media to spread their content, and to make accessing their published work easier for those interested.&lt;br /&gt;
&lt;br /&gt;
==Policies==&lt;br /&gt;
===eHealth Strategy Office Policy Statement===&lt;br /&gt;
Using social media for eHealth Strategy Office on behalf of the eHealth Strategy Office and its projects and promotions is encouraged.  If you are a project manager, blogging about your project via the eHealth website is mandatory, and you are also required to plan communications on your project, which may include social media. However, if you are running a project-based social media profile, or if you identify as an eHealth Strategy Office staff member on any social media, you are expected to follow the Social Media Guidelines as available on the eHealth Strategy Documentation wiki page.&lt;br /&gt;
 &lt;br /&gt;
You are also required to notify the Marketing and Communications Coordinator of any new Office or project-related social media program. Social media initiatives require planning like any other element of project management and the Marketing and Communications Coordinator can help to ensure issues such as governance and sustainability of social media initiatives are integrated into any project plan or strategic document from the start of the project.&lt;br /&gt;
&lt;br /&gt;
===University Policy===&lt;br /&gt;
UBC is currently drafting social media guidelines for all university-related social media profiles, which will include us. As such, you should review the UBC [[Documentation:UBC Social Media Handbook|Social Media Handbook]] until the final guidelines have been produced, at which time they will serve as a foundation on which we will base our own unit guidelines.&lt;br /&gt;
&lt;br /&gt;
==Social Media Guidelines==&lt;br /&gt;
===Why we share===&lt;br /&gt;
*Transparency&lt;br /&gt;
*Knowledge Translation and Exchange&lt;br /&gt;
*Community Engagement&lt;br /&gt;
&#039;&#039;More detail here&#039;&#039;&lt;br /&gt;
===General Principles===&lt;br /&gt;
*&#039;&#039;&#039;Be yourself&#039;&#039;&#039;. One of the reasons social media is so unique is that it allows your community to speak with a real person with a point of view. If you are speaking from a project-based account try to identify who&#039;s running the account in the bio (see [https://twitter.com/#!/ehealthstrategy @ehealthstrategy] for an example of this).  It&#039;s OK to voice opinions, but state them as such, not as fact. &lt;br /&gt;
*&#039;&#039;&#039;Be professional.&#039;&#039;&#039; Though you have license to speak as yourself and share your opinions, remember that when you identify as an eHealth Strategy Office employee, you are speaking as an ambassador of our group and of UBC Faculty of Medicine.&lt;br /&gt;
*&#039;&#039;&#039;Be available&#039;&#039;&#039;. Social media is about engagement. If someone asks you a question, do your best to answer quickly. If someone retweets or shares your content, thank them or follow up some other way. Provide a link to your bio, your email address or other contact information if you can.&lt;br /&gt;
*&#039;&#039;&#039;Be accountable&#039;&#039;&#039;. If you make a mistake, misquote, or misinterpret something, acknowledge it or apologize if necessary.&lt;br /&gt;
*&#039;&#039;&#039;Support your network.&#039;&#039;&#039; If you see other eHealth or FOM profiles (or anyone important to you, for that matter) asking for help, do what you can to support their initiatives. You never know when you&#039;ll need help in return. Building a strong network within our Office and the University/FOM community will be beneficial for everyone.&lt;br /&gt;
*&#039;&#039;&#039;Keep internal communcations internal.&#039;&#039;&#039; Make sure you don&#039;t quote emails or release sensitive project documents without getting permission from the project team first. Ideally, you will have established a communications plan from the beginning of the project that specifies what type of information can be shared about the project publicly. If this hasn&#039;t been done, consider doing it now.&lt;br /&gt;
*&#039;&#039;&#039;Integrate.&#039;&#039;&#039; Remember that social media is just one piece of your project&#039;s communications and community engagement plan. Align your messages across the whole project.&lt;br /&gt;
&lt;br /&gt;
===Code of Conduct===&lt;br /&gt;
*If you are participating in social media under your own name on behalf of your project or the eHealth Strategy Office, make sure your position as a representative of your project is made clear to your audience unless there are exceptional circumstances, such as a potential threat to personal security. Never give out personal details like home address and phone numbers. &lt;br /&gt;
*Always make sure to clarify whether you are participating in an official or a personal capacity.  &#039;&#039;&#039;&#039;&#039;list how does one actually go about doing this?&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
*Be aware that participating online may attract media interest in you as an individual, so proceed with care regardless of what capacity you are acting in.&lt;br /&gt;
*Participate on social media in the same way as you would in other public forums or conferences. People are there to hear you, but in return you are expected to act with respect and to add value to the interaction.&lt;br /&gt;
*Remember that participation online results in your comments being permanently available and open to being republished in other media. &lt;br /&gt;
*If you’re using social media in a personal capacity, you should not identify your employer when doing so would bring your employer into disrepute &lt;br /&gt;
&lt;br /&gt;
If you have any doubts, take advice from your supervisor, project manager or the Marketing and Communications Coordinator. &lt;br /&gt;
&lt;br /&gt;
===Communications Planning===&lt;br /&gt;
All projects that will communicate their results and work processes should undertake a communications planning process as an early part of the project management lifecycle. This process should eventually involve all types of stakeholders, and should be coordinated initially with the Marketing and Communications Coordinator.&lt;br /&gt;
&lt;br /&gt;
Should attempt to address&lt;br /&gt;
*Target Audience(s)&lt;br /&gt;
*Stakeholders and partners&lt;br /&gt;
*Key Messages about your project (vision statement, elevator speech). You will use these to refer to when writing reports, blog posts and other social media posts.&lt;br /&gt;
*What is appropriate to share about your project&lt;br /&gt;
*Goals and ways to gauge success&lt;br /&gt;
&lt;br /&gt;
===Inter-office coordination===&lt;br /&gt;
Social media initiatives benefit greatly from coordination and teamwork. In order to maximize the effectiveness and amplification of all the social media initiatives of the office, please notify the Marketing and Communications Coordinator when embarking on a new social media initiative. &lt;br /&gt;
&lt;br /&gt;
As a general rule, projects will operate on social media through existing eHealth Strategy Office accounts, unless a need for creating new project-based accounts is called for. Using current channels takes advantage of the audience and community already established by the Office, and helps ensure that accounts are not orphaned or abandoned after the project lifecycle completes or as staffing and funding levels change.&lt;br /&gt;
&lt;br /&gt;
Coordinating your project&#039;s social media efforts with those of the entire Office should be considered in your online communications plan.&lt;br /&gt;
&lt;br /&gt;
==Support, Training and Inspiration==&lt;br /&gt;
&#039;&#039;&#039;For a general introduction and training in specific social media tools, try checking out the Mayo Clinic&#039;s [http://social-media-university-global.org/curriculum/ Social Media University, Global]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Here is a list of eHealth Strategy Office&#039;s currently [[/active channels/]]&lt;br /&gt;
&lt;br /&gt;
===Tool Training===&lt;br /&gt;
These links will become active as training information is developed.&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Blogging_Best_Practices|Blogging Best Practices]]&lt;br /&gt;
*Twitter&lt;br /&gt;
*Facebook&lt;br /&gt;
*YouTube&lt;br /&gt;
*Other social channels?&lt;br /&gt;
*Communications Planning resources&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
Some portions of these guidelines adapted from: http://webstandards.govt.nz/guides/strategy-and-operations/social-media/high-level-guidance/&lt;br /&gt;
&lt;br /&gt;
Other inspirations from:&lt;br /&gt;
*http://www.cma.ca/socialmedia&lt;br /&gt;
*http://www.razorfish.com/img/content/RazorfishSIMguideWebJuly2009.pdf&lt;br /&gt;
*http://www.ibm.com/blogs/zz/en/guidelines.html&lt;br /&gt;
*http://www.intel.com/content/www/us/en/legal/intel-social-media-guidelines.html&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=172042</id>
		<title>Documentation:EHealth Strategy Office/Staff Documentation/Social Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=172042"/>
		<updated>2012-05-30T15:11:19Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; {{Template:Documentation-eHealth_Strategy_Office}}__TOC__&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
==Introduction==&lt;br /&gt;
===Purpose and Scope===&lt;br /&gt;
These guidelines are designed to address some common issues with using social media in a communications, community engagement, or other project-related context. They are intended to be useful to all staff, by providing a foundation for appropriate use to be consulted when planning a social media initiative for your project or when thinking about particiapting in the Office&#039;s various social media profiles. They will also include helpful links and templates that will be important for the people on the ground running social media initiatives day-to-day.&lt;br /&gt;
&lt;br /&gt;
These guidelines do not address basic information about social media (such as how to create accounts and minute differences between platforms) but they should address some concerns about engagement and will hopefully enocurage critical thinking about the best ways to use social media for the improvement of project communications. If you would like suggestions about how to learn more of the basics of social media, please contact Daniel Hooker who will be able to provide you with some recommendations for foundational resources.&lt;br /&gt;
&lt;br /&gt;
===Definitions===&lt;br /&gt;
At its most practical, social media is a set of web-based tools that enable fast and easy ways of communicating to large groups of people. These are tools like blogs, Facebook, Twitter and YouTube. They enable their users to create or upload content, and then share that content with others quickly and easily. &lt;br /&gt;
&lt;br /&gt;
More philosophically, social media represent a way of thinking about the people you interact with, and about the things we do on a daily basis both at work and at home, that encourages openness, transparency and a collaborative spirit. However, we are not all used to, or comfortable with, sharing our work with a large audience &#039;&#039;at all&#039;&#039;, much less before it is polished, finished and sent to the printer. &lt;br /&gt;
&lt;br /&gt;
That being said, the benefits of interacting openly with a large network of supporters has started to be seen as outweighing many of the concerns around changing our work habits. And many organizations in health care including the eHealth Strategy Office have begun to participate in these channels in order to share their work and expertise with others directly -- well before any publication is released.&lt;br /&gt;
&lt;br /&gt;
===Social Media in Health and Medicine===&lt;br /&gt;
Most areas of health care have started, in some way, to become involved with social media.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Professionals&#039;&#039;&#039; in many areas of business and practice use social media tools to create and interact with an online network of their peers, similar to an electronic Community of Practice (eCoP). Doctors, nurses and other health professionals are no different. There are many health professionals who connect daily with their peers to discuss literature, conferences, changes in professional practice, and anonymized cases. Medical students and residents are also blogging and tweeting about their educational process, and potentially making valuable connections to leaders in their field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Non-profit organizations&#039;&#039;&#039; were among the first to adopt social media tools for marketing and promotional activity, because dontaions and fundraising are central to their ability to conitnuing their work. But they do not use social media simply to solicit money from their audience, quite the opposite in fact. More typically, non-profits and research groups use social media to cultivate relationships with their communities in a supportive and convenient way. Perhaps support and donations  result from this relationship, but it is the community engagement and health promotion that is of primary importance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hospitals and clinics&#039;&#039;&#039; have also adopted social media for reaching out to patients, because understanding patient experience in their facilities is central to being able to improve their services and facilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Journals and news outlets&#039;&#039;&#039; also use social media to spread their content, and to make accessing their published work easier for those interested.&lt;br /&gt;
&lt;br /&gt;
==Policies==&lt;br /&gt;
===eHealth Strategy Office Policy Statement===&lt;br /&gt;
Using social media for eHealth Strategy Office on behalf of the eHealth Strategy Office and its projects and promotions is encouraged. However, if you are running a project-based social media profile, or if you identify as an eHealth Strategy Office staff member on any social media, you are expected to follow the Social Media Guidelines as available on the eHealth Strategy Documentation wiki page. The Marketing and Communications Coordinator should be notified of any new Office or project-related social media program. Social media initiatives require planning like any other element of project management. Issues such as governance and sustainability of social media initiatives must be integrated into any project plan or strategic document from the start of the project.&lt;br /&gt;
&lt;br /&gt;
===University Policy===&lt;br /&gt;
UBC is currently drafting social media guidelines for all university-related social media profiles, which will include us. As such, you should review the UBC [[Documentation:UBC Social Media Handbook|Social Media Handbook]] until the final guidelines have been produced, at which time they will serve as a foundation on which we will base our own unit guidelines.&lt;br /&gt;
&lt;br /&gt;
==Social Media Guidelines==&lt;br /&gt;
===Why we share===&lt;br /&gt;
*Transparency&lt;br /&gt;
*Knowledge Translation and Exchange&lt;br /&gt;
*Community Engagement&lt;br /&gt;
&#039;&#039;More detail here&#039;&#039;&lt;br /&gt;
===General Principles===&lt;br /&gt;
*&#039;&#039;&#039;Be yourself&#039;&#039;&#039;. One of the reasons social media is so unique is that it allows your community to speak with a real person with a point of view. If you are speaking from a project-based account try to identify who&#039;s running the account in the bio (see [https://twitter.com/#!/ehealthstrategy @ehealthstrategy] for an example of this).  It&#039;s OK to voice opinions, but state them as such, not as fact. &lt;br /&gt;
*&#039;&#039;&#039;Be professional.&#039;&#039;&#039; Though you have license to speak as yourself and share your opinions, remember that when you identify as an eHealth Strategy Office employee, you are speaking as an ambassador of our group and of UBC Faculty of Medicine.&lt;br /&gt;
*&#039;&#039;&#039;Be available&#039;&#039;&#039;. Social media is about engagement. If someone asks you a question, do your best to answer quickly. If someone retweets or shares your content, thank them or follow up some other way. Provide a link to your bio, your email address or other contact information if you can.&lt;br /&gt;
*&#039;&#039;&#039;Be accountable&#039;&#039;&#039;. If you make a mistake, misquote, or misinterpret something, acknowledge it or apologize if necessary.&lt;br /&gt;
*&#039;&#039;&#039;Support your network.&#039;&#039;&#039; If you see other eHealth or FOM profiles (or anyone important to you, for that matter) asking for help, do what you can to support their initiatives. You never know when you&#039;ll need help in return. Building a strong network within our Office and the University/FOM community will be beneficial for everyone.&lt;br /&gt;
*&#039;&#039;&#039;Keep internal communcations internal.&#039;&#039;&#039; Make sure you don&#039;t quote emails or release sensitive project documents without getting permission from the project team first. Ideally, you will have established a communications plan from the beginning of the project that specifies what type of information can be shared about the project publicly. If this hasn&#039;t been done, consider doing it now.&lt;br /&gt;
*&#039;&#039;&#039;Integrate.&#039;&#039;&#039; Remember that social media is just one piece of your project&#039;s communications and community engagement plan. Align your messages across the whole project.&lt;br /&gt;
&lt;br /&gt;
===Code of Conduct===&lt;br /&gt;
*If you are participating in social media under your own name on behalf of your project or the eHealth Strategy Office, make sure your position as a representative of your project is made clear to your audience unless there are exceptional circumstances, such as a potential threat to personal security. Never give out personal details like home address and phone numbers. &lt;br /&gt;
*Always make sure to clarify whether you are participating in an official or a personal capacity.  &#039;&#039;&#039;&#039;&#039;list how does one actually go about doing this?&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
*Be aware that participating online may attract media interest in you as an individual, so proceed with care regardless of what capacity you are acting in.&lt;br /&gt;
*Participate on social media in the same way as you would in other public forums or conferences. People are there to hear you, but in return you are expected to act with respect and to add value to the interaction.&lt;br /&gt;
*Remember that participation online results in your comments being permanently available and open to being republished in other media. &lt;br /&gt;
*If you’re using social media in a personal capacity, you should not identify your employer when doing so would bring your employer into disrepute &lt;br /&gt;
&lt;br /&gt;
If you have any doubts, take advice from your supervisor, project manager or the Marketing and Communications Coordinator. &lt;br /&gt;
&lt;br /&gt;
===Communications Planning===&lt;br /&gt;
All projects that will communicate their results and work processes should undertake a communications planning process as an early part of the project management lifecycle. This process should eventually involve all types of stakeholders, and should be coordinated initially with the Marketing and Communications Coordinator.&lt;br /&gt;
&lt;br /&gt;
Should attempt to address&lt;br /&gt;
*Target Audience(s)&lt;br /&gt;
*Stakeholders and partners&lt;br /&gt;
*Key Messages about your project (vision statement, elevator speech). You will use these to refer to when writing reports, blog posts and other social media posts.&lt;br /&gt;
*What is appropriate to share about your project&lt;br /&gt;
*Goals and ways to gauge success&lt;br /&gt;
&lt;br /&gt;
===Inter-office coordination===&lt;br /&gt;
Social media initiatives benefit greatly from coordination and teamwork. In order to maximize the effectiveness and amplification of all the social media initiatives of the office, please notify the Marketing and Communications Coordinator when embarking on a new social media initiative. &lt;br /&gt;
&lt;br /&gt;
As a general rule, projects will operate on social media through existing eHealth Strategy Office accounts, unless a need for creating new project-based accounts is called for. Using current channels takes advantage of the audience and community already established by the Office, and helps ensure that accounts are not orphaned or abandoned after the project lifecycle completes or as staffing and funding levels change.&lt;br /&gt;
&lt;br /&gt;
Coordinating your project&#039;s social media efforts with those of the entire Office should be considered in your online communications plan.&lt;br /&gt;
&lt;br /&gt;
==Support, Training and Inspiration==&lt;br /&gt;
&#039;&#039;&#039;For a general introduction and training in specific social media tools, try checking out the Mayo Clinic&#039;s [http://social-media-university-global.org/curriculum/ Social Media University, Global]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Here is a list of eHealth Strategy Office&#039;s currently [[/active channels/]]&lt;br /&gt;
&lt;br /&gt;
===Tool Training===&lt;br /&gt;
These links will become active as training information is developed.&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Blogging_Best_Practices|Blogging Best Practices]]&lt;br /&gt;
*Twitter&lt;br /&gt;
*Facebook&lt;br /&gt;
*YouTube&lt;br /&gt;
*Other social channels?&lt;br /&gt;
*Communications Planning resources&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
Some portions of these guidelines adapted from: http://webstandards.govt.nz/guides/strategy-and-operations/social-media/high-level-guidance/&lt;br /&gt;
&lt;br /&gt;
Other inspirations from:&lt;br /&gt;
*http://www.cma.ca/socialmedia&lt;br /&gt;
*http://www.razorfish.com/img/content/RazorfishSIMguideWebJuly2009.pdf&lt;br /&gt;
*http://www.ibm.com/blogs/zz/en/guidelines.html&lt;br /&gt;
*http://www.intel.com/content/www/us/en/legal/intel-social-media-guidelines.html&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=172041</id>
		<title>Documentation:EHealth Strategy Office/Staff Documentation/Social Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=172041"/>
		<updated>2012-05-30T15:10:53Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; {{Template:Documentation-eHealth_Strategy_Office}}__TOC__&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
==Introduction==&lt;br /&gt;
===Purpose and Scope===&lt;br /&gt;
These guidelines are designed to address some common issues with using social media in a communications, community engagement, or other project-related context. They are intended to be useful to all staff, by providing a foundation for appropriate use to be consulted when planning a social media initiative for your project or when thinking about particiapting in the Office&#039;s various social media profiles. They will also include helpful links and templates that will be important for the people on the ground running social media initiatives day-to-day.&lt;br /&gt;
&lt;br /&gt;
These guidelines do not address basic information about social media (such as how to create accounts and minute differences between platforms) but they should address some concerns about engagement and will hopefully enocurage critical thinking about the best ways to use social media for the improvement of project communications. If you would like suggestions about how to learn more of the basics of social media, please contact Daniel Hooker who will be able to provide you with some recommendations for foundational resources.&lt;br /&gt;
&lt;br /&gt;
===Definitions===&lt;br /&gt;
At its most practical, social media is a set of web-based tools that enable fast and easy ways of communicating to large groups of people. These are tools like blogs, Facebook, Twitter and YouTube. They enable their users to create or upload content, and then share that content with others quickly and easily. &lt;br /&gt;
&lt;br /&gt;
More philosophically, social media represent a way of thinking about the people you interact with, and about the things we do on a daily basis both at work and at home, that encourages openness, transparency and a collaborative spirit. However, we are not all used to, or comfortable with, sharing our work with a large audience &#039;&#039;at all&#039;&#039;, much less before it is polished, finished and sent to the printer. &lt;br /&gt;
&lt;br /&gt;
That being said, the benefits of interacting openly with a large network of supporters has started to be seen as outweighing many of the concerns around changing our work habits. And many organizations in health care including the eHealth Strategy Office have begun to participate in these channels in order to share their work and expertise with others directly -- well before any publication is released.&lt;br /&gt;
&lt;br /&gt;
===Social Media in Health and Medicine===&lt;br /&gt;
Most areas of health care have started, in some way, to become involved with social media.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Professionals&#039;&#039;&#039; in many areas of business and practice use social media tools to create and interact with an online network of their peers, similar to an electronic Community of Practice (eCoP). Doctors, nurses and other health professionals are no different. There are many health professionals who connect daily with their peers to discuss literature, conferences, changes in professional practice, and anonymized cases. Medical students and residents are also blogging and tweeting about their educational process, and potentially making valuable connections to leaders in their field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Non-profit organizations&#039;&#039;&#039; were among the first to adopt social media tools for marketing and promotional activity, because dontaions and fundraising are central to their ability to conitnuing their work. But they do not use social media simply to solicit money from their audience, quite the opposite in fact. More typically, non-profits and research groups use social media to cultivate relationships with their communities in a supportive and convenient way. Perhaps support and donations  result from this relationship, but it is the community engagement and health promotion that is of primary importance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hospitals and clinics&#039;&#039;&#039; have also adopted social media for reaching out to patients, because understanding patient experience in their facilities is central to being able to improve their services and facilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Journals and news outlets&#039;&#039;&#039; also use social media to spread their content, and to make accessing their published work easier for those interested.&lt;br /&gt;
&lt;br /&gt;
==Policies==&lt;br /&gt;
===eHealth Strategy Office Policy Statement===&lt;br /&gt;
Using social media for eHealth Strategy Office on behalf of the eHealth Strategy Office and its projects and promotions is encouraged. However, if you are running a project-based social media profile, or if you identify as an eHealth Strategy Office staff member on any social media, you are expected to follow the Social Media Guidelines as available on the eHealth Strategy Documentation wiki page. The Marketing and Communications Coordinator should be notified of any new Office or project-related social media program. Social media initiatives require planning like any other element of project management. Issues such as governance and sustainability of social media initiatives must be integrated into any project plan or strategic document from the start of the project.&lt;br /&gt;
&lt;br /&gt;
===University Policy===&lt;br /&gt;
UBC is currently drafting social media guidelines for all university-related social media profiles, which will include us. As such, you should review the UBC [[Documentation:UBC Social Media Handbook|Social Media Handbook]] until the final guidelines have been produced, at which time they will serve as a foundation on which we will base our own unit guidelines.&lt;br /&gt;
&lt;br /&gt;
==Social Media Guidelines==&lt;br /&gt;
===Why we share===&lt;br /&gt;
*Transparency&lt;br /&gt;
*Knowledge Translation and Exchange&lt;br /&gt;
*Community Engagement&lt;br /&gt;
&#039;&#039;More detail here&#039;&#039;&lt;br /&gt;
===General Principles===&lt;br /&gt;
*&#039;&#039;&#039;Be yourself&#039;&#039;&#039;. One of the reasons social media is so unique is that it allows your community to speak with a real person with a point of view. If you are speaking from a project-based account try to identify who&#039;s running the account in the bio (see [https://twitter.com/#!/ehealthstrategy @ehealthstrategy] for an example of this).  It&#039;s OK to voice opinions, but state them as such, not as fact. &lt;br /&gt;
*&#039;&#039;&#039;Be professional.&#039;&#039;&#039; Though you have license to speak as yourself and share your opinions, remember that when you identify as an eHealth Strategy Office employee, you are speaking as an ambassador of our group and of UBC Faculty of Medicine.&lt;br /&gt;
*&#039;&#039;&#039;Be available&#039;&#039;&#039;. Social media is about engagement. If someone asks you a question, do your best to answer quickly. If someone retweets or shares your content, thank them or follow up some other way. Provide a link to your bio, your email address or other contact information if you can.&lt;br /&gt;
*&#039;&#039;&#039;Be accountable&#039;&#039;&#039;. If you make a mistake, misquote, or misinterpret something, acknowledge it or apologize if necessary.&lt;br /&gt;
*&#039;&#039;&#039;Support your network.&#039;&#039;&#039; If you see other eHealth or FOM profiles (or anyone important to you, for that matter) asking for help, do what you can to support their initiatives. You never know when you&#039;ll need help in return. Building a strong network within our Office and the University/FOM community will be beneficial for everyone.&lt;br /&gt;
*&#039;&#039;&#039;Keep internal communcations internal.&#039;&#039;&#039; Make sure you don&#039;t quote emails or release sensitive project documents without getting permission from the project team first. Ideally, you will have established a communications plan from the beginning of the project that specifies what type of information can be shared about the project publicly. If this hasn&#039;t been done, consider doing it now.&lt;br /&gt;
*&#039;&#039;&#039;Integrate.&#039;&#039;&#039; Remember that social media is just one piece of your project&#039;s communications and community engagement plan. Align your messages across the whole project.&lt;br /&gt;
&lt;br /&gt;
===Code of Conduct===&lt;br /&gt;
*If you are participating in social media under your own name on behalf of your project or the eHealth Strategy Office, make sure your position as a representative of your project is made clear to your audience unless there are exceptional circumstances, such as a potential threat to personal security. Never give out personal details like home address and phone numbers. &lt;br /&gt;
*Always make sure to clarify whether you are participating in an official or a personal capacity.  &#039;&#039;&#039;&#039;&#039;list how does one actually go about doing this?&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
*Be aware that participating online may attract media interest in you as an individual, so proceed with care regardless of what capacity you are acting in.&lt;br /&gt;
*Participate on social media in the same way as you would in other public forums or conferences. People are there to hear you, but in return you are expected to act with respect and to add value to the interaction.&lt;br /&gt;
*Remember that participation online results in your comments being permanently available and open to being republished in other media. &lt;br /&gt;
*If you’re using social media in a personal capacity, you should not identify your employer when doing so would bring your employer into disrepute &lt;br /&gt;
&lt;br /&gt;
If you have any doubts, take advice from your supervisor, project manager or the Marketing and Communications Coordinator. &lt;br /&gt;
&lt;br /&gt;
===Communications Planning===&lt;br /&gt;
All projects that will communicate their results and work processes should undertake a communications planning process as an early part of the project management lifecycle. This process should eventually involve all types of stakeholders, and should be coordinated initially with the Marketing and Communications Coordinator.&lt;br /&gt;
&lt;br /&gt;
Should attempt to address&lt;br /&gt;
*Target Audience(s)&lt;br /&gt;
*Stakeholders and partners&lt;br /&gt;
*Key Messages about your project (vision statement, elevator speech). You will use these to refer to when writing reports, blog posts and other social media posts.&lt;br /&gt;
*What is appropriate to share about your project&lt;br /&gt;
*Goals and ways to gauge success&lt;br /&gt;
&lt;br /&gt;
===Inter-office coordination===&lt;br /&gt;
Social media initiatives benefit greatly from coordination and teamwork. In order to maximize the effectiveness and amplification of all the social media initiatives of the office, please notify the Marketing and Communications Coordinator when embarking on a new social media initiative. &lt;br /&gt;
&lt;br /&gt;
As a general rule, projects will operate on social media through existing eHealth Strategy Office accounts, unless a need for creating new project-based accounts is called for. Using current channels takes advantage of the audience and community already established by the Office, and helps ensure that accounts are not orphaned or abandoned after the project lifecycle completes or as staffing and funding levels change.&lt;br /&gt;
&lt;br /&gt;
Coordinating your project&#039;s social media efforts with those of the entire Office should be considered in your online communications plan.&lt;br /&gt;
&lt;br /&gt;
==Support, Training and Inspiration==&lt;br /&gt;
For general introduction and training in specific social media tools, try checking out the &#039;&#039;&#039;Mayo Clinic&#039;s [http://social-media-university-global.org/curriculum/ Social Media University, Global]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Here is a list of eHealth Strategy Office&#039;s currently [[/active channels/]]&lt;br /&gt;
&lt;br /&gt;
===Tool Training===&lt;br /&gt;
These links will become active as training information is developed.&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Blogging_Best_Practices|Blogging Best Practices]]&lt;br /&gt;
*Twitter&lt;br /&gt;
*Facebook&lt;br /&gt;
*YouTube&lt;br /&gt;
*Other social channels?&lt;br /&gt;
*Communications Planning resources&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
Some portions of these guidelines adapted from: http://webstandards.govt.nz/guides/strategy-and-operations/social-media/high-level-guidance/&lt;br /&gt;
&lt;br /&gt;
Other inspirations from:&lt;br /&gt;
*http://www.cma.ca/socialmedia&lt;br /&gt;
*http://www.razorfish.com/img/content/RazorfishSIMguideWebJuly2009.pdf&lt;br /&gt;
*http://www.ibm.com/blogs/zz/en/guidelines.html&lt;br /&gt;
*http://www.intel.com/content/www/us/en/legal/intel-social-media-guidelines.html&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=170420</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Bio Templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=170420"/>
		<updated>2012-05-23T16:49:44Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==General Guidelines==&lt;br /&gt;
All biographies should be somewhat consistent in design. In general, they should include your &lt;br /&gt;
*job title. &#039;&#039;&#039;Please style this as a &amp;quot;Heading 3&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
*email address&lt;br /&gt;
*phone number &lt;br /&gt;
*brief synopsis of your work experience.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bio_1.png|Visual Editor of bio&lt;br /&gt;
File:Bio_2.png|HTML view of bio&lt;br /&gt;
File:Bio_3.png|Completed bio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optional elements include a photo, CV, publications list, etc etc&lt;br /&gt;
&lt;br /&gt;
==Photo==&lt;br /&gt;
If you add a photo to your page, try to align it to the right. This usually helps the text formatting to display in a readable way. That being said, this is only a rule of thumb, and should not be considered a hard-and-fast rule if you think your photo looks better in a different position.&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=170419</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Bio Templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=170419"/>
		<updated>2012-05-23T16:49:21Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==General Guidelines==&lt;br /&gt;
All biographies should be somewhat consistent in design. In general, they should include your &lt;br /&gt;
*job title. &#039;&#039;&#039;Please style this as a &amp;quot;Heading 3&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
*email address&lt;br /&gt;
*phone number &lt;br /&gt;
*brief synopsis of your work experience.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bio_1.png|Visual Editor of bio&lt;br /&gt;
File:Bio_2.png|HTML view of bio&lt;br /&gt;
File:Bio_3.png|Completed bio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optional elements include a photo, CV, publications list, etc etc&lt;br /&gt;
&lt;br /&gt;
==Photo==&lt;br /&gt;
If you add a photo to your page, try to align it to the right. This usually helps the text formatting to display in a readable way. That being said, this is only a rule of thumb, and should not be considered a hard-and-fast rule if you think your photo looks better in a different position.&lt;br /&gt;
&lt;br /&gt;
==Recent Posts by you==&lt;br /&gt;
You may choose to display a loop of recent posts that you have authored on the site. If you are comfortable with WordPress and HTML, the code to insert this loop is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div id=&amp;quot;related-posts&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;related-posts-label&amp;quot;&amp;gt;&#039;Your Name&#039;s&#039; Recent Posts&amp;lt;/h2&amp;gt;&lt;br /&gt;
[loop query=&amp;quot;author_name=user_name&amp;amp;amp;posts_per_page=3&amp;quot; view=&amp;quot;archive&amp;quot;]&lt;br /&gt;
&amp;lt;h3 class=&amp;quot;older-posts&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;/author/user_name/&amp;quot;&amp;gt;View all &#039;Your Name&#039;s&#039; posts...&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding this loop used to ruin the formatting of some pages, but it doesn&#039;t seem to be causing this issue anymore. If you add this function to your bio, and afterward the formatting doesn&#039;t seem to be working correctly, see the page on HTML basics to add your &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt; tags back in, or notify a member of the branding working group who should be able to fix it for you.&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=170418</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Bio Templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=170418"/>
		<updated>2012-05-23T16:49:02Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==General Guidelines==&lt;br /&gt;
All biographies should be somewhat consistent in design. In general, they should include your &lt;br /&gt;
*job title. &#039;&#039;&#039;Please style this as a &amp;quot;Heading 3&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
*email address&lt;br /&gt;
*phone number &lt;br /&gt;
*brief synopsis of your work experience.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bio_1.png|Visual Editor of bio&lt;br /&gt;
File:Bio_2.png|HTML view of bio&lt;br /&gt;
File:Bio_3.png|Completed bio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optional elements include a photo, CV, publications list, or a recent posts &amp;quot;loop&amp;quot; (see below).&lt;br /&gt;
&lt;br /&gt;
==Photo==&lt;br /&gt;
If you add a photo to your page, try to align it to the right. This usually helps the text formatting to display in a readable way. That being said, this is only a rule of thumb, and should not be considered a hard-and-fast rule if you think your photo looks better in a different position.&lt;br /&gt;
&lt;br /&gt;
==Recent Posts by you==&lt;br /&gt;
You may choose to display a loop of recent posts that you have authored on the site. If you are comfortable with WordPress and HTML, the code to insert this loop is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div id=&amp;quot;related-posts&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;related-posts-label&amp;quot;&amp;gt;&#039;Your Name&#039;s&#039; Recent Posts&amp;lt;/h2&amp;gt;&lt;br /&gt;
[loop query=&amp;quot;author_name=user_name&amp;amp;amp;posts_per_page=3&amp;quot; view=&amp;quot;archive&amp;quot;]&lt;br /&gt;
&amp;lt;h3 class=&amp;quot;older-posts&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;/author/user_name/&amp;quot;&amp;gt;View all &#039;Your Name&#039;s&#039; posts...&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding this loop used to ruin the formatting of some pages, but it doesn&#039;t seem to be causing this issue anymore. If you add this function to your bio, and afterward the formatting doesn&#039;t seem to be working correctly, see the page on HTML basics to add your &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt; tags back in, or notify a member of the branding working group who should be able to fix it for you.&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Template:Documentation-eHealth_Website_Help&amp;diff=170417</id>
		<title>Template:Documentation-eHealth Website Help</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Template:Documentation-eHealth_Website_Help&amp;diff=170417"/>
		<updated>2012-05-23T16:48:03Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noembed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding-right:218px; margin: 10px auto; width:355px;&amp;quot;&amp;gt;&lt;br /&gt;
{| border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;border-width: 1px&amp;quot; | [[Documentation:EHealth_Strategy_Office/Tech_Support/Website|Getting started with the eHealth Strategy Website]]&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-width: 1px 0 1px 1px&amp;quot; |&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Website/Sign_Up|Signing up to the blog]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Website/Working With WordPress|Working With Wordpress]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Website/HTML Basics|HTML Basics]]&lt;br /&gt;
| style=&amp;quot;border-width: 1px 1px 1px 0&amp;quot; |&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates|Bio Page Template]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Website/Project_Templates|Project Page Template]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office&amp;diff=165751</id>
		<title>Documentation:EHealth Strategy Office</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office&amp;diff=165751"/>
		<updated>2012-04-24T21:19:26Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}This is the main page for the eHealth Strategy Office online staff documentation.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
==Staff Documentation==&lt;br /&gt;
*[[/Staff_Documentation/Orientation_Manual|Orientation Manual]]&lt;br /&gt;
*[[/Staff_Documentation/Website_Guidelines|Website Guidelines]]&lt;br /&gt;
*[[/Staff_Documentation/Social_Media|Social Media Guidelines]]&lt;br /&gt;
&lt;br /&gt;
==Technical Support==&lt;br /&gt;
*[[/Tech_Support/Website|Website]]&lt;br /&gt;
*[[/Tech_Support/Social Media|Social Media]]&lt;br /&gt;
&lt;br /&gt;
==Research Toolkit==&lt;br /&gt;
*[[/Research_Toolkit/Recommended_Links|Recommended Links]]&lt;br /&gt;
&lt;br /&gt;
==Project Documentation==&lt;br /&gt;
*[[/Project_Documentation/HWIP|Healthy Workplace Initiatives Program]]&lt;br /&gt;
*[[/Project_Documentation/eHIPP|eHIPP]]&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164863</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164863"/>
		<updated>2012-04-19T22:01:24Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{#widget:SlideShare &lt;br /&gt;
|doc=sxsw-120419143502-phpapp01&lt;br /&gt;
|width=595&lt;br /&gt;
|height=497&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention (Links)==&lt;br /&gt;
*[http://33charts.com/2010/03/sxsh-and-social-healths-coming-of-age.html Social Health&#039;s Coming of Age] - 33 Charts&lt;br /&gt;
*[http://www.baratunde.com/ Baratunde Thurston]&lt;br /&gt;
*[http://www.caseorganic.com/ Amber Case]&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*[http://seattlemamadoc.seattlechildrens.org/ Seattle Mama Doc]&lt;br /&gt;
*[http://stories.twitter.com/en/public_health.html Mark Dredze and public health on Twitter] - Twitter Stories&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] - Guardian&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164862</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164862"/>
		<updated>2012-04-19T22:00:22Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{{#widget:SlideShare &lt;br /&gt;
|doc=12607539&lt;br /&gt;
|width=510&lt;br /&gt;
|height=426&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention (Links)==&lt;br /&gt;
*[http://33charts.com/2010/03/sxsh-and-social-healths-coming-of-age.html Social Health&#039;s Coming of Age] - 33 Charts&lt;br /&gt;
*[http://www.baratunde.com/ Baratunde Thurston]&lt;br /&gt;
*[http://www.caseorganic.com/ Amber Case]&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*[http://seattlemamadoc.seattlechildrens.org/ Seattle Mama Doc]&lt;br /&gt;
*[http://stories.twitter.com/en/public_health.html Mark Dredze and public health on Twitter] - Twitter Stories&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] - Guardian&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164852</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164852"/>
		<updated>2012-04-19T21:38:05Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention (Links)==&lt;br /&gt;
*[http://33charts.com/2010/03/sxsh-and-social-healths-coming-of-age.html Social Health&#039;s Coming of Age] - 33 Charts&lt;br /&gt;
*[http://www.baratunde.com/ Baratunde Thurston]&lt;br /&gt;
*[http://www.caseorganic.com/ Amber Case]&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*[http://seattlemamadoc.seattlechildrens.org/ Seattle Mama Doc]&lt;br /&gt;
*[http://stories.twitter.com/en/public_health.html Mark Dredze and public health on Twitter] - Twitter Stories&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] - Guardian&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164803</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164803"/>
		<updated>2012-04-19T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://33charts.com/2010/03/sxsh-and-social-healths-coming-of-age.html Social Health&#039;s Coming of Age] - 33 Charts&lt;br /&gt;
*[http://www.baratunde.com/ Baratunde Thurston]&lt;br /&gt;
*[http://www.caseorganic.com/ Amber Case]&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*[http://seattlemamadoc.seattlechildrens.org/ Seattle Mama Doc]&lt;br /&gt;
*[http://stories.twitter.com/en/public_health.html Mark Dredze and public health on Twitter] - Twitter Stories&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] - Guardian&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164802</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164802"/>
		<updated>2012-04-19T19:39:08Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://33charts.com/2010/03/sxsh-and-social-healths-coming-of-age.html Social Health&#039;s Coming of Age] - 33 Charts&lt;br /&gt;
*[http://www.baratunde.com/ Baratunde Thurston]&lt;br /&gt;
*[http://www.caseorganic.com/ Amber Case]&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*[http://seattlemamadoc.seattlechildrens.org/ Seattle Mama Doc]&lt;br /&gt;
*[http://stories.twitter.com/en/public_health.html Mark Dredze and public health on Twitter] - Twitter Stories&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] - Guardian&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164754</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164754"/>
		<updated>2012-04-19T18:15:58Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://33charts.com/2010/03/sxsh-and-social-healths-coming-of-age.html Social Health&#039;s Coming of Age] - 33 Charts&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*[http://seattlemamadoc.seattlechildrens.org/ Seattle Mama Doc]&lt;br /&gt;
*[http://stories.twitter.com/en/public_health.html Mark Dredze and public health on Twitter] - Twitter Stories&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] - Guardian&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164727</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164727"/>
		<updated>2012-04-19T17:31:45Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*Seattle Mama Doc&lt;br /&gt;
*[http://stories.twitter.com/en/public_health.html Mark Dredze and public health on Twitter] - Twitter Stories&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] - Guardian&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164719</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164719"/>
		<updated>2012-04-19T16:41:52Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.youtube.com/watch?v=9c6W4CCU9M4 Google: Project Glass]&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] Guardian&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164702</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164702"/>
		<updated>2012-04-19T15:34:59Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.guardian.co.uk/technology/2012/apr/18/tim-berners-lee-google-facebook?CMP=twt_gu Tim Berners-Lee: demand your data from Google and Facebook] Guardian&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164700</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164700"/>
		<updated>2012-04-19T15:33:34Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/04/the-founder-of-the-web-wants-to-protect-you-from-the-web/256093/ Founder of the Web Wants to Protect You From the Web] The Atlantic&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164687</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164687"/>
		<updated>2012-04-19T07:12:32Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039; &#039;&#039;What follows are my personal opinions, not those of UBC nor the eHealth Strategy Office&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164686</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164686"/>
		<updated>2012-04-19T06:57:45Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in 100% charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164685</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164685"/>
		<updated>2012-04-19T06:57:26Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and how many steps we take is beneficial to our health. But until we start asking the right questions, we can&#039;t know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164684</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164684"/>
		<updated>2012-04-19T06:56:07Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&#039;&#039;&#039;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&#039;&#039;&#039;&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164683</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164683"/>
		<updated>2012-04-19T06:55:39Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164682</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164682"/>
		<updated>2012-04-19T06:55:03Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A rough outline for my presentation on South by Southwest Interactive conference that is happening Thursday April 19. http://ehealth.med.ubc.ca/education/ehipp/&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164681</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164681"/>
		<updated>2012-04-19T06:53:10Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164680</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164680"/>
		<updated>2012-04-19T06:47:58Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts possibly mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164679</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164679"/>
		<updated>2012-04-19T06:47:27Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164678</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164678"/>
		<updated>2012-04-19T06:42:45Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; So if it&#039;s a monetary success but is ineffective for health, the academic community can consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;http://www.youtube.com/embed/agRc9wy_994&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164677</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164677"/>
		<updated>2012-04-19T06:41:30Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; And if it&#039;s a monetary success but is ineffective for health, the academic community can help consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Abstracts mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;http://www.youtube.com/embed/agRc9wy_994&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164676</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164676"/>
		<updated>2012-04-19T06:40:58Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. &#039;&#039;&#039;What we need is to see value in knowing whether or not engaging in these behaviours is actually improving our health.&#039;&#039;&#039; And if it&#039;s a monetary success but is ineffective for health, the academic community can help consult with the business leaders to come up with a joint solution that targets both these needs. And if the tables are turned, then perhaps they can teach us a thing or two about making a desirable product.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;http://www.youtube.com/embed/agRc9wy_994&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Abstracts mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164675</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164675"/>
		<updated>2012-04-19T06:39:26Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing is &#039;&#039;&#039;these metrics don&#039;t tell you whether or not your app is actually improving people&#039;s health&#039;&#039;&#039;. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? &#039;&#039;&#039;What they (the business) want is to sell shoes.&#039;&#039;&#039; What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. What we need to start discovering is whether or not engaging in these behaviours is actually doing any good for our health. And if it&#039;s a monetary success but is ineffective for health, the academic community can help consult with the business leaders to come up with a joint solution that targets both these needs, and if the tables are turned, then vice-versa.&lt;br /&gt;
&lt;br /&gt;
This joint initiative approach is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth Innovation Centre networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;http://www.youtube.com/embed/agRc9wy_994&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Abstracts mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164674</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164674"/>
		<updated>2012-04-19T06:36:03Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to &#039;&#039;&#039;make data more open, more accessible, and subsequently, more consumable.&#039;&#039;&#039; There&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*&#039;&#039;&#039;Scale&#039;&#039;&#039; -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*&#039;&#039;&#039;Ownership&#039;&#039;&#039; -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
*&#039;&#039;&#039;Exchange&#039;&#039;&#039; -- data is best when it is able to be shared, and for that we need standards and formats that are understandable across many systems. We feel that here in Canada the same as the US as we all struggle to adopt electronic health records that are truly interoperable. But these new sources of data from apps and websites and wearable devices are further fragmenting our health data, and if we ever want that type of data to be clinically useful, then we&#039;re going to have to put a lot more effort into understanding what we&#039;re really tracking and how it&#039;s being stored and used.&lt;br /&gt;
&lt;br /&gt;
That brings me to the next issue.&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue especially in the health track of this conference is that &#039;&#039;&#039;the emphasis on health care as an investment space&#039;&#039;&#039; leads to some conflicting goals around why people are making certain products, how willing they may ultimately be to evaluate them rigorously, and whether or not they consider issues like the data issue I describe above. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entrepreneurs, they were keenly aware of design factors including aesthetics and ease of use. Admittedly these are important considerations for any mobile product (and, if you hadn&#039;t noticed, everything is a mobile product now), and there is considerable research around aesthetics and people&#039;s willingness to use or to like certain products. And you can&#039;t have a health app be successful if people don&#039;t want to use it, so this is an important part of the battle.&lt;br /&gt;
&lt;br /&gt;
But the thing that these metrics don&#039;t tell you is whether or not what your app is doing is actually improving people&#039;s health. And here&#039;s the rub: to a venture capitalist sinking money into a startup, in the health sector or not, what they want is a (monetary) return on that investment. Preferably one that is substantial and fast. Not all investors have to act this way, and perhaps many do not, but let&#039;s consider an easy example for the moment. &lt;br /&gt;
&lt;br /&gt;
Take Reebok&#039;s EasyTone shoes. These are shoes that have strange pockets of air in the sole that purportedly make your leg muscles work harder while you walk, thereby toning your legs and backside just by doing your normal walking routine. But can we really say that these do what they claim? Further, do you think Reebok really cares if they work? What they (the business) want is to sell shoes. What we (the academics) want is to know if we can recommend them, which we can&#039;t do until we undertake a study. But there may not be motivation to run such a study if the shoes are selling well, at least not one run on Reebok&#039;s dime.&lt;br /&gt;
&lt;br /&gt;
To bring this back to the conference, I heard lots of entrepreneurs claim a true desire for helping people with their health through the use of their innovative new product. But &#039;&#039;&#039;I heard very little beyond &amp;quot;it&#039;s easy to use and people seem to like it&amp;quot; in the way of understanding whether or not their products were successful&#039;&#039;&#039; in achieving what should be the goal: improving health.&lt;br /&gt;
&lt;br /&gt;
===Lack of understanding around what is really happening===&lt;br /&gt;
So let me push this a bit farther and say that the core of the issue is perhaps this: &#039;&#039;&#039;we don&#039;t really know what&#039;s going on with these new health technologies.&#039;&#039;&#039; And this is actually OK in many ways, we have to start somewhere and [http://en.wikipedia.org/wiki/Disruptive_innovation disruptive innovations] often at first appear clunky or misguided, until they sneak in and fill a need you didn&#039;t know you had. We may discover that tracking what we eat and what we spend and what we know about ourselves is beneficial to our health. But until we start asking those questions, we aren&#039;t going to know.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;And I don&#039;t mean to imply that if academics were in charge that we&#039;d be any better off.&#039;&#039;&#039; In an academic context, we would have trouble working within traditional funding structures to launch truly innovative and disruptive products, because there is no evidence that supports their use. So it often takes outside pressure or infiltration of non-traditional stakeholders to come into an industry and break it open. I sense that this is what is happening now that health care is being seen as a &amp;quot;safe&amp;quot; space in which to invest. And in many ways, this is welcome.&lt;br /&gt;
&lt;br /&gt;
But these two cultural poles -- for now let&#039;s call them innovation and evidence -- need to begin working together more closely. The iterative and fast-moving &amp;quot;hacker&amp;quot; culture is needed in the health care space to encourage developments that can change quickly as users and patients redefine their needs in what is often unfamiliar contexts (like getting sick, or starting an exercise routine). And design elements are important, too, as the medical reports and systems are often stocked with too much data and too little context. But entrepreneurs and new businesses (and investors) in health must to begin embracing and exploring the idea that there is more to effectiveness in health than sheer numbers of times downloaded. What we need to start discovering is whether or not engaging in these behaviours is actually doing any good for our health. And if it isn&#039;t, the academic community can help consult with the business leaders to come up with a joint solution that targets both these needs.&lt;br /&gt;
&lt;br /&gt;
This joint initiative is already underway in some places. Obviously here at our own office we are invested in both technological innovation as well as rigorous evaluation and community engagement strategies. Toronto&#039;s eHealth networks and http://humanfactors.ca/ are also undertaking work into how people use new technologies, and what it means for their health.&lt;br /&gt;
&lt;br /&gt;
===Subjectivity, quantification, and health===&lt;br /&gt;
I want to leave you with some food for thought around these new apps, and the behaviours that they are encouraging. So many of them are based around tracking -- you track what you eat, how many steps you take, how well you sleep -- and then they feed that data back to you in an engaging way, and try to encourage you to improve. This encouragement may be subtle, it may simply be the presentation of your data compared to a national average, or it may be complex with goals and game elements that offer you rewards for achieving certain milestones within the context of your activity.&lt;br /&gt;
&lt;br /&gt;
But reducing our human health into things that are quantifiable is also to start defining our lives in such a way that we don&#039;t allow things that are non-quantifiable to have any value whatsoever. If you can&#039;t track it, in other words, it becomes meaningless. In an essay for the New Inquiry, Rob Horning elaborates this idea:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;By measuring as much of our behavior as possible and converting it into algorithmically analyzable data, we are supposed to learn the truth about what we really value, but this process simply creates an ideological justification for our believing that we want only what can be measured... Gamification systematizes this belief, exploiting the biological reward system to negate other kinds of incentives, other kinds of endeavors besides having one’s button pressed.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
I don&#039;t want to go too far into this rabbit hole today, but I think it&#039;s really interesting to think about the idea that when we quantify certain things about our health, and when we use those metrics to define ourselves as healthy, we also deny certain other, less quantifiable, things from contributing to our self-conception of health. So this is germaine to health research in general really, but it is particularly apt in a changing environment that has shifting priorities around data collection, business goals and uncertain health benefits.&lt;br /&gt;
&lt;br /&gt;
Keep doing what you&#039;re doing, and think about ways that we can be as conscious as possible about new technologies and new opportunities for research that we have, so that we can get the best of both of our worlds and start really improving people&#039;s lives.&lt;br /&gt;
&lt;br /&gt;
==Things I should mention==&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://www.seventeen.com/health/fitness/reebok-easy-tone-shoe-aab-020609 A shoe that tones while you walk?] - Seventeen Magazine&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;br /&gt;
&lt;br /&gt;
==Some Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Ginger.io&lt;br /&gt;
*Pipette&lt;br /&gt;
*Startup Health (academy for entrepreneurs)&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;...physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;...psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation... This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;http://www.youtube.com/embed/agRc9wy_994&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Abstracts mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164663</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164663"/>
		<updated>2012-04-19T05:39:24Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;Electronic health records have the potential for enormous good, but in order for them to live up to their full potential, information about patients -- their symptoms, diagnoses, allergic reactions, medical backgrounds, family histories -- must take the form of standardized, structured, easy-to-manipulate data. One obvious way to get there is to tightly structure the way that doctors create the medical record. As a result, physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;Ninety-seven percent of all adolescents in the US play video games, &amp;amp; more than half of the adults in this country play video games regardless of their race or income. The military has discovered that video games decrease symptoms of PTSD in veterans, &amp;amp; with the advent of the iPhone, mobile technology is making social media more prevalent than ever. Despite these numbers, psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation. This is in part due to an age-old mistrust &amp;amp; disdain of technology which has its roots in issues of class &amp;amp; psychology. But despite this, psychotherapy has passed the point where learning about technology is negotiable. This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Imagine an app that could cut saturated fat from your diet. Or one that could cure gingivitis. Well, while technology has had a big role in making us more sedentary, it also has the potential to make us better informed, healthier and even more fit. In fact, patients are banking on this potential, which is why the AppStore offers more than 7,000 health apps for iPhone users alone. In this 60-min SXSW talk, Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;http://www.youtube.com/embed/agRc9wy_994&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Abstracts mentioned===&lt;br /&gt;
* Crowdsourcing a revolution: how can we fix healthcare? http://schedule.sxsw.com/2012/events/event_IAP11169&lt;br /&gt;
* How STDs can be good for your health: http://schedule.sxsw.com/2012/events/event_IAP9610&lt;br /&gt;
* A Dr, Patient &amp;amp; Insurer Walk into a Social Network http://schedule.sxsw.com/2012/events/event_IAP12497&lt;br /&gt;
* Adapting New Technologies for Humanitarian Aid http://schedule.sxsw.com/2012/events/event_IAP8656&lt;br /&gt;
* StartUp Health: Transforming Healthcare in America http://schedule.sxsw.com/2012/events/event_IAP11634&lt;br /&gt;
* text4baby: The Power of Public-Private Partnership http://schedule.sxsw.com/2012/events/event_IAP10536&lt;br /&gt;
* Let’s Play: Motivate Healthy Behavior Using Games http://schedule.sxsw.com/2012/events/event_IAP11179&lt;br /&gt;
* The Future of Digital Health http://schedule.sxsw.com/2012/events/event_IAP10591&lt;br /&gt;
&lt;br /&gt;
==Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Startup Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
*HealthTap&lt;br /&gt;
*Pipette&lt;br /&gt;
*Rock Health (startup accelerator)&lt;br /&gt;
&lt;br /&gt;
==Big Issues==&lt;br /&gt;
===Data===&lt;br /&gt;
Data is a one of the things that is on everyone&#039;s mind now, there are movements across pretty much all research sectors now to make data more open, more accessible, and subsequently, more consumable as well. So there&#039;s a few things that are at stake when we talk about this data:&lt;br /&gt;
*Scale -- there&#039;s never been this much data )potentially) available before. Storing massive data sets and transferring them across networks to researchers is logistically difficult. It is also hard to conceptualize research projects around data sets that are big, and it&#039;s especially difficult to translate the findings of lots of data into something that the general public can understand. But there are a lot of resources and new things being developed that help people do just that. (bonus: TedXVancouver talk on [http://youtu.be/-q6aA5qdCzU &amp;quot;making data more human&amp;quot;])&lt;br /&gt;
*Ownership -- it&#039;s particularly difficult to convince researchers and business owners that they should release data to other people to study. This is a long standing cultural issue around research priority, but it&#039;s also sticky in health because of the sensitivity of the data being collected. It needs to be partially protected and partially released. Also, when you download an mHealth app and start tracking your behavior, who do you think should control your information? And what are you comfortable with them doing with it?&lt;br /&gt;
&lt;br /&gt;
===Business Goals vs. Health Outcomes===&lt;br /&gt;
The second big issue I saw happening especially in the health track of this conference is that the emphasis on health care as an investment space, leads to some conflicting goals around why people are making certain products, and how willing they may ultimately be to evaluate them rigorously. As one of the few people at the conference hailing from a position of research, I was struck by the lack of emphasis that many of these new companies placed on evaluation of the product. As designers and product engineers and entreprenuers, they were keenly aware of design&lt;br /&gt;
&lt;br /&gt;
==Things I meant to mention==&lt;br /&gt;
*[http://www.wired.com/medtech/health/magazine/17-07/lbnp_knowthyself?currentPage=all Know Thyself: Tracking Every Facet of Life, from Sleep to Mood to Pain, 24/7/365] - Wired Magazine&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] - The Future Well blog&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] - Frog Design blog&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app] - The Atlantic&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data - http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths] - The New Inquiry&lt;br /&gt;
*[http://www.cassiemcdaniel.com/blog/ Designing Healthcare] - Blog by Cassie McDaniel, who works for http://humanfactors.ca/ at University Health Network in Toronto&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164662</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164662"/>
		<updated>2012-04-19T05:03:11Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;Electronic health records have the potential for enormous good, but in order for them to live up to their full potential, information about patients -- their symptoms, diagnoses, allergic reactions, medical backgrounds, family histories -- must take the form of standardized, structured, easy-to-manipulate data. One obvious way to get there is to tightly structure the way that doctors create the medical record. As a result, physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;Ninety-seven percent of all adolescents in the US play video games, &amp;amp; more than half of the adults in this country play video games regardless of their race or income. The military has discovered that video games decrease symptoms of PTSD in veterans, &amp;amp; with the advent of the iPhone, mobile technology is making social media more prevalent than ever. Despite these numbers, psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation. This is in part due to an age-old mistrust &amp;amp; disdain of technology which has its roots in issues of class &amp;amp; psychology. But despite this, psychotherapy has passed the point where learning about technology is negotiable. This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Imagine an app that could cut saturated fat from your diet. Or one that could cure gingivitis. Well, while technology has had a big role in making us more sedentary, it also has the potential to make us better informed, healthier and even more fit. In fact, patients are banking on this potential, which is why the AppStore offers more than 7,000 health apps for iPhone users alone. In this 60-min SXSW talk, Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe width=&amp;quot;560&amp;quot; height=&amp;quot;315&amp;quot; src=&amp;quot;http://www.youtube.com/embed/agRc9wy_994&amp;quot; frameborder=&amp;quot;0&amp;quot; allowfullscreen&amp;gt;&amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Startup Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
===Effectiveness===&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] The Future Well blog&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] Frog Design&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app]&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data http://busterbenson.com/&lt;br /&gt;
*[http://thenewinquiry.com/blogs/marginal-utility/meritocracy-and-measurement-myths/ Meritocracy and measurement myths]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164661</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164661"/>
		<updated>2012-04-19T04:46:28Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
==Conference Links==&lt;br /&gt;
===Keynotes===&lt;br /&gt;
&#039;&#039;&#039;How to Read the World&#039;&#039;&#039; - Baratunde Thurston - http://schedule.sxsw.com/2012/events/event_IAP992055&lt;br /&gt;
:&#039;&#039;Politically-active, technology-loving comedian Baratunde Thurston will spark a thought-provoking discussion about the role of technology, comedy and satire in transforming the world around us.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ambient Location and the Future of the Interface&#039;&#039;&#039; - Amber Case - http://schedule.sxsw.com/2012/events/event_IAP992057&lt;br /&gt;
:&#039;&#039;UX designer Amber Case will share insights from her research in cyborg anthropology and talk about what really makes us human.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Expanding Our Intelligence Without Limit&#039;&#039;&#039; - Ray Kurzweil, Lev Grossman - http://schedule.sxsw.com/2012/events/event_IAP992058&lt;br /&gt;
:&#039;&#039;Legendary visionary Ray Kurzweil will join writer Lev Grossman from TIME Magazine for a mind-expanding keynote conversation about our future&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coding the Next Chapter of American History&#039;&#039;&#039; - Jennifer Pahlka - http://schedule.sxsw.com/2012/events/event_IAP992059&lt;br /&gt;
:&#039;&#039;Join Code for America founder Jennifer Pahlka for a very inspirational keynote address and learn how your geek skills can transform the world for the better.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Other Recorded Sessions===&lt;br /&gt;
&#039;&#039;&#039;Language Technology and the Clinical Narrative&#039;&#039;&#039; - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:&#039;&#039;Electronic health records have the potential for enormous good, but in order for them to live up to their full potential, information about patients -- their symptoms, diagnoses, allergic reactions, medical backgrounds, family histories -- must take the form of standardized, structured, easy-to-manipulate data. One obvious way to get there is to tightly structure the way that doctors create the medical record. As a result, physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rethinking Gaming Addiction in Psychotherapy&#039;&#039;&#039; - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:&#039;&#039;Ninety-seven percent of all adolescents in the US play video games, &amp;amp; more than half of the adults in this country play video games regardless of their race or income. The military has discovered that video games decrease symptoms of PTSD in veterans, &amp;amp; with the advent of the iPhone, mobile technology is making social media more prevalent than ever. Despite these numbers, psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation. This is in part due to an age-old mistrust &amp;amp; disdain of technology which has its roots in issues of class &amp;amp; psychology. But despite this, psychotherapy has passed the point where learning about technology is negotiable. This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wireless Wellness: App-tastic or Just Fun &amp;amp; Games?&#039;&#039;&#039; - Mark Bertolini, Ina Fried - http://sxsw.com/node/10839&lt;br /&gt;
:&#039;&#039;Imagine an app that could cut saturated fat from your diet. Or one that could cure gingivitis. Well, while technology has had a big role in making us more sedentary, it also has the potential to make us better informed, healthier and even more fit. In fact, patients are banking on this potential, which is why the AppStore offers more than 7,000 health apps for iPhone users alone. In this 60-min SXSW talk, Ina Fried of Dow Jones&#039; All Things Digital sits down with Aetna Chairman and CEO Mark Bertolini to discuss how people are navigating this new landscape by using technology, especially mobile tech, to manage their health and make better health decisions. Already there are apps for testing eyesight, tracking exercise and even helping diabetics manage their glucose levels. Vast online communities complement these mobile apps by letting patients share, inform, and support one another. But what&#039;s next?...&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Startup Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
===Effectiveness===&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] The Future Well blog&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] Frog Design&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app]&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data http://busterbenson.com/&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164660</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP/april-2012-sxsw</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP/april-2012-sxsw&amp;diff=164660"/>
		<updated>2012-04-19T04:37:32Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: Created page with &amp;quot;Here are some cool links that support my presentation on South by Southwest Interactive conference ==Conference Links== ==Podcasts== Language Technology and the Clinical Narra...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are some cool links that support my presentation on South by Southwest Interactive conference&lt;br /&gt;
==Conference Links==&lt;br /&gt;
==Podcasts==&lt;br /&gt;
Language Technology and the Clinical Narrative - Philip Resnick - http://sxsw.com/node/10949&lt;br /&gt;
:Electronic health records have the potential for enormous good, but in order for them to live up to their full potential, information about patients -- their symptoms, diagnoses, allergic reactions, medical backgrounds, family histories -- must take the form of standardized, structured, easy-to-manipulate data. One obvious way to get there is to tightly structure the way that doctors create the medical record. As a result, physicians are under increasing pressure to abandon unrestricted natural language and the clinical narrative, and turn the medical documentation process into a jungle of pull-down menus, checkboxes, and restricted vocabularies. In this presentation I argue that the results could be catastrophic, I make the case for preserving the clinical narrative, and I argue for a practical way out of the dilemma: using natural language processing technology to produce the structured records we need, while still allowing physicians the freedom of unrestricted clinical language.&lt;br /&gt;
&lt;br /&gt;
Rethinking Gaming Addiction in Psychotherapy - Mike Langlois - http://sxsw.com/node/10874&lt;br /&gt;
:Ninety-seven percent of all adolescents in the US play video games, &amp;amp; more than half of the adults in this country play video games regardless of their race or income. The military has discovered that video games decrease symptoms of PTSD in veterans, &amp;amp; with the advent of the iPhone, mobile technology is making social media more prevalent than ever. Despite these numbers, psychotherapists &amp;amp; other healthcare providers are reluctant &amp;amp; uncertain how or when to integrate technology into their work. When gaming or technology is mentioned at all, it is only as an addiction or liability, never as a powerful innovation. This is in part due to an age-old mistrust &amp;amp; disdain of technology which has its roots in issues of class &amp;amp; psychology. But despite this, psychotherapy has passed the point where learning about technology is negotiable. This workshop aims to critique the idea of gaming as addiction &amp;amp; further, discuss how understanding and using video games may improve therapeutic outcomes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Health Startups and Apps==&lt;br /&gt;
*Massive Health&lt;br /&gt;
*Startup Health&lt;br /&gt;
*Cake Health&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
===Effectiveness===&lt;br /&gt;
*[http://thefuturewell.com/2011/02/22/health-apps-are-about-as-effective-as-public-health-ads/ Health apps are about as effective as public health ads] The Future Well blog&lt;br /&gt;
*[http://designmind.frogdesign.com/blog/a-month-with-the-other-ted.html one month with a data-driven energy monitor] Frog Design&lt;br /&gt;
*[http://www.theatlantic.com/technology/archive/2012/03/the-reason-silicon-valley-hasnt-built-a-good-health-app/254229/ The reason Silicon Valley hasn&#039;t built a good health app]&lt;br /&gt;
*Buster Benson, great writer and thinker and entrepreneur who does a lot with data http://busterbenson.com/&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP&amp;diff=164659</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation/eHIPP</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation/eHIPP&amp;diff=164659"/>
		<updated>2012-04-19T04:14:14Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: Created page with &amp;quot;April 18, 2012: #sxsw resources&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;April 18, 2012: [[/april-2012-sxsw|#sxsw resources]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation&amp;diff=164658</id>
		<title>Documentation:EHealth Strategy Office/Project Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Project_Documentation&amp;diff=164658"/>
		<updated>2012-04-19T04:13:28Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: ehipp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}__TOC__&lt;br /&gt;
==Project Documentation==&lt;br /&gt;
This is a section of the wiki devoted to project materials. You can create your own if you want to!&lt;br /&gt;
==Sections==&lt;br /&gt;
*[[/HWIP|Healthy Workplace Initiative Program (HWIP)]]&lt;br /&gt;
**[[/HWIP/Pedometer Overview/]]&lt;br /&gt;
**[[/HWIP/Pedometer Software/]]&lt;br /&gt;
*[[/eHIPP|eHIPP Rounds]]&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=153312</id>
		<title>Documentation:EHealth Strategy Office/Staff Documentation/Social Media</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media&amp;diff=153312"/>
		<updated>2012-03-21T17:59:44Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; {{Template:Documentation-eHealth_Strategy_Office}}__TOC__&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
==Introduction==&lt;br /&gt;
===Purpose and Scope===&lt;br /&gt;
These guidelines are designed to address some common issues with using social media in a communications, community engagement, or other project-related context. They are intended to be useful to all staff, by providing a foundation for appropriate use to be consulted when planning a social media initiative for your project or when thinking about particiapting in the Office&#039;s various social media profiles. They will also include helpful links and templates that will be important for the people on the ground running social media initiatives day-to-day.&lt;br /&gt;
&lt;br /&gt;
These guidelines do not address basic information about social media (such as how to create accounts and minute differences between platforms) but they should address some concerns about engagement and will hopefully enocurage critical thinking about the best ways to use social media for the improvement of project communications. If you would like suggestions about how to learn more of the basics of social media, please contact Daniel Hooker who will be able to provide you with some recommendations for foundational resources.&lt;br /&gt;
&lt;br /&gt;
===Definitions===&lt;br /&gt;
At its most practical, social media is a set of web-based tools that enable fast and easy ways of communicating to large groups of people. These are tools like blogs, Facebook, Twitter and YouTube. They enable their users to create or upload content, and then share that content with others quickly and easily. &lt;br /&gt;
&lt;br /&gt;
More philosophically, social media represent a way of thinking about the people you interact with, and about the things we do on a daily basis both at work and at home, that encourages openness, transparency and a collaborative spirit. However, we are not all used to, or comfortable with, sharing our work with a large audience &#039;&#039;at all&#039;&#039;, much less before it is polished, finished and sent to the printer. &lt;br /&gt;
&lt;br /&gt;
That being said, the benefits of interacting openly with a large network of supporters has started to be seen as outweighing many of the concerns around changing our work habits. And many organizations in health care including the eHealth Strategy Office have begun to participate in these channels in order to share their work and expertise with others directly -- well before any publication is released.&lt;br /&gt;
&lt;br /&gt;
===Social Media in Health and Medicine===&lt;br /&gt;
Most areas of health care have started, in some way, to become involved with social media.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Professionals&#039;&#039;&#039; in many areas of business and practice use social media tools to create and interact with an online network of their peers, similar to an electronic Community of Practice (eCoP). Doctors, nurses and other health professionals are no different. There are many health professionals who connect daily with their peers to discuss literature, conferences, changes in professional practice, and anonymized cases. Medical students and residents are also blogging and tweeting about their educational process, and potentially making valuable connections to leaders in their field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Non-profit organizations&#039;&#039;&#039; were among the first to adopt social media tools for marketing and promotional activity, because dontaions and fundraising are central to their ability to conitnuing their work. But they do not use social media simply to solicit money from their audience, quite the opposite in fact. More typically, non-profits and research groups use social media to cultivate relationships with their communities in a supportive and convenient way. Perhaps support and donations  result from this relationship, but it is the community engagement and health promotion that is of primary importance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hospitals and clinics&#039;&#039;&#039; have also adopted social media for reaching out to patients, because understanding patient experience in their facilities is central to being able to improve their services and facilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Journals and news outlets&#039;&#039;&#039; also use social media to spread their content, and to make accessing their published work easier for those interested.&lt;br /&gt;
&lt;br /&gt;
==Policies==&lt;br /&gt;
===eHealth Strategy Office Policy Statement===&lt;br /&gt;
Using social media for eHealth Strategy Office on behalf of the eHealth Strategy Office and its projects and promotions is encouraged. However, if you are running a project-based social media profile, or if you identify as an eHealth Strategy Office staff member on any social media, you are expected to follow the Social Media Guidelines as available on the eHealth Strategy Documentation wiki page. The Marketing and Communications Coordinator should be notified of any new Office or project-related social media program. Social media initiatives require planning like any other element of project management. Issues such as governance and sustainability of social media initiatives must be integrated into any project plan or strategic document from the start of the project.&lt;br /&gt;
&lt;br /&gt;
===University Policy===&lt;br /&gt;
UBC is currently drafting social media guidelines for all university-related social media profiles, which will include us. As such, you should review the UBC [[Documentation:UBC Social Media Handbook|Social Media Handbook]] until the final guidelines have been produced, at which time they will serve as a foundation on which we will base our own unit guidelines.&lt;br /&gt;
&lt;br /&gt;
==Social Media Guidelines==&lt;br /&gt;
===Why we share===&lt;br /&gt;
*Transparency&lt;br /&gt;
*Knowledge Translation and Exchange&lt;br /&gt;
*Community Engagement&lt;br /&gt;
&#039;&#039;More detail here&#039;&#039;&lt;br /&gt;
===General Principles===&lt;br /&gt;
*&#039;&#039;&#039;Be yourself&#039;&#039;&#039;. One of the reasons social media is so unique is that it allows your community to speak with a real person with a point of view. If you are speaking from a project-based account try to identify who&#039;s running the account in the bio (see [https://twitter.com/#!/ehealthstrategy @ehealthstrategy] for an example of this).  It&#039;s OK to voice opinions, but state them as such, not as fact. &lt;br /&gt;
*&#039;&#039;&#039;Be professional.&#039;&#039;&#039; Though you have license to speak as yourself and share your opinions, remember that when you identify as an eHealth Strategy Office employee, you are speaking as an ambassador of our group and of UBC Faculty of Medicine.&lt;br /&gt;
*&#039;&#039;&#039;Be available&#039;&#039;&#039;. Social media is about engagement. If someone asks you a question, do your best to answer quickly. If someone retweets or shares your content, thank them or follow up some other way. Provide a link to your bio, your email address or other contact information if you can.&lt;br /&gt;
*&#039;&#039;&#039;Be accountable&#039;&#039;&#039;. If you make a mistake, misquote, or misinterpret something, acknowledge it or apologize if necessary.&lt;br /&gt;
*&#039;&#039;&#039;Support your network.&#039;&#039;&#039; If you see other eHealth or FOM profiles (or anyone important to you, for that matter) asking for help, do what you can to support their initiatives. You never know when you&#039;ll need help in return. Building a strong network within our Office and the University/FOM community will be beneficial for everyone.&lt;br /&gt;
*&#039;&#039;&#039;Keep internal communcations internal.&#039;&#039;&#039; Make sure you don&#039;t quote emails or release sensitive project documents without getting permission from the project team first. Ideally, you will have established a communications plan from the beginning of the project that specifies what type of information can be shared about the project publicly. If this hasn&#039;t been done, consider doing it now.&lt;br /&gt;
*&#039;&#039;&#039;Integrate.&#039;&#039;&#039; Remember that social media is just one piece of your project&#039;s communications and community engagement plan. Align your messages across the whole project.&lt;br /&gt;
&lt;br /&gt;
===Code of Conduct===&lt;br /&gt;
*If you are participating in social media under your own name on behalf of your project or the eHealth Strategy Office, make sure your position as a representative of your project is made clear to your audience unless there are exceptional circumstances, such as a potential threat to personal security. Never give out personal details like home address and phone numbers. &lt;br /&gt;
*Always make sure to clarify whether you are participating in an official or a personal capacity.  &#039;&#039;&#039;&#039;&#039;list how does one actually go about doing this?&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
*Be aware that participating online may attract media interest in you as an individual, so proceed with care regardless of what capacity you are acting in.&lt;br /&gt;
*Participate on social media in the same way as you would in other public forums or conferences. People are there to hear you, but in return you are expected to act with respect and to add value to the interaction.&lt;br /&gt;
*Remember that participation online results in your comments being permanently available and open to being republished in other media. &lt;br /&gt;
*If you’re using social media in a personal capacity, you should not identify your employer when doing so would bring your employer into disrepute &lt;br /&gt;
&lt;br /&gt;
If you have any doubts, take advice from your supervisor, project manager or the Marketing and Communications Coordinator. &lt;br /&gt;
&lt;br /&gt;
===Communications Planning===&lt;br /&gt;
All projects that will communicate their results and work processes should undertake a communications planning process as an early part of the project management lifecycle. This process should eventually involve all types of stakeholders, and should be coordinated initially with the Marketing and Communications Coordinator.&lt;br /&gt;
&lt;br /&gt;
Should attempt to address&lt;br /&gt;
*Target Audience(s)&lt;br /&gt;
*Stakeholders and partners&lt;br /&gt;
*Key Messages about your project (vision statement, elevator speech). You will use these to refer to when writing reports, blog posts and other social media posts.&lt;br /&gt;
*What is appropriate to share about your project&lt;br /&gt;
*Goals and ways to gauge success&lt;br /&gt;
&lt;br /&gt;
===Inter-office coordination===&lt;br /&gt;
Social media initiatives benefit greatly from coordination and teamwork. In order to maximize the effectiveness and amplification of all the social media initiatives of the office, please notify the Marketing and Communications Coordinator when embarking on a new social media initiative. &lt;br /&gt;
&lt;br /&gt;
As a general rule, projects will operate on social media through existing eHealth Strategy Office accounts, unless a need for creating new project-based accounts is called for. Using current channels takes advantage of the audience and community already established by the Office, and helps ensure that accounts are not orphaned or abandoned after the project lifecycle completes or as staffing and funding levels change.&lt;br /&gt;
&lt;br /&gt;
Coordinating your project&#039;s social media efforts with those of the entire Office should be considered in your online communications plan.&lt;br /&gt;
&lt;br /&gt;
==Support, Training and Inspiration==&lt;br /&gt;
*Here is a list of eHealth Strategy Office&#039;s currently [[/active channels/]]&lt;br /&gt;
&lt;br /&gt;
===Tool Training===&lt;br /&gt;
These links will become active as training information is developed.&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Blogging_Best_Practices|Blogging Best Practices]]&lt;br /&gt;
*Twitter&lt;br /&gt;
*Facebook&lt;br /&gt;
*YouTube&lt;br /&gt;
*Other social channels?&lt;br /&gt;
*Communications Planning resources&lt;br /&gt;
&lt;br /&gt;
==Acknowledgements==&lt;br /&gt;
Some portions of these guidelines adapted from: http://webstandards.govt.nz/guides/strategy-and-operations/social-media/high-level-guidance/&lt;br /&gt;
&lt;br /&gt;
Other inspirations from:&lt;br /&gt;
*http://www.cma.ca/socialmedia&lt;br /&gt;
*http://www.razorfish.com/img/content/RazorfishSIMguideWebJuly2009.pdf&lt;br /&gt;
*http://www.ibm.com/blogs/zz/en/guidelines.html&lt;br /&gt;
*http://www.intel.com/content/www/us/en/legal/intel-social-media-guidelines.html&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THIS IS A DRAFT DOCUMENT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Website_Guidelines&amp;diff=143669</id>
		<title>Documentation:EHealth Strategy Office/Staff Documentation/Website Guidelines</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Staff_Documentation/Website_Guidelines&amp;diff=143669"/>
		<updated>2012-03-02T18:04:28Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}__TOC__&lt;br /&gt;
THIS IS A DRAFT DOCUMENT&lt;br /&gt;
==General Guidelines==&lt;br /&gt;
All projects and events should have a presence on the eHealth Strategy website. When you contribute your reflections to the website, the eHealth Strategy Office exercises leadership, engages in knowledge translation, and becomes a more experienced counselor for our clients.&lt;br /&gt;
eHealth office needs to communicate through words and action our expertise in technology. By demonstrating the office’s activity on the Web, we will be more effective in establishing a  reputation for leadership in eHealth.&lt;br /&gt;
&lt;br /&gt;
Blogging and web presence Knowledge Translation effort, not only for office identity but personally for your career&lt;br /&gt;
The following guidelines are intended to help guide your contributions to the website. This not an attempt to overwhelm you.  Rather, the intent is just the opposite -- to encourage you to embrace the social media world by providing you some guidelines. so that we provide a consistent yet diverse voice in &lt;br /&gt;
&lt;br /&gt;
===Approval Process===&lt;br /&gt;
If you have an idea about what to write, and you want to be clear about what is appropriate, see the project manager or research coordinator. If they are unsure, the appropriate director will be consulted. &lt;br /&gt;
In the case of external partners, permission to post documents produced with shared responsibility (i.e. not solely our office staff) should be sought. If the information is sensitive.&lt;br /&gt;
&lt;br /&gt;
===Authorship===&lt;br /&gt;
Everyone will blog under their own name, which is great because you&#039;ll be able to see a corpus of work develop. &lt;br /&gt;
&lt;br /&gt;
Any author that produces content for the eHealth Strategy Office blog will retain copyright over their work; however, the copyright holder must grant the eHealth Strategy a non-exclusive distribution license so that project-related material may remain on the EHSO website in perpetuity. In the event that a staff member leaves the office, any content relating to project activity must remain active on the site. &lt;br /&gt;
&lt;br /&gt;
===Appropriateness===&lt;br /&gt;
Keep in mind that you represent EHSO at all times. Employees are personally responsible for what we write on blogs or any online medium. Irresponsible blogging can risk legal action or require unnecessary damage control.  However, thoughtful commentary and reflection about your work makes you and the office shine. &lt;br /&gt;
  &lt;br /&gt;
Before you publish a post, ask yourself: would I be OK having a client see what I write? And, how would I feel if this post were about me? Having an opinion is encouraged; but being closed-minded or purposely inflammatory is not appropriate.&lt;br /&gt;
&lt;br /&gt;
Set aside time to contribute and to reflect on the work that you do. Strive for balance. We have demands of our clients to meet, too.&lt;br /&gt;
&lt;br /&gt;
==Contribution Expectations==&lt;br /&gt;
===All Staff===&lt;br /&gt;
In addition to the responsibilities below, every staff member is responsible for their individual profile, including any publications.&lt;br /&gt;
&lt;br /&gt;
===Branding Working Group===&lt;br /&gt;
Guide the strategy and guide the development of the site at a broad level. Delegate technical tasks for updating web pages and templates. Report on activities as appropriate. In addition to the roles and responsibilities listed below, we expect BWG members to actively support the website by consistently meeting or exceeding expectations at their job level, and through activism and promotion among other staff.&lt;br /&gt;
&lt;br /&gt;
===Director level===&lt;br /&gt;
Agree to keep relevant staff informed about their activities (i.e. conferences, presentations, etc.) that are appropriate for promotion on the website. Sharing of pre-print publications with BWG for archiving. Minimum quarterly &amp;quot;expert&amp;quot; contribution to website. Encourage discussion and contribution from Research Coordinators during update meetings, including decision about when to include projects on the website. Include website contribution in Planning and Performance Review as a performance criterion.&lt;br /&gt;
&lt;br /&gt;
===Communications Coordinator (Multimedia)===&lt;br /&gt;
Chair of BWG unless otherwise agreed upon. Weekly site review to ensure technical and editorial quality control. Supervise or contribute website content to relevant social media outlets. Liaison with MedIT and Public Affairs/FOM other relevant UBC official regarding website and communications. Responsible for image sourcing and editing/creation of graphics for website either personally or via delegation. Endeavour to retain contact with MedIT designers to iteratively develop website with new and exploratory functionality. Make recommendations to BWG about potential site improvements and content strategies.&lt;br /&gt;
&lt;br /&gt;
===Event Coordinator===&lt;br /&gt;
Upon confirmation of date and time of any office event, create or delegate creation of EHSO website announcement. Also create UBC Events Calendar event linking to that announcement. If these tasks are reversed in order, amend UBC Calendar events as soon as possible to include link to EHSO announcement. Verify any other posts related to office events. Liaise with Communication Coordinator to ensure appropriate promotion of events on social media.&lt;br /&gt;
&lt;br /&gt;
===Research Coordinators and Project Managers===&lt;br /&gt;
Take responsibility for project content in terms of relevance, currentcy and competence. Encourage contribution from Researchers regarding project activity and personal reflection. Allow time when possible in weekly update meetings to discuss potential website contributions with Researchers. Periodically check that all projects are represented on the website, or if projects need to be added or archived. If additions or removals are to be made, flag the Communications Coordinator, or if in doubt, the relevant Assitant Director.&lt;br /&gt;
&lt;br /&gt;
===Researchers===&lt;br /&gt;
Keep project activity and events updated on the website. Take pictures at events and relevant activities when possible. Use time with Research Coordinators to discuss potential ways to contribute actively to the website.&lt;br /&gt;
&lt;br /&gt;
==Technical Site Role Descriptions==  &lt;br /&gt;
===Administrator===  &lt;br /&gt;
Multimedia/Communications person, other staff as approved&lt;br /&gt;
*Can write and edit to all areas of the site&lt;br /&gt;
**Requires knowledge of HTML and Wordpress template editing and training session&lt;br /&gt;
*Add/Drop users&lt;br /&gt;
*All editor privileges&lt;br /&gt;
===Editor===&lt;br /&gt;
All other staff&lt;br /&gt;
&lt;br /&gt;
*Edit all posts/pages&lt;br /&gt;
*Add new posts/pages&lt;br /&gt;
      &lt;br /&gt;
==Other Documentation==&lt;br /&gt;
*[[Documentation:{{PAGENAME}}/Workshop_Notes|Workshop Notes]]&lt;br /&gt;
THIS IS A DRAFT DOCUMENT&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Project_Templates&amp;diff=142898</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Project Templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Project_Templates&amp;diff=142898"/>
		<updated>2012-03-01T19:49:11Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Project Pages==&lt;br /&gt;
As you know, a major section of our website is the pages that describe the projects and any related actvity. These pages will eventually have two major sections: &#039;&#039;&#039;project information&#039;&#039;&#039; and &#039;&#039;&#039;related posts&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Project Information===&lt;br /&gt;
Project information is general information about the project, designed to give website visitors a sense of the purpose and goals of your project. This information should be relatively static throughout the life of the project, and will likely draw heavily on the proposal that was used to create or fund the project.&lt;br /&gt;
&lt;br /&gt;
The accuracy and currency of the project information is the responsibility of the assigned Research Coordinator.&lt;br /&gt;
&lt;br /&gt;
This information will not generally be duplicated in blog posts updating visitors about the project, but will instead exist to be referred to if someone would like more information about a project. Blog posts about current project activity should be created as &#039;&#039;&#039;posts&#039;&#039;&#039; in WordPress, and assigned the appropriate Project category, so they will appear below.&lt;br /&gt;
&lt;br /&gt;
===Related Posts===&lt;br /&gt;
Blog posts should be written periodically about project activity (see Blogging Best Practices). When you create a blog post about a project, it should be assigned a Project Category that will add the post to a list of all posts about that project.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Related Posts&#039;&#039;&#039; section of each project page will display all these blog posts that have been assigned the project category. The most recent posts will appear in an automatically updating list called a &#039;&#039;&#039;loop&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;loop&#039;&#039;&#039; will be put in place after the creation of the project information has been finalized.&lt;br /&gt;
&lt;br /&gt;
==Page Structure==&lt;br /&gt;
To achieve as much consistency as possible, please use headings in your project inforamtion that are similar (if not exactly the same) to the other projects as much as possible. We recognize that not every project may fit into a given template, but we want our pages to be as consistent as possible. Please consider the following common headings when creating your page.&lt;br /&gt;
&lt;br /&gt;
===Headings===&lt;br /&gt;
*Background&lt;br /&gt;
*Purpose&lt;br /&gt;
*Overview&lt;br /&gt;
*Highlights&lt;br /&gt;
*Project Partners&lt;br /&gt;
*Project Team&lt;br /&gt;
*Contact&lt;br /&gt;
&lt;br /&gt;
For an example, please see the [http://ehealth.sites.olt.ubc.ca/projects/inspirenet/ InspireNet] page.&lt;br /&gt;
&lt;br /&gt;
To create headings in the visual editor, select the line of text that you want to be your heading (e.g. &amp;quot;Purpose&amp;quot;) and select &#039;&#039;&#039;Heading 2&#039;&#039;&#039; from the styles menu.&lt;br /&gt;
&lt;br /&gt;
==Warning==&lt;br /&gt;
Once the project information sections have been finalized for your project, a member of the BWG will insert the code necessary to power the Related Posts section. This will make it difficult to make edits to your project inforamtion without using the HTML editor.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you need to make changes to your project information after the loop has been added to your page, please ask for assistance before publishing.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=142896</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Bio Templates</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Bio_Templates&amp;diff=142896"/>
		<updated>2012-03-01T19:48:58Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==General Guidelines==&lt;br /&gt;
All biographies should be somewhat consistent in design. In general, they should include your &lt;br /&gt;
*job title. &#039;&#039;&#039;Please style this as a &amp;quot;Heading 3&amp;quot;.&#039;&#039;&#039;&lt;br /&gt;
*email address&lt;br /&gt;
*phone number &lt;br /&gt;
*brief synopsis of your work experience.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bio_1.png|Visual Editor of bio&lt;br /&gt;
File:Bio_2.png|HTML view of bio&lt;br /&gt;
File:Bio_3.png|Completed bio&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Optional elements include a photo, CV, publications list, or a recent posts &amp;quot;loop&amp;quot; (see below).&lt;br /&gt;
&lt;br /&gt;
==Photo==&lt;br /&gt;
If you add a photo to your page, please align it to the RIGHT. This usually helps the text formatting to display in a readable way. This is only a rule of thumb, and should not be considered a hard-and-fast rule if you think your photo looks better in a different position.&lt;br /&gt;
&lt;br /&gt;
==Recent Posts by you==&lt;br /&gt;
You may choose to display a loop of recent posts that you have authored on the site. If you are comfortable with WordPress and HTML, the code to insert this loop is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div id=&amp;quot;related-posts&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;h2 class=&amp;quot;related-posts-label&amp;quot;&amp;gt;&#039;Your Name&#039;s&#039; Recent Posts&amp;lt;/h2&amp;gt;&lt;br /&gt;
[loop query=&amp;quot;author_name=user_name&amp;amp;amp;posts_per_page=3&amp;quot; view=&amp;quot;archive&amp;quot;]&lt;br /&gt;
&amp;lt;h3 class=&amp;quot;older-posts&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;/author/user_name/&amp;quot;&amp;gt;View all &#039;Your Name&#039;s&#039; posts...&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding this loop used to ruin the formatting of some pages, but it doesn&#039;t seem to be causing this issue anymore. If you add this function to your bio, and afterward the formatting doesn&#039;t seem to be working correctly, see the page on HTML basics to add your &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt; tags back in, or notify a member of the branding working group who should be able to fix it for you.&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/HTML_Basics&amp;diff=142895</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/HTML Basics</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/HTML_Basics&amp;diff=142895"/>
		<updated>2012-03-01T19:48:40Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==HTML Resources==&lt;br /&gt;
*[http://www.w3.org/MarkUp/Guide/ Getting Started with HTML] - World Wide Web Consortium&lt;br /&gt;
*[http://w3schools.com/html/html_intro.asp HTML Introduction] - W3 Schools&lt;br /&gt;
*[http://htmldog.com/guides/htmlbeginner/ HTML Beginner Tutorial] - HTML Dog&lt;br /&gt;
&lt;br /&gt;
==What is HTML?==  &lt;br /&gt;
HTML stands for [http://en.wikipedia.org/wiki/HTML HyperText Markup Language]. It is a way of describing how a set of text and images should be displayed to the viewer, similar in concept to a newspaper editor’s markup symbols. &lt;br /&gt;
&lt;br /&gt;
HTML is very easy to use; it was designed that way. You don’t have to be a programmer to use it. If you can edit a text file, then you can write HTML (and if you can write an email, you can edit a text file).&lt;br /&gt;
&lt;br /&gt;
==HTML Elements (Tags)==&lt;br /&gt;
The basic unit of HTML markup is called a Tag. You wrap tags around chunks of text that you want to manipulate. These chunks might be &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;paragraphs&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;, they might be &amp;lt;nowiki&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;bold text&#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/nowiki&amp;gt;, they might be &amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;http://www.google.com/&amp;quot;&amp;gt;hyperlinks&amp;lt;/a&amp;gt;.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The reason we say “wrap” is because every tag that is opened, must eventually be closed.&lt;br /&gt;
*An opening tag looks like this: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;a&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
*A closing tag, which begins with a slash, looks like this: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
*Tags that do not require both an opening and a closing tag, such as line breaks, look like this: &#039;&#039;&#039;&amp;lt;nowiki&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/nowiki&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Commonly Used Tags===&lt;br /&gt;
*p.  Paragraph. This makes a chunk of text appear like a paragraph, with a little bit of space at the bottom.&lt;br /&gt;
*br. Line Break.  This tag forces a new line to begin. Used to hard wrap text.&lt;br /&gt;
*a. Anchor. These make links. Not sure why they don’t call it a link, but hey. &lt;br /&gt;
*img. IMaGe. Allows you to insert images into your page.&lt;br /&gt;
*div. Division. This is a general block element that allows you to create styles around.&lt;br /&gt;
&lt;br /&gt;
===Attributes===&lt;br /&gt;
Most tags also carry things called attributes. This is a way of specifying specific things that you want to make happen.&lt;br /&gt;
&lt;br /&gt;
Tags with attributes inside it looks like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;a href=&amp;quot;http://www.google.com/&amp;quot;&amp;gt;This will be a link to Google.&amp;lt;/a&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Tag &amp;lt;nowiki&amp;gt;: a&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Attribute &#039;href&#039;. Reference: website that the link will go to. (Don&#039;t forget the http:// !!)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;img src=&amp;quot;http://flickr.com/.../example.jpg&amp;quot; alt=&amp;quot;An example image&amp;quot; height=&amp;quot;250&amp;quot; width=&amp;quot;400&amp;quot; /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Tag &amp;lt;nowiki&amp;gt;: img&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:Atrribute &#039;src&#039;. Source: where the actual image is located (most often a URL)&lt;br /&gt;
:Attribute &#039;alt&#039;. Alternate text: words that are used by screen readers for blind visitors and search engines.&lt;br /&gt;
:Attribute &#039;height&#039;. Specifies how high (in pixels) you want your image to appear.&lt;br /&gt;
:Attribute &#039;width&#039;. Specificies how wide (in pixels) you want your image to appear.&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Working_With_WordPress&amp;diff=142894</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Working With WordPress</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Working_With_WordPress&amp;diff=142894"/>
		<updated>2012-03-01T19:48:23Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==WordPress Resources==&lt;br /&gt;
Basic WordPress tutorials are available on the UBC Wiki and Wordpress.org. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;UBC Wiki:&#039;&#039;&#039;&lt;br /&gt;
* [[Documentation:WordPress_Basics/Basics_1_Guide|UBC Wiki - Basics 1 Guide]]&lt;br /&gt;
* [[Documentation:WordPress_Basics/Basics_1_Guide/Add_Images_and_Media|UBC Wiki - Basics 1 Guide, Adding images and media]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WordPress.org:&#039;&#039;&#039;&lt;br /&gt;
* [http://codex.wordpress.org/Getting_Started_with_WordPress#Posting_in_WordPress Wordpress.org - Posting in Wordpress] &lt;br /&gt;
  &lt;br /&gt;
What follows is a contextualization of those instructions for the EHSO Website.&lt;br /&gt;
&lt;br /&gt;
==The Basics==&lt;br /&gt;
===Definitions===&lt;br /&gt;
There are two basic types of content on a Wordpress site: pages and posts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pages&#039;&#039;&#039; are reserved for more static content, such as ‘About Us,’ ‘Mission and Vision’ and the staff biography pages. These pages typically contain content that does not change often, and have URLs that do not contain their publishing date (e.g., /about-us/organization/kendall-ho)&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Posts&#039;&#039;&#039; are used to create time-sensitive or otherwise new content on an ongoing basis, and, rather than being inserted into the page hierarchy, posts are assigned categories and tags that are updated in real time when new posts are added. You can tell posts from pages by the date recorded in the URL (e.g., /2011/05/13/example-blog-post).&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Categories&#039;&#039;&#039; contain posts related to broad themes, such as projects (e.g., iCON) or areas of interest (e.g. Technology, Education, Research). Categories cannot be created for each post, any new post must be put into one or more existing categories. If you feel a category is missing or is conspicuously absent, please bring your concern to the BWG.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;Tags&#039;&#039;&#039; are keywords that provide further context for the category and can be assigned to every new post by the author (e.g., ‘telemedicine’, ‘first nations’, academic detailing, community engagement). Tags may one word or a phrase.&lt;br /&gt;
&lt;br /&gt;
===User Profile===&lt;br /&gt;
Every member of the site also has a User Profile. This is different than your biography page; it is a profile for your user of the actual WordPress site. &lt;br /&gt;
&lt;br /&gt;
This is the page where you can set up a user picture, and the name under which your posts will appear.&lt;br /&gt;
&lt;br /&gt;
==Logging into the Website==&lt;br /&gt;
When you navigate to our [http://ehealth.sites.olt.ubc.ca/ website], at the very bottom of the page there is a small link to &amp;quot;[http://ehealth.sites.olt.ubc.ca/wp-login.php?action=cwl Site Administration]&amp;quot; which will take you to the login page. You will need a [http://www.it.ubc.ca/cwl/homelink.shtml CWL] to join the website.&lt;br /&gt;
&lt;br /&gt;
==WordPress Editor==&lt;br /&gt;
There are two ways to create and edit content on any Wordpress site, including the EHSO website: the Visual Editor, and HTML. The Visual Editor works like any word processing software with familiar buttons. The writing on the screen shows what your post will look like when you publish it to the website. It is not required to know anything about website editing to use the Visual Editor, and for this reason it is recommended for general use.&lt;br /&gt;
&lt;br /&gt;
[[File:VisualEditor_1.png|thumb|none|200px|The WordPress Visual Editor]]&lt;br /&gt;
&lt;br /&gt;
The HTML editor is only for use by those people who have a working knowledge of web design, and the ability to parse and edit code for the purposes of formatting page and post content. &lt;br /&gt;
&lt;br /&gt;
[[File:VisualEditor_2.png|thumb|none|200px|The WordPress HTML Editor]]&lt;br /&gt;
&lt;br /&gt;
==Page Editing==&lt;br /&gt;
Project pages are designed to display not only static information about the project (i.e., Purpose, Overview, Partners, etc.) but also a dynamic list of the most recent posts about the project. To accomplish this they employ a special WordPress function called a ‘Loop.’&lt;br /&gt;
&lt;br /&gt;
Due to a known bug in the WordPress editor, because of the presence of the Loop, any switching between the HTML view and the Visual Editor will remove any formatting applied to the static text. For this reason, researchers and students do not have permission to edit pages, but may bring any errors or changes to the attention to the relevant Research Coordinator or Project Manager.&lt;br /&gt;
&lt;br /&gt;
==Post editing/creation==&lt;br /&gt;
Posts may be created by any and all staff. There are several things to keep in mind when creating a post. &lt;br /&gt;
 &lt;br /&gt;
===Title===&lt;br /&gt;
The title of your post is important as it will be the guide to our readers as to the content. Try to think of a title that is both descriptive and catchy. For example:&lt;br /&gt;
* Post Title: “World Health Organization report on telemedicine prepared by eHealth Strategy Office finally released!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===Main post content===&lt;br /&gt;
Give consideration to your writing, and keep in mind that writing for the web is different than report or academic writing. Seriousness is OK, but formality is not as necessary and may discourage casual users from reading your whole post. Try to write in shorter sentences and keep to one main idea per paragraph. For more insight into writing for the web, check out usability guru Jacob Nielsen’s page here: http://www.useit.com/alertbox/9710a.html&lt;br /&gt;
&lt;br /&gt;
[[File:KitchenSink_2.png|thumb|none|400px|The WordPress &amp;quot;Kitchen Sink&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
* If you use another program outside Wordpress, such as Microsoft Word, to draft your posts, please keep in mind that formatting errors may occur when you copy and paste them into Wordpress, particularly with lists and headings. To combat this there are buttons in the editor’s Kitchen Sink to “Paste from Word” or “Paste as Plain Text.”&lt;br /&gt;
* If you include information about external resources available on the web, you must include a link to that item, or a relevant informational page about it. Whenever possible, avoid linking directly to PDF documents; if there is no suitable alternative webpage, include a note in the text that your link will send the user to a PDF. (e.g., “The report is available here in PDF.)&lt;br /&gt;
* Please, always use spell check before posting!&lt;br /&gt;
&lt;br /&gt;
===Permalink===&lt;br /&gt;
The ‘permalink’ appears just below the title of the post after a few seconds. Wordpress allows us to customize your posts URL using this field. Please try to shorten your URL to three or four words, or a suitably brief form of your title. For example:&lt;br /&gt;
* Post Title: “World Health Organization report on telemedicine prepared by eHealth Strategy Office finally released!”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Permalink_1.png|thumb|none|300px|Default Permalink]]&lt;br /&gt;
* Unedited (auto) permalink: world-health-organization-report-on-telemedicine-prepared…&lt;br /&gt;
&lt;br /&gt;
[[File:Permalink_2.png|thumb|none|300px|Editing a Permalink]]&lt;br /&gt;
* Edited permalink: who-telemedicine-report&lt;br /&gt;
&lt;br /&gt;
===Categories===&lt;br /&gt;
[[File:categories_1.png|thumb|none|200px|Selecting Categories]]&lt;br /&gt;
Each post must belong to at least one category, and may be assigned to more than one at the discretion of the post author. New categories will be created with discretion, as necessary, through consultation with the BWG. Some general considerations for post authors:&lt;br /&gt;
* If your post is related to an internal project, course or educational activity, please select both the relevant specific category (e.g., eMentoring) AND the general parent category above it (e.g. Projects).&lt;br /&gt;
* If your post is an announcement of an upcoming event, in addition to selecting any relevant project category as above, also add it to the Events category. This category should be used for internal office events only (e.g. eHIPP).&lt;br /&gt;
* If your post is of more general interest, such as a report or review or website, please select a non-project category such as Research, Technology, or Education.&lt;br /&gt;
&lt;br /&gt;
===Tags===&lt;br /&gt;
[[File:tags_2.png|thumb|none|200px|Adding tags]]&lt;br /&gt;
Tags are keywords or phrases that provide additional context for the reader and site users, to be used in conjunction with Categories. Over time, similar tags on posts will be used to sort and display related content on our site.&lt;br /&gt;
* Tags may be created on the fly, but if there are pre-existing tags that relate to your post, try to use them. For example, if possible, choose Community Engagement instead of creating a new tag called Community Partnerships. A list of commonly used tags can be viewed by clicking “Choose from the most used tags.” &lt;br /&gt;
* Try to use 3-5 tags per post.&lt;br /&gt;
&lt;br /&gt;
===Featured Image===&lt;br /&gt;
[[File:FeaturedImage_2.png|thumb|none|200px|Set Featured Image]]&lt;br /&gt;
Every post should have at least one image included in the body of the post. This is to ensure that there is a visual hook that draws readers into the content. The primary image that is included in the post should also be designated the “featured image.” &lt;br /&gt;
* If you have not yet uploaded an image, select “Add an Image” above the text editor. When you upload or select the image you would like to use, before clicking “Insert Into Post,” select “Use as featured image.”&lt;br /&gt;
* If the image has already been inserted into the post, select “Set Featured Image” in the Featured Image widget. Select “Media Library” and find the image you have used in your post. Click “Show” and then select “Use as featured image.”&lt;br /&gt;
&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Sign_Up&amp;diff=142892</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Sign Up</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Sign_Up&amp;diff=142892"/>
		<updated>2012-03-01T19:47:35Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Upon starting at the eHealth Strategy Office, you will be added as a user of the office website and blog, ehealth.med.ubc.ca. This will give you the ability to add posts and pages, set up your bio, and contribute to the office blog.&lt;br /&gt;
&lt;br /&gt;
==Step 0: Get a CWL==&lt;br /&gt;
To become a user on the website, you will need a Campus-Wide Login (CWL). Please see the CWL sign-up instructions [http://www.it.ubc.ca/cwl/support/tutorials/create_account.shtml#facstaff here] if you do not already have one. Once you have a CWL, please continue with these instructions.&lt;br /&gt;
&lt;br /&gt;
==Sign up to CMS@UBC==&lt;br /&gt;
To sign up to the eHealth website, you will receive an email from CMS@UBC (cms.support@ubc.ca). In it, there will be a link to click that will take you to the signup page.&lt;br /&gt;
[[File:cms.jpg|200px|none|thumb|Signing up to CMS@UBC]]&lt;br /&gt;
&lt;br /&gt;
==Log In to eHealth Website==&lt;br /&gt;
You may see the following page, which is a generic WordPress dashboard, without our site information. To get access to our website&#039;s dashboard, visit our site at http://ehealth.med.ubc.ca/&lt;br /&gt;
[[File:cms2.jpg|200px|none|thumb|The generic UBC WordPress dashboard]]&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, click Site Administration to log in. This is how you will log into our site whenever you want to write a post or update some information. The Site Administration link is visible on every page.&lt;br /&gt;
[[File:ehealthlogin.png|200px|none|thumb|Logging into the eHealth website]]&lt;br /&gt;
&lt;br /&gt;
==Fill out your website profile==&lt;br /&gt;
Once you have signed up, you will be taken to your profile page. This will give information about you to users of our website. Please fill in as much as you can, including your full name. &lt;br /&gt;
[[File:profile1.jpg|200px|none|thumb|Your Wordpress profile]]&lt;br /&gt;
&lt;br /&gt;
*Please select your full name from the &amp;quot;Display name&amp;quot; drop-down menu.&lt;br /&gt;
*Near the bottom of the page, you can fill in a description of yourself. This information will be displayed above the lists of all the posts that you have contributed to the website, as you can see here: http://ehealth.med.ubc.ca/author/danhooker/&lt;br /&gt;
**A good example text to put in this field would include your job title, and a link to your bio on the website. For example: &lt;br /&gt;
**&amp;lt;nowiki&amp;gt;[JobTitle] at UBC eHealth Strategy Office. &amp;lt;a href=&amp;quot;/about/organization/firstname-lastname/&amp;quot;&amp;gt;Click here&amp;lt;/a&amp;gt; for more information about [FirstName].&amp;lt;/nowiki&amp;gt; You will create your bio page later which will make this link active.&lt;br /&gt;
[[File:profile2.jpg|200px|none|thumb|Sample information for your profile]]&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Template:Documentation-eHealth_Strategy_Office&amp;diff=142890</id>
		<title>Template:Documentation-eHealth Strategy Office</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Template:Documentation-eHealth_Strategy_Office&amp;diff=142890"/>
		<updated>2012-03-01T19:44:45Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noembed&amp;quot; style=&amp;quot;height:100%;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;width:220px; float:right; border:1px solid #a3bfb1;&amp;quot;&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#ffffff; padding:5px;&amp;quot; |&lt;br /&gt;
[[File:EHealthlogo.png|200px|center|frameless]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:2px solid #abd5f5; background-color:#d0e5f5; padding-top:.5em; text-align:left;&amp;quot; | [[File:squareinfo.png|40px|left]] &#039;&#039;&#039;[[Documentation:EHealth_Strategy_Office|eHealth Strategy Office&amp;lt;br/&amp;gt;Documentation]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Staff Documentation&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Staff_Documentation/Orientation_Manual|Orientation Manual]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Staff_Documentation/Website_Guidelines|Website Guidelines]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media|Social Media Guidelines]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Technical Support and Training&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Website|Office Website]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Social_Media|Social Media]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Research Toolkit&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Research_Toolkit/Recommended_Links|Recommended Links]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Project Documentation&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Project_Documentation/HWIP|HWIP]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#f1f5fc; padding-top:5px;&amp;quot;|&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=search&lt;br /&gt;
width=30&lt;br /&gt;
namespaces=Documentation**&lt;br /&gt;
searchbuttonlabel=Search UBC Wiki&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This is a template for navigating the eHealth Strategy Office Documentation files.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Template:Documentation-eHealth_Strategy_Office&amp;diff=142889</id>
		<title>Template:Documentation-eHealth Strategy Office</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Template:Documentation-eHealth_Strategy_Office&amp;diff=142889"/>
		<updated>2012-03-01T19:43:01Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;noembed&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;infobox&amp;quot; style=&amp;quot;height:100%; width:220px; float: right; border:1px solid #a3bfb1;&amp;quot;&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#ffffff; padding:5px;&amp;quot; |&lt;br /&gt;
[[File:EHealthlogo.png|200px|center|frameless]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:2px solid #abd5f5; background-color:#d0e5f5; padding-top:.5em; text-align:left;&amp;quot; | [[File:squareinfo.png|40px|left]] &#039;&#039;&#039;[[Documentation:EHealth_Strategy_Office|eHealth Strategy Office&amp;lt;br/&amp;gt;Documentation]]&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Staff Documentation&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Staff_Documentation/Orientation_Manual|Orientation Manual]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Staff_Documentation/Website_Guidelines|Website Guidelines]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Staff_Documentation/Social_Media|Social Media Guidelines]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Technical Support and Training&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Website|Office Website]]&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Tech_Support/Social_Media|Social Media]]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Research Toolkit&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Research_Toolkit/Recommended_Links|Recommended Links]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;border-bottom:1px solid #abd5f5; background-color:#f1f5fc; padding-left:5px;&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;Project Documentation&#039;&#039;&#039;&lt;br /&gt;
*[[Documentation:EHealth_Strategy_Office/Project_Documentation/HWIP|HWIP]]&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color:#f1f5fc; padding-top:5px;&amp;quot;|&lt;br /&gt;
&amp;lt;inputbox&amp;gt; &lt;br /&gt;
type=search&lt;br /&gt;
width=30&lt;br /&gt;
namespaces=Documentation**&lt;br /&gt;
searchbuttonlabel=Search UBC Wiki&lt;br /&gt;
&amp;lt;/inputbox&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;This is a template for navigating the eHealth Strategy Office Documentation files.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Sign_Up&amp;diff=142888</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Sign Up</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Sign_Up&amp;diff=142888"/>
		<updated>2012-03-01T19:42:19Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Upon starting at the eHealth Strategy Office, you will be added as a user of the office website and blog, ehealth.med.ubc.ca. This will give you the ability to add posts and pages, set up your bio, and contribute to the office blog.&lt;br /&gt;
&lt;br /&gt;
==Step 0: Get a CWL==&lt;br /&gt;
To become a user on the website, you will need a Campus-Wide Login (CWL). Please see the CWL sign-up instructions [http://www.it.ubc.ca/cwl/support/tutorials/create_account.shtml#facstaff here] if you do not already have one. Once you have a CWL, please continue with these instructions.&lt;br /&gt;
&lt;br /&gt;
==Sign up to CMS@UBC==&lt;br /&gt;
To sign up to the eHealth website, you will receive an email from CMS@UBC (cms.support@ubc.ca). In it, there will be a link to click that will take you to the signup page.&lt;br /&gt;
[[File:cms.jpg|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Log In to eHealth Website==&lt;br /&gt;
You may see the following page, which is a generic WordPress dashboard, without our site information. To get access to our website&#039;s dashboard, visit our site at http://ehealth.med.ubc.ca/&lt;br /&gt;
[[File:cms2.jpg|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, click Site Administration to log in. This is how you will log into our site whenever you want to write a post or update some information. The Site Administration link is visible on every page.&lt;br /&gt;
[[File:ehealthlogin.png|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Fill out your website profile==&lt;br /&gt;
Once you have signed up, you will be taken to your profile page. This will give information about you to users of our website. Please fill in as much as you can, including your full name. &lt;br /&gt;
[[File:profile1.jpg|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
*Please select your full name from the &amp;quot;Display name&amp;quot; drop-down menu.&lt;br /&gt;
*Near the bottom of the page, you can fill in a description of yourself. This information will be displayed above the lists of all the posts that you have contributed to the website, as you can see here: http://ehealth.med.ubc.ca/author/danhooker/&lt;br /&gt;
**A good example text to put in this field would include your job title, and a link to your bio on the website. For example: &lt;br /&gt;
**&amp;lt;nowiki&amp;gt;[JobTitle] at UBC eHealth Strategy Office. &amp;lt;a href=&amp;quot;/about/organization/firstname-lastname/&amp;quot;&amp;gt;Click here&amp;lt;/a&amp;gt; for more information about [FirstName].&amp;lt;/nowiki&amp;gt; You will create your bio page later which will make this link active.&lt;br /&gt;
[[File:profile2.jpg|200px|none|thumb]]&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
	<entry>
		<id>https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Sign_Up&amp;diff=142886</id>
		<title>Documentation:EHealth Strategy Office/Tech Support/Website/Sign Up</title>
		<link rel="alternate" type="text/html" href="https://wiki.ubc.ca/index.php?title=Documentation:EHealth_Strategy_Office/Tech_Support/Website/Sign_Up&amp;diff=142886"/>
		<updated>2012-03-01T19:41:37Z</updated>

		<summary type="html">&lt;p&gt;Danhooker: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Documentation-eHealth_Strategy_Office}}__TOC__&lt;br /&gt;
&lt;br /&gt;
Upon starting at the eHealth Strategy Office, you will be added as a user of the office website and blog, ehealth.med.ubc.ca. This will give you the ability to add posts and pages, set up your bio, and contribute to the office blog.&lt;br /&gt;
&lt;br /&gt;
==Step 0: Get a CWL==&lt;br /&gt;
To become a user on the website, you will need a Campus-Wide Login (CWL). Please see the CWL sign-up instructions [http://www.it.ubc.ca/cwl/support/tutorials/create_account.shtml#facstaff here] if you do not already have one. Once you have a CWL, please continue with these instructions.&lt;br /&gt;
&lt;br /&gt;
==Sign up to CMS@UBC==&lt;br /&gt;
To sign up to the eHealth website, you will receive an email from CMS@UBC (cms.support@ubc.ca). In it, there will be a link to click that will take you to the signup page.&lt;br /&gt;
[[File:cms.jpg|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Log In to eHealth Website==&lt;br /&gt;
You may see the following page, which is a generic WordPress dashboard, without our site information. To get access to our website&#039;s dashboard, visit our site at http://ehealth.med.ubc.ca/&lt;br /&gt;
[[File:cms2.jpg|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
At the bottom of the page, click Site Administration to log in. This is how you will log into our site whenever you want to write a post or update some information. The Site Administration link is visible on every page.&lt;br /&gt;
[[File:ehealthlogin.png|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Fill out your website profile==&lt;br /&gt;
Once you have signed up, you will be taken to your profile page. This will give information about you to users of our website. Please fill in as much as you can, including your full name. &lt;br /&gt;
[[File:profile1.jpg|200px|none|thumb]]&lt;br /&gt;
&lt;br /&gt;
*Please select your full name from the &amp;quot;Display name&amp;quot; drop-down menu.&lt;br /&gt;
*Near the bottom of the page, you can fill in a description of yourself. This information will be displayed above the lists of all the posts that you have contributed to the website, as you can see here: http://ehealth.med.ubc.ca/author/danhooker/&lt;br /&gt;
**A good example text to put in this field would include your job title, and a link to your bio on the website. For example: &lt;br /&gt;
**&amp;lt;nowiki&amp;gt;[JobTitle] at UBC eHealth Strategy Office. &amp;lt;a href=&amp;quot;/about/organization/firstname-lastname/&amp;quot;&amp;gt;Click here&amp;lt;/a&amp;gt; for more information about [FirstName].&amp;lt;/nowiki&amp;gt; You will create your bio page later which will make this link active.&lt;br /&gt;
[[File:profile2.jpg|200px|none|thumb]]&lt;br /&gt;
{{Template:Documentation-eHealth_Website_Help}}&lt;br /&gt;
[[Category:EHealth Strategy Office]]&lt;/div&gt;</summary>
		<author><name>Danhooker</name></author>
	</entry>
</feed>