Sunday, May 31, 2009

Semantic Interoperability - Part VI - As it Relates to Principles and Processes of Information Interchange

I am a member of the Information Interchange Subcommittee of the HITSP Foundations Committee and for the past several days have been reviewing two documents that will be discussed during our meeting on June 1, 2009.

The documents to be reviewed were developed by Norman Daoust [normandaoust@EARTHLINK.NET] which he described as follows:

(1) The Information Interchange Subcommittee Principles and Processes document. - adapted from a document produced by the Foundations Harmonization committee.

(2) The Interactions Patterns document. - summarizes the information interchange patterns identified in reviews of the information interchange standards published by Standard Development Organization (SDO) members of the U.S. Health Information Technology Standards Panel (HITSP) and identified in the Office of the National Coordinator for Health Information Technology's (ONC) Common Data Transport (CDT) Draft AHIC Extension/Gap document.

My comments that I plan to share are based upon my experience with "semantic interoperability" that I've described in my blog as "Semantic Interoperability - Parts I - V". My comments primarily relate to "Value set harmonization principles". In order to provide a context for my comments, I've copied particular portions of the "...Principles and Processes" document and added my comments in red following the copied sections.

Value set harmonization principles:

  • Codes for a value set should be drawn from a standard reference terminology.

  • HITSP Foundations reserves the right the add values into value sets prior to the code being added into the source code system. These would be contained in an interim US national code system (with the expectation that the interim codes are replaced once adopted by the source code system).

  • Representation of NULL and OTHER will not be addressed on a per value set basis, but may be addressed as harmonization topics themselves.

  • Extensibility (e.g. whether or not local codes can be included in an instance in addition to harmonized codes) is outside the scope of HITSP Foundations, and is a decision left to the SDO and the HITSP TCs.

  • Dynamic vs. Static considerations (e.g., whether or not an instance can include codes from a value set that were added after the relevant specification was balloted) is outside the scope of HITSP Foundations, and is a decision left to the SDO and the HITSP TCs.[1]

  • There will be a uniform policy for versioning harmonized artifacts, based on a predictable frequency. The frequency may vary depending on the artifact type.


Value set: A vocabulary domain that has been constrained to a particular realm and coding system.

  • An ENUMERATED value set (aka an EXTENSIONAL value set) is one that is comprised of an explicit listing of the set of codes. Versioning occurs if values are added or deleted. SDOs typically have STATIC bindings to ENUMERATED value sets.

  • A CRITERIA-BASED value set (aka an INTENSIONAL value set) is one that is defined by a computable expression that can be resolved to an exact list of codes (e.g. “all SNOMED CT concepts that are descendants of the SNOMED CT concept Diabetes Mellitus”). Versioning occurs if the criteria changes. SDOs typically have DYNAMIC bindings to CRITERIA-BASED value sets.

Comments: Twelve, or so, years ago, I worked in the Center for Health Statistics (CHS) in Wisconsin's Department of Health and Family Services (DHFS). My position identified as: "Linked Database Analyst" was funded through a grant from the Robert Wood Johnson Foundation. The objective of my position was to link data sets and then develop anonymized data sets for public use.

At the time, data sets were primarily located on a mainframe computer and were in a variety of formats, some in relational databases while others were in flat files. Because there was no unique person identifier used in the agency, it was necessary to use a variety of matching techniques. While I was familiar with various matching techniques, I gained expertise in the subject by participating in tutorials conducted by the world's leading experts in record linkage.

In 1997, I attended the International Record Linkage Workshop in Arlington , VA, and participated in several workshops but most notably those conducted by Martha Fair of Statistics Canada and William Winkler of the U.S. Census Bureau. The proceedings were sponsored and then published in 1999, by The Committee on Applied and Theoretical Statistics, National Research Council; Federal Committee on Statistical Methodology, Office of Management and Budget. Tutorials on probabilistic linking, not only provided me with insight on how to utilize various bits of information, from disparate sources, to link records of specific persons but with an appreciation of how difficult it is (probably impossible) to truly anonymize records.

