fhir€¦ · 13-09-2012  · and lloyd mckenzie, fhir project coordinator austin kreisler lloyd...

32
SEPTEMBER 2012 FHIR – HL7’s Hottest New Standard ® Health Level Seven and HL7 are registered trademarks of Health Level Seven International, registered in the US Trademark Office If you were at the May Working Group Meeting in Vancouver, you likely no- ticed the excitement about a new standard called FHIR. If you were not at that meeting, you may be somewhat puzzled about what FHIR is and why there is so much buzz about this new standard. First, the name FHIR stands for “Fast Healthcare Interoperability Resources.” FHIR is pronounced “Fire.” Let’s look at that name a little closer: • Fast – it’s intended to be fast to develop and, more importantly, fast to implement • Interoperability – it’s focused on being a standard for interoperability (no different from most HL7 standards) • Healthcare – no surprise here, HL7 is about healthcare • Resources – what the heck are those? The introduction to FHIR states: “These resources represent granular clinical concepts that can be exchanged in order to quickly and effectively solve problems in healthcare and related processes. The resources cover the basic elements of healthcare – patients, admissions, diagnostic reports, medications, and problem lists, with their typical participants, and also support a range of richer and more complex clinical models.” A FHIR Resource is analogous to an HL7 Version 2.x “Segment” or a Version 3 “CMET” (Common Message Element Types). FHIR Resources are: • Granular – they are the smallest unit of operation, and a transaction scope of their own • Independent – the content of a resource can be understood without reference to other resources • Simple – each resource is easy to understand and implement without needing tooling or infra- structure (though that can be used if desired) • RESTful – resources are able to be used in a RESTful exchange context • Flexible – resources can also be used in other contexts, such as messaging, document or SOA architectures, and moved in and out of RESTful paradigms as convenient • Extensible – resources can be extended to cater for local requirements without impacting on interoperability • Web Enabled – where possible or appropriate, open internet standards are used for data representation • Free for use – the FHIR specification itself is open - anyone can implement FHIR or derive related specifications without any IP restrictions You can find out a lot more about the technical details regarding FHIR at: http://www.hl7.org/fhir. Continued on page 2 By Austin Kreisler, Chair, HL7 Technical Steering Committee and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie

Upload: others

Post on 23-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

SEPTEMBER 2012

FHIR – HL7’s Hottest New Standard

® Health Level Seven and HL7 are registered trademarks of Health Level Seven International, registered in the US Trademark Office

If you were at the May Working Group Meeting in Vancouver, you likely no-ticed the excitement about a new standard called FHIR. If you were not at that meeting, you may be somewhat puzzled about what FHIR is and why there is so much buzz about this new standard. First, the name FHIR stands for “Fast Healthcare Interoperability Resources.” FHIR is pronounced “Fire.” Let’s look at that name a little closer:

• Fast – it’s intended to be fast to develop and, more importantly, fast to implement

• Interoperability – it’s focused on being a standard for interoperability (no different from most HL7 standards)

• Healthcare – no surprise here, HL7 is about healthcare• Resources – what the heck are those?

The introduction to FHIR states:

“These resources represent granular clinical concepts that can be exchanged in order to quickly and effectively solve problems in healthcare and related processes. The resources cover the basic elements of healthcare – patients, admissions, diagnostic reports, medications, and problem lists, with their typical participants, and also support a range of richer and more complex clinical models.”

A FHIR Resource is analogous to an HL7 Version 2.x “Segment” or a Version 3 “CMET” (Common Message Element Types). FHIR Resources are:

• Granular – they are the smallest unit of operation, and a transaction scope of their own• Independent – the content of a resource can be understood without reference to other resources• Simple – each resource is easy to understand and implement without needing tooling or infra-

structure (though that can be used if desired)• RESTful – resources are able to be used in a RESTful exchange context• Flexible – resources can also be used in other contexts, such as messaging, document or SOA

architectures, and moved in and out of RESTful paradigms as convenient• Extensible – resources can be extended to cater for local requirements without impacting on

interoperability• Web Enabled – where possible or appropriate, open internet standards are used for data representation• Free for use – the FHIR specification itself is open - anyone can implement FHIR or derive

related specifications without any IP restrictions

You can find out a lot more about the technical details regarding FHIR at: http://www.hl7.org/fhir.

Continued on page 2

By Austin Kreisler, Chair, HL7 Technical Steering Committee and Lloyd McKenzie, FHIR Project Coordinator

Austin Kreisler

Lloyd Mckenzie

Page 2: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

In This Issue...

2

is the official publication of: Health Level Seven International3300 Washtenaw Avenue, Suite 227, Ann Arbor, MI • 48104-4261 USAPhone: +1 (734) 677-7777 • Fax: +1 (734) 677-6622 • www.HL7.org

Mark McDougall, Publisher • Andrea Ribick, Managing Editor • Karen Van Hentenryck, Technical Editor

FHIR is built on the HL7 Reference Informa-tion Model (RIM), data types and vocabulary. FHIR hides the complexity of Version 3 (V3) from the implementer while leveraging the semantic strength of V3. FHIR also leverages the concept of extensions from HL7 2.x which has the capability of z-extensions. It will al-low extensions, but does so in a controlled fashion that should avoid many of the issues with the 2.x extension mechanism.

FHIR is built on certain design premises. It’s designed for the 80%, not 100%, meaning it only includes data elements in the artifacts if 80% of all implementers of that artifact will use the data element. FHIR extensions allow sharing of those data elements expected to be used by fewer than 80% of implement-ers (“the 20%”). Unlike V3, FHIR focuses on documenting what the implementer needs, not what the modelers thought or design-ers need to remember. FHIR documentation strives to be concise; every word written is a word that must be read thousands of times. FHIR focuses on the physical wire format (XML), not an abstract implementable tech-nology specification (ITS). FHIR also requires wire format stability from release to release. FHIR retains the semantic rigor of HL7 V3 but hides it from implementers. The V3 semantic richness is still there for implementers who want to leverage it.

The “Fast” aspect of FHIR is very important. Fast to develop means that the FHIR stan-dard development is intended to be a rapid process. FHIR resources are documented in a spreadsheet format. Java tooling has already been developed to create the techni-cal artifacts from these resource definitions. Fast to implement means that developing a FHIR based interface or application should be quick and simple. FHIR has been designed to utilize off the shelf tools to enable very rapid implementation. There are already a couple of FHIR test servers publically available as well

as example applications using FHIR. Obvi-ously, these are all based on what is currently the draft specification of FHIR.

One thing to understand about FHIR today is that it is under development as an HL7 Stan-dard. Like any other HL7 Standard, it will go through the HL7 ballot process. The current plan is for FHIR to be balloted as draft for comment this summer. That ballot will cover the methodology for developing FHIR as well as a small set of draft resources. During the May Working Group Meeting in Vancouver, the FHIR team (Grahame Grieve, Ewout Kramer and Lloyd McKenzie) joined a num-ber of work groups to discuss development of FHIR resources. One project for develop-ing FHIR resources for Pharmacy has been approved and there are likely more projects being considered by other work groups. The first DSTU ballot for FHIR is expected to occur as part of the January 2013 ballot cycle.

How will HL7 be managing the development and balloting of the FHIR standard? As this article is being written, the Technical Steer-ing Committee is considering how FHIR will be managed within the HL7 organiza-tion. The TSC is using another HL7 standard called SAIF (Service-Aware Interoperability Framework) to set up the FHIR governance, management and methodology within HL7. FHIR governance will define and oversee the boundaries of the FHIR standard and FHIR resources. FHIR management will be respon-sible for coordinating development of re-sources, ensuring that developers are follow-ing FHIR methodology, as well as performing quality assurance on the FHIR artifacts being developed. FHIR methodology will be respon-sible for defining guidelines, validation rules and best practices for use by work groups in constructing FHIR artifacts. At this point, the methodology group will likely be the Model-ing and Methodology Work Group.

continued on page 9

FHIR – HL7’s Hottest Standard................................. 1-2, 9

Economics of Interoperabily....... 3,7

Update From Headquarters.......... 4-6

Save the Date for HIMSS 2013....... 7

Information Exchange Standards Meet Supply Chain Standard........ 8-9

News from the PMO and ProjectServices Work Group..................... 10

HL7 Launches New Membership Program and Webpage for Caregivers...................................... 11

26th Annual Plenary Meeting; HL7 in the Era of Patient Empowerment......................... 12-13

HL7 Tooling Challenge................. 13

HL7 Argentina Welcomes NewChair Fernando Campos............... 14

Member Spotlight on Grant Wood 14

News from the PBS Metrics Team............................................ 15

Certification Exam Congratulations....................... 16-17

HL7 Benefactors........................... 17

HL7 Welcomes New Director of Education, Sharon Chaplock........ 18

Upcoming International Events........................................... 18

Organizational Members......... 19-21

2012 Technical Steering Committee Members .................... 22

Steering Divisions......................... 22

HL7 Work Group Co-Chairs......23-25

HL7 Facilitators...................... 26-27

Affiliate Contacts.......................... 28

HL7 Staff Members....................... 29

2012 Board of Directors.............. 30

Educational Summits....................31

Upcoming Working Group Meetings...................................... 32

FHIR, continued from page 1

Page 3: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

3SEPTEMBER 2012

Economics of Interoperability ReportfromanHL7-organizedpanelattheeHealth Week/WorldofHealthIT,Copenhagen,May7-9,2012

byCatherineChronaki,AffiliateDirector,HL7BoardofDirectors

InteroperabilityinhealthcareITinEuropeischaracterizedbystrongpo-liticalsupport,increasedawareness,andpocketsofbestpractice.TheEuropeanUnion(EU)digitalAgenda2020hasrecognizedinteroperabilitystandardsasoneofthemainpillarsinitsmissiontoachievethetriplewin:sustainablehealthcaresystems,qualitycare,andinnovativesolutionsthatunlockmarketpotential.EU-wideinitiativessuchastheEuropeaneHealthProject(epSOS),theSe-manticHealthnetnetworkofexcel-lence,theEuropeanInteroperabilityFramework,theeHealthGovernanceInitiative(eHGI),andtheeHealthNetworkaddressinteroperabilityatthesemantic,technical,organiza-tional,andpoliticallevelsinEurope.Thus,interoperabilityinhealthcareITisperceivedasadrivertocon-taincostsaswellasimprovepatientsafetyandqualityofcare;but,moreimportantly,asanenablertoinnova-tiveeHealthsolutions.Inherspeech,NellieCroes,commissionerfortheDigitalAgenda,andvicepresidentoftheEuropeanCommission,saidthatinthefutureshewillnotneed

toworryaboutherhealthrecord,asitwillbeavailableinthecloud.

Althoughthereissomeawarenessofthedirectandindirecteconomicbenefitsofinteroperability,thebusi-nessmodelsforinteroperabilityneedtobereworkedtounlockthemarketpotential.ThiswasthetopicofanHL7-organizedpanelattherecenteHealthWeek&WorldofHealthIT2012CongressinCopenhagenthathighlightedthenotionofincrementalinteroper-abilitychampionedbyHL7CDA®.

FredrikLinden,coordi-natoroftheepSOSlargescalepilotforcross-borderePrescriptionandPatientSummaries;MaticMegli,coordinatorofthePAR-ENTjointactionforpatientregistries;RickCnossen,fromIntel;andmyselfparticipatedinapanelmoderatedbyHL7CEOCharlesJaffe,MD,PhD,forafocuseddiscussiononinteroperabil-ity.Inhistalk,FredrikLindenquotedMarkBertolinifromAETNApoint-

ingoutthatthe“futurelaysinuncommonconnections”andcomparingpaperrecordswithelectronichealthrecords,notedtheenvironmentalimpactfromsavingsinpaper(estimated1,000tonsaweek),aswellassavingsinaccessibility(timespendsearchingformissingdocuments),sharingofrecords,andorganizationofcare(sav-ingsintime).

RickCnossenoutlinedthekeystosuccessfulproductinteroper-abilitystrategythatleadsfromrequirementstoviableprod-ucts:marketviableusecases,standardstoenabletherequire-

ments,businessconditionsthatsup-portinteroperability,interoperabilityguidelines,interoperabilitycompli-ancetesting,andpromotion(market-ing,education,conferences),present-ingWiFiasasuccessfulmodel.

MaticMeglifocusedonthepublichealthandresearchperspective,notingthetremendouseffortlostinmergingdatafromdifferentclinicalorpopulationregistries,resultingfre-quentlyindataofpoorqualitythatdoesnotaddenoughvalueandcouldmisleadpolicymakers.StartingfromPorter’sfiveforcesviewofhealthcareIT,Maticmovedontoreflectthathealthcareprovidersaspurchas-ersaremostlyfrustratedduetoITvendorlock-in,creatinglowbuyingpoweranddiscouragementfornewentrants.However,withinteroper-ability,adifferentlandscapeisgradu-allyforced.Thisresultsinreducedentrybarriers,reducedlock-in,andnew(XAAS,plug-and-play)businessmodelswhereoncedeemedimpos-sible:businessintelligence,clinicaldecisionsupport,businessrulesandprocessmanagement.Heconcludedthathealthcareprovidersneedtobeawareofthefinancialvalueofreducedlock-inriskwhenchoosinginteroperablesolutions.

continuedonpage7

CatherineChronaki

Figure1:InnovationprizesattheeHealthWeek

Figure2:Porter’sfiveforcesviewofHealth-careIT(http://hbr.org/2008/01/the-five-com-

petitive-forces-that-shape-strategy/ar/1)

Page 4: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

4 SEPTEMBER 2012

Update from Headquarters ByMarkMcDougall,ExecutiveDirector,HL7

MarkMcDougall

ThisyearLondonhoststhe2012Sum-merOlympicGames,officiallytheGamesoftheXXXOlympiad.WhenthinkingofalloftheOlympiceventsandtheparticipantsfromaroundtheglobe,Iwasremindedofafewsimi-laritiestotheHL7organizationandactivities–albeitonasmallerscaleandsomewhatastretch.

The2012SummerOlympicsareexpectingathletesfrom204countries.HL7hasmembersfrom58countries–averyimpressivenumber.

TheOlympicrecordforweightlift-ing(“clean&jerk”)is263kg(580pounds).HL7hasanincrediblyvaluablegroupofpeoplethatdotheheavyliftingforHL7:the146co-chairsofourworkgroupswhoserveasthebackboneoftheHL7organiza-tionandleadtheefforttoproduceourstandards.

