Implementing GI Quality Measures: Where does the HL7 Clinical Document Architecture fit? June 09, Bob Dolin, MD

Size: px
Start display at page:

Download "Implementing GI Quality Measures: Where does the HL7 Clinical Document Architecture fit? June 09, Bob Dolin, MD"

Transcription

1 Semantically Yours, LLC. All rights reserved. Implementing GI Quality Measures: Where does the HL7 Clinical Document Architecture fit? June 09, 2009 Bob Dolin, MD 1

2 About me Bob Dolin, MD, FACP, FACMI HL7 Chair-elect, HL7 Board of Directors Co-chair, HL7 Structured Documents WG Co-editor, HL7 Clinical Document Architecture Co-editor, Using SNOMED CT in HL7 Version 3 US HITSP Co-chair, HITSP Foundations Committee SNOMED Prior member, SNOMED International Editorial Board Member, IHTSDO Content Committee Responsible for Kaiser Permanente s enterprise-wide SNOMED CT deployment. Semantically Yours, LLC Healthcare interoperability standards consultant 2

3 Outline Evolving US quality reporting framework HL7 Clinical Document Architecture Clinical scenario HL7 Quality Reporting Document Architecture 3

4 US Interoperability Standards development HHS federal recognition ONC oversight AHIC/NeHC - prioritization HITSP align use cases with standards CCHIT - certification NHIN implementation IHE end to end profiling SDO standards development HL7 clinical messages and documents IHTSDO clinical terminology NCPDP - medications X12 - financial HITSP HHS ONC CCHIT AHIC NHIN NCPDP HL7 X12 IHE IHTSDO 4

5 US Interoperability Standards development HHS ONC HIT Policy Committee HIT Standards Committee NIST NHIN NCPDP HL7 IHTSDO X12 IHE 5

6 Quality framework and where CDA fits feedback ONC/HITSP Quality Use Case NCQA, AMA, APQ... Measure definition The Collaborative, RAND emeasure specification Measure Development emeasure Specification NQF HITEP Quality Data Set HIMSS IHE: Multi-party choreography using HL7 messages, services CDA (QRDA) CDA (QRDA) CDA (QRDA) Aggregators, Requestors

7 What is the CDA? The CDA is a document markup standard for the structure and semantics of an exchanged "clinical document". A clinical document is a documentation of observations and other services with the following characteristics: Persistence Stewardship Potential for authentication Context Wholeness Human readability A CDA document is a defined and complete information object that can exist outside of a message, and can include text, images, sounds, and other multimedia content. 7

8 CDA Business Case CDA hits the sweet spot CDA encompasses all of clinical documents. A single standard for the entire EHR is too broad. Multiple standards and/or messages for each EHR function may be difficult to implement. CDA is just right. Implementation experience - CDA has been an ANSI standard since 2000, and has been balloted through HL7's consensus process. CDA is widely implemented. Gentle on-ramp to information exchange - CDA is straight-forward to implement, and provides a mechanism for incremental semantic interoperability. Improved patient care - CDA provides a mechanism for inserting best practices and evidence-based medicine directly into the process of care (via the same template mechanism used to build CCD), thereby making it easier to do the right thing. Lower costs CDA s top down strategy let s you implement once, and reuse many times for new scenarios. 8

9 Key Aspects of the CDA CDA documents are encoded in Extensible Markup Language (XML). CDA is derived from HL7's central Reference Information Model (RIM), thereby enabling data reusability - with lab or pharmacy messages, with claims attachments, clinical trials, etc. The CDA specification is richly expressive and flexible. Templates, conformance profiles, and implementation guides can be used to constrain the generic CDA specification. (More on this when we talk about CCD ) 9

10 Major Components of a CDA Document <ClinicalDocument>... <structuredbody> <section> <text>...</text> <observation>...</observation> <substanceadministration> <supply>...</supply> </substanceadministration> <observation> <externalobservation>... </externalobservation> </observation> </section> <section> <section>...</section> </section> </structuredbody> </ClinicalDocument> External References Narrative Block E N T R I E S S E C T I O N S Header B O D Y D O C U M E N T 10

11 CDA Model CDA R2 object model, showing a portion of the header and its connection to the document body representedorganization Organization classcode*: <= ORG determinercode*: <= INSTANCE id: SET<II> [0..*] name: SET<ON> [0..*] telecom: SET<TEL> [0..*] addr: SET<AD> [0..*] standardindustryclasscode: CE CWE [0..1] <= OrganizationIndustryClass ClinicalDocument classcode*: <= DOCCLIN moodcode*: <= EVN id*: II [1..1] code: CE CWE [1..1] <= DocumentType title: ST [0..1] effectivetime: TS [1..1] confidentialitycode: CE CWE [1..1] <= x_basicconfidentialitykind languagecode: CS CNE [0..1] <= HumanLanguage 0..* parentdocument relateddocument typecode*: <= x_actrelationshipdocument ParentDocument classcode*: <= DOCCLIN moodcode*: <= EVN id*: SET<II> [1..*] code: CD CWE [0..1] <= DocumentType text: ED [0..1] setid: II [0..1] versionnumber: INT [0..1] AssignedEntity classcode*: <= ASSIGNED id: SET<II> [1..*] code: CE CWE [0..1] <= RoleCode addr: SET<AD> [0..*] telecom: SET<TEL> [0..*] 0..1 assignedperson Person classcode*: <= PSN determinercode*: <= INSTANCE name: SET<PN> [0..*] 1..* assignedentity author typecode*: <= AUT functioncode: CE CWE [0..1] <= ParticipationFunction contextcontrolcode*: CS CNE [1..1] <= "OP" time*: TS [1..1] 0..1 assignedentity legalauthenticator typecode*: <= LA contextcontrolcode*: CS CNE [1..1] <= "OP" time*: TS [1..1] signaturecode*: CS CNE [1..1] <= ParticipationSignature 1..1 bodychoice component typecode*: <= COMP contextconductionind*: BL [1..1] "true" bodychoice NonXMLBody classcode*: <= DOCBODY moodcode*: <= EVN text: ED [1..1] confidentialitycode: CE CWE [0..1] <= x_basicconfidentialitykind languagecode: CS CNE [0..1] <= HumanLanguage StructuredBody classcode*: <= DOCBODY moodcode*: <= EVN confidentialitycode: CE CWE [0..1] <= x_basicconfidentialitykind languagecode: CS CNE [0..1] <= HumanLanguage component typecode*: <= COMP contextconductionind*: BL [1..1] "true" 1..* section 1..* assignedauthor author Section classcode*: <= DOCSECT moodcode*: <= EVN id: II [0..1] code: CE CWE [0..1] <= DocumentSectionType title: ST [0..1] text*: ED [0..1] confidentialitycode: CE CWE [0..1] <= x_basicconfidentialitykind languagecode: CS CNE [0..1] <= HumanLanguage 11