The Center for Health Statistics (CHS) was a "SAS (Statistical and Analysis System)" shop. SAS is a system that allows one to bring together data from nearly any imaginable source. Data residing on a mainframe or PC, in flat files or as a part of relational databases can be brought together in SAS datasets and be analyzed in an almost unimaginable ways. SAS has a "data step language" and a SQL language implemented as Proc SQL which allows linking of up to 16 tables in one query. SAS also has an XML engine.

In 1996, Bertrand Russell's book, "The Principles of Mathematics" (originally published in 1903) was reissued in paperback. Part I of the book, which is the first 106 pages, sets forth Russell's landmark thesis that mathematics and logic are identical and that symbolic logic "investigates the general rules by which inferences are made". Russell describes a calculus of propositions, a calculus of classes, and a calculus of relations and an Algebra of symbolic logic which can be visualized by utilizing Venn diagrams.

For discussion purposes, a HITSP Information Interchange Calculus might be described as follows:

5.9 HITSP Information Interchange Calculus

  • Element set: A collection of numbers, objects, or anything that can be conceptualized. Elements can include both Extensional and Intensional value sets. An empty set is called a Null Set and is a subset of every Other set.
  • Information Interchange sets: Combining Information Interchange sets is called a Union of the sets. If the elements that are common to two or more sets are placed into a new set, that set is called an Intersection of the Information Interchange sets.
  • Venn diagrams can be used to represent Information Interchange sets and their Intersection with other sets.

(to be continued)




Saturday, May 23, 2009

Semantic Interoperability - Part V





Semantic interoperability often relates to linking files based upon probabilistic matching of files. Matching files has a long history of uses and with the advances in technology, it has become technically practical to follow the health experience and mortality of large populations who are thought to be as some special risk by linking existing health and death records for individuals across multiple databases. The mayor categories of record linking are "deterministic" or "exact" matching and "probabilistic". Generally, such linkages must be probabilistic if the are to be reasonably complete.

In his "Handbook of Record Linkage published in 1959, Howard B. Newcomb, Ph.D. defines linkage as: "Record linkage is the joining of information from two records that are believed to relate to the same individual, family, event, business or address (geo-coding). The slides below depict two basic record sets that were matched through iterative processing on birth weight, data of birth, hospital, zip code and county. An approximate match of 95% was realized at the first stage while the remainder were probabilistically matched. The resulting data set was constructed for public use.






(to be continued)

Thursday, May 21, 2009

Semantic Interoperability - Part IV

In a study of de-duplication of birth records, I utilized "name and birthdate" as unique identifiers.












In a companion study of new born screening records, because of the absence of first names from many of the records, it was necessary to recommend a revised process as described below:

(to be continued)

Wednesday, May 20, 2009

Semantic Interoperability - Part III









Following are several paragraphs taken from a paper I wrote in 1999 relating to my study of names and birthdates as unique identifiers. The idea of the tool depicted above is to be able to develop data sets by "visually" creating Venn diagrams. The SQL programming would be transparent to users.

Structured Query Language (SQL) and Relational Database Theory
Relational theory was originally developed by E. F. Codd, an International Business Machines( IBM) researcher, and was first implemented at IBM in a prototype product called System R It was developed in the early 1970s as a way to provide computer users with a standardized method for selecting data from various database formats. The intent was to build a language that was not based on any existing programming language, but which could be used within any programming language as a way to update and query information in databases. The Structured Query Language (SQL) is now in the public domain and is part of many vendors’ products.

Definition of Algorithm
While this study was carried out using the latest computer technology, the principles being followed have been refined over the past 500 years. For example, the definition of an algorithm, as a formula for solving a problem, dates back. to a Persian mathematician in the mid 1400s. By the ear1y 1700s, the original Arabic word had mutated into the Latin word algorithmus and was used by Leibniz (1646-1716), one of the inventors of calculus, to mean “ways of calculation”. Conceptualization of the mathematical principles (of set theory ) that underlies SQL, dates to the 1800s.