TheOlympicrecordforrunningthemarathon(42.195km,or26milesand385yards)is2hours,6minutesand32seconds.HL7memberscollectivelypartici-pateinmarathonconferencecallsroutinely.Justlastmonth,HL7memberslogged104,427minutesofHL7relatedconfer-encecalls.Yes,thatwasallwithinonemonth.

Atotalof4,700

medalsforthe2012OlympicandParalympicGameshavebeenpro-duced.HL7hasawarded64VolunteeroftheYearAwardrecipientsand30HL7Fellowsto-date.ForacompletelistofthesewelldeservingHL7awardwinners,pleasegotoHL7’swebsiteattheseURLs.http://www.hl7.org/about/hl7volun-teers.cfmhttp://www.hl7.org/about/hl7fellows.cfm

Vancouver Welcomes HL7 AgainForitssecondtime,VancouverwelcomedHL7foranotherproduc-tiveandenjoyableHL7MayWorkingGroupMeeting–thistimeduringtheweekofMay13,2012.SituatedalongBritishColombia’scoastline

andmajesticmountains,VancouverwasoneofthemostbeautifulcitiesthateverhostedanHL7meeting.Weproduced30tutorialsandhostedover60workgroupsandcommitteemeetingsinVancouver.

OnbehalfoftheHL7staffandboard,IextendawarmthankyoutothemembersofHL7CanadaandtheirWGMPlanningCommitteefortheirinvaluableguidanceandsupportthathelpedmakethisrecentmeetingabigsuccess.Iwouldalsoliketosingleouttheseindividualsforgoingaboveandbeyondthecallofduty.Theirguid-anceanddedicationwereinstrumen-taltothesuccessofthismeeting:

• MichaelvanCampen• MelvaPeters• RajanRai

The2012HL7BoardofDirectors.Firstrowfromleft:CatherineChronaki;W.EdHammond,PhD;BeckyKush,PhD;JillKaufman,PhD;DiegoKaminker;andMichaelvanCampen.Secondrow,fromleft:DonMon,PhD;

MarkMcDougall;DougFridsma,MD,PhD;CharlesJaffe,MD,PhD;andKeithBoone.Toprow,fromleft:Aus-tinKreisler;EdTripp;RichardDixonHughes;JamesFerguson;andBobDolin,MD

Page 5: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

5SEPTEMBER 2012

WearepleasedtoalsorecognizealloftheorganizationsthatsponsoredkeycomponentsofourrecentWork-ingGroupmeetinginVancouver,Canada.Thanksinparttothegener-oussponsorshipbyGPI,ourWednes-dayeveningnetworkingreceptionwasaVancouverharborcruiseontheQueenofDiamondsship.Thead-ditionalsponsorshipsupportprovid-edbytheseorganizationscontributesheavilytoHL7’smeetingbudgetandismuchappreciated.

• BeelerConsulting–MnMFacilitatorsRoundtabledinnermeeting

• GordonPointInformatics–Networkingreceptionco-sponsor

• iNTERFACEWARE–Lanyards• LINKMED–Morningcoffee

breakallweek• SparxSystems–Co-ChairDin-

nerMeeting

PlenaryMeetingWeencourageyoutojoinusinBaltimore,MarylandforHL7’s26thannualPlenaryMeetingonSeptem-

ber10,2012.ThethemewillbeHL7intheEraofPatientEmpowerment.Presentationswillcoverawiderangeoftopics,suchas:

• EngagingPatientswithStan-dards:howtheHITstandards

professionalcantransformhealthcarebyenablingpatientstobeinformedandinforming;bridgingthelegacyandinnova-tivetechnologies;harmonizingEHRandpatientfacingsystem

conitinuedonpage6

ChairsoftheHL7AffiliateswhoattendedtheMayWorkingGroupMeetinginVancouver

EdHammondandRikSmithiesduringtheWednesdayeveningNetworkingReceptionCruise

Page 6: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

6 SEPTEMBER 2012

interactions;maximizingthedatatoimprovequality.

• TheRiseofe-Patients:Threetechnologyrevolutionsinthelastgenerationhavechangedthewaypatientscareforthemselvesandinteractwithdoctorsandpeers:1)theinternet/broadbandrevolution;2)themobilerevolution;3)thesocialnetworksrevolu-tion.Discusshowpatientsandcaregiversusethesetechnolo-giestoinformthemselves,dealwithmedicalproviders,andsharetheirstorieswithfellowpatientsandtheirlovedones.

• PaneldiscussionfeaturingpresentationsfromdifferentstakeholdersinthemobilehealthspaceonhowtheyviewthefutureofmobilehealthandHL7’spotentialroleinthisevolvingarena

FormoredetailsontheHL7Plenarymeeting,pleaseseethescheduleonpages12-13orgotothewww.HL7.orgwebsite.

CareConnectedbyHL7CampaignHL7recentlylaunchedamember-shipoutreachcampaignthrough

anHTMLemailpromotingournew“CareConnectedbyHL7”logowithasportsthemeencouragingindustrystakeholdersto“Getinthegame”.TheselogoswereinitiallyintendedtobeusedonHL7mem-bers’splashscreenswhentheirapplicationsarestarted.Wearepleasedtoreportthatthiscampaignhasreceivedquiteabitofattention.ThislogohasalsobeenusedonHL7memberwebsitesaswell.

InanefforttoaddresstheneedsofourHL7Affiliates,wealsomadetheoriginalfilesavailabletoourHL7Affiliatesforthemtomodify,translateandtailortomeettheneedsoftheirspecificaudience.Wehopethatthisnew“CareConnectedbyHL7”logowillbeappearingonyourdesktopsoon.

TheconceptforthiscampaignoriginatedfromHL7’sAdvi-soryCouncilwhoiscomprisedofindus-try“bigshots”.IwouldliketothankthemembersoftheAdvisoryCouncilforthisgreatidea,andtoextendaspecialthankstoCarlDvorakandtheEpicmarket-ingteamfortheir

tremendouscontributionstodevel-opingthelogoforthisnewprogram.

InClosingWhatdoesthe“Olympicspirit”mean?PierredeCoubertin’sstate-mentthat“Theimportantthingisnottowin,buttotakepart”,andtheviewofathleteswhotrytheirbestbutfinishlastareoftenepitomizedasthe“Olympicspirit”.

WeareveryappreciativeofeveryonewhocontributestoHL7insomanydifferentways.Somerolesgetthelimelight,andotherrolesaremuchlessglamorousandreceivelittlerecognitionorthanks.

Inthistimeofthe2012Olympics,pleaseallowmetoextendaheartfeltthankyoutoeachandeveryHL7memberfortheirongoingsupportandcontributionsatanylevel,bigorsmall.

Bestwishestoyouandyourlovedones.

The2012MayWorkingGroupMeetingSponsors

Update,continuedfrompage4

FernandoCampos,MelvaPetersandIrynaRoyattheWednesdayeveningNetworkingReceptionCruise

Page 7: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

7SEPTEMBER 2012

Ielaboratedonthenotionofitera-tive,incrementalinteroperabilityasintroducedbyHL7CDA,astandardwidelyadoptedforhealthinforma-tionexchangebymanygovernmentsworldwide.IalsodescribedtheTrifo-liaWorkbenchtool,whichprovidesreusablecomponentsforthecreationofclinicaldocumentsinHL7CDA,andhighlightedtheemergingtrendtowardinteroperabilitystandardsthataredeliveredthroughonlinetoolsthatenabletheirconsistentimplementationacceleratingdevel-opmentofinteroperablesolutions.Iclosedmypresentationwithacallforcommitmenttointeroperabilitystandards,recognizinginteroperabil-ityasenablerofaffordableinnova-tionforthehealthsector.

Inahighlyinteractivediscussion,theparticipantsandtheaudiencereflectedoninvestmentsininterop-erabilityrecognizingmisconcep-tions,unrealisticexpectations,andschedules.InaquestioninquiringwhethertheCloudwillsolvetheinteroperabilityproblem,Dr.Jafferespondedthatwewillstillneeddataandtransportstandardstodis-

ambiguatehealthinformation.TomJones,amemberoftheaudience,notedthateHealthinteroperabilitycallsforlong-terminvestmentasconcretesavingsmaytakeupto10yearstoberealized.MiroslavKon-caralsonotedthatthestakeholdersneedtorealizethatinteroperabilityinvolvesaniterativeincrementalprocessassociatedwithmilestonesandinvestmentcycles,andshouldbedealtwith,atleastinthebegin-ning,separatelyforeachusecase.

Recognizingtheimportanceoffo-cusedinteroperabilityeffortslinkedtoinvestmentcycles,alleviatingthefeartochangecourse,evensmallvendorscancreaterobustresilientinteroperablesolutionsatanafford-ablecost.Atthesametime,patientswillenjoybettercareandhealthsystemswillsavemoneythroughbusinessintelligenceandagiledeci-sionmaking.

Inanagingsocietyhamperedbychronicdiseasethatisfacedwithanurgentneedtocontainhealthcarecosts,interoperabilityisacost-sav-inginvestmentthattriggersinnova-

tion,createsabridgefromclinicalresearchtopatientcare,andenablesagilepolicydevelopment.

Beyondthebenefitstoindividualstakeholders,interoperabilitycom-binedwithtechnologicaldevelopmentcanbenefitoursocietybyenhancingitsabilitytorespondtoepidemicsandemergingdiseasesmuchmorerapidlythaninthepast.Suchinsightsinpopulationhealthcanalsohelpthetreatmentofapatientmakingavail-ableinformationonhisgeneticprofileaswellas“similar”patienttrajecto-riesaspartofadvancedclinicaldeci-sionsupport.

HelpfulLinks:• EUDigitalAgenda:http://

ec.europa.eu/information_so-ciety/digital-agenda/index_en.htm

• Continua:http://www.con-tinuaalliance.org

• ParentJointAction:http://www.patientregistries.eu/

• epSOS:http://www.epsos.eu• Economicsofinteroperability:

http://www.hl7.org/events/EconomicsofInteroperabil-ity201205/

HL7ViceChairDr.BobDolinpresentsattheHL7ExhibitatHIMSS2011inOrlando,FL.

HL7willonceagainofferavarietyofeducationses-sionscoveringHL7standardsandcurrentindustrytopicssuchasMeaningfulUse.VisitourboothtolearnmoreabouthowHL7andHL7standardscon-tributetomeaningfuluseandarehelpingchangethefaceofhealthcareIT.

March 3 – 7, 2013New Orleans, LA