12 CDA Model CDA R2 object model, showing the connection from a document section to nested CDA entries. Organization classcode*: <= ORG determinercode*: <= INSTANCE id: SET<II> [0..*] name: SET<ON> [0..*] telecom: SET<TEL> [0..*] addr: SET<AD> [0..*] standardindustryclasscode: CE CWE [0..1] <= OrganizationIndustryClass DrugOrOtherMaterial LabeledDrug classcode*: <= MMAT determinercode*: <= KIND code: CE CWE [0..1] <= DrugEntity name: EN [0..1] Material classcode*: <= MMAT determinercode*: <= KIND code: CE CWE [0..1] <= MaterialEntityClassType name: EN [0..1] lotnumbertext: ST [0..1] Section classcode*: <= DOCSECT moodcode*: <= EVN id: II [0..1] code: CE CWE [0..1] <= DocumentSectionType title: ST [0..1] text*: ED [0..1] confidentialitycode: CE CWE [0..1] <= x_basicconfidentialitykind languagecode: CS CNE [0..1] <= HumanLanguage 0..1 manufacturerorganization component typecode*: <= COMP contextconductionind*: BL [1..1] "true" 0..* section entryrelationship ManufacturedProduct classcode*: <= MANU id: SET<II> [0..*] 1..1 manufactureddrugorothermaterial typecode*: <= x_actrelationshipentryrelationship contextconductionind*: BL [1..1] "true" 0..1 subject entry typecode*: <= x_actrelationshipentry contextconductionind*: BL [1..1] "true" 0..* clinicalstatement 1..1 manufacturedproduct consumable typecode*: <= CSM 0..1 manufacturedproduct * product typecode*: <= PRD 0..* clinicalstatement clinicalstatement Observation classcode*: <= OBS moodcode*: <= x_actmooddocumentobservation id: SET<II> [0..*] code*: CD CWE [1..1] <= ObservationType negationind: BL [0..1] statuscode: CS CNE [0..1] <= ActStatus effectivetime: IVL<TS> [0..1] value: ANY [0..1] targetsitecode: SET<CD> CWE [0..*] SubstanceAdministration classcode*: <= SBADM moodcode*: <= x_documentsubstancemood id: SET<II> [0..*] code: CD CWE [0..1] <= SubstanceAdministrationActCode statuscode: CS CNE [0..1] <= ActStatus effectivetime: GTS [0..1] repeatnumber: IVL<INT> [0..1] routecode: CE CWE [0..1] <= RouteOfAdministration dosequantity: IVL<PQ> [0..1] Supply classcode*: <= SPLY moodcode*: <= x_documentsubstancemood id: SET<II> [0..*] code: CD CWE [0..1] <= ActCode statuscode: CS CNE [0..1] <= ActStatus effectivetime: GTS [0..1] quantity: PQ [0..1] Procedure classcode*: <= PROC moodcode*: <= x_documentproceduremood id: SET<II> [0..*] code: CD CWE [0..1] statuscode: CS CNE [0..1] <= ActStatus effectivetime: IVL<TS> [0..1] prioritycode: CE CWE [0..1] <= ActPriority methodcode: SET<CE> CWE [0..*] approachsitecode: SET<CD> CWE [0..*] targetsitecode: SET<CD> CWE [0..*] 0..* observationrange referencerange typecode*: <= REFV 0..* criterion precondition typecode*: <= PRCN ObservationRange classcode*: <= OBS moodcode*: <= EVN.CRT code: CD CWE [0..1] <= ActCode text: ED [0..1] value: ANY [0..1] interpretationcode: CE CNE [0..1] <= ObservationInterpretation Criterion classcode*: <= OBS moodcode*: <= EVN.CRT code: CD CWE [0..1] <= ActCode text: ED [0..1] value: ANY [0..1] 12

13 Temperature is 36.9 C. CDA Body Entries <section> <code code="8716-3" codesystem=" " codesystemname="loinc"/> <title>vital Signs</title> <text>temperature is 36.9 C</text> <entry> <observation classcode="obs" moodcode="evn"> <code code=" " codesystem=" " codesystemname="snomed CT" displayname="body temperature"/> <statuscode code="completed"/> <effectivetime value=" "/> <value xsi:type="pq" value="36.9" unit="cel"/> </observation> </entry> </section> Required narrative block Optional entries 13

14 CDA Body Entries Father had fatal heart attack in <section> <code code=" " codesystem=" " codesystemname="loinc"/> <title>family history</title> <text>father had fatal heart attack in 1970.</text> <entry> <observation classcode="obs" moodcode="evn"> <code code="assertion" codesystem=" "/> <value xsi:type= CD code=" " codesystem=" " codesystemname="snomed CT" displayname="mi"/> <effectivetime value="1970"/> <subject> <relatedsubject classcode="prs"> <code code="fth" codesystem= /> </relatedsubject> </subject> <entryrelationship typecode="caus"> <observation classcode="obs" moodcode="evn"> <code code="assertion" codesystem=" "/> <value xsi:type= CD code=" " codesystem=" " displayname="death"/> <effectivetime value="1970"/> </observation> </entryrelationship> </observation> </entry> 14

15 CDA Body Entries Suture removal from left forearm performed. <section> <code code=" " codesystem=" " codesystemname="loinc"/> <title>in-office Procedures</title> <text>suture removal from left forearm performed.</text> <entry> <procedure classcode="proc" moodcode="evn"> <code code=" " codesystem=" " codesystemname="snomed CT" displayname="suture removal"> <qualifier> <name code=" " codesystem=" " displayname="procedure site"/> <value code=" " codesystem=" " displayname="left forearm"/> </qualifier> </code> <effectivetime value=" "/> </procedure> </entry> </section> 15

16 CDA Body Entries Captopril 25mg PO every 12 hours <section> <code code=" " codesystem=" " codesystemname="loinc"/> <title>medications</title> <text>captopril 25mg PO every 12 hours.</text> <entry> <substanceadministration classcode="sbadm" moodcode="evn"> <effectivetime xsi:type="pivl_ts"> <period value="12" unit="h"/> </effectivetime> <routecode code="po" codesystem=" " codesystemname="routeofadministration"/> <dosequantity value="1"/> <consumable> <manufacturedproduct> <manufacturedlabeleddrug> <code code="317172" codesystem=" " codesystemname="rxnorm" displayname="captopril 25mg oral tablet"/> </manufacturedlabeleddrug> </manufacturedproduct> </consumable> </substanceadministration> </entry> </section> 16

17 The A in CDA CDA R2 consists of a single CDA XML Schema, and the architecture arises from the ability to apply one or more templates which serve to constrain the richness and flexibility of CDA. Professional society recommendations, national clinical practice guidelines, standardized data sets can be expressed as CDA templates. This presentation will describe the CDA template process, and will show how the ASTM Continuity of Care Record (CCR) data set is used as a template to constrain CDA specifically for summary documents, resulting in the HL7/ASTM Continuity of Care Document (CCD) specification. 17

18 The A in CDA There are many kinds of templates that might be created. Among them, two are particularly relevant for clinical documents: (1) those that constrain the document sections based on the type of document (section-level templates); (2) those that constrain the entries within document sections (entry-level templates). CDA Schema CDA Schema :: Progress Note section-level template applied. CDA Schema :: Progress Note section-level and Vital Signs entrylevel template applied. CDA Schema :: Endocrinology Progress Note section-level and Vital Signs entry-level template applied. CDA Schema :: Progress Note section-level and ICU Vital Signs entry-level template applied. CDA Schema :: Cardiology Progress Note section-level template applied CDA Schema :: Cardiology Progress Note section-level and Cardiac Exam entry-level template applied. CDA Schema :: Endocrinology Progress Note section-level template applied. CDA Schema :: Endocrinology Progress Note section-level and Vital18 Signs entry-level template applied.

19 CDA Templates a clinical scenario Evidence-based medicine often manifests through the creation of Clinical Practice Guidelines. Clinical Practice Guidelines are most useful when integrated into the process of care. Integration options include: Templates Alerts Clinical Practice Guidelines can be transformed into CDA templates, to guide the collection of key data elements. 19