Symbolic Logic
George Boole (1815-1864) discovered the branch of mathematics known as symbolic logic. Boole’s “algebra of logic” uses formulas to symbolize logical relations. The formulas in algebraic symbols can describe the general relationships among groups of things that have certain properties. Given a question about how one group relates to another, Boolean logic allows us to could quickly manipulate the equations and produce an answer. First, Boole’s algebra classifies things and then the algebraic symbols express any relationship among the things that have been classified. The Boolean datatype is named after this mathematician. Heim, in his essay says, “Boolean logic functions as a metaphor for the computer age, since it shows how we typically interrogate the world of information.”

Venn Diagrams
The term symbolic logic first appeared in 1881 in a book by that title. The book’s author, John Venn introduced the first graphic display of Boole’s formulas. The visual display that John Venn drafted begins with empty circles. Venn noted how Boolean logic treats terms, strictly as algebraic variables and not as universal terms referring to actually existing things. That concept is somewhat analogous to the way names coupled with birth dates are treated as abstract templates for clients to be instantiated. Boole’s logic can use terms that apply to empty sets, with no actually existing members. Our modern logical point of view begins with the system rather than with the concrete, existential and unique individual thing (or person).

Referent Dataset
The referent file should be constructed so as to facilitate the use of an iterative matching algorithm, programmed in SQL (Structured Query Language). Use of the referent file will always be limited to returning rows of information.. A complete row of information that exactly matches the name and birth date being entered may be returned from the referrent file. If not exactly matched, near matches of names and birth dates (and at the user’s discretion associated rows of information) may be returned to the calling program. The referent file will be constructed so as to be return (appropriate and correct) answers at maximum speed.

(to be continued)

Tuesday, May 19, 2009

Semantic Interoperability - Part II

Bertram Russell set forth his landmark thesis that mathematics and logic are identical in his book: The Pinciples of Mathematics (1903 reissued 1996). Russell said that symbolic logic is the study of various general types of deductions. The word symbolic indicates that mathematical symbols can be utilized. Russell said that the subject of Symbolic Logic consists of three parts, the calculus of propositions, the calculus of classes, and the calculus of relations.
In his explanation of the calculus of classes, Russell indicated that symbolic logic has as its "lair" the intermediate positions between pure extension and pure intension. Ten years ago, in my work related to the 1999 version of the United States Health Information Knowledgebase (USHIK) I began developing a "visual calculus" using Venn diagrams as a computational metaphor for examining mixed sets (containing any type of object or entity) in the intermediate region between pure extension and pure intension.

The work of the various HITSP Committees and this moment in history has re-newed my interest in theoretical work relating to the USHIK. The HITSP Foundations Committee's paper on Harmonization Principles and Processes defines value sets (on page 12) as follows:

My next blog will be: Semantic Interoperability - Part III and will relate to Venn diagrams.
(to be continued)

Monday, May 18, 2009

Semantic Interoperability - Part I

I've attached a link to Brian Ahier's blog and the transcript of the HIT Standards Committee meeting held on May 15, 2009. I found the meeting to be most exciting as I could feel the energy of the group amplified by the folks actually in the room, over the phone. John Halamka is simply amazing!

Brian, I appreciate you making the transcript available and plan to refer to it through out the week as I explain my views of semantic interoperability on both human and machine levels. But first, I'll talk about the technologies I use and my work space.
I mostly utilize a Toshiba tablet PC which allows me to dictate, write with a stylus, or use a keyboard for entry. My printer is an HP combination scanner, fax and printer. The USB hub that I use was given as a gift when I visited a new Team (tier 3) data center located in Fitchburg, Wisconsin, about ten miles from where I live.


I enjoy beta testing and several years ago, I tested the Microsoft software development kit (SDK) for tablet PCs which were under development. At the time, I used a Wacom tablet attached to a full size PC.

I am a registered member of Microsofts Partner Program and subscribe to the Microsoft Action Pack Toolkit. I've beta tested many Microsoft applications and enjoy programming as a recreational activity. As time permits, I am looking at Microsoft's Health Vault pre-production environment.