Join us in the HL7 Booth (#4325) at the HIMSS 2013 Exhibit

Save The Date For HIMSS 2013

EconomicsofInteroperability,continuedfrompage3

Page 8: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

InlateAugust2012,HL7InternationalandGS1joinforcesagainatMedicalInformaticsEurope2012inPisa,forthelatestinasuccess-fulseriesofjointworkshops,includingSTC2010inIceland,STC2011inSlove-nia,andMIE2011inNorway.ThefocusofthisjointHL7-GS1synergyworkshopisonaddress-ingcorechallengesofqualityandsafetyinformationexchangetosupportthewell-beingofelderlypeoplethroughintegratedcareprovision.Takingthescenarioofanelderlyladylivingalone,theworkshopwillfocusontheadoptionofinteroperabilitystandards,bridgingthesupplychainworldandtheclinicallyorientedhealth-careworld.Theexpectedoutcomeofthisworkshopistoincreaseclarityintheactionsneededtoacceleratetheadoptionofinteroperabilitystandardsforhighqualityandefficientinformationexchange.

Plug-n-playinteroperabilityisamajoraspectof,andachallengeto,qualityforhealthinformationexchangeparticularlywhenleveragingstandardsfromdiffer-entworlds.Launchedin1987,themissionofHL7istoprovidestandardsforinteroperabilitythatimprovecaredelivery,optimizeworkflow,reduceambiguityanden-hanceknowledgetransferamongallhealthcarestakehold-ers,exhibitingtimeliness,scientificrigorandtechnicalexpertisewithoutcompromisingtransparency,account-ability,orpracticality.ThevisionofGS1isaworldwhere

thingsandrelatedinformationmoveefficientlyandsecurelyfortraceabilitythatbenefitsbusinessesandhelpsimprovepeople’slives,everydayandeverywhere.

TheconceptofthisHL7-GS1workshopstartedfromalonglistofquestionsassociatedwithcollaborativesharingofmeaningfulinformationinascenarioofanelderlywoman

requiringhealthandsocialcareservicesthatcrosstheworldofhealthcareandthatofthesupplychain.ThistapsintothevaluepropositionofsynergiesbetweenHL7andGS1.Someoftherelevantquestionswere:

• Whatisthemostimportantinformationneededtosupportintegratedcare,e.g.emergencycare,publichealth,emergency,andsocialcare?Forexample,howcanGS1andHL7standardsbeleveragedtodocumentandretrievemedicationinawaythatupholdsqualityandsafety?

• WhataretheGS1andHL7standardsthatsup-portintegratedcareandwhatisthestateoftheiradoptionandinterrelation?Forexample,howdoweleverageGS1andHL7standardstosupportcoreprocessesrelatedtotransferofcare?

• Howcanthequalityofinformationexchangebesecured?Whataboutprivacy,protectionandmain-tainedconfidentiality?

Startingfromthestoryofahealth-challengedelderlywomanthathighlightshowhealthinformationexchangearearequisitetomeethercareneedsintroducedbyAnne

8 SEPTEMBER 2012

Information Exchange Standards Meet Supply Chain Standards ByCatherineChronaki,AffiliateDirector,HL7BoardofDirectors

CatherineChronaki

Joint HL7-GS1 workshop at Medical Informatics Europe (MIE 2012) August 29, 2012 • Pisa, Italy

Page 9: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

9SEPTEMBER 2012

Moen,shortpresentationsbyChristianHay,Dr.CharlesJaffeandmyselfwilladdressinteroperabilitychallengesinbridginginformationfromtheclinicalandsupplychainworlds:

• SupplyChainWorld:ByconcentratingontheinformationexchangealongMrs.Erkel’shealthjourneyfromhometohospital,thepresentationwillhighlightselectedelementsfrombothGS1andHL7,whichdocumentthesequenceofen-counters.UniqueidentifiersaccordingtotheGS1systemofstandardswillbeusedalongtheenvi-sionedjourneyortrajectoryofcare,withselectedencountersbeingusedasexamplesofsupplychainachievements.TheshiftfromGS1messag-ingtoHL7messagingwillfurtherbedrawnwiththepurposetoillustratecontinuityofinformationfromautomaticidentificationdatacapturetodataprocessing,andsomeguidancewillbeprovidedonhowtounderstandthebenefitsofuniqueidentificationintheclinicalenvironment.

• PatientSummariesforHealthandSocial-Care:Beginningwiththepatientscenario,thepotentialitiesofpatientsum-mariesinbridgingtheworldsofemergency,healthandsocialcarewillbepresented,buildingoncurrentinitiatives.Currentlimitationswillbehighlightedandtheroleofinteroperabilitystandardsinamendingthemwillbeintroducedaspartofthepresentedbestpractices.

• QualityofInformation Exchange:Misinformationis

worsethannoinformationatall.Startingfromthepatientscenario,HL7standardsthatupholdqualityandsafetyatdifferentstagesofinformationexchangewillbepresented.

Inspiredbythepresentations,thedis-cussionaimstogaininsightaboutthe

addedvalueofGS1andHL7jointefforts,thechallenges,andstepsaheadtowardevenmoreeffectivecollabora-tion.Themoderateddiscussionwillbetargetedtowardimplementationpriorities,benefitsofimplementations,privacyandsecuritychallenges,qualityandsafety,etc.Inthisway,challengesfortheinnovativeinterplayofcurrentandfuturestandardswillbeidentifiedtostrengthencollaborationandcommitmenttowideadop-tion.TheworkshopwillbemoderatedbyBerndBlobel,PhD,andUlrikeKreysa.

Links:http://www.HL7.orghttp://www.gs1.orghttp://www.mie2012.it

Initially,theFHIRgovernanceandmanagementgroupswillbeorga-nizedundertheTSC.

OnequestionthatkeepscroppingupregardingFHIRiswhetherHL7willcontinuetosupporttheVersion2,Version3andCDAstandardsalongsideofFHIR.Theanswertothatquestionis“Yes!”HL7willcontinuetosupportallthosestandardsaslongasmemberscontinuetousethem.WeexpectV2.x,V3andCDAtobewithusforalongtime.Thatbeingsaid,wealsoexpecttherewillinterestfromsomeusersofHL7standardstomigratetowardFHIRfromtheseearlierstandards.Ontheotherhand,weexpectthatFHIRwillappealtoentirelynewmar-ketswhereV2.xandV3havepooradoption,suchasthemobilehealthmarketwhereFHIRseemsparticularlywellsuited.FHIRisbuiltforthefuture,buttodayit’sa“bleedingedge”HL7standard.Assuch,manyimplementerswillshyawayfromitsimplybecauseitistoonew.OtherimplementerswillbeattractedtoFHIRbecauseitisbleedingedge.

Inconclusion,wearetryingtosetupFHIRtobeasuccessfulHL7stan-dard.WearebuildingFHIRusinglessonslearnedfromthedevelopmentandimplementationofothermajorHL7standards.Wearetryingtoavoidmistakeswehavemadeinthepastwhileleveragingthegoodnesstobefoundinthoseearlierstandards.Onlytimewilltellhowsuccess-fulweareinlightingthisnewFHIR!

FHIR,continuedfrompage2

Page 10: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

10 SEPTEMBER 2012

DaveHamill

NewsfromthePMOand Project Services Work GroupByDaveHamill,Director,HL7ProjectManagementOffice;RickHaddorffandFreidaHall,Co-Chairs,ProjectServicesWorkGroup

FHIR Project Scope Statement (PSS)AttheMay2012WGMinVancouver,ProjectServicesworkedwiththeTSCandModelingandMethodologyWorkGrouptocreateaProjectScopeStatementtemplatethatsupportsFHIR(FastHealthcareInteroperabilityResources).

TheFHIRPSSispre-filledwithverbiagethatprovidestheabilitytoidentifyanddefinetheinitialsetofkeyFHIRresourcesrelatedtothespecifieddomain.TheseresourceswillbedefinedusingtheavailableFHIRtooling,andinaccordancewithdocumentedqualityguidelinesandballotedaspartoftheinitialFHIRspecification.

Interim Release of the 2012 Proj-ect Scope Statement Template

TheHL7ProjectManagementOfficeandtheProjectServicesWorkGrouphavereleasedupdatestothe2012ver-sionoftheProjectScopeStatement(PSS)template.Thismid-yearreleaseincludedthefollowingchanges:

• AddedtheConformanceFacili-tatorRoleforImplementationGuideprojects

• AddedasectiontoidentifyProj-ectRequirementsinordertoenablerequirementstraceability

• IncludedareferencetotheTSC’sGuidanceonBallotLevelstoassistprojectmanagersin

determiningtheirballotstrategy• IncludedareferencetothePBS

MetricGuidanceforSteeringDivisionCo-ChairstoassistSDco-chairsevaluateworkgroupcapacitytoundertakeneweffort.

• Createda“ReadMe”filepoint-ingtotheFHIRPSStemplateandincludeditinthe.zipfilethatcontainstheProjectScopeStatementtemplatesandProj-ectApprovalProcesses

Come join us for the Project Management Roundtable

EveryWorkingGroupMeeting,ProjectServiceshostsaninformalgatheringatlunchtimeonWednes-daycalledtheProjectManagementRoundtable.Lookforthetentcardwith“ProjectManagers”onitinthegeneralsession/lunchballroom.

Theforumisopen,sopleasecomeforwardwithanyprojectquestions,concernsorideas.We’dlovetohaveyoujoinus!

Webinar Recording: HL7 Project Management Tool Overview for HL7 Project Facilitators

Incaseyoudidn’tknow,theHL7PMOrecordedawebinarwhichprovidesanoverviewofthevariousHL7ProjectManagementtools.Toviewthe38minutewebinarrecording,go

towww.HL7.org>Resources>WebinarRecord-ings.

Thissession,targetedforco-chairsandthoseleadingHL7projects(i.e.proj-ectfacilitators),demonstratesHL7projecttoolsincludingProjectInsight(HL7’sprimaryprojectrepository),theHL7SearchableProjectDatabase,GForge,aswellasareviewofHL7projectprocessesandmethodologies.

IfyouwouldlikethePMOtopresentthiswebinaratoneofyourSteeringDi-visionorworkgroupconferencecalls,[email protected].

HL7 Project Tracking ToolsAllofHL7’sprojecttools,includ-ingtheSearchableProjectDatabase,GForgeandProjectInsight,areavail-ableonwww.HL7.orgviaParticipate>Tools&Resources>ProjectTrackingTools.

FreidaHall

RickHaddorff

Page 11: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

11SEPTEMBER 2012

HL7recentlyannouncedapilotmembershipprogramandwebpagetoencouragecliniciancaregiverstoparticipateintheprocessofdevelop-ingstandardsforelectronichealthrecords(EHRs).

“Wehavealwaysvaluedthecon-tributionsofcaregivers—thephysi-cians,nurses,pharmacist,andothersinthehealthcarecontinuum.Thesecliniciansarebestsuitedtoprovideinputabouttheusability,interfacedesign,andworkflowdemandsofelectronichealthrecords,”saidCharlesJaffe,MD,PhD,CEOofHL7.“Yet,forseveralyears,theHL7leadershiphasvoiceditsconcernsaboutthetypicalfirstencounterwiththestandardsdevelopmentprocess.Wearenowinabetterpositiontotranslatethepracticalclinicalexper-tiseofthesecaregiversintotangibleimprovementsintheinteractionwiththehealthrecordtechnology.”Caregivermembershipisopentophysicians,nurses,pharmacistsandotherswhoareinvolvedindirectpatientcare.Theannualmember-shipis$100.Moreinformationisavailableatwww.HL7.org/caregiversorbyvisitingHL7.organdclickingon“JoinHL7.”

“MyparticipationinHL7hasal-lowedmetomakeatangibleimpact

onhowtechnologyisusedinhealth-care.IreapthebenefitsinaverypracticalwayasIapplytechnologywithinmyinstitution,”saidFelicianoYu,MD,apracticingpediatricianandchiefmedicalinformationofficeratSt.LouisChildren’sHospital,andco-chairoftheHL7ChildHealthWorkGroup.

WithanHL7CaregiverMembership,clinicianscan:

•HelpensurethatstandardsadoptedforhealthcareIT(HIT)offerrealandpracticalvalueinsupportingtheinforma-tionexchangebetweenhealthprovidersthatisessentialtocoordinatingpatientcare.

•Improvethequalityandus-abilityoftheHITstandardsdevelopedbyHL7and,ulti-mately,theEHRproductsthatusethem.

•NetworkwithHL7memberswhoarenationallyrecognizedexpertsinHIT.

•Shareknowledgeandgaininsightonhowtheuseofdatastandardsaffectsclinicalpracticeinsupportingpatientcareandimprovingqualityandefficiency.

•HavetheinformationtheyneedtomakeinformeddecisionsinEHRpurchases,andknowwhattorequestfromvendors.

“HL7standardsarethemostwidelyusedintheindustry,”saidDonMon,PhD,chair,HL7boardofdirec-tors.“Caregivermemberswillnotonlygainfirst-handexposuretothestandardsandtechnologythatdriveclinicalsummaries,laboratoryresults,prescriptions,andpublichealthandqualitydata,theywillhaveadirectchanneltoinfluencetheclinicaltechnologyrequirementsthatsupportanincreasinglypatient-centeredhealthcaresystem.”

Standardsdevelopmentprojectscur-rentlyunderwaythatwillbenefitfromcaregiverinputincludeHL7:

• ElectronicHealthRecordsSys-temFunctionalModel,Release2

• PreoperativeDomainAnalysisModel(DAM)

• EmergencyMedicalSystemDAM

• NeonatalFunctionalProfile• CardiovascularDAM

Functionalmodelsandprofilesde-scriberequirementsforEHRsystemcapabilities.DAMsdescribework-flowanddatarequirementswithinspecificdomainsofcare.

HL7 Launches New Membership Program and Webpage for Caregivers: Gives Doctors, Nurses and Other Clinicians a Say in the Development of EHRs ByAndreaRibick,HL7DirectorofCommunications

AndreaRibick

Page 12: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

12 SEPTEMBER 2012

26th Annual Plenary Meeting

HL7 in the Era of Patient EmpowermentMonday, September 10, 2012

Hyatt Regency Baltimore, Baltimore, MD

8:30 – 8:45 am Welcoming Comments Don Mon, PhD, Chair,HL7BoardofDirectors

8:45 – 9:15 a.m. Keynote Session 1: Engaging Patients with Standards TopicscoveredwillincludehowtheHITstandardsprofessionalcan transformhealthcareby • Enablingpatientstobeinformedandinforming • Bridgingthelegacyandinnovativetechnologies • HarmonizingEHRandpatientfacingsysteminteractions • Maximizingthedatatoimprovequality.

Leslie Kelly Hall,SeniorVicePresident,Healthwise

9:15 – 9:50 a.m Keynote Session 2: The Rise of e-Patients Threetechnologyrevolutionsinthelastgenerationhavechangedthe waypatientscareforthemselvesandinteractwithdoctorsandpeers: 1.Theinternet/broadbandrevolution 2.Themobilerevolution 3.Thesocialnetworksrevolution. LeeRainiewilldescribehowpatientsandcaregiversusethese technologiestoinformthemselves,dealwithmedicalproviders,andshare theirstorieswithfellowpatientsandtheirlovedones. Lee Rainie, Director,PewResearchCenter’sInternet&AmericanLifeProject, andformerlythemanagingeditorofthenewsmagazineU.S.News&WorldReport

9:50 – 10:15 a.m. Keynote Session 3: The Consumer Empowerment Paradox Policymakers,professionalsandtechnologistsparadoxicallybelievethathomogeneoushealthinformationtechnologystandardscanempowerclini-callyheterogeneoushealthcareconsumers.Thisparadoxunderliesa2004presidentialorderforaNationwideHealthInformationNetworkandaNationalCoordinatorofHealthInformationTechnology.Sincethen,HL7,HITSP,IHE,andtheStandards&InteroperabilityFrameworkhaveactedonthisparadox,developingconsumerstandardsforpatientportals,per-sonalhealthrecords(PHRs),carecoordination,transitionsofcare,datasegmentation,telehealth,mobiledevicesanddirectencryptedemail.Evidencethatfewconsumersusefreeportalsthreatensbeliefintheparadox,developmentofconsumerstandardsandcitizensupportforhealthcarereform.

Theconsumerempowermentparadoxappearstoaccuratelyrepresentlongstanding,top-downvs.bottom-upcontradictionsinhealthcareyetneedsempiricaltesting.Paradoxtesting,inturn,requiresalogicmodelthattracespathsfromkeystonestandardsforclinicalsummaryexchangetothepotentialempowermentofdiverseconsumersand

LeslieKellyHall

DonMon,PhD

LeeRainie

ElaineBlechman,PhD

Page 13: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

thefrustrationofdiverseproviders.TestresultsarelikelytorevealgapsinpolicyandstandardsthatobstructmeaningfulhealthITuseamongconsumersandprovidersalike.

Elaine A. Blechman, PhD, ProfessorEmerita,UniversityofColorado- BoulderandPresident,ProsocialApplications

10:15 – 10:50 a.m. Break

11:15 – 12:20 p.m Panel discussion featuring presentations on how different stakeholders in the mobile health space view the future of mobile health and HL7’s potential role in this evolving arena ModeratedbyDougFridsma,MD,PhD,Director,OfficeofStandards andInteroperability,OfficeoftheNationalCoordinatorforHealthIT • 10:55-11:10ChuckParker,President,ContinuaHealth Alliance • 11:10-11:25ChristophLehmann,MD,Professorof PediatricsandBiomedicalInformatics,Vanderbilt University,willdiscussempoweringfamiliesofchildren

• 11:25-11:40JimSt.Clair,SeniorDirector,Interoperability andStandards,HIMSS • 11:40-11:55LonnieSmith,PolicyAnalyst,U.S.Foodand DrugAdministration(FDA),willdiscussmobile applicationsofSPL • 11:55-12:10HeatherGrain,StandardsAustralia

• 12:10-12:20QuestionsandAnswersforpanelists

12:20 – 12:30 p.m. Closing Comments and a vision for HL7’s Future Charles Jaffe, MD, PhD, CEO, Health Level Seven International

13SEPTEMBER 2012

CharlesJaffe,MD,PhD

HL7 Tooling Challenge ByJaneCurry,Co-Chair,HL7ToolingWorkGroup

SparxSystemsissponsoringanHL7ToolingChallengetoencouragemorepeopletohelpleverageUMLintheToolinginfrastructureforHL7.SparxisthevendorofEnterpriseArchitect,theUMLmodelingsoftwareusedbymanyofHL7’sWorkingGroupsforrequirementsdocu-mentation.TheHL7ToolingChallengewillbe

announcedattheBaltimoreWorkingGroupMeetingandwillacceptcompetingentriesthroughtheMay2013WorkGroupMeeting.De-tailsofthechallengearelaidoutathttp://wiki.hl7.org/index.php?title=HL7_Tooling_ChallengeTheawardof$4,000forthesuccessfulentrywillbeannouncedatthe2013PlenaryMeeting.

JaneCurry

DougFridsma,MD,PhD

ChuckParker

ChristophLehmann,MD

Page 14: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

14 SEPTEMBER 2012

HL7 Argentina Welcomes New

Chair Fernando CamposFernandoCamposisaninformationsystemsengineer.Heiscompletingamaster’sdegreeinstrategicdirectionofsoftwareengineering.Fernandoisresponsibleforthedefinitionofsoft-warearchitectures,designpatterns,anddevelopmentstandardsasthesoftwareengineeringdepartmentchiefattheHospitalItalianodeBuenosAireswherehehasworkedformorethan12years.HewaselectedinApril2012astheHL7ArgentinaChair.FernandobeganusingHL7in2000andhasbeenamemberofHL7Argentinasince2001.HeisaCertifiedHL7V2.xControlSpecialist,CertifiedHL7CDAR2Specialist,aCertifiedHL7V3RIMSpecialistandalsoamemberoftheHL7EducationWorkGroup.In2011,here-

ceivedthe“HL7VolunteeroftheYear”awardforhiscontributionstotheHL7onlinee-Learningcourse(ELC).Here-designedthecoursemodulestopartiallyautomateassignmentfeedbacktostu-dents,augmentingthecoursecapacityfrom100to500+studentspersessionwhilemaintainingthesamenumberofpersonaltutors.Asavolunteer,Fernandoco-authoredHL7ELCeducationalmaterials.Hehasgivenon-siteHL7coursesinSpanishinArgentinaandinotherLatin-AmericancountriessuchasChileandBrazil.HeisactiveinCDAR2implementationsandparticipatedinthedesignoftheimplementationguidefortheHospitalItalianodeBuenosAiresandseveralorganizationsinChile.

FernandoisproudtohaveparticipatedinallsessionsoftheELCasatutor,coursecoordinatorandcreatoroflearningmaterialandactivitiesforthesecourses.Healsoassistsotheraffiliatestofulfillcourse/tutorcoordi-nationdutiesandwiththee-learningplatformtechnicaldetails.Theseedi-tionsoftheELCwereadoptedbyHL7India,HL7Romania,HL7Canada,HL7Pakistan,HL7NewZealand,HL7Singa-poreandHL7AustriaandarealsobeingtranslatedtoJapaneseandPortuguese.Heputsnotonlyhistime,butheartandsoultohelpstudentsandtutorstogetthroughthecourse,understandthematerialsandimplementtheiracquiredknowledgeinreallife.

GrantWoodistheseniorITstrategistforIntermoun-tainHealthcare’sClinicalGeneticsInstitute.HeisbasedinSaltLakeCity,Utah,andisresponsibleforcreatingcomputersystemsthatwillsupporthealthcareprovid-ersindeliveringgenetics-basedclinicalcare.HeisamemberoftheHL7ClinicalGenomicsWorkGroupandaco-chairoftheHL7MarketingCouncil,whereheleadstheHL7Ambassa-dorprogram.Grantalsoservesontheboardoftwonon-profitorganizations:Alphanet,whichprovidesfreediseasemanagementservicestothosewithAlpha-1Antitrypsindeficiency,andtheMountainStatesGenet-icsFoundation,whichprovideseducationaleventsforhealthcareprovidersandpatientsongenetictopics.Duringhiscareer,Granthasauthored10papersandarticlesonvaryingtop-icsincludingtheroleofthehealthcareCIO,thepatienthealthcareencounterofthefuture,familyhealthhistoryandeconomicdevelopmentinthestateofUtah.

GrantgrewupinsouthernCaliforniaandArizona.HelivedintheNetherlandsfortwoyearswhileperformingmissionaryserviceforhischurch.Althoughfluentatone

time,headmitshecouldusesomehelpfromhisHL7Dutchfriendstopracticethelanguage.Hestates“MijnNederlandsisheelslecht.”

Grantisthesecondofeightchildren.Heisclosewithhisextendedfamily,whichincludesan

impressive7siblings,64firstcousinsand38niecesandnephews.Grantcreditshisdad’scareerinhospitaladministrationasthereasonwhyheworksinthehealth-carefieldtoday.

Inadditiontospendingtimewithfamily,Grantenjoysattendingmusicalconcerts

(Rock-n-Roll,Symphony,Christmas),andsportingeventsforbothprofessionaland

collegeteams.Healsoenjoysthetravelop-portunitiesthathehashadthroughhisworkwithHL7.LastNovemberhewasabletospendtimewithAmnonShaboatthishomeinHaifa,Israel.Onefinalinterestingfact,Grantshareshisname—butnorelation—withthefamousAmericanpainter,soifyouwanttoGooglehim,besuretousehismiddleinitial“M”.

Member Spotlight on Grant Wood

Page 15: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

15SEPTEMBER 2012

News from the PBS Metrics TeamByHL7InternationalStaffMembersDaveHamill,Director,ProjectManagementOffice;LynnLaakso,TSCProjectManager;DonLloyd,PhD,DirectorofTechnicalPublications;andKarenVanHentenryck,AssociateExecutiveDirector

HL7 Strategic Initiatives DashboardThePBSMetricsTeamhascreatedadashboardtotrackHL7StrategicInitiativeswhichtheTSCisresponsibleformanag-ing.Metricsforthedashboardinclude:

• Effectivenessofworkinggroupmeetings• Advancementofrealmspecificationstointernational

specifications• Continuingimprovementofproductquality• Enablementofrequirementstraceability• Reductionofcross-artifactinconsistencies• Demonstrationofindustryresponsivenessthrough

thetimelydevelopmentandmaintenanceofkey standards• ImprovedeaseofHL7standardsimplementation• DevelopmentofanHL7educationplan

TheStrategicInitiativesDashboardislocatedontheTSCWikiathttp://hl7tsc.org/wiki/index.php?title=Strategic_Initiatives_TSC_DashboardPBS Metrics Reports and DashboardThePBSMetricsreportinganddashboardsareeasilyac-cessibleviatheReportslinkonyourworkgroup’sHL7.orgpage.ThislinkdirectsyoutoGForge,wherethereportresideswithintheTSC’sFilearea(http://gforge.hl7.org/gf/project/tsc/frs/?action=FrsReleaseBrowse&frs_pack-age_id=169).

Asareminder,thePBSMetricsreportinganddashboardsreflectthefollowingcriteriaforeachworkgroup:

1. IdleBallots–Itemsthathaven’tballotedinayear,andarestill“open”(haven’tsuccessfullycompletedtheirballot)

2.NoReconPackage–Itemsthathavenothadarec-onciliationpackageposted.

3.Non-AdvancingBallots–Itemsthathavegonethrough3ormoreballots

4.ExpiredDSTUs–ExpiredDSTUsthathavenotproceededtonor-mativeorsomeotherballotlevel

5.UnpublishedCMETs–CMETsthatareFinished(passedbynumbersandReconiscomplete)butUnpublished(waitingfortheCMETclean-upworktobecompletedbyAndyStechishinandDaveHamill)

6.UnpublishedBallots–Itemsthatare“finished”(passedbynumbersandreconciliationiscomplete)butunpublished(notinNormativeEditionoronHL7Standardspage)

7.ProjectsinProjectInsightthatarebehindmorethan120Days

8.ProjectsinProjectInsightwithan‘Unknown’status

9.WorkGroupsthatdonothaveany3-YearPlanItemsinProjectInsight

ThePBSMetricsReportwascreatedtosupporttheHL7strategicinitia-tiveto“streamlinetheHL7standardsdevelopmentprocess”.Itisintendedtobeatooltoassistworkgroupswithmanagingballotsinadditiontocleaningupprojectsandolddata.Byreviewingthereports,workgroupscanidentifypotentialissuesbeforetheygetoutofhandaswellasmoveitemsthroughballotingtoafinaldocumentorstandardstate.

Ifyouhaveanyquestionsorcomments,pleasedirectthemtoanyPBSMetricsteammember:DaveHamill([email protected]),LynnLaakso([email protected]),DonLloyd([email protected])andKarenVanHentenryck([email protected]).

DaveHamill

LynnLaakso

DonLloyd,PhD

KarenVanHentenryck

Page 16: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

16 SEPTEMBER 2012

Congratulations ttttttttttttttttttttt

To the following people who recently passed the HL7 Certification Exams

CertifiedHL7Version2.xChapter2ControlSpecialist

May 17, 2012MarlaC.AlbitzChaoChihKoSarahA.McGree

June 9, 2012SamAgnerJackieS.ChurchillMajvorB.EhnstromLindaD.HudsonLeeAnnLawsonJamesL.Lenon

HL7India

March 10, 2012ArabindaBeheraRPraveenShivaprasadSadhanaShreeShivashankerSwapnaKintali

March 31, 2012LatifAbdulPrachiAgrawalVikramBethuDiptiChavaliSanchitaGulatiRanjaniIyerMohanKalathiRohitMarsSeemaRathniDeepikaSinghSumitSinghal

April 21, 2012CatherineBerkmansSajeevChand.AVenkatesanGovindarajan

BadriNarayanManonmaniKandasamyKarthikManivannanByjuPremKumarNMathuvappanPalaniappanJerrySahayarajRichardNarsimhaReddySudiniMuthukumaranThambusamy

May 19, 2012KomalGulatiManikondaSaiRamSagarLakshmiRajasekaranKumarSatyamK.V.Prema

June 9, 2012SharonChristabelSrinivasareddyGIyyappanIyerPremalathaKarunamurthiShaileshKotkundwarRaghuramanMurugaiyanKalidassMurugesanMeiyappanRanganathanSethuramalingamSundaramAnitaJosephineWilfredLakshmiKalyaniYakkala

HL7Korea

April 21, 2012SungchulBae

HL7Spain

March 15, 2012JoseCarlosArceneguiMartaBonillaManuelCortésMartínJuanPedroDíazGarcía

MadelCarmenFernández FerrariFranciscoJavierFernández

PiatekJuanManualFuentes

HernándezJorgeGarcíaNazDavidWenceslaoGonzález

SojoDavidLobatoAndradesMaríaLauraMartínez

GonzálesCarlosJavierNavarroFranciscoPascualPeñaAlbertoVargas

May 3, 2012JorgeCabañuzBiargeJuanJoséGraciaRocheBeatrizHerrerasDomínguezRaquelLópezAlarcónPatriciaLópezMonteagudoAntonioMartínezMoreno

May 8, 2012PatriciaAndrésDíazJoséFernándezEngoFranciscoMedinaGámiz

June 28, 2012MiguelAngelTerceroGarcíaLauraTinoRamosÁlvarTorresdelaHera

June 29, 2012GonzaloAltunaLópezAliciaMartínezGarcíaDanielMejíasPintoAmandaMuñozDomínguezMaríaPalominoFranco

DoloresClaudiaRealBarriosJoséManuelSivianesRubio

July 6, 2012LorenzoChacónMendozaMaríaCeciliaCostantiniBelénPonsPonsBernatSánchezSalo

CertifiedHL7CDASpecialist

May 17, 2012BeauBannermanJeffreyR.BrownChristofGessnerIqbalSianHelenStevens-LoveTessavanStijn

HL7India

February 11, 2012AkashGuptaMayankKapoorKanchanSanjayKokalPankjajKumarR.MishraManaliMannurSandeepK.PatilSantoshGopiPillaiRituShuklaAnkurR.Tripathi

HL7Spain

May 3, 2012CarlosMendozaHernando

May 8, 2012DavidAlaberToroFlorencioLlanosRuiz

ttttttttttttttttttttttttttttttttttt

Page 17: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

17SEPTEMBER 2012

ttttttttttttttttttttttttttttttttttt

June 28, 2012VíctorMartínezSánchez

June 29, 2012JuanPedroDíazGarcíaJuanManuelFuentesJorgeGarcíaNazDavidWenceslaoGonzález

SojoLauraMartínezGonzález

July 6, 2012JoanCasalsAlonsoMarioRabasseda

CertifiedHL7Version3RIMSpecialist

May 17, 2012BobMiliusChristopherM.MilletWeiWang

HL7Canada

April 10, 2012JeesunPark

May 15, 2012KuanFan

May 22, 2012HanMingZhou

HL7India

May 19, 2012RawlaniRitikaPradeep

ttttttttttttttttttttttttttttttttttt

HL7 Benefactors as of August 13, 2012

Centers for Disease Control and Prevention

Page 18: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

18 SEPTEMBER 2012

Upcoming INTERNATIONAL EVENTSMIE2012:QualityofLifethrough

QualityofInformationPisa, Italy

August 26 - 29, 2012Formoreinformation,pleasevisit

http://www.mie2012.it

HIMSSAsiaPac2012Marina Bay Sands, Singapore

September 17 - 19, 2012Formoreinformation,pleasevisit

http://www.himssasiapac.org

13thInternationalHL7InteroperabilityConference

Vienna, AustriaSeptember 28 - 29, 2012

Formoreinformation,pleasevisithttp://ihic2012.hl7.at/

eChallenges2012e-2012Conference

Lisbon, PortugalOctober 17 - 19, 2012

Formoreinformation,pleasevisithttp://www.echallenges.org/e2012/

HL7 Welcomes New Director of Education Sharon Chaplock, PhD

SharonKayneChaplock,PhD,hasbeenworkinginthefieldofinstructionaltechnologyformorethan25years,bothintheacademicandnon-profitsectors.Herrecentexperienceincludestheplanning,developmentanddeploymentofdistancelearningprogramsforclini-caldatamanagersfortheSocietyforClinicalDataManagement,andcontinuingeducationprogramsforcliniciansandresearchersassociatedwiththeSocietyfortheImmunotherapyofCancer.Priortothat,shewasaprojectadministratorfortwomajorUSDepartmentofEduca-tiongrantsatMarquetteUniversity’sCollegeofEducationfocusedontechnologyintegrationandextendingteachercertificationonlinetoadult,post-baccalaureatestudents.

SharonwasalsoastaffmemberofMarquette’sCenterforTeachingandLearningwheresheconsultedwithfacultytoprovidepedagogicalandinstructionaldesignsupportforonline,hy-bridandweb-enhancedcourses.DuringthistimesheearnedherPhDinEducationalPolicyandLeadershipwithaconcentrationinonlinelearning.Herdissertationexploredtheefficacyofvirtualstudygroupsinpreparingparticipantsforcertificationexams.SincethetimesheintroducedvideodiscstotheexhibitflooroftheMilwaukeePublicMuseum(wheresheworkedasDirectoroftheAudiovisualCenter),Sharonhasbeenpassionateaboutopportuni-tiesaffordedbytechnologysupportedlearning,andbelievesthatlearnersareservedbestbyengagingtherighttechnologyintherightsettingfortherightoutcomes.

SharonChaplock,PhD

Page 19: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

19SEPTEMBER 2012

BenefactorsAbbottAccentureAllscriptsBooz Allen HamiltonCenters for Disease Control and Prevention/ CDCDuke Translational Medicine InstituteEpicEuropean Medicines AgencyFood and Drug AdministrationGE Healthcare ITGlaxoSmithKlineHospital Corporation of America (HCA)IBMIntel Corporation, Digital Health GroupInterSystemsKaiser PermanenteMcKesson Provider TechnologiesMicrosoft CorporationNICTIZ Nat.ICT.Inst.Healthc.NetherlandsNovartisOracle Corporation - HealthcarePartners HealthCare System, Inc.Philips HealthcareQuest Diagnostics, IncorporatedSiemens HealthcareThomson ReutersUS Department of Defense, Military Health SystemUS Department of Veterans Affairs

Supporters7 Delta, Inc.AEGIS.net, Inc.Beeler Consulting LLCBeijing TPHY Technology Development Co., Ltd.Corepoint HealthEtnomedijos intercentrasGamma-Dynacare Medical LaboratoriesiNTERFACEWARE, Inc.LINK Medical Computing, Inc.LiveProcessMeditureSocrates Healthcare Ltd.Standing Stone, Inc.VIP Medicine, LLC

ConsultantsAccentureAHIS - St. John Providence HealthAileron Consulting LLCAnakam Identity Services, EquifaxBooz Allen HamiltonBovedaCanon Information & Imaging Solutions, Inc.Capgemini Government Solutions LLCCentriHealthChong Qing TJPAN IncCirrus Data & Telecom IncCSGCTSDapasoft Inc.Dell ServicesDeloitte Consulting LLPDent Technical Consulting ServicesDiagnostic Radiology and Oncology ServicesDiscoverture HealthEastern Informatics, Inc.Edifecs, Inc.Edmond ScientificeHealth Workflow Analytics, LLCEmergint Technologies, Inc.Equinoxys

FEI.comForward Advantage, Inc.Frank McKinney Group LLCGartnerGensa CorporationGordon Point Informatics Ltd.GSI Health, LLCHealthcare Data AssetsHealthcare Integration TechnologiesHealthVectorsHLN Consulting, LLCHubbert Systems ConsultingHuron Valley Physicians AssociationiEHR.euInfovide-Matrix S.A.Innokas Medical Engineering OyLantana Consulting GroupLMILogicaLOTS, LLCMatricis Informatique Inc.MedQuist, Inc.newMentorOckham Information Services LLCOctagon Research Solutions, Inc.OTech, Inc.PenCentric Health Systems IncPervasive SoftwarePFT LLCPragmatic Data LLCProfessional Laboratory Management, Inc.Raven Tech LLCRay Heath, LLCRob Savage ConsultingSabiaNet IncShafarman ConsultingSoa Software Inc.Society of Chest Pain CentersStat! Tech-Time, Inc.Strategic Solutions Group, LLCThe Audigy Group, LLCThe Diebold Company of CanadaThe St. John Group, LLCUnited Laboratory Network IPA, LLCVangent, Inc.Virginia RiehlWestat

GeneralInterestAarhus University, Dept of Computer ScienceAdvanced Medical Technology Association (AdvaMed)Agency for Healthcare Research and QualityAGH University of Science and TechnologyAlabama Department of Public HealthAlliance for Pediatric QualityAmerican Assoc. of Veterinary Lab DiagnosticiansAmerican College of Cardiology FoundationAmerican College of Surgeons, NTDBAmerican Dental AssociationAmerican Dietetic AssociationAmerican Health Information Management AssociationAmerican Immunization Registry Association (AIRA)American Medical AssociationArizona Department of Health ServicesASIP SANTEBlue Cross Blue Shield AssociationBrigham Young UniversityCA Department of Public HealthCabinet for Health and Family ServicesCalifornia Department of Health Care ServicesCalifornia HealthCare Foundation

CalOptimaCDISCCenter for Elders’ IndependenceCenters for Disease Control and Prevention/ CDCCenters for Medicare & Medicaid ServicesCity of HoustonCollege of American PathologistsCollege of Healthcare Information Mgmt. ExecutivesColorado Regional Health Information OrganizationCompDrugConnecticut Department of Public HealthContra Costa County Health ServicesCOPE Community Services,IncCouncil of Cooperative Health InsuranceCouncil of State and Territorial EpidemiologistsDelaware Division of Public HealthDelta Dental Plans AssociationDepartment of Developmental ServicesDepartment of HealthDepartment of Human-Computer InteractionDGS, Commonwealth of VirginiaDuke Translational Medicine InstituteECRI InstituteeHealth PlatformEmory University, Research and Health Sciences ITEstonian eHealth FoundationEuropean Medicines AgencyFood and Drug AdministrationGeorgia Department of Public HealthGeorgia Institute of TechnologyGeorgia Medical Care FoundationHIMSSICCBBA, Inc.Illinois Department of Public HealthIllinois Office of Health Information TechnologyIndian Health ServiceIndiana State Department of HealthInterior Health AuthorityIowa Department of Public HealthJapan Pharmaceutical Manufacturers AssociationKansas Department of Health & EnvironmentKyungpook National Univ. MIPTHLCF ResearchMaine Center for Disease Control and PreventionMedical University of South CarolinaMichigan Department of Community Health LabMinisterio de Salud Publica del EcuadorMinistry of Health - SloveniaMinnesota Department of HealthMissouri Department of Health & Senior ServicesN.A.A.C.C.R.NANDA InternationalNational Association of Dental PlansNational Center for Health Statistics/CDCNational Council for Prescription Drug ProgramsNational eHealth Transition Authority (NEHTA)National Health ServiceNational Institute of Standards and TechnologyNational Library of MedicineNational Marrow Donor ProgramNational Quality ForumNATO Consultation, Command and Control Agency

NCQANew Mexico Department of HealthNew York State Department of HealthNICTIZ Nat.ICT.Inst.Healthc.NetherlandsNIH/CCNIH/Department of Clinical Research InformaticsOA-ITSD - Department of Mental HealthOak Ridge Associated UniversitiesOffice of the National Coordinator for Health ITOhio Department of HealthOHIO DEPT. OF JOB AND FAMILY SERVICESOklahoma State Department of HealthOregon Health & Science UniversityOregon Public Health DivisionPennsylvania Dept of Health-Bureau of InformationPharmaceuticals & Medical Devices AgencyPhastPhiladelphia Department of Public HealthPublic Health Data Standards ConsortiumRadiological Society of North AmericaRegion SyddanmarkRTI InternationalSAMHSASC Dept. of Health & Environmental Control HSSocial Security AdministrationSouth Dakota Department of HealthState Hygienic Laboratory at University of IowaState of Montana DPHHSTelligenTennessee Department of HealthTexas Department of State Health Services - LabThe Joint CommissionThe MITRE CorporationU.S. Army Institute of Surgical ResearchUniversity HealthSystem ConsortiumUniversity of AL at BirminghamUniversity of Kansas Medical CenterUniversity of MinnesotaUniversity of Szeged, Institute of InformaticsUniversity of Texas Medical Branch at GalvestonUniversity of Utah Pediatric Critical Care/ IICRCUSDA APHIS VS CIOUtah Department of HealthUtah Health Information NetworkUtah State Developmental CenterVermont Department of HealthVirginia Department of HealthVirginia Information Technologies AgencyWashington State Department of HealthWNY HEALTHeLINKWorldVistA

PayersAmerican Imaging ManagementBlue Cross and Blue Shield of AlabamaBlue Cross and Blue Shield of FloridaBlue Cross Blue Shield of ArizonaBlue Cross Blue Shield of North CarolinaCIGNACompliantDRGMetLife, Inc.Neighborhood Health PlanPremera Blue CrossTriWest Healthcare AllianceUnitedHealth GroupValence HealthWisconsin Physicians Service Ins. Corp.

HL7 ORGANIZATIONAL MEMBERS

Page 20: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

20 SEPTEMBER 2012

PharmacyBristol-Myers SquibbCrescendo BioscienceEli Lilly and CompanyGlaxoSmithKlineMerck & Co. Inc.NovartisPharmaxo Pharmacy ServicesSanofi-Aventis R&D

ProvidersAdvanced Biological Laboratories (ABL) SAAdvantage DentalAkron General Medical CenterAlamance Regional Medical CenterAlaska Native Tribal Health ConsortiumAlbany Medical CenterAlbany Medical Center HospitalAngel MEDICAL cENTERARUP Laboratories, Inc.Ascension Health Information ServicesAthens Regional Health Services, Inc.Avalon Health CareAviir, IncBarnabas HealthBayCare HomeCareBJC HealthCareBlessing HospitalBloomington Hospital & Healthcare SystemsBlount Memorial HospitalBrookdale Senior LivingButler Healthcare ProvidersCape Regional Medical CenterCarilion ClinicCedars-Sinai Medical CenterCenter for Life ManagementCentral Illinois Radiological AssociatesCHIChildren’s Hospital Medical Center of AkronChildrens Mercy Hospitals and ClinicsCincinnati Children’s HospitalCity of Hope National Medical CenterCleveland Clinic Health SystemConcentraConsolidated Medical Bio-Analysis, Inc.Consultants in Laboratory MedicineDeaconess Health SystemDiagnostic Laboratory ServicesEast Alabama Medical CenterEmergency Medical Services AuthorityEmory HealthcareGeisinger Health SystemGeorgia Cancer Specialists, Inc.Hill Physicians Medical GroupHoly Name Medical CenterHospital Corporation of America (HCA)Human Service AgencyImagine Health CentresInland Northwest Health ServicesInstitut Jules BordetIntegrated Telemedical SolutionsIntermountain HealthcareInterpath LaboratoryJohns Hopkins HospitalKaiser PermanenteKernodle Clinic, Inc.KMH Cardiology & Diagnostic CentresLaboratory Corporation of AmericaLahey ClinicLakeland Regional Medical CenterLexington Medical CenterLife LabsLoyola University Health System

Lucile Packard Children’s HospitalLux MedMayo ClinicMcDonough District HospitalMedicoverMeridian HealthMilton S. Hershey Medical CenterMinuteClinicMultiCare Health SystemNational Cancer InstituteNew York-Presbyterian HospitalNorth Carolina Baptist Hospitals, Inc.NYC Health and Hospital CorporationOregon Providence Health & ServicePark NicolletPartners HealthCare System, Inc.Pathologists’ Regional LaboratoryPathology Associates Medical LaboratoriesPatient FirstQuest Diagnostics, IncorporatedRady Children’s Hospital and Health CenterRegenstrief Institute, Inc.Regional Medical Center at MemphisRheumatology and Dermatology Associates PCRockford Health SystemRockingham Memorial HospitalSA Tartu University ClinicsSaint Francis CareSaudi Aramco - Healthcare Applications DivisionSeneca Family of AgenciesSharp HealthCare Information SystemsSouth Bend Medical Foundation, Inc.Spectrum HealthSt. Charles Health SystemSt. Joseph HealthSteven Porter, MDSteward Health CareSumma Health SystemTexas Health ResourcesThe Children’s Hospital of PhiladelphiaTrinity HealthTuomey Healthcare SystemU.S. Department of Defense, Military Health SystemU.S. Department of Veterans AffairsUK HealthCareUNC HealthcareUniversity of Chicago Medical CenterUniversity of Nebraska Medical CenterUniversity of Pittsburgh Medical CenterUniversity of Utah Health CareUniversity of Virginia Health SystemUniversity Physicians, Inc.UT M.D. Anderson Cancer CenterUW Medicine, IT ServicesVanguard Health SystemsVUMCWest Virginia University HospitalsWheaton Franciscan HealthcareWinchester Hospital

Vendors//SOS/Corporation4Medica7 Delta, Inc.A.J. Boggs & CompanyAbbottABELSoft Inc.ABILITY NetworkAccent on IntegrationAccumedic Computer Systems, Inc.ADP AdvancedMD, Inc.

AEGIS.net, Inc.Affiliated Computer Services, Inc.Agilex TechnologiesAlert Life Sciences Computing, Inc.AllegianceMD software, Inc.AllscriptsAlphaCM, IncAltos Solutions, IncAltova GmbHAmerican DataAmerican Data NetworkAmerican Health Care SoftwareAmerican HealthTech, Inc.AmerisourceBergen Specialty GroupAmtelcoAngel eCareAngel Systems, Inc.ANXeBusinessApelon, Inc.Argility HealthcareARGO Data Resource CorporationAskesis Development GroupAstera SoftwareAtirix Medical SystemsAvaility, LLCAventura HQ, IncAversan IncAvreo, Inc.Axial ExchangeAxwayAxxess Healthcare ConsultAym TechnologiesBeeler Consulting LLCBeijing TPHY Technology Development Co., Ltd.Benchmark SystemsBostech CorporationBottomline TechnologiesBradoc Data Management, IncCAL2CAL CorporationCANON INDIA PVT LTDCareCam InnovationsCarefx Corporationcarepaths, incCarestream Health, Inc.CareTech Solutions, Inc.CaristixCedaron Medical, Inc.Center for Clinical InnovationCerner CorporationCertify Data SystemsCetrea A/SChartLogic, Inc.ChartWise Medical Systems, Inc.ChemWareChillisoft SolutionsClear EMRClinical Software SolutionsClinicTreeClinix Medical Information Services, LLCCMRCNIPS, LLCCNSICodeSmart Inc.Cognosante, LLCCognovant, IncCommunity Computer Service, Inc.Compania de Informatica AplicataComplete Medical SolutionsCompu Care ALP, inc.Computer Technology CorporationComputrition, Inc.COMS Interactive, LLCConsilience SoftwareCore Sound Imaging, Inc.Corepoint Health

Cortex Medical Management Systems, Inc.CovisintCPSICroudcare, S.A.CSC HealthcareCTIS, Inc.Curaspan Healthgroup, Inc.Cyberpulse L.L.C.Dansk Medicinsk Datacenter ApSData Information System Solutions LLCData Innovations, LLCData ServicesData Tec, Inc.DATALINK SOFTWARE DEVELOPMENT INCDatuit, LLCDawning Technologies, Inc.dbMotion LTDDefran SystemsDeJarnette Research Systems, Inc.Dell-BoomiDelta Health Technologies, LLCDigital Infuzion, Inc.Digital Medical Merge, Inc.Doctor EvidenceDoctorComDocuTrac, Inc.Dolbey & CompanyEASYTALK MD LLCEBM Technologies Inc.eCareSoft Inc.echoBaseeHana LLCeHealth Data Solutions, LLCeHealthCare Systems, Inc.Electronic Medical Exchange Holdings LLCElectronic Medical Solutions, LLCELEKTAeManual System Sdn BhdEmbedded Wireless LabsEmdeon, LLCeMedology LLCEmerging SystemsEpicESRIEtnomedijos intercentraseTransX, Inc.Exemplo MedicalExplorysEyeMD EMR Healthcare Systems, Inc.ezEMRxe-Zest Solutions Ltd.F5 NetworksFalcon LLCFifth Light TechnologyFirst Medical SolutionsFluidnet CorporationFoothold TechnologyForte HoldingsFresenius Medical CareGamma-Dynacare Medical LaboratoriesGE HealthcareGenesis Systems, Inc.GenomeQuest, Inc.GlobalOne Information Technologies, LLCgloStream, Inc.Greenway Medical Technologies, Inc.Grow|CMSGrupo Postigo - Alba Electronica, S.L.Haemonetics CorporationHalfpenny Technologies, Inc.Harris CorporationHarrisLOGIC, Inc.Health Care 2000, IncHealth Care Software, Inc.Health Companion, Inc.

HL7 ORGANIZATIONAL MEMBERS, continued

Page 21: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

21SEPTEMBER 2012

Health Data Services, Inc.Health Informatics IntlHealth Intersections Pty LtdHealth Language, Inc.Health Plan Systems, Inc.Health Records for EveryoneHealthBridgeHealthcare Management Systems, Inc.HEALTHeSTATEHealthFusionHealthlandHealthTrio, LLCHealthwise, Inc.Healthy Panacea Network, LLCheartbase, inc.Hello HealthHewlett-Packard Enterprises ServicesHill AssociatesHi-Tech Software, Inc.Home Dialysis Plus, LtdHospiraHospiServe Healthcare Services Pty) Ltd.i2i Systemsi4i Inc. (Infrastructures for Information Inc.)Iatric SystemsIbeza LLCIBMIBS ExpertiseICLOPSiConnect ConsultingICU Metrixifa united i-tech, inc.Ignis Systems CorporationiMDsoftiMetrikus, Inc.ImprivataInformation BuildersInformation Management AssociatesInmediata Health GroupInnovative Workflow TechnologiesInofileInsight Software, LLCInstitute for Health MetricsIntegrated Practice Solutionsintegration AGIntegritas, Inc.Intel Corporation, Digital Health GroupIntellicure Inc.Intelligent Medical Objects (IMO)INTELLIGENT RECORDS SYSTEMS & SERVICESIntelliware Development IncInterbit Data, Inc.Interface People, LPiNTERFACEWARE, Inc.Interfix, LLCIntermedix CorporationIntuit HealthiPatientCare, Inc.iRCODER.COMiSEEK Enterprise (USA), LLCIsoprime CorporationJ&H Inc.Kanick And CompanyKeane, Inc.Keiser Computers Inc.Kestral Computing Pty LtdknowtionKrames StayWellKSB DentalLab Warehouse, Inc.Labware, Inc.Lavender & Wyatt Systems, Inc.LawsonLeafsprout Technologies Inc.