20 A typical day in the office History Henry Levin, the 7th is a 67 year old male referred for further asthma management. Onset of asthma in his teens. He was hospitalized twice last year, and already twice this year. He has not been able to be weaned off steroids for the past several months. Past Medical History Asthma Hypertension Medications Theodur 200mg BID Proventil inhaler 2puffs QID PRN Prednisone 20mg qd HCTZ 25mg qd Allergies Penicillin - Hives Aspirin - Wheezing Social History Smoking :: 1 PPD between the ages of 20 and 55, and then he quit. cont... 20

21 A typical day in the office Physical Exam Vital Signs :: BP 196/100; Wt 185lb; Resp 16 and unlabored; T 98.6F; HR 86 and regular. Lungs :: Clear with no wheeze. Good air flow. Cardiac :: RRR with no murmur, no S3, no S4. Labs PFTs 02/03/1999: FEV1 1.2; FVC 1.9; FEV1/FVC = CBC 02/03/1999: Hgb 15.1; WBC 7.2; PLT 279k; MCV 88. ABG 02/03/1999: (room air) po2 78; pco2 48; ph CXR 02/03/1999: Hyperinflated. Normal cardiac silhouette, clear lungs. PFTs today: FEV1 1.4; FVC 2.0; FEV1/FVC = Peak Flow today: 260 l/m. Assessment Asthma, with prior smoking history. Difficulty weaning off steroids. Will try gradual taper. Hypertension, poorly controlled. Add lopressor. Plan Complete PFTs with lung volumes. Chem-7 Provide educational material on inhaler usage and peak flow self-monitoring. Decrease prednisone to 20qOD alternating with 18qOD. Lopressor 25mg BID. RTC 1 week.

22 A typical day in the office Lab Order Form CBC with Differential Count Chem-7 Liver Enzymes Calcium Magnesium Urinalysis Theophylline level X Cardiopulmonary Order Form Test: Complete Pulmonary Function Study with Lung Volumes Arterial Blood Gas Treadmill Stress Test, Routing Echocardiogram Other (Specify) :: X Indications: Baseline evaluation Specific Questions:

23 A typical day in the office Health Summary Form Screening DATE DATE DATE DATE DATE DATE Colonoscopy Breast Exam Mammogram Pap Smear PSA Immunizations DATE DATE DATE DATE DATE DATE Pneumovax Influenza Education DATE DATE DATE DATE DATE DATE Cholesterol Smoking Seat Belts 23

24 Am I following the NHLBI guidelines? Which environmental and occupational triggers did I ask about? I forgot to ask about triggers. Have I provided proper patient education? Information to answer this question is in the narrative portion of my note. Is my assessment of asthma severity consistent with the NHLBI guidelines? NHLBI asthma severity is based on several factors, the worst of which determines diagnosis.

25 NHLBI Asthma Template The NHLBI Asthma Guidelines can be expressed as a CDA template. A CDA document that is authored with the NHLBI Asthma Template will conform to the CDA standard AND will conform to the additional constraints in the template. 25

26 NHLBI Asthma Template History Frequency of wheezing: Daily and continual. Daily but not continual. Episodes per week :: Labs Peak Flow :: l/m. Assessment Asthma, Intermittent. Asthma, Mild Persistent. Asthma, Moderate Persistent. Asthma, Severe Persistent. Plan Pneumococcal Vaccine Complete PFTs with lung volumes. Provide education on peak flow self-monitoring. Environmental and Occupational screening questionnaire. Teach inhaler/spacer/holding chamber technique. Discuss environmental control measures to avoid exposure to known allergens and irritants. Teach self-monitoring.

27 NHLBI Asthma Template Plan Pneumococcal Vaccine Complete X PFTs with lung volumes. Provide X education on peak flow self-monitoring. Environmental and <section> Occupational screening questionnaire. Teach inhaler/spacer/holding <templateid chamber root=" /> technique. Discuss environmental <title>plan</title> control measures to avoid exposure to known allergens and irritants. Teach self-monitoring. <text>complete PFTs with lung volumes; Provide education on peak flow self-monitoring;...</text> <entry> <observation classcode="obs" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="pulmonary function test"/> </observation> </entry> <entry> <act classcode="act" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="teaching of skills"> <qualifier> <name code=" " displayname="has focus"/> <value code=" " displayname="peak flow rate measurement"/> </qualifier> </code>

28 NHLBI Asthma Template NHLBI Guideline defines the Template. HL7 RIM defines the fields. Standard terminologies define the field values. And it s all packaged together in a standardized way within the CDA.

29 NHLBI Asthma Template atop CDA NHLBI Guideline defines the Template. HL7 RIM defines the fields. Standard terminologies define the field values. <section> <templateid root=" "/> <title>plan</title> <text>complete PFTs with lung volumes; Provide education on peak flow self-monitoring;...</text> <entry> <observation classcode="obs" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="pulmonary function test"/> </observation> </entry> <entry> <act classcode="act" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="teaching of skills"> <qualifier> <name code=" " displayname="has focus"/> <value code=" " displayname="peak flow rate measurement"/> </qualifier> </code> And it s all packaged into CDA.

30 NHLBI Asthma Template atop CDA NHLBI Guideline defines the Template. HL7 RIM defines the fields. Standard terminologies define the field values. And it s all packaged into CDA. <section> <templateid root=" "/> <title>plan</title> <text>complete PFTs with lung volumes; Provide education on peak flow self-monitoring;...</text> <entry> <observation classcode="obs" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="pulmonary function test"/> </observation> </entry> <entry> <act classcode="act" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="teaching of skills"> <qualifier> <name code=" " displayname="has focus"/> <value code=" " displayname="peak flow rate measurement"/> </qualifier> </code>

31 NHLBI Asthma Template atop CDA Which environmental and occupational triggers did I ask about? Have I provided proper patient education? Plan Pneumococcal <section> Vaccine X Complete PFTs <templateid with lung volumes. root=" "/> X Provide education <title>plan</title> on peak flow self-monitoring. Environmental and <text>complete Occupational screening PFTs questionnaire. with lung volumes; Provide education Teach inhaler/spacer/holding on peak chamber flow self-monitoring; technique....</text> Discuss environmental <entry> control measures to avoid exposure to known allergens and irritants. Teach self-monitoring. <observation classcode="obs" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="pulmonary function test"/> </observation> </entry> <entry> <act classcode="act" moodcode="int"> <code code=" " codesystem= &SNOMEDCT;" displayname="teaching of skills"> <qualifier> <name code=" " displayname="has focus"/> <value code=" " displayname="peak flow rate measurement"/>

32 Is my assessment of asthma severity c/w NHLBI? Severe Persistent NHLBI Asthma Template atop CDA Symptoms (cough, wheeze, shortness of breath, chest tightness) Continual symptoms Daily limited physical activity Maintenance oral corticosteroids More than 1 steroid burst the past month History Frequency of wheezing: Daily X and continual. Daily but not continual. Labs Peak Flow :: 260 l/m. Nighttime Symptoms Frequent (at least 4 nights per week) Lung Function FEV 1 or PEF 60% predicted PEF variability >30% (AM/PM) Assessment Asthma, Intermittent. Asthma, Mild Persistent. Asthma, X Moderate Persistent. Asthma, Severe Persistent. 32

33 Quality Reporting Document Architecture Project Goal To standardize the framework of quality reports and to define the way quality measurement data should be structured to create interoperability between reporting and receiving systems.

34 Types of QRDA Reports Category 1: Single Patient Reports DSTU ballot Category 2: Patient List Reports Informative ballot, for comments Category 3: Calculated Reports Informative ballot, for comments 34

35 Layout of a QRDA Cat I Report 35

36 Sample QRDA Category 1 Report Contains raw patient data No assertion about the status of quality compliance When pooled and analyzed, each report contributes to quality compliance