In order to test the many applications and operating systems that I have access to, I utilize "virtual environments". At the current time, since I am focused on HIT, I have deferred recreational programming and testing. The following picture is of the Virtual PC wizard.


To the left of my tablet PC is a dark blue covered book: The Priniciples of Mathematics by Bertrand Russell. The book was published in 1903 and reissued in paperback in 1996.

In Part I (the first 100 pages) Russell sets forth his landmark thesis that mathematics and logic are identical and explains Symbolic Logic as explication of Boole's Laws of Thought (1854).

(to be continued)

Friday, May 15, 2009

I Just Volunteered to be a "Real Life Use Case"

During the public comment period at the end of today's HIT Standards Committee meeting (held in Washington) which I attended by phone, I volunteered to be a "real life use case". My volunteering followed my comments concerning the importance of semantic interoperability, both at the human level as well as at the machine level (computer to computer).

Ten years ago, as the Data Administrator/Consultant for the Center for Uniformity, Security and Privacy (CUSP) in the (then) Department of Health and Family Services (DHFS) I participated as a beta tester for a distributable metadata registry called MetaPro sponsored by the (then) Health Care Financing Administration (HCFA) and Environmental Protection Agency (EPA). At the time I was also the representative from DHFS to Health Level 7 (HL7).

In anticipation of what I thought would be an opportunity, but never visualizing the "amazing opportunity of an alignment that has never occured in history" I joined the American National Standards Institute (ANSI) in January, in order to participate in developing standards that will personally benefit me and many others, who are, or will be senior citizens. I already had been participating via Webex in meetings of the Health Information Technology Standards Panel (HITSP) which didn't require being an ANSI member, but given my mission, I joined in order to have a "seat at the table" in discussion of any or all standards affecting senior citizens.

My company's name is Metasteward LLC and has the following mission statement:

Metasteward LLC's mission is to be recognized as the organization of choice for consultation on defining and recommending consumer empowerment and protection standards for senior citizens.

I hope my past life experiences in all areas, as well as my current experiences in trying to make sense of and navigate all the electronic and manual systems (both beneficial and harmful) that confront me on a daily basis will cause me to be selected as a volunteer "use case". I'd also like to mention that I do not have a day job.

Thursday, May 14, 2009

Back Up to April 2009 McFarland Area Senior News

Since I've learned how to make "Tiny URLs" that provide easy access to Internet files that otherwise would take a number of clicks to open, I would like to back up to the McFarland Area Senior News for April 2009. Page 5 is an events calendar for the month with several dates and events (some noted and others not) that I would particularly like to point out.

April 3, 2009 - McFarland Senior Outreach Program has nutrition sites in both McFarland and Cambridge, Wisconsin. I enter data into the Social Assistance Management System (SAMS) for participants in both communities. On Friday, April 3rd, I traveled to Cambridge to both participate in the noon meal and to testify at a public hearing on Wisconsin's 2009-2011 State budget. Both events were held in the Amundson Community Center.

Wisconsin is in the process of developing its next biennial budget and the Joint Finance Committee of the Wisconsin Legislature held a public hearing in a large room adjacent to the room in which the congregate meal was served. The public hearing was very crowded, and although I had arrived early, I would have had to wait until evening to testify. In lieu of testifying in person, I submitted a written copy of my testimony and came home after the noon meal.

In my testimony, I said that through the years, politics has weakened human services by splitting the once overarching umbrella agency that was the Department of Health and Social Services into a multitude of state level agencies. I said that I believed it was time for the Legislature to reorganize state government to meet modern challenges and re-establish citizen boards to oversee agencies.

Because I believe that the State Aging Unit and Dane County are violating the privacy and security of my personal health information and that of other seniors, I said that I intend to file a verified complaint with the Attorney General of Wisconsin requesting that he bring a civil action in federal court on behalf of the citizens of Wisconsin to enjoin Dane County and the State of Wisconsin from continuing to use the Social Assistance Management System (SAMS).

April 16, 2009 - This day had been designated as National Healthcare Decisions Day (NHDD). An article on page 3 explains the tools, such as the Power of Attorney for Health Care that the Senior Outreach Program makes available in accordance with Wisconsin state laws.