Liaison Technologies Inc.,Life Systems SoftwareLife TechnologiesLifepoint InformaticsLINK Medical Computing, Inc.Liquent, Inc.LiveProcessLogibecLogical Images Inc.LORENZ Life Sciences GroupLSS Data SystemsM.S. Group Software, LLCM2comsysMacPractice, Inc.Maicom Healthcare Solutions GmbHMammography Reporting System Inc.Management Style, Inc dba CYCLISManagementPlusMarin Health NetworkMcKesson Provider TechnologiesMDIntelleSys, LLCMD-IT Transcription Services, LLCMDLandMDP Systems, LLCMECTA CorporationMedConnect, Inc.MedEvolve, Inc.Medexter Healthcare GmbHMedflow, Inc.MEDfx CorporationMEDHOST, Inc.MEDIBISMedical Informatics EngineeringMedical Systems Co. Ltd - medisysMedicity, Inc.MedInformatix, IncMediServe Information Systems, Inc.MEDITECH, IncMeditureMEDIWARE Information SystemsMedlinesoftMedLInk Computer Sciences, LLCMEDSEEKMedsphere Systems CorporationMedtech Global USA LLCMEDTRON Software Intelligence CorporationMedtronicMedUnison LLCMedVirginiaMeta Healthcare IT SolutionsMicrosoft CorporationMighty Oak Technology, Inc.Mirth CorporationMitochon Systems.Mobile Physician TechnologiesMobiusoft, LLCModernizing Medicine, Inc.Mountainside Software, Inc.MPN Software Systems, Inc.MxSecureMyClinic A/SNetDirectorNexJ Systems IncNotable SolutionsnovaHEALTH Pte LtdNRC - IlluminateO&P Digital TechnologiesOA Systems, Inc.Oakland SoftwareOD LinkOmnicell, Inc.OMNICOM srlOptima Healthcare SolutionsOptimus EMR, Inc.OptumInsight