37 Vermont-Oxford Neonatal Admission Temperature

38 CHCA BMI Index Percentile Measure

39 Sample QRDA Category 2 Report Proposed as a multipatient level report Includes flags for each patient indicating whether the patient qualifies for the numerator, denominator, exclusion

40 Sample QRDA Category 3 Report Aggregate quality report Calculated summary data for one or more measures on a population

41 HL7 web site: For more information HL7 Structured Documents listserver (public but must register to post): CDA: Dolin RH, Alschuler L, Boyer S, Beebe C, Behlen FM, Biron PV, Shabo A. HL7 Clinical Document Architecture, Release 2. J Am Med Inform Assoc. 2006;13: ( CDA R2 Quality Reporting Document Architecture, Draft Standard for Trial Use 41

Digital Imaging and Communications in Medicine (DICOM) Part 20: Transformation of DICOM to and from HL7 Standards

Digital Imaging and Communications in Medicine (DICOM) Part 20: Transformation of DICOM to and from HL7 Standards PS 3.20-2011 Digital Imaging and Communications in Medicine (DICOM) Part 20: Transformation of DICOM to and from HL7 Standards Published by National Electrical Manufacturers Association 1300 N. 17th Street

More information

The ASTM/HL7 Continuity of Care Document. HIMSS 2008 Liora Alschuler www.alschulerassociates.com

The ASTM/HL7 Continuity of Care Document. HIMSS 2008 Liora Alschuler www.alschulerassociates.com The ASTM/HL7 Continuity of Care Document HIMSS 2008 Liora Alschuler www.alschulerassociates.com 1 Liora Alschuler Consultant in healthcare IT 1997-present Founded consulting firm in 2005 Background in

More information

Implementation Guide for Study Design Structured. Document. FDA Guidance for Human Clinical Trials

Implementation Guide for Study Design Structured. Document. FDA Guidance for Human Clinical Trials Implementation Guide for Study Design Structured Document FDA Guidance for Human Clinical Trials i Table of Contents 1 Acknowledgements... 1 2 Introduction... 1 2.1 Audience... 1 2.2 Approach... 1 2.3

More information

The HL7 Clinical Document Architecture. HIMSS 2008 Liora Alschuler www.alschulerassociates.com

The HL7 Clinical Document Architecture. HIMSS 2008 Liora Alschuler www.alschulerassociates.com The HL7 Clinical Document Architecture HIMSS 2008 Liora Alschuler www.alschulerassociates.com 1 Liora Alschuler Consultant in healthcare IT 1997-present Founded consulting firm in 2005 Background in electronic

More information

HL7 Clinical Document Architecture: Overview and Applications

HL7 Clinical Document Architecture: Overview and Applications HL7 Clinical Document Architecture: Overview and Applications Nawanan Theera-Ampornpunt, M.D., Ph.D. Department of Community Medicine Faculty of Medicine Ramathibodi Hospital Certified HL7 CDA Specialist

More information

IHE Pharmacy Technical Framework Supplement. Pharmacy Dispense (DIS) Trial Implementation

IHE Pharmacy Technical Framework Supplement. Pharmacy Dispense (DIS) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Pharmacy Technical Framework Supplement 10 Pharmacy Dispense (DIS) 15 Trial Implementation 20 Date: October 23, 2015 Author: IHE Pharmacy Technical Committee

More information

DICOM Correction Proposal

DICOM Correction Proposal DICOM Correction Proposal Status Assigned Date of Last Update 2015/03/23 Person Assigned Submitter Name Harry Solomon Harry Solomon Submission Date 2015/03/23 Correction Number CP-1484 Log Summary: Add

More information

HL7 & HL7 CDA: The Implementation of Thailand s Healthcare Messaging Exchange Standards Nawanan Theera-Ampornpunt, M.D., Ph.D.

HL7 & HL7 CDA: The Implementation of Thailand s Healthcare Messaging Exchange Standards Nawanan Theera-Ampornpunt, M.D., Ph.D. HL7 & HL7 CDA: The Implementation of Thailand s Healthcare Messaging Exchange Standards Nawanan Theera-Ampornpunt, M.D., Ph.D. Deputy Executive Director for Informatics, Chakri Naruebodindra Medical Institute,

More information

CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III

CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III Centers for Medicare & Medicaid Services CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III Eligible Professional Programs and Hospital Quality Reporting (HQR)

More information

Implementation Guide for CDA Release 2.0 Progress Note (U.S. Realm) Draft Standard for Trial Use Levels 1, 2, and 3 First Ballot September 2010

Implementation Guide for CDA Release 2.0 Progress Note (U.S. Realm) Draft Standard for Trial Use Levels 1, 2, and 3 First Ballot September 2010 CDAR2_IG_PROGNOTE_R1_D1_SEP Implementation Guide for CDA Release 2.0 Progress Note (U.S. Realm) Draft Standard for Trial Use Levels 1, 2, and 3 First Ballot September Health Level Seven, Inc. Ann Arbor,

More information

HL7 Clinical Document Architecture, Release 2.0

HL7 Clinical Document Architecture, Release 2.0 HL7 Clinical Document Architecture, Release 2.0 Chair/Editor Chair/Editor Chair/Editor Chair/Editor Robert H. Dolin, MD Robert.H.Dolin@kp.org Kaiser Permanente Liora Alschuler Liora@The-Word-Electric.com

More information

Clinical Interoperability to Improve Quality and the Point-of-Care of EHR

Clinical Interoperability to Improve Quality and the Point-of-Care of EHR Clinical Interoperability to Improve Quality and the Point-of-Care of EHR National Science of Information Conference - 2010 Manipal University ABSTRACT We think about interoperability only in today s terms.

More information

NIST GCR 11-943 Templated CDA: Key Concept for Interoperability

NIST GCR 11-943 Templated CDA: Key Concept for Interoperability NIST GCR 11-943 Templated CDA: Key Concept for Interoperability Lantana Consulting Group NIST GCR 11-943 Templated CDA: Key Concept for Interoperability Prepared for National Institute of Standards and

More information

DRAFT CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III

DRAFT CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III Centers for Medicare & Medicaid Services DRAFT CMS Implementation Guide for Quality Reporting Document Architecture Category I and Category III Eligible Professional Programs and Hospital Quality Reporting

More information

HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR

HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR HL7 and SOA Based Distributed Electronic Patient Record Architecture Using Open EMR Priti Kalode 1, Dr Onkar S Kemkar 2, Dr P R Gundalwar 3 Research Student, Dept of Comp Sci &Elec, RTM Nagpur University

More information

Outline. Vision for Delivering Quality Care Do the Right Thing. Lessons from Quality

Outline. Vision for Delivering Quality Care Do the Right Thing. Lessons from Quality Outline Effectiveness Research Using EHRs: Gold Mine or Tower of Babel? Paul Tang, MD VP, Chief Medical Information Officer Palo Alto Medical Foundation Consulting Associate Professor Stanford University

More information

Designing ETL Tools to Feed a Data Warehouse Based on Electronic Healthcare Record Infrastructure

Designing ETL Tools to Feed a Data Warehouse Based on Electronic Healthcare Record Infrastructure Digital Healthcare Empowering Europeans R. Cornet et al. (Eds.) 2015 European Federation for Medical Informatics (EFMI). This article is published online with Open Access by IOS Press and distributed under

More information

SMART C CDA Collaborative Perspective & Debriefing

SMART C CDA Collaborative Perspective & Debriefing SMART C CDA Collaborative Perspective & Debriefing We review the purpose and results of the SMART C CDA Collaborative s vendor outreach effort in this document. The Collaborative was conducted jointly

More information

Reconciliation of Clinical Content and Care Providers (RECON) Draft for Public Comment

Reconciliation of Clinical Content and Care Providers (RECON) Draft for Public Comment Integrating the Healthcare Enterprise 5 IHE Patient Care Coordination Technical Framework Supplement 10 Reconciliation of Clinical Content and Care Providers (RECON) 15 Draft for Public Comment 20 Date:

More information

The Continuity of Care Document. Changing the Landscape of Healthcare Information Exchange

The Continuity of Care Document. Changing the Landscape of Healthcare Information Exchange The Continuity of Care Document Changing the Landscape of Healthcare Information Exchange 1 Electronic Clinical Document Exchange Prior to the approval of the Continuity of Care Document (CCD) as an ANSI

More information

MDHT Capabilities & Success Story

MDHT Capabilities & Success Story MDHT Capabilities & Success Story April 12 th Alexandria, Virginia Rama Ramakrishnan - ONC Cynthia Levy - ONC Dan Kaplan Mirth Corp. 1 Agenda Introduction to MDHT MDHT Architecture & Capabilities Existing

More information

Shelly Spiro, Executive Director, Pharmacy HIT Collaborative reports no relevant financial relationships.

Shelly Spiro, Executive Director, Pharmacy HIT Collaborative reports no relevant financial relationships. Shelly Spiro, Executive Director, Pharmacy HIT Collaborative reports no relevant financial relationships. 1. Discuss the vision, mission, and goals of the Pharmacy HIT Collaborative as it relates to informatics,

More information

Implementing Consolidated-Clinical Document Architecture (C-CDA) for Meaningful Use Stage 2. ONC Implementation and Testing Division April 5, 2013

Implementing Consolidated-Clinical Document Architecture (C-CDA) for Meaningful Use Stage 2. ONC Implementation and Testing Division April 5, 2013 Implementing Consolidated-Clinical Document Architecture (C-CDA) for Meaningful Use Stage 2 ONC Implementation and Testing Division April 5, 2013 Remember how healthcare data was exchanged prior to Electronic

More information

CDA for Common Document Types: Objectives, Status, and Relationship to Computer-assisted Coding

CDA for Common Document Types: Objectives, Status, and Relationship to Computer-assisted Coding CDA for Common Document Types: Objectives, Status, and Relationship to Computer-assisted Coding CDA for Common Document Types: Objectives, Status, and Relationship to Computer-assisted Coding by Liora

More information

HL7 & Meaningful Use. Charles Jaffe, MD, PhD CEO Health Level Seven International. HIMSS 11 Orlando February 23, 2011

HL7 & Meaningful Use. Charles Jaffe, MD, PhD CEO Health Level Seven International. HIMSS 11 Orlando February 23, 2011 HL7 & Meaningful Use Charles Jaffe, MD, PhD CEO Health Level Seven International HIMSS 11 Orlando February 23, 2011 Overview Overview of Meaningful Use HIT Standards and Meaningful Use Overview HL7 Standards

More information

Asthma Intervention. An Independent Licensee of the Blue Cross and Blue Shield Association.

Asthma Intervention. An Independent Licensee of the Blue Cross and Blue Shield Association. Asthma Intervention 1. Primary disease education Member will have an increased understanding of asthma and the classification by severity, the risks and the complications. Define asthma Explain how lungs

More information

HL7 Clinical Genomics and Structured Documents Work Groups

HL7 Clinical Genomics and Structured Documents Work Groups HL7 Clinical Genomics and Structured Documents Work Groups CDA Implementation Guide: Genetic Testing Report (GTR) Amnon Shabo (Shvo), PhD shabo@il.ibm.com HL7 Clinical Genomics WG Co-chair and Modeling

More information

OECD Workshop on Pharmacogenetics

OECD Workshop on Pharmacogenetics OECD Workshop on Pharmacogenetics CG Development of international data standards to support the acquisition, exchange, submission and archiving of clinical-genomic data Rome, Italy October 17, 2005 Amnon

More information

CDA and CCD for Patient Summaries

CDA and CCD for Patient Summaries CDA and CCD for Patient Summaries Bob Dolin, MD, FACP, FACMI, FHL7 Past Chair, Health Level Seven President and CMO, What is the CDA? The CDA is a document markup standard for the structure and semantics

More information

The HL7 Electronic Health Record Technical Committee is focused on standards applicable to EHR Systems and EHR Records.

The HL7 Electronic Health Record Technical Committee is focused on standards applicable to EHR Systems and EHR Records. HEALTH LEVEL SEVEN Electronic Health Record Technical Committee Structured Documents Technical Committee Draft Standard for Trial Use: HL7 Implementation Guide for CDA Release 2: Reference Profile for

More information

Quality, Research and Public Health (QRPH) Technical Framework Supplement. Physician Reporting to a Public Health Repository Cancer Registry (PRPH-Ca)

Quality, Research and Public Health (QRPH) Technical Framework Supplement. Physician Reporting to a Public Health Repository Cancer Registry (PRPH-Ca) Integrating the Healthcare Enterprise 5 Quality, esearch and Public Health (QPH) Technical Framework Supplement 10 Physician eporting to a Public Health epository Cancer egistry (PPH-Ca) Trial Implementation

More information

Quality Reporting Under Meaningful Use Stage 2. Crystal Kallem, Director of Business Analysis & Policy Lantana Consulting Group

Quality Reporting Under Meaningful Use Stage 2. Crystal Kallem, Director of Business Analysis & Policy Lantana Consulting Group Quality Reporting Under Meaningful Use Stage 2 Crystal Kallem, Director of Business Analysis & Policy Lantana Consulting Group CDA, CCD, HL7, and Health Level Seven are registered trademarks of Health

More information

How To Use A Pharmacy To Help Your Health Care System

How To Use A Pharmacy To Help Your Health Care System Pharmacy Health Information Technology Collaborative Shelly Spiro, Executive Director, Pharmacy HIT Collaborative reports no relevant financial relationships. 1. This session will describe the struggles

More information

An Overview of Asthma - Diagnosis and Treatment

An Overview of Asthma - Diagnosis and Treatment An Overview of Asthma - Diagnosis and Treatment Asthma is a common chronic disorder of the airways that is complex and characterized by variable and recurring symptoms, airflow obstruction, bronchial hyperresponsiveness,

More information

PTE Pediatric Asthma Metrics Reporting Updated January 2015

PTE Pediatric Asthma Metrics Reporting Updated January 2015 PTE Pediatric Asthma Metrics Reporting Updated January 20 Introduction: The Maine Health Management Coalition s (MHMC) Pathways to Excellence (PTE) Program is preparing for its next round of PTE Pediatric

More information

Pre-Operative Services Teaching Rounds 2 Jan 2011

Pre-Operative Services Teaching Rounds 2 Jan 2011 Pre-Operative Services Teaching Rounds 2 Jan 2011 Deborah Richman MBChB FFA(SA) Director Pre-Operative Services Department of Anesthesia Stony Brook University Medical Center, NY drichman@notes.cc.sunysb.edu

More information

Subject ID: Subject Initials Date completed Interviewer. Person answering questions. 1 yes 2 no

Subject ID: Subject Initials Date completed Interviewer. Person answering questions. 1 yes 2 no COAST III Childhood Origins of ASThma Asthma Allergy Symptoms COAST 3 year visit Subject ID Subject ID: Subject Initials Date completed Interviewer Person answering questions 99. This form was completed

More information

HL7v3, the vocabulary. Marc de Graauw marc@marcdegraauw.com

HL7v3, the vocabulary. Marc de Graauw marc@marcdegraauw.com HL7v3, the vocabulary Just enough HL7 HL7 version 2 : currently used HL7v3: XML based Reference Information Model HL7v3 Message contains: medical payload Trigger Event Wrappers (Query Control etc.) Transmission

More information

Ontology Content Patterns - A Quick Overview

Ontology Content Patterns - A Quick Overview Ontology Content Patterns as Bridge for the Semantic Representation of Clinical Information Catalina Martínez Costa 1, Stefan Schulz 1,2 1 Institute for Medical Informatics, Statistics and Documentation,

More information

How To Improve Data Collection

How To Improve Data Collection Integration with EMR for Local Databases Roberto A. Rocha, MD, PhD, FACMI Sr. Corporate Manager Clinical Knowledge Management and Decision Support, Partners ecare, Partners Healthcare System Lecturer in

More information

May 7, 2012. Re: RIN 0991-AB82. Dear Secretary Sebelius:

May 7, 2012. Re: RIN 0991-AB82. Dear Secretary Sebelius: May 7, 2012 Department of Health and Human Services Office of the National Coordinator for Health Information Technology Attention: 2014 Edition EHR Standards and Certification Proposed Rule Hubert H.

More information

Healthcare Information Technology Standards Panel

Healthcare Information Technology Standards Panel Healthcare Information Technology Stards Panel 2006, 2007 Beyond John D. Halamka MD Chair, HITSP A public-private Community was established to serve as the focal point for America s health information

More information

Classifying Asthma Severity and Initiating Treatment in Children 0 4 Years of Age

Classifying Asthma Severity and Initiating Treatment in Children 0 4 Years of Age Classifying Asthma Severity and Initiating Treatment in Children 0 4 Years of Age Components of Severity Symptoms Intermittent 2 days/week Classification of Asthma Severity (0 4 years of age) Persistent

More information

What You Should Know About ASTHMA

What You Should Know About ASTHMA What You Should Know About ASTHMA 200 Hospital Drive Galax, VA 24333 (276) 236-8181 www.tcrh.org WHAT IS ASTHMA? It s a lung condition that makes breathing difficult. The cause of asthma is not known.

More information

Managing Asthma Long Term

Managing Asthma Long Term Managing Asthma Long Term TARGET POPULATION Eligibility Inclusion Criterion Exclusion Criterion RECOMMENDATIONS F I G U R E 4 2 a. CLASSIFYING ASTHMA SEVERITY AND INITIATING TREATME N T IN CHILDREN 0 4

More information

Current Problems of CITI Lab

Current Problems of CITI Lab Laboratory Messaging Interoperability Using HL7 V 3.0 Maqbool Hussain, Muhammad Afzal, Arshad Ali, H.Farooq Ahmad, Naeem Khalid Presenter: Maqbool Hussain School of Electrical Engineering and Computer

More information

Pathway for Diagnosing COPD

Pathway for Diagnosing COPD Pathway for Diagnosing Visit 1 Registry Clients at Risk Patient presents with symptoms suggestive of Exertional breathlessness Chronic cough Regular sputum production Frequent bronchitis ; wheeze Occupational

More information

THE STIMULUS AND STANDARDS. John D. Halamka MD

THE STIMULUS AND STANDARDS. John D. Halamka MD THE STIMULUS AND STANDARDS John D. Halamka MD THE ONC STRATEGY Grants - Accelerating Adoption Standards - Interim Final Rule Meaningful Use - Notice of Proposed Rulemaking Certification - Notice of Proposed

More information

HL7 Personal Health Record System Functional Model and Standard & Industry Update

HL7 Personal Health Record System Functional Model and Standard & Industry Update HL7 Personal Health Record System Functional Model and Standard & Industry Update Presented by: R. Lenel James, CPHIT, CPEHR HL7 Co-Lead, EHR WG, Publishing HL7 Co-Lead, PHR WG, Conformance HIMSS, Member

More information

EHR Standards Landscape

EHR Standards Landscape EHR Standards Landscape Dr Dipak Kalra Centre for Health Informatics and Multiprofessional Education (CHIME) University College London d.kalra@chime.ucl.ac.uk A trans-national ehealth Infostructure Wellness

More information

HL7 CDA (Clinical Document Architecture) in Structured Diagnostic Reporting

HL7 CDA (Clinical Document Architecture) in Structured Diagnostic Reporting RSNA Forum on Structured Reporting HL7 CDA (Clinical Document Architecture) in Structured Diagnostic Reporting Fred M. Behlen, Ph.D. American College of Radiology Co-Chair, DICOM Working Group 20 & HL7

More information

Information for Behavioral Health Providers in Primary Care. Asthma

Information for Behavioral Health Providers in Primary Care. Asthma What is Asthma? Information for Behavioral Health Providers in Primary Care Asthma Asthma (AZ-ma) is a chronic (long-term) lung disease that inflames and narrows the airways. Asthma causes recurring periods

More information

Healthcare Data: Secondary Use through Interoperability

Healthcare Data: Secondary Use through Interoperability Healthcare Data: Secondary Use through Interoperability Floyd Eisenberg MD MPH July 18, 2007 NCVHS Agenda Policies, Enablers, Restrictions Date Re-Use Landscape Sources of Data for Quality Measurement,

More information

Health IT Enabled Quality Measurement and Improvement: The HL7 Clinical Quality Information Workgroup

Health IT Enabled Quality Measurement and Improvement: The HL7 Clinical Quality Information Workgroup Health IT Enabled Quality Measurement and Improvement: The HL7 Clinical Quality Information Workgroup Walter G. Suarez, MD, MPH Executive Director, Health IT Strategy and Policy Kaiser Permanente Co-Chair,

More information

Advanced Aspects of Hospital Information Systems

Advanced Aspects of Hospital Information Systems Advanced Aspects of Hospital Information Systems EHR- and related Standards DI Harald Köstinger (harald.koestinger@inso.tuwien.ac.at) INSO - Industrial Software Institut für Rechnergestützte Automation

More information

EHR Exchange and TMT

EHR Exchange and TMT Building a portable data and information interoperability infrastructure framework for a standard Taiwan Electronic Medical Record Template Wen-Shan Jian a,b,f, Chien-Yeh Hsu c, Te-Hui Hao d, Hsyien-Chia

More information

IHE Pharmacy Technical Framework Supplement. Medication Treatment Plan (MTP) Trial Implementation

IHE Pharmacy Technical Framework Supplement. Medication Treatment Plan (MTP) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Pharmacy Technical Framework Supplement 10 Medication Treatment Plan (MTP) 15 Trial Implementation 20 Date: October 23, 2015 Author: IHE Pharmacy Technical Committee

More information

Beacon User Stories Version 1.0

Beacon User Stories Version 1.0 Table of Contents 1. Introduction... 2 2. User Stories... 2 2.1 Update Clinical Data Repository and Disease Registry... 2 2.1.1 Beacon Context... 2 2.1.2 Actors... 2 2.1.3 Preconditions... 3 2.1.4 Story

More information

PULMONARY FUNCTION TESTS A Workshop on Simple Spirometry & Flow Volume Loops

PULMONARY FUNCTION TESTS A Workshop on Simple Spirometry & Flow Volume Loops PULMONARY FUNCTION TESTS A Workshop on Simple Spirometry & Flow Volume Loops YOU SHOULD READ THE FOLLOWING MATERIAL BEFORE Tuesday March 30 Interpretation of PFTs Learning Objectives 1. Specify the indications

More information

IHE Pharmacy Technical Framework Supplement. Pharmacy Medication List (PML) Trial Implementation

IHE Pharmacy Technical Framework Supplement. Pharmacy Medication List (PML) Trial Implementation Integrating the Healthcare Enterprise 5 IHE Pharmacy Technical Framework Supplement 10 Pharmacy Medication List (PML) 15 Trial Implementation 20 Date: September 29, 2014 Author: IHE Pharmacy Technical

More information

Clinical Research Pediatric Pulmonary Division

Clinical Research Pediatric Pulmonary Division Clinical Research Pediatric Pulmonary Division Hengameh H. Raissy, PharmD Research Associate Professor, Pediatric Pulmonary UNM HSC Director of Clinical Trials Presented at Envision NM Asthma / Pulmonary

More information

Recommendation for Complete Electronic Health Records and Patient Privacy Protection in the Stimulus Bill. January 15, 2009

Recommendation for Complete Electronic Health Records and Patient Privacy Protection in the Stimulus Bill. January 15, 2009 Recommendation for Complete Electronic Health Records and Patient Privacy Protection in the Stimulus Bill Dear Members of the House and Senate: January 15, 2009 As you consider investments in health information

More information

The patient s response to therapy within the first hour in the Emergency Room is one of the most reliable ways to predict need for hospitalization.

The patient s response to therapy within the first hour in the Emergency Room is one of the most reliable ways to predict need for hospitalization. Emergency Room Asthma Management Algorithm The Emergency Room Asthma Management Algorithm is to be used for any patient seen in the Emergency Room with the diagnosis of asthma. (The initial history should

More information

ISO/HL7 10781 EHR System Functional Model Standard

ISO/HL7 10781 EHR System Functional Model Standard ISO/HL7 10781 EHR System Functional Model Standard Presented by: Gary Dickinson Director, Healthcare Standards CentriHealth Co-Chair, HL7 EHR Work Group Lead, S&I Framework Cross-Initiative Simplification

More information

Strategies for Improving Patient Outcomes in Pediatric Asthma Through Education. Pediatric Asthma. Epidemiology. Epidemiology

Strategies for Improving Patient Outcomes in Pediatric Asthma Through Education. Pediatric Asthma. Epidemiology. Epidemiology Strategies for Improving Patient Outcomes in Pediatric Asthma Through Education Chris Orelup, MS3 Max Project 3/1/01 Pediatric Asthma The leading cause of illness in childhood 10, 000, 000 school absences

More information

Online Public Health @ Health Level Seven

Online Public Health @ Health Level Seven Online Public Health @ Health Level Seven Alean Kirnak Co-chair, HL7 Public Health and Emergency Response Workgroup Health Level Seven (HL7) American National Standards Institute-accredited Standards Development

More information

Meaningful Use - HL7 Version 2

Meaningful Use - HL7 Version 2 Meaningful Use - HL7 Version 2 HL7 Version 2 and Surveillance Your Ambassadors Today Anna Orlova, PhD, Executive Director, Public Health Data Standards Consortium and Johns Hopkins University Lori Reed-Fourquet,

More information

Meaningful Use Stage 2 Update: Deploying SNOMED CT to provide decision support in the EHR

Meaningful Use Stage 2 Update: Deploying SNOMED CT to provide decision support in the EHR Meaningful Use Stage 2 Update: Deploying SNOMED CT to provide decision support in the EHR James R. Campbell MD University of Nebraska Medical Center Implementation Showcase October 31, 2014 Disclosure

More information

How To Analyze Data From A Patient Record

How To Analyze Data From A Patient Record EHR Minimum Data Set Mark Roche, MD, MSMI Senior Health IT Advisor to the Office of the National Coordinator (ONC) 1 Agenda Current state DE Analysis background DE Analysis results Next Steps 2 Current

More information

Logistics. Registration for free continuing education (CE) hours or certificate of attendance through TRAIN at: https://tx.train.

Logistics. Registration for free continuing education (CE) hours or certificate of attendance through TRAIN at: https://tx.train. . DSHS Grand Rounds Logistics Registration for free continuing education (CE) hours or certificate of attendance through TRAIN at: https://tx.train.org Streamlined registration for individuals not requesting

More information

Stage 2 Eligible Professional Meaningful Use Core Measures Measure 15 of 17 Last Updated: August, 2015

Stage 2 Eligible Professional Meaningful Use Core Measures Measure 15 of 17 Last Updated: August, 2015 Summary of Care Objective Measures Exclusion Table of Contents Definition of Terms Attestation Requirements Additional Information Certification and Standards Criteria Stage 2 Eligible Professional Meaningful

More information

Your Go-to COPD Guide

Your Go-to COPD Guide Your Go-to COPD Guide Learning how to live with chronic obstructive pulmonary disease (COPD) Inside, you ll learn: COPD facts COPD symptoms and triggers How to talk with your doctor Different treatment

More information

Board Presentation: Overview of Current Activity

Board Presentation: Overview of Current Activity enabling healthcare interoperability 0 0 Document Number: HITSP 09 N 405 Date: June, 2009 Board Presentation: Overview of Current Activity June, 2009 Presented by: LeRoy Jones, HITSP Program Manager enabling

More information

Severe asthma Definition, epidemiology and risk factors. Mina Gaga Athens Chest Hospital

Severe asthma Definition, epidemiology and risk factors. Mina Gaga Athens Chest Hospital Severe asthma Definition, epidemiology and risk factors Mina Gaga Athens Chest Hospital Difficult asthma Defined as asthma, poorly controlled in terms of chronic symptoms, with episodic exacerbations,

More information

Implementation Guide for CDA Release 2 Genetic Testing Report (GTR)

Implementation Guide for CDA Release 2 Genetic Testing Report (GTR) Implementation Guide for CDA Release 2 Genetic Testing Report (GTR) (Universal Realm) Draft Standard For Trial Use September 2012 CDAR2_IG_GENTESTRPT_R1 (Developer Documentation) Introduction 2 TOC 3 Contents

More information

ehr Sharable Data Vicky Fung Senior Health Informatician ehr Information Standards Office

ehr Sharable Data Vicky Fung Senior Health Informatician ehr Information Standards Office ehr Sharable Data Vicky Fung Senior Health Informatician ehr Information Standards Office ehr - Vision DH HA epr Private Private Hospit als Hospitals EHR Repository Access Portal CMS onramp PPP Clinics

More information

Achieving Quality and Value in Chronic Care Management

Achieving Quality and Value in Chronic Care Management The Burden of Chronic Disease One of the greatest burdens on the US healthcare system is the rapidly growing rate of chronic disease. These statistics illustrate the scope of the problem: Nearly half of

More information

Asthma in Infancy, Childhood and Adolescence. Presented by Frederick Lloyd, MD Palo Alto Medical Foundation Palo Alto, California

Asthma in Infancy, Childhood and Adolescence. Presented by Frederick Lloyd, MD Palo Alto Medical Foundation Palo Alto, California Asthma in Infancy, Childhood and Adolescence Presented by Frederick Lloyd, MD Palo Alto Medical Foundation Palo Alto, California Major Health Problem in Childhood Afflicts 2.7 million children in the USA

More information

Towards Semantic Interoperability in Healthcare: Ontology Mapping from SNOMED-CT to HL7 version 3

Towards Semantic Interoperability in Healthcare: Ontology Mapping from SNOMED-CT to HL7 version 3 Towards Semantic Interoperability in Healthcare: Ontology Mapping from SNOMED-CT to HL7 version 3 Amanda Ryan School of Economics and Information Systems The University of Wollongong, Northfields Avenue,

More information

Testimony for National Committee on Vital and Health Statistics Subcommittee on Standards February 24, 2009

Testimony for National Committee on Vital and Health Statistics Subcommittee on Standards February 24, 2009 Testimony for National Committee on Vital and Health Statistics Subcommittee on Standards February 24, 2009 Rosemary Kennedy, MBA, RN, FAAN ANI - Alliance for Nursing Informatics Chief Nursing Informatics

More information

August 22, 2013 MU Office Hours Chris Lamer, PharmD, MHS, BCPS, CDE. Thursday, August 22, 13

August 22, 2013 MU Office Hours Chris Lamer, PharmD, MHS, BCPS, CDE. Thursday, August 22, 13 August 22, 2013 MU Office Hours Chris Lamer, PharmD, MHS, BCPS, CDE Definitions Master Patient Index (MPI) - tool that assigns a unique identifier (number) to a patient; enables linking a patient from

More information

NQF health information technology glossary. a guide to HIT jargon

NQF health information technology glossary. a guide to HIT jargon NQF health information technology glossary a guide to HIT jargon June 2015 Health Information Technology Glossary Accountable Care Organization An organization of health care providers that agrees to be

More information

equality (slide showing logos) 1 2013 Lantana Consulting Group

equality (slide showing logos) 1 2013 Lantana Consulting Group equality (slide showing logos) 1 Educational Webinar: Quality Reporting Document Architecture (QRDA) Overview of Category I and III Reports April 16, 2013 12:00 pm 1:30 pm ET 2 Housekeeping Today s webinar

More information

The Annual Direct Care of Asthma

The Annual Direct Care of Asthma The Annual Direct Care of Asthma The annual direct health care cost of asthma in the United States is approximately $11.5 billion; indirect costs (e.g. lost productivity) add another $4.6 billion for a

More information

Department of Surgery

Department of Surgery What is emphysema? 2004 Regents of the University of Michigan Emphysema is a chronic disease of the lungs characterized by thinning and overexpansion of the lung-like blisters (bullae) in the lung tissue.

More information

Chronic Obstructive Pulmonary Disease (COPD) Admission Order Set

Chronic Obstructive Pulmonary Disease (COPD) Admission Order Set Patient Name: PHN: Page 1/1 Admit to Dr: Notified Consult: Dr: Family Dr: Precautions: Contact Droplet Enhanced Droplet Airborne - Reason: _ Code Status: Full Resuscitation or Consults: Reason: Dietician

More information

Il lavoro di armonizzazione. e HL7

Il lavoro di armonizzazione. e HL7 Il lavoro di armonizzazione tra CEN 13606, openehr e HL7 Dr Dipak Kalra Centre for Health Informatics and Multiprofessional Education (CHIME) University College London d.kalra@chime.ucl.ac.uk Drivers for

More information

CDX Conformance Profile - 001 EMR System Conformance CDA Level 1

CDX Conformance Profile - 001 EMR System Conformance CDA Level 1 CDX Conformance Profile - 001 EMR System Conformance CDA Level 1 15-Aug-2014 Version 2.0 Status: Final CDA Level 1 Conformance Profile 001 Page 1 of 36 Document Version Control Release Date Version Status

More information

Quiz 5 Heart Failure scores (n=163)

Quiz 5 Heart Failure scores (n=163) Quiz 5 Heart Failure summary statistics The correct answers to questions are indicated by *. Students were awarded 2 points for question #3 for either selecting spironolactone or eplerenone. However, the

More information

Asthma Triggers. What are they and what can be done about them?

Asthma Triggers. What are they and what can be done about them? Asthma Triggers What are they and what can be done about them? This brochure has been developed for the community by Asthma Australia It provides information about: Asthma triggers What you can do about

More information

Respiratory Concerns in Children with Down Syndrome

Respiratory Concerns in Children with Down Syndrome Respiratory Concerns in Children with Down Syndrome Paul E. Moore, M.D. Associate Professor of Pediatrics and Pharmacology Director, Pediatric Allergy, Immunology, and Pulmonary Medicine Vanderbilt University

More information

HL7 and Meaningful Use

HL7 and Meaningful Use HL7 and Meaningful Use Grant M. Wood HL7 Ambassador HIMSS14 2012 Health Level Seven International. All Rights Reserved. HL7 and Health Level Seven are registered trademarks of Health Level Seven International.

More information

Family History Information Exchange Services Using HL7 Clinical Genomics Standard Specifications

Family History Information Exchange Services Using HL7 Clinical Genomics Standard Specifications 42 Int l Journal on Semantic Web & Information Systems, 1(4), 42-65, October-December 2005 Family History Information Exchange Services Using HL7 Clinical Genomics Standard Specifications Amnon Shabo (Shvo),

More information

GCE AS/A level 1661/01A APPLIED SCIENCE UNIT 1. Pre-release Article for Examination in January 2010 JD*(A09-1661-01A)

GCE AS/A level 1661/01A APPLIED SCIENCE UNIT 1. Pre-release Article for Examination in January 2010 JD*(A09-1661-01A) GCE AS/A level 1661/01A APPLIED SCIENCE UNIT 1 Pre-release Article for Examination in January 2010 JD*(A09-1661-01A) 2 BLANK PAGE 3 Information for Teachers The attached article on asthma is based on some

More information

Preventive Care Recommendations THE BASIC FACTS

Preventive Care Recommendations THE BASIC FACTS Preventive Care Recommendations THE BASIC FACTS MULTIPLE SCLEROSIS Carlos Healey, diagnosed in 2001 The Three Most Common Eye Disorders in Multiple Sclerosis Blood Pressure & Pulse Height & Weight Complete

More information

Achieving Clinical Statement Interoperability using R-MIM and Archetype-based Semantic Transformations

Achieving Clinical Statement Interoperability using R-MIM and Archetype-based Semantic Transformations 1 Achieving Clinical Statement Interoperability using R-MIM and Archetype-based Semantic Transformations Ozgur Kilic, Asuman Dogac Member, IEEE Abstract Effective use of Electronic Healthcare Records (EHRs)

More information

American Osteopathic College of Occupational and Preventive Medicine 2012 Mid-Year Educational Conference St. Petersburg, Florida

American Osteopathic College of Occupational and Preventive Medicine 2012 Mid-Year Educational Conference St. Petersburg, Florida Discuss the History of the NFPA 1582 Standard Lance Walker D.O. MPH Identify required elements of a good NFPA program. Look at elements of a good NFPA program Discuss how departments you work with can

More information

Tests. Pulmonary Functions

Tests. Pulmonary Functions Pulmonary Functions Tests Static lung functions volumes Dynamic lung functions volume and velocity Dynamic Tests Velocity dependent on Airway resistance Resistance of lung tissue to change in shape Dynamic

More information

14 million. 4th largest U.S. Who is HCSC 9/7/2015. Cultivating EDI into E-Solutions HEALTH DENTAL LIFE DISABILITY CONNECTIVITY PHARMACY HEALTH IT

14 million. 4th largest U.S. Who is HCSC 9/7/2015. Cultivating EDI into E-Solutions HEALTH DENTAL LIFE DISABILITY CONNECTIVITY PHARMACY HEALTH IT Cultivating EDI into E-Solutions HL7 Attachment Standards HL7 C-CDAr2 vs. CDP1 Blue Button Plus HL7 FHIR Durwin Day, Health Care Service Corporation September 14, 2015 1 Who is HCSC HEALTH DENTAL LIFE

More information

Including changes in health status since last exam. Known occupational exposures.

Including changes in health status since last exam. Known occupational exposures. Firefighters Medical Checklist Individualized Health Risk Appraisal Written feedback to uniformed personnel concerning health risks and health status is required following the annual examination. Reporting

More information