April 29, 2009 - Maren Solberg, Attorney for the Coalition of Wisconsin Aging Groups (CWAG) presented a program and provided handouts on "Popular Scams and How to Avoid Them" and information on how to: "Take Action Against Identity Theft". One service that I had not been aware of is at the Web site: http://www.propertyfraudalert.com/ which provides a service (currently only available in Dane, Milwaukee, St. Croix and Winnebago Counties) that alerts you if someone is filing a fraudulent document with a register of deeds office. According to the FBI, property and mortgage fraud is the fastest growing white-collar crime. It can be as simple as someone recording a fraudulent document making it look like they now own your home or property.

Wednesday, May 13, 2009

Older Americans Month and "Tiny URLs"

I am a volunteer data entry operator for the McFarland (Wisconsin) Senior Outreach Program.

In my first blog, May 1, 2009, I quoted an article written by our Director, Ingrid Thompson about Older Americans Month and the national theme, "Living Today for a Better Tomorrow."

At the time I wrote the blog, I tried to create a link to the McFarland Area Senior News (where the article appears on page 6) but was unable to do so. Since then - in fact only yesterday - I found that I can create a "Tiny URL" that enables access to the newsletter by a single click. The "Tiny URL" for the May edition of the newsletter is: http://tiny.cc/1enIH

The newsletter in its entirety provides a glimpse, not only into the everyday lives of older adults but more broadly into the life of McFarland, as a community. The newsletter mentions a "Sing Along With 6th Graders" (also on page 6) with a rehearsal scheduled on May 29th and a short program scheduled for June 3rd (after the noon congregate meal).

The screen print below shows how to create a "Tiny URL":

Tuesday, May 12, 2009

The United States Health Information System (USHIK) - Then, Now and for the Future

Yesterday I attended two meetings: HIT Policy and Medication Terminology.I plan to attend the the HITSP Harmonization Subcommittee meeting tomorrow and the Health IT Standards Committee meeting on Friday. After the Policy meeting, I emailed two comments that I would like to explain in more detail.

But first, by way of background, I live in McFarland, Wisconsin, just outside of Madison. Epic Systems is located in Verona, Wisconsin, about twenty miles from where I live. My physician is associated with a University of Wisconsin Health Clinic located in McFarland. My hospital of choice is Meriter Hospital located in Madison. Both UW Health and Meriter Hospital have installed Epic's system.

My first comment was that "meaningful use" should include patient education/training on how to use Health Information Technology(HIT). Considerable discussion was held during the meeting concerning workforce education on how to use HIT but I don't believe anyone mentioned patient education. During a visit a month or so ago, accompanying my wife, to another UW Health Center, there was a small sign by the reception desk saying that staff were learning a new system. From the standpoint of patients, a brochure explaining the new system and its benefits would have been welcome and helpful.

My second comment was that from a patient's point of view the definition of "meaningful use" should be "crisp, clear and understandable". My comment paralleled Judith Faulkner's comment that "meaningful use" requirements should be "crisp, clear and doable".

The proposed requirements should be stated in unambiguous terms so that judgments can be made before adoption, not only whether they are desirable, but also whether they are programmable. From a patient’s point of view, I want to be able to understand the security that is actually built into the system in response to understandable requirements.










Ten years ago, in preparation for the Wisconsin Department of Health and Family Services (DHFS) to implement HIPAA, I participated in the HIPAA Metadata Registry Coalition sponsored by the (then) Health Care Financing Administration (HCFA) and the Environmental Protection Agency (EPA). I was a beta tester/registrar for a distributable metadata registry based on ANSI X3.285-1998 Metamodel for the Management of Shareable Data and ISO/IEC 11179 Specification and Standardization of Data Elements.

DHFS’ effort in establishing a metadata registry paralleled the national effort of the United States Health Information Knowledgebase (USHIK) and was intended to facilitate data exchange relationships and agreements between DHFS and many federal agencies. USHIK at that point was located on a military Web site that after 9/11 was closed to other than federally authorized users. USHIK over the years was moved from site to site and finally found a home with AHRQ.