Oracle Corporation - HealthcareOrchard SoftwareOrion HealthOtago Clinical Audit & Outcomes Research UnitOTTR Chronic Care SolutionsOZ SystemsP&NP Computer Services, Inc.Pascal MetricsPatient ResourcePCE SystemsPerry Baromedical IncPhilips HealthcarePhysicians Medical Group of Santa Cruz CountyPilotFish TechnologyPointCross Life SciencesPolitechnika PoznanskaPractice FusionPremier Healthcare AlliancePresiNET HealthcarePrimeSource HealthcareProClaim Partners LLCProComp Software Consultants, IncProcuraPrognosis Health Information SystemsPrometheus Computing LLCProventys, Inc.QS/1 Data Systems, Inc.QuadraMed CorporationQuantrosRazor Insights, LLCReal Seven, LLCRecondo Technology, Inc.Redpine Healthcare Technologies, IncReed Technology and Information Services Inc.RL SOLUTIONSRobust For LifeRosch Visionary SystemsRTZ Associates, IncSAIC - Science Applications International CorpSandlot Solutions, Inc.SAS InstituteSasken Communication Technologies LimitedScantron CorporationScientific Retail Systems, Inc.Scientific Technologies CorporationScriptRx, Inc.SEC Associates, Inc.Seeburger AGShared HealthSiemens HealthcareSimavita Pty LtdsimplifyMDSMART Management, Inc.SNAPS, Inc.SOAPware, Inc.Socrates Healthcare LtdSoftek Solutions, Inc.Software AG USA, Inc.Software Fulcrum, Inc.Software Partners LLCSonoSite, IncSOUTHERN LIFE SYSTEMS, INCSRC INFONET D.O.O.SRSsoft, Inc.St. Jude MedicalStanding Stone, Inc.StatRad, LLCSTI Computer Services, Inc.STM Technology, IncStockell Healthcare Systems, Inc.Stratus EMR, Inc.