Monday, May 11, 2009

Security and Privacy are Foundational to "Meaningful Use"

Today (Monday May 11, 2009), I attended two meetings. The first was the HIT Policy Committee that ran from 7:30 a.m. - 10:15 a.m. (CST). The second was the Medication Terminology Harmonization Project , that ran from 1:00 p.m. - 2:00 p.m. (CST).

Shortly after I connected with the HIT Policy site, the application ran into a problem and was forced to close, so I continued on audio only.
Clearly the committee viewed privacy and security as foundational concepts. One of the committee members said that individuals worried about, "Who's going to get my record."

Judith Faulkner of Epic said that from the vendors' standpoint the privacy and security "meaningful use" requirements should be: "crisp, clear and doable."

After the call ended, I sent an email with the comment that from a patient's standpoint the definition of "meaningful use" should be: "crisp, clear and understandable".
Recently I reviewed the Webcast of the March 13, 2009, meeting of Wisconsin's eHealth Care Quality and Safety Board.
During a discussion of the future role of the Board, several committee members expressed the opinion that the future role of the Board be broader than just"Health Information Exchange (HIE)". The representative from Epic was particularly emphatic in presenting the view that components of individuals medical records are enmeshed in other components and looking only at HIE is much too restrictive.
Clearly, security and privacy from a patient-centric view are foundational to the Health IT Policy Committee's efforts to improve health care in the US. Hopefully, the Department of Health Services (DHS) will allow Wisconsin's eHealth Board to take a broader view of health IT and consider the role that "patient ownership" of health care records plays in improving the health of Wisconsin's citizens.

Saturday, May 9, 2009

Comparing Two Similar Questions from the Dental Medical History and the Nutrition Risk Checklist

The two questions that I'll compare are -

  • Question 37 from the Dental Medical History form which asks:


and

  • Question QI04 from the "DETERMINE" Nutrition Checklist which reads:

While I somewhat understand why my dentist asks whether I regularly consume more than one or two alcoholic beverages a day in the context of other medications or substances I might routinely take, I do not understand why the Dane County (Wisconsin) Area Agency on Aging asks me the question and stores my answer in my personally identifiable electronic health record that the State Bureau on Aging and Disability Resources (BADR) maintains.

At the bottom of the form, Dane County says:

For many years, up until January 2008, Dane County used the "DETERMINE" form mainly as an educational tool and while recording a total score did not store specific answers in a person's electronic record. While the practice of maintaining personal health information in an electronic database that was unknown to the vast majority of participants in the congregate meal program (was in my opinion) in violation of state and federal privacy laws, recording specific answers to questions that participants believed were self scoring lists that they could share with a professional health care provider was an even greater egregious violation of individuals' privacy rights.

The expectation of privacy is still conveyed by Dane County on their Web site as no indication is given that registering for participation at a congregate meal site will generate an electronic health record and that specific answers will be recorded. Participants in the congregate meal program are not told that their nutritional health is being assessed and reassessed on an annual basis without their informed consent. The practice by Dane County is the worst that I have ever encountered.

Friday, May 8, 2009

Comparing Two Forms - Dental and Nutrition Assessment

In my previous blog I mentioned two forms that I'll explore in more detail.

The first, a dental medical history form (that I scanned) is one of several paper based forms available to dentists in Wisconsin through the Wisconsin Dental Association. I very willingly complete this form because I want my dentist and my dental hygienist to be fully aware of my medical history.


The second form, commonly referred to as "DETERMINE", is used to assess nutritional risks of older Americans who participate in the Congregate Meals Program funded by the Administration on Aging (AoA). The assessment process, in Wisconsin, utilizes information stored in twenty five (Wisconsin defined data fields) in electronic records stored in data centers located outside Wisconsin.

While I very willingly complete the dental medical history, it is only with a great deal of reluctance that I complete the nutritional risk form. For nearly a year and half, I have raised my concerns with local, state, and federal agencies as well as with the vendor corporation that my privacy rights (and those of other older Americans) have been systemically violated by the process. I have also documented, on my Web site, that the Social Assistance Management System (SAMS) has obvious security vulnerabilities.