SuccessEHSSummit Healthcare Services, Inc.Summit Imaging, Inc.Suncoast SolutionsSunquest Information SystemsSunRise Systems and SolutionsSurescriptsSurgical Information SystemsSurgiVision Consultants, Inc.Swearingen Software, Inc.Sybe Medical ManagementSystematic GroupTASC, Inc.Tess Data SystemsTetrusTGI SoftwareThe Antidote.bizThe CBORD Group Inc.The Delta GroupThe Echo GroupThe SSI Group, Inc.The Tailored Approach, LLC.Therap Services, LLCThomson ReutersTiatros Inc.Tidgewell Associates, Inc.TIMS INCTolven, Inc.TriMed TechnologiesUBM MedicaUnibased Systems Architecture, Inc.Unifi TechnologiesUniform Data System for Medical RehabilitationUnisonCare CorporationUniversal Medical Records Inc.Universal Medical Records, LLCUnlimited SystemsValley Hope Association - IMCSSVeinDrawVerizon BusinessViMedicus, IncVIP Medicine, LLCVirco BVBAVirtifyVisbion LtdVisionTree Software, Inc.Vitera Healthcare SolutionsWalgreensWatermark Research Partners, Inc.WCIWellCentive, LLCWellsoft CorporationWhite Plume TechnologiesWolters Kluwer HealthWorld Medical Center Nordic ASWTVIII, Inc.Xeo HealthXerox State Healthcare, LLCXIFIN, Inc.XPress TechnologiesZetaSys LLCZipChart, IncZoho Corp.ZweenaZynx Health

HL7 ORGANIZATIONAL MEMBERS, continued

Page 22: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

22 SEPTEMBER 2012

2012 TECHNICAL STEERING COMMITTEE MEMBERS

CHAIRAustin Kreisler Science Applications International Corp. (SAIC)Phone: 404-542-4475Email: [email protected] CHIEF TECHNICAL OFFICERJohn QuinnHL7 InternationalPhone: 216-409-1330Email: [email protected] ArB CO-CHAIRS Charles Mead, MD, MSc Phone: 510-541-8224 Email: [email protected]

Ron Parker HL7 CanadaPhone: 902-832-0876Email: [email protected]

INTERNATIONAL REPRESENTATIVE Giorgio Cangioli HL7 Italy Email: [email protected]

Ravi Natarajan NHS Connecting for Health Phone: 44 113-390-6520Email: [email protected]

DOMAIN EXPERTS CO-CHAIRSEdward Tripp Edward S Tripp and Associates, Inc. Phone: 224-234-9769 Email: [email protected]

Mead Walker Mead Walker Consulting;Phone: 610-518-6259Email: [email protected]

FOUNDATION & TECHNOLOGY CO-CHAIRSGeorge (Woody) Beeler Beeler Consulting, LLC Phone: 507-254-4810 Email: [email protected]

Anthony Julian Mayo Clinic Phone: 507-266-0958 Email: [email protected]

STRUCTURE & SEMANTIC DESIGN CO-CHAIRSCalvin BeebeMayo ClinicPhone: 507-284-3827Email: [email protected]

Patricia Van Dyke Delta Dental Plans Association Phone: 503-243-4492 Email: [email protected]

TECHNICAL & SUPPORT SERVICES CO-CHAIRSFrieda HallQuest Diagnostics, IncorporatedPhone: 610-650-6794Email: [email protected]

Patrick Loyd ICode SolutionsPhone: 415-209-0544 Email: [email protected]

DOMAIN EXPERTSAnatomic PathologyAnesthesiologyAttachmentsChild HealthClinical GenomicsClinical Interoperability CouncilCommunity Based Collaborative CareEmergency CareHealth Care DevicesPatient CarePatient SafetyPharmacyPublic Health & Emergency Response Regulated Clinical Research Information Management

FOUNDATION & TECHNOLOGYConformance & Guidance for Implementation/TestingImplementable Technology SpecificationsInfrastructure & MessagingModeling & MethodologyRIM Based Application ArchitectureSecurityService Oriented Architecture TemplatesVocabulary

TECHNICAL & SUPPORT SERVICESEducationElectronic ServicesInternational Mentoring CommitteeProcess Improvement CommitteeProject ServicesPublishingTooling

STRUCTURE & SEMANTIC DESIGNArden SyntaxClinical Context Object WorkgroupClinical Decision SupportClinical StatementElectronic Health RecordFinancial ManagementImaging IntegrationMobile HealthOrders & ObservationsPatient AdministrationStructured Documents

STEERING DIVISIONS

Page 23: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

23SEPTEMBER 2012

HL7 WORK GROUP CO-CHAIRSAnatomic Pathology David Booker, MD CollegeofAmericanPathologistsPhone:706-736-0991Email:[email protected] Brodsky, MDCollegeofAmericanPathologistsPhone:646-322-4648Email:[email protected]

Jeffrey KarpCollegeofAmericanPathologistsPhone:847-832-7358Email:[email protected]

Architectural review Board

Charlie Mead, MD, MScPhone:510-541-8224Email:[email protected]

Ron ParkerHL7CanadaPhone:902-832-0876Email:[email protected]

John QuinnHealthLevelSevenInternationalPhone:216-409-1330Email:[email protected]

Arden Syntax

Peter HaugIntermountainHealthcarePhone:801-442-6240Email:[email protected]

Robert Jenders, MDNationalLibraryofMedicinePhone:301-435-3192Email:[email protected]

Attachments

Durwin DayPhone:312-653-5948Email:[email protected]

Craig GabronBlueCrossBlueShieldofSouthCarolinaPhone:803-763-1790Email:[email protected]

Jim McKinleyBlueCrossandBlueShieldofAlabamaPhone:205-220-5960Email:[email protected]

Child Health

David Classen, MD, MSAllianceforPediatricQualityPhone:801-532-3633Email:[email protected]

Gaye Dolin, MSNLantanaConsultingGroupPhone:714-744-4152Email:[email protected]

Joy KuhlAllianceforPediatricQualityPhone:818-308-7063Email:[email protected]

Andy Spooner, MD, FAAPCincinnatiChildren’sHospitalPhone:513-803-0121Email:[email protected]

Feliciano Yu, MDSt.LouisChildren’sHospitalPhone:314-454-2808Email:[email protected]

Clinical Context Object Workgroup (CCOW)David FusariMicrosoftCorporationPhone:978-749-0022Email:[email protected]

Michael Russell, MDDukeTranslationalMedicineInstitutePhone:919-668-3889Email:[email protected]

David StaggsUSDepartmentofVeteransAffairsPhone:858-826-5629Email:[email protected]

Clinical Decision SupportGuilherme Del Fiol, MDDukeTranslationalMedicineInstitutePhone:919-213-4129Email:[email protected]

Robert Jenders, MDNationalLibraryofMedicinePhone:310-435-3192Email:[email protected]

Kensaku Kawamoto, PhDUniversityofUtahHealthCarePhone:801-587-8076Email:[email protected]

Howard StrasbergWoltersKluwerHealthPhone:858-481-4249Email:[email protected]

Clinical Genomics

Joyce HernandezMerck&Co.,Inc.Phone:732-594-1815Email:[email protected]

Amnon ShaboIBMPhone:972-544-714070Email:[email protected]

Daryl Thomas MSCS, PhDLifeTechnologiesEmail:[email protected]

Mollie Ullman-CullerePartnersHealthCareSystem,Inc.Phone:617-582-7249Email:[email protected]

Clinical Interoperability Council

W. Edward HammondPhone:919-383-3555Email:[email protected]

Dianne ReevesNationalCancerInstitutePhone:301-435-5602Email:[email protected]

Anita WaldenDukeTranslationalMedicineInstitutePhone:919-668-8256Email:[email protected]

Clinical Statement

Hans BuitendijkSiemensHealthcarePhone:610-219-2087Email:[email protected]

Patrick LoydICodeSolutionsPhone:415-209-0544Email:[email protected]

Rik Smithies HL7UKNProgramLtd.Phone:44-7720-290967Email:[email protected]

Community Based Collaborative Care

Suzanne Gonzales-WebbUSDepartmentofVeteransAffairsPhone:619-972-9047Email:[email protected]

Richard ThoresonSAMHSAPhone:240-276-2827Email:[email protected]

Max WalkerDepartmentofHealthPhone:61-3-9096-1471Email:[email protected]

Conformance & Guidance for Implementation/Testing

Wendy HuangCanadaHealthInfowayInc.Phone:416-595-3449Email:[email protected]

Frank OemigHL7GermanyAgfaHealthcarePhone:49-208-781194Email:[email protected]

Ioana SingureanuEversolve,LLCPhone:603-870-9739Email:[email protected]

Robert SnelickNationalInstituteofStandards&TechnologyPhone:301-975-5924Email:[email protected]

EducationDiego KaminkerHL7ArgentinaPhone:54-11-4781-2898Email:[email protected]

Patrick LoydICodeSolutionsPhone:415-209-0544Email:[email protected]

Melva PetersHL7CanadaPhone:604-515-0339Email:[email protected]

Electronic Health Records

Gary DickinsonCentriHealthPhone:951-536-7010Email:[email protected]

Don Mon, PhDRTIInternationalPhone:312-777-5228Email:[email protected]

John RitterPhone:412-372-5783Email:[email protected]

Helen Stevens LoveStevensHealthcareIntegrationInc.Phone:250-598-0312Email:[email protected]

Patricia Van DykeDeltaDentalPlansAssociationPhone:503-243-4492

Electronic Services

Bill Braithwaite, MD, PhDAnakamEquityServices,EquifaxPhone:202-543-6937Email:[email protected]

Lorraine ConstableConstableConsultingInc.Phone:780-951-4853Email:[email protected]

Ken McCaslinQuestDiagnostics,IncorporatedPhone:610-650-6692Email:[email protected]

Emergency CareLaura Heermann LangfordIntermountainHealthcarePhone:801-507-9254Email:[email protected]

Page 24: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

24 SEPTEMBER 2012

HL7 Work Group Co-Chairs, continuedDonald Kamens, MDXPressTechnologiesPhone:904-296-1189Email:[email protected]

James McClay, MDUniversityofNebraskaMedicalCenterPhone:402-559-3587Email:[email protected]

Peter ParkUSDepartmentofDefense,MilitaryHealthSystemPhone:202-762-0926Email:[email protected]

Financial Management

Kathleen ConnorEdmondScientificEmail:[email protected]

Beat HeggliHL7SwitzerlandPhone:41-1-806-1164Email:[email protected]

Mary Kay McDanielMarkam,Inc.Email:[email protected]

Generation Of Anesthesia Standards

Martin Hurrell, PhDPhone:44-7711-669-522Email:[email protected]

Terri MonkDukeTranslationalMedicineInstitutePhone:919-286-6938Email:[email protected]

Health Care Devices

Todd Cooper80001Experts,LLCPhone:858-435-0729Email:[email protected]

Allen HobbsKaiserPermanentePhone:510-267-5031Email:[email protected]

Patty KrantzMedtronicPhone:763-526-0513Email:[email protected]

John Rhoads, PhDPhilipsHealthcarePhone:978-659-3024Email:[email protected]

Imaging Integration

Helmut Koenig, MDSiemensHealthcarePhone:49-9131-84-3480Email:[email protected]

Harry SolomonGEHealthcarePhone:847-277-5096Email:[email protected]

Implementable Technol-ogy Specifications

Paul KnappKnappConsultingInc.Phone:604-987-3313Email:[email protected]

Dale NelsonLantanaConsultingGroupPhone:916-367-1458Email:[email protected]

Andy StechishinCANASoftware&ServicesLtd.Phone:780-903-0885Email:[email protected]

Infrastructure & Messaging

Anthony JulianMayoClinicPhone:507-266-0958Email:[email protected]

Patrick LoydICodeSolutionsPhone:415-209-0544Email:[email protected]

David Shaver CorepointHealthPhone:214-618-7000Email:[email protected]

Sandra StuartKaiserPermanentePhone:925-924-7473Email:[email protected]

International CouncilCatherine Chronaki, MSc—Affiliate Liaison HL7Hellas/FORTH-InstituteofComputerSciencePhone:30-2810-391691Email:[email protected]

Philip Scott, PhD—HL7 International LiaisonHL7UKPhone:44-8700-112-866Email:[email protected]

Helen Stevens Love—Secretary StevensHealthcareIntegrationInc.Phone:250-598-0312Email:[email protected]

International Mentoring Committee

Diego KaminkerHL7ArgentinaPhone:54-11-4781-2898Email:[email protected]

John RitterPhone:412-372-5783Email:[email protected]

Marketing Council

Rene SpronkHL7NetherlandsPhone:31-318-553812Email:[email protected]

Edward TrippEdwardS.TrippandAssociates,Inc.Phone:224-234-9769Email:[email protected]

Grant WoodIntermountainHealthcarePhone:801-408-8153Email:[email protected]

Mobile Health

Gora Datta (Interim) CAL2CALCorporationPhone:949-955-3443Email:[email protected]

Erin Fitzsimmons (Interim) AngeleCarePhone:319-621-5277Email:[email protected]

Nadine Manjaro (Interim) VerizonBusinessPhone:908-559-4143Email:[email protected]

Modeling and Methodology

George (Woody) Beeler Jr., PhDBeelerConsulting,LLCPhone:507-254-4810Email:[email protected]

Jean DuteauDuteauDesignInc.Phone:780-328-6395Email:[email protected]

Grahame GrieveHealthIntersectionsPtyLtdPhone:61-3-9450-2222Email:[email protected] McKenzieHL7Canada(GordonPointInformatics)Email:[email protected]

AbdulMalik ShakirCityofHopeNationalMedicalCenterPhone:626-644-4491Email:[email protected]

Orders and Observations

Hans BuitendijkSiemensHealthcarePhone:610-219-2087Email:[email protected]

Lorraine ConstableConstableConsultingInc.Phone:780-951-4853Email:[email protected]

Robert Hausam, MDHausamConsultingPhone:801-949-1556Email:[email protected]

Patrick LoydICodeSolutionsPhone:415-209-0544Email:[email protected]

Ken McCaslinQuestDiagnostics,IncorporatedPhone:610-650-6692Email:[email protected]

Organizational Relations Committee

Scott RobertsonKaiserPermanentePhone:310-200-0231Email:[email protected]

Outreach Committee for Clinical Research

Ed Helton, PhDNationalCancerInstitutePhone:919-465-4473Email:[email protected]

Patient Adminstration

Alexander deLeonKaiserPermanentePhone:626-381-4141Email:[email protected]

Line SaeleHelseVestIKTPhone:47-55976494Email:[email protected]

Patient Care

Stephen Chu, PhDNationaleHealthTransitionAuthority(NEHTA)Phone :61-730238448Email:[email protected]

Kevin Coonan, MDDeloitteConsultingLLPEmail:[email protected]

William GoossenHL7TheNetherlandsResults4CareB.V.AmersfoortPhone:31-654-614458Email:[email protected]

Hugh Leslie OceanInformaticsEmail:[email protected]

Ian TownendNHSConnectingforHealth Phone:44-113-280-6743 Email:[email protected]

Klaus VeilHL7AustraliaPhone:61-412-746-457Email:[email protected]

Page 25: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

25SEPTEMBER 2012

HL7 Work Group Co-Chairs, continued Patient Safety

Nick HalseyEuropeanMedicinesAgencyPhone:44-0-20-7523-7100Email:[email protected]

Ali RashideeQuantrosPhone:408-514-4804Email:[email protected]

Mead WalkerMeadWalkerConsultingPhone:610-518-6259Email:[email protected]

Pharmacy

Tom de JongHL7theNetherlandsPhone:31-6-3255291Email:[email protected]

Hugh GloverHL7UKBlueWaveInformaticsPhone:44-07889407113Email:[email protected]

Melva PetersHL7CanadaPhone:604-515-0339Email:[email protected]

Process Improvement Committee

Rita ScichiloneAmericanHealthInformationManagementAssociationPhone:312-233-15-2Email:[email protected]

Sandra StuartKaiserPermanentePhone:925-924-7473Email:[email protected]

Project Services

Rick HaddorffMayoClinicPhone:978-296-1462Email:[email protected]

Freida HallQuestDiagnostics,Inc.Phone:610-650-6794Email:[email protected]

Public Health Emergency Response

Joginder MadraGordonPointInformaticsLtd.Phone:780-717-4295Email:[email protected]

Ken PoolOZSystemsPhone:214-631-6161Email:[email protected]

John RobertsTennesseeDepartmentofHealthPhone:615-741-3702Email:[email protected]

Rob SavageRobSavageConsultingEmail:[email protected]

Publishing Committee

George (Woody) Beeler Jr., PhD-V3 BeelerConsulting,LLCPhone:507-254-4810Email:[email protected]

Jane Curry-V2/V3HealthInformationStrategiesInc.Phone:780-459-8560Email:[email protected]

Jane Daus-V2McKessonProviderTechnologiesPhone:847-495-1289Email:[email protected]

Brian Pech-V2KaiserPermanentePhone:678-245-1762Email:[email protected]

Andrew Stechishin-V3 CANASoftware&ServicesLtd.Phone:780-903-0855Email:[email protected]

Sandra Stuart-V2KaiserPermanentePhone:925-924-7473Email:[email protected]

Regulated Clinical Research Information Management

Ed Helton, PhDNationalCancerInstitutePhone:919-465-4473Email:[email protected]

Armando Oliva, MDFood&DrugAdministrationPhone:301-796-8126Email:[email protected]

Edward TrippEdwardS.Tripp&Associates,Inc.Phone:224-234-9769

RIM Based Application Architecture

Peter Hendler, MDKaiserPermanentePhone:510-248-3055Email:[email protected]

Amnon Shabo, PhDIBMPhone:972-544-714070Email:[email protected]

Rene SpronkHL7TheNetherlandsPhone:33-318-553812Email:[email protected]

Security

Bernd Blobel, PhDHL7Germany;UniversityofRegensburgMedicalCenterPhone:49-700-7777-6767Email:[email protected]

Mike DavisUSDepartmentofVeteransAffairsPhone:760-632-0294Email:[email protected]

John MoehrkeGEHealthcarePhone:920-912-8451Email:[email protected]

Patricia Williams (Interim)EdithCowanUniversityPhone:61-863045039Email:[email protected]

Services Oriented Architecture

Gerald BeucheltTheMITRECorporationEmail:[email protected]

Don Jorgenson Inpriva,Inc.Phone:970-472-1441Email:[email protected]

Vince McCauleyHL7AustraliaPhone:61-412-312-416Email:[email protected]

Ken RubinHewlett-PackardEnterprisesServicesPhone:703-845-3277Email:[email protected]

Structured Documents

Calvin BeebeMayoClinicPhone:507-284-3827Email:[email protected]

Robert Dolin, MDLantanaConsultingGroupPhone:714-532-1130Email:[email protected]

Grahame Grieve HealthIntersectionsPtyLtdPhone:61-3-9450-2222Email:[email protected]

Austin KreislerScienceApplicationsInternationalCorp(SAIC)Phone:404-542-4475Email:[email protected]

Brett MarquardEmail:[email protected]

Templates

Kai Heitmann (Interim)HL7GermanyPhone:49-17722660814Email:[email protected]

John RobertsTennesseeDepartmentofHealthPhone:615-741-3702Email:[email protected]

Mark ShafarmanShafarmanConsultingPhone:510-593-3483Email:[email protected]

Tooling

Jane CurryHealthInformationStrategies,Inc.Phone:780-459-8560Email:[email protected]

Tim IrelandNHSConnectingforHealthEmail:[email protected]

Andrew StechishinCANASoftware&ServicesLtd.Phone:780-903-0855Email:[email protected]

Vocabulary

Jim CaseNationalLibraryofMedicinePhone:530-219-4203Email:[email protected]

Heather GrainStandardsAustralia,LlewelynGrainInformaticsPhone:613-956-99443Email:[email protected]

Russell HammLantanaConsultingGroupPhone:507-271-0227Email:[email protected]

Robert HausamHausamConsultingPhone:801-949-1556Email:[email protected]

William T. KleinKleinConsulting,Inc.Phone:631-924-6922Email:[email protected]

Page 26: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

26 SEPTEMBER 2012

HL7 FACILITATORSSteeringDivisionFacilitators

Rick HaddorffMayoClinic/FoundationStructure & Semantic DesignPhone:978-296-1462Email:[email protected]

Lynn LaaksoHealthLevelSevenInternationalFoundation & TechnologyPhone:906-361-5966Email:[email protected]

Dave HamillHealthLevelSevenInternationalTechnical & Support ServicesPhone:734-677-7777Email:[email protected]

ModelingandMethodologyFacilitators

George (Woody) Beeler, Jr., PhDBeelerConsultingLLCFacilitator-at-LargePhone:507-254-4810Email:[email protected]

Charlie BishopiSoftClinical StatementPhone:44-7989-705-395Email:[email protected]

Bernd Blobel, PhDHL7GermanySecurity Phone:49-700-7777-6767Email:[email protected]

Kathleen ConnorEdmondScientificFinancial ManagementEmail:[email protected]

Kevin Coonan, MDDeloitteConsultingLLPEmergency CareEmail:[email protected]

Norman DaoustDaoustAssociatesAnatomic Pathology, Patient CarePhone:617-491-7424Email:[email protected]

Jean Duteau DuteauDesignInc.Patient Care; PharmacyPhone:780-328-6395Email:[email protected]

Hugh Glover HL7UKMedication Phone:44-0-7889-407-113Email:[email protected]

Grahame Grieve HealthIntersectionsPtyLtdInfrastructure & Messaging Phone:61-3-9450-2222Email:[email protected]

Alexander HenketHL7NetherlandsPatient AdministrationEmail:[email protected]

William “Ted” KleinKleinConsulting,Inc.Vocabulary Phone:631-924-6922Email:[email protected]