I believe that my concerns have been dismissed based upon false assumptions regarding my motivation in identifying the problems. The HIPAA Privacy Officer has told Wisconsin's chief security officer to disregard my concerns by saying: "... Repeated claims to that effect can only serve to falsely alarm senior citizens and should be vigorously denied." Staff in DHS have followed the privacy officer's advice and consistently vigorously deny my assertions that problems exist and that a risk assessment should be conducted.

Tuesday, May 5, 2009

Two Forms - Dental Medical History and Nutrition Check List

In my last blog, I mentioned several systems that contain portions of my electronic health record. I am linking to two blank forms that I have recently been asked to complete -

In following blogs, I plan to compare these forms in terms of the information requested and the benefits that I (expect to) receive as a result of completing the forms.

Saturday, May 2, 2009

Looking at E-Health IT from the Bottom of the Paradigm

My current e-Health record as an e-Older American is not found in a single location but rather parts of it are enmeshed in many systems. Some of these systems are intentionally connected while others are unintentionally connected. At any rate, I look at the systems from the perspective of comparing the information that I provide (either answers to questions or lab results) with the information (or benefits) that I in turn receive.


Systems containing my personal health information include:
  • Epic - my primary physician is a University of Wisconsin family practitioner

  • Epic - the system used by Meriter Hospital (my choice if needed)

  • Medco - the payer for my prescriptions through Wisconsin Physicians Service (WPS) and Walgreens Pharmacy

  • Medicare

  • WPS Supplemental Insurance

  • Dental Health Associates (new system which I believe might be Epic)

  • Social Assistance Management System (SAMS) -for which I am the volunteer data entry operator for the McFarland Senior Outreach Program

It is the last system, SAMS that concerns me. Since August 2007, I have volunteered to be the data entry operator for the McFarland (Wisconsin) Senior Outreach Program. During my tenure as a volunteer, I have observed, documented, and reported to the Wisconsin Department of Health Services (DHS), the Wisconsin Department of Administration (DOA), the Wisconsin State Unit on Aging (SUA), the Dane County Area Agency on Aging (AAA), the federal Administration on Aging (AoA) and Harmony Inc. (the vendor) that the Social Assistance Management System has potential systemic privacy and security vulnerabilities.


Friday, May 1, 2009

Living Today for a Better Tomorrow

The following article was written by Ingrid Thompson, Director of the McFarland (Wisconsin) Senior Outreach Program where I have been the volunteer data entry operator since August of 2007. I copied it from May's edition of the McFarland Area Senior News newsletter as my opening post since it coincides with my personal mission to participate in providing e-tools that will enable me and other older adults to make informed decisions about our health care.

MAY - OLDER AMERICANS MONTH
This year's theme for Older Americans Month is "Living Today for a Better Tomorrow." As a nation, we must work together to give older adults the tools they need to make healthy decisions. Although the risk of disease increases with advancing age, poor health is not an inevitable consequence of aging. In fact, many illnesses are preventable. Nearly 40% of deaths in the US can be attributed to poor health habits, such as lack of physical exercise, poor eating habits and smoking.
Programs such as the Outreach Department provides or supports, like physical activity (yoga, walking, bocce), presentations on health issues; good nutrition and socialization (meal site and home delivered meals); mental health activities (bridge, mah jonng, cards, bingo, computer classes) reduces participants' early adminission to a facility. Studies have also shown that volunteering has a strong positive effect on older adults. Older volunteers have a greater life satisfaction, lower rates of depression and lower mortality rates, along with improved mental health.
We celebrate older Americans especially in May, and strive to work with you and for you to enhance your lives. Our mission is to keep seniors as independent, healthy and as safe as possible in their own homes. We consider ourselves privileged to be your partners in this venture.

This is the transition point for e-Health for all Americans as each person will have a certified health record by 2014. Many Americans, older as well as younger, express concern about the security and privacy of the future electronic health records. My personal belief is that the future will bring much more security and privacy for health records than that which currently exists.