Austin Kreisler ScienceApplicationsInternationalCorporation(SAIC)Structured Documents Phone:404-542-4475Email:[email protected]

Patrick LoydICodeSolutionsOrders & Observations Phone:415-209-0544Email:[email protected]

Joginder MadraGordonPointInformaticsLtd.Immunization; PHERPhone:780-717-4295Email:[email protected]

Dale NelsonLantanaConsultingGroupImplementable Technology SpecificationsPhone:916-367-1458Email:[email protected]

Lloyd McKenzieHL7Canada;LM&AConsultingLtd.Facilitator-at-LargeEmail:[email protected]

Craig Parker, MDIntermountainHealthcareClinical Decision Support Phone:801-859-4480Email:[email protected]

Amnon Shabo, PhD IBMClinical GenomicsPhone:972-544-714070Email:[email protected]

AbdulMalik ShakirCityofHopeNationalMedicalCenterClinical Interoperability Council; Modeling & Methodology Phone:626-644-4491Email:[email protected]

Ioana SingureanuEversolve,LLCCBCC;Health Care DevicesPhone:603-870-9739Email:[email protected]

Corey SpearsMcKessonProviderTechnologyElectronic Health RecordsPhone:206-269-1211Email:[email protected]

Mead WalkerMeadWalkerConsultingPatient Safety; RCRIMPhone:610-518-6259Email:[email protected]

PublishingFacilitators

Becky AngelesScenPro,Inc.RCRIMPhone:972-437-5001Email:[email protected]

Douglas Baird BostonScientificCorporationTemplates Phone:651-582-3241Email:[email protected]

Mike DavisUSDepartmentofVeteransAffairsSecurity Phone:760-632-0294Email:[email protected]

Jean Duteau DuteauDesignInc.PHERPhone:780-328-6395Email:[email protected]

Isobel FreanBupaGroupClinical StatementPhone:44-207-656-2146Email:[email protected]

Peter GilbertCovisintStructured DocumentsPhone:313-227-0358Email:[email protected]

Robert HallowellSiemensHealthcareMedication; PharmacyPhone:610-219-5612Email:[email protected]

Alexander HenketHL7NetherlandsPatient AdministrationEmail:[email protected]

Anthony Julian MayoClinicInfrastructure & Messaging Phone:507-266-0958Email:[email protected]

Helmut Koenig, MDSiemensHealthcareImaging Integration Phone:49-9131-84-3480Email:[email protected]

Austin KreislerScienceApplicationsInternationalCorporation(SAIC)Orders & ObservationsPhone:404-542-4475Email:[email protected]

Margaret(Peggy) LeizearFoodandDrugAdministrationRCRIMPhone:301-827-5203Email:[email protected]

Mary Kay McDanielMarkam,Inc.Financial ManagementEmail:[email protected]

Page 27: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

27SEPTEMBER 2012

Dale NelsonLantanaConsultingGroupCMET; Implementable Technology SpecificationsPhone:916-367-1458Email:[email protected]

Frank Oemig HL7GermanyGerman RealmPhone:49-208-781194Email:[email protected]

Craig Parker, MDIntermountainHealthcareClinical Decision Support Phone:801-859-4480Email:[email protected]

John RitterElectronic Health RecordsPhone:412-372-5783Email:[email protected]

Ioana SingureanuEversolve,LLCCBCCPhone:603-870-9739Email:[email protected]

Margarita SordoPartnersHealthCareSystem,Inc.GelloPhone:781-416-8479Email:[email protected]

Anita WaldenDukeTranslationalMedicineInstituteClinical Interoperability CouncilPhone:919-668-8256Email:[email protected]

Grant WoodIntermountainHealthcareClinical GenomicsPhone:801-408-8153Email:[email protected]

VocabularyFacilitators

Paul Biondich, MDIUSchoolofMedicineChild HealthPhone:317-278-3466Email:[email protected]

Kathleen ConnorEdmondScientificFinancial Management, SecurityEmail:[email protected]

Kevin Coonan, MDDeloitteConsultingLLPEmergency CareEmail:[email protected]

Guilherme Del Fiol, MDDukeTranslationalMedicineInstituteClinical Decision SupportPhone:919-213-4129Email:[email protected]

Christof GessnerHL7GermanyHealth Care DevicesPhone:49-172-3994033Email:[email protected]

Margaret Haber, BSN, RN, OCNNationalCancerInstituteRCRIM Phone:301-594-9185Email:[email protected]

W. Edward Hammond, PhD Templates Phone:919-383-3555Email:[email protected]

Monica HarryGordonPointInformaticsPHEREmail:[email protected]

Robert Hausam, MDHausamConsultingOrders & Observations; Structured DocumentsPhone:801-949-1556Email:[email protected]

Joyce HernandezMerck&Co.Inc.Clinical GenomicsPhone:732-594-1815Email:[email protected]

Wendy HuangCanadaHealthInfowayInc.Patient AdministrationPhone:416-595-3449Email:[email protected]

Julie JamesBlueWaveInformaticsMedication; Pharmacy Email:[email protected]

William “Ted” Klein KleinConsulting,Inc.Modeling & Methodology Phone:631-924-6922Email:[email protected]

Patrick LoydICodeSolutionsClinical StatementPhone:415-209-0544Email:[email protected]

Susan Matney3MHealthInformationSystemsPatient CarePhone:801-265-4326Email:[email protected]

Robert McClure, MDApelon,Inc.CBCCPhone:303-926-6771Email:[email protected]

Sarah RyanClinical Interoperability CouncilEmail:[email protected]

Harold SolbrigApelon,Inc.Modeling & Methodology Phone:807-993-0269Email:[email protected]

Harry SolomonGEHealthcareImaging Integration Phone:847-277-5096Email:[email protected]

Sandra Stuart KaiserPermanenteInfrastructure & Messaging Phone:925-924-7473Email:[email protected] Van DykeDeltaDentalPlansAssociationElectronic Health RecordsPhone:503-243-4992Email:[email protected]

Tony WeidaApelonSecurityEmail:[email protected]

HL7 FACILITATORS, continued

Page 28: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

28 SEPTEMBER 2012

AFFILIATE CONTACTS

HL7 ArgentinaFernando CamposPhone: +54-11-478-2898 Email:[email protected]

HL7 AustraliaRichard Dixon HughesEmail: [email protected]

HL7 AustriaStefan SabutschPhone: +43-664-3132505Email: [email protected]

HL7 Bosnia and Herzegovina Samir Dedovic Phone: +387 0-33-721-911 Email: [email protected]

HL7 BrazilMarivan Santiago AbrahaoPhone: +55-11-3045-3045Email: [email protected]

HL7 CanadaMelva Peters Phone: +604-515-0339 Email: [email protected]

HL7 China Prof. Baoluo LiPhone: +86-010-65815129Email: [email protected]

HL7 ColombiaFernando Portilla Phone: +57 2-5552334 x241 Email: [email protected]

HL7 CroatiaMiroslav KoncarPhone: +385-99-321-2253Email: [email protected]

HL7 Czech RepublicLibor SeidlPhone: +420 605740492Email: [email protected]

HL7 FinlandJuha Mykkanen, PhDPhone: +358-403552824 Email: [email protected]

HL7 France Nicolas Canu Phone: +33 02-35-60-41-97 Email: [email protected]

HL7 GermanyKai Heitmann, MDPhone: +49-172-2660814Email: [email protected]

HL7 GreeceAlexander Berler, PhD Phone: +30-2111001691 Email: [email protected]

HL7 Hong KongChung Ping HoPhone:+852 34883762 Email: [email protected] HL7 IndiaSupten Sarbadhikari, MBBS, PhD Email: [email protected]

HL7 ItalyStefano LottiPhone: +39-06-42160685Email: [email protected]

HL7 JapanMichio Kimura, MD, PhDPhone: +81-3-3506-8010Email: [email protected]

HL7 KoreaByoung-Kee Yi, PhDPhone: +82 234101944 Email: [email protected]

HL7 Luxembourg Stefan Benzschawel Phone: +352-425-991-889 Email: [email protected]

HL7 MexicoPablo Ceballos Yanez Phone: +52 55-5261-4000 Email: [email protected]

HL7 NetherlandsRobert Stegwee, MSc, PhDPhone: +31-30-689-2730Email: [email protected]

HL7 New ZealandDavid HayPhone: +64-9-638-9286Email: [email protected]

HL7 Norway Espen Moeller Phone: +47 97008186 Email: [email protected]

HL7 Pakistan Dr. Hafiz Farooq Ahmad Phone: +92 51-90852155 Email: [email protected]

HL7 Puerto Rico Julio Cajigas Phone: +1 787-805-0505 x6003 Email: [email protected]

HL7 RomaniaFlorica Moldoveanu, PhD Phone: +40-21-4115781Email: [email protected]

HL7 RussiaTatyana Zarubina MD, PhD Phone: +007-495-434-55-82 Email: [email protected]

HL7 SingaporeColleen Brooks Phone: +65-68181246 Email: [email protected]

HL7 SpainCarlos Gallego PerezPhone: +34-93-693-18-03 Email: [email protected]

HL7 SwedenGustav AlvfeldtPhone: +46 08-123-13-117 Email: [email protected]

HL7 SwitzerlandBeat HeggliPhone: +41-1-806-1164Email: [email protected]

HL7 TaiwanChih-Chan (Chad) YenPhone: +886-2-25526990Email: [email protected]

HL7 TurkeyErgin SoysalEmail: [email protected]

HL7 UKPhilip Scott, PhD Phone: +44 8700-112-866 Email: [email protected]

HL7 UruguaySelene Indarte Phone: +5985-711-0711 Email: [email protected]

Page 29: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

29SEPTEMBER 2012

Chief Executive Officer

2012 HL7 STAFFAssociate Executive

Director

Charles Jaffe, MD, PhD [email protected]

Chief Technical Officer

Executive Director

Mark McDougall+1-734-677-7777

[email protected]

Karen Van Hentenryck+1-734-677-7777

[email protected]

John [email protected]

Director of Meetings

Director, Project Management Office

Lillian [email protected]

Manager of Education

Dave [email protected]

Mary Ann Boyle+1-734-677-7777

[email protected]

Manager of Administrative

Services

Director of Communications

Linda [email protected]

Director ofTechnical

Publications

Director of Technical Services

Michael Kingery+1-919-636-4032

[email protected]

Andrea [email protected]

Donald [email protected]

Director of Membership

Services

Diana [email protected]

TSC Project Manager

Lynn [email protected]

Web Development Coordinator

Joshua [email protected]

Director ofEducation

Sharon [email protected]

Page 30: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

30 SEPTEMBER 2012

Donald Mon, PhD [email protected]

Austin Kreisler ScienceApplications

InternationalCorp.(SAIC)+1-404-542-4475

[email protected]

2012 HL7 BOARD OF DIRECTORS

Jill Kaufman, PhDCollegeofAmerican

[email protected]

Robert Dolin, MDLantanaConsultingGroup

+1-714-532-1130bob.dolin

Edward Tripp EdwardSTripp

andAssociates,Inc.+1-224-234-9769

[email protected]

Directors-at-Large

John QuinnHL7CTO

[email protected]

Keith Boone GEHealthcare

[email protected]

Michael van CampenGordonPointInformaticsLtd.

[email protected]

Charles Jaffe, MD, PhD HL7CEO

[email protected]

Mark McDougallHL7ExectiveDirector

[email protected]

Advisory Council Chair

Richard Dixon Hughes HL7Australia/DH4PtyLimited

[email protected]

Ex Officio Members

Catherine Chronaki, MScFORTH-InstituteofComputer

Science;HL7HellasBoD+30-2810-391691

[email protected]

Affiliate Directors

Diego Kaminker HL7Argentina

[email protected]

Past ChairChair Treasurer Secretary Technical Steering Committee Chair

Rebecca Kush, PhD CDISC

[email protected]

W. Edward Hammond, PhD +1-919-383-3555

[email protected]

Stanley Huff, MD IntermountainHealthcare

[email protected]

Douglas Fridsma, MD, PhD OfficeoftheNational

CoordinatorforHealthIT+1-202-205-4408

[email protected]

James Ferguson KaiserPermanente+1510-271-5639

[email protected]

Chair Emeritus and Director-at-Large

Page 31: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

31SEPTEMBER 2012

HL7 EDUCATIONAL SUMMITSGain real-world HL7 knowledge TODAY that you can apply TOMORROW

What is an Educational Summit?The HL7 Educational Summit is a a two-day schedule of tutorials focused on HL7-specific topics such as Version 2, Version 3 and Clinical Document Architecture. Educational sessions also cover general interest industrytopics such as vocabulary. Why Should I Attend?

This is an invaluable educational opportunity for the healthcare IT community as it strives for greater interop-erability among healthcare information systems. Our classes offer a wealth of information designed to benefit a wide range of HL7 users, from beginner to advanced.

Among the benefits of attending the HL7 Educational Summit are:

• Efficiency Concentrated two-day format provides maximum training with minimal time investment

• LearnToday,ApplyTomorrow A focused curriculum featuring real-world HL7 knowledge that you can apply immediately

• QualityEducation High-quality training in a “small classroom” setting promotes more one-on-one learning

• SuperiorInstructors You’ll get HL7 training straight from the source: Our instructors. They are not only HL7 experts; they are the people who help produce the HL7 standards

• CertificationTesting Become HL7 Certified: HL7 is the sole source for HL7 certification testing, now offering testing on Version 2.7, Clinical Document Architecture, and Version 3 RIM

• Economical A more economical alternative for companies who want the benefits of HL7’s on-site training but have fewer employees to train

November 13-15, 2012 San Francisco Marriot

Fisherman’s Wharf

UPCOMING EDUCATIONAL SUMMITS

Page 32: FHIR€¦ · 13-09-2012  · and Lloyd McKenzie, FHIR Project Coordinator Austin Kreisler Lloyd Mckenzie. In This Issue... 2 is the official publication of: Health Level Seven International

Upcoming WORKING GROUP MEETINGS

May 5 – 10, 2013

Working Group Meeting Sheraton Atlanta Hotel

Atlanta, GA

October 4-9, 2015

29th Annual Plenary & Working Group Meeting

Sheraton Atlanta HotelAtlanta, GA

September 22 – 27, 2013

27th Annual Plenary &Working Group Meeting

Hyatt Regency CambridgeCambridge, MA

January 13 – 18, 2013

Working Group Meeting

Pointe Hilton Squaw Peak

ResortPhoenix, AZ

January 12 – 17, 2014

Working Group Meeting Hilton in the Walt Disney World Resort®