1 / 32

Clinical Document Architecture for Reporting Healthcare-Associated Infection Data

Clinical Document Architecture for Reporting Healthcare-Associated Infection Data. Marla Albitz NHSN Project Manager Lockheed Martin Division of Healthcare Quality Promotion and National Center for Preparedness, Detection and Control of Infectious Diseases September 10, 2008 Atlanta, Georgia.

Antony
Télécharger la présentation

Clinical Document Architecture for Reporting Healthcare-Associated Infection Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Clinical Document Architecture for Reporting Healthcare-Associated Infection Data Marla Albitz NHSN Project Manager Lockheed Martin Division of Healthcare Quality Promotion and National Center for Preparedness, Detection and Control of Infectious Diseases September 10, 2008 Atlanta, Georgia

  2. Acknowledgements Surveillance Branch/Informatics Staff Venu Sarraff Monica Shepard Jonathan Edwards Teresa Horan Maggie Dudeck Dan Pollock Dawn Sievert Wenkai Li Mary Andrus Carlasha Jenkins Kelly Peterson Bobby Ray Ben Kupronis Consultants Alschuler Associates Frazier Consulting Association of Professionals in Infection Control SAIC Development Staff David McClanahan Romaine Tenney NCPHI Sundak Ganesan John Vrtachnik GB Kesarinath Vendors Theradoc, ICPA Medmined Premier Inc. Epiquest Vecna

  3. Objectives • Overview of the National Healthcare Safety Network (NHSN) • The what, why and how of Clinical Document Architecture (CDA) for NHSN and Healthcare Associated Infection (HAI) Reporting • Challenges and Lessons Learned

  4. Web-based system that combines facility-level clinical performance measurement with national-level public health surveillance • http://www.cdc.gov/ncidod/dhqp/nhsn_members.html • Participating healthcare facilities use the NHSN application to enter, analyze, and share data • CDC uses data collected through NHSN for aggregate analysis and reporting

  5. NHSN’s technical design enables data entry via secure web pages or file transfers (standard electronic messages or documents) via secure internet connections.

  6. Over 1700 healthcare facilities enrolled; many more expected to join • Facilities in 47 states currently enrolled. • Collaborations with Center for Medicare and Medicaid Services, Veterans Health Administration, and other federal agencies • Collaborations with vendors of infection control surveillance systems.

  7. NHSN Data Collection Forms • Bloodstream Infection • Surgical Site Infection • Urinary Tract Infection • Pneumonia • Multi-drug Resistant Organism • Influenza vaccination coverage Central Line Insertion Practices • Non-protocol events such as Skin and Soft Tissue Infection • Associated denominators

  8. Surgical Site Infection Form

  9. What is CDA? Paper XML* <text xmlns:cda="urn:hl7-org:v3"> <table> <tbody> <tr> <td valign="top">Fever</td> <td valign="top">Yes</td> </tr> </tbody> </table> </text> * Extensible Markup Language

  10. What is XML? XML stands for EXtensible Markup Language XML is a markup language much like HTML XML was designed to carry data, not to display data XML tags are not predefined. You must define your own tags XML is designed to be self-descriptive XML is a W3C Recommendation

  11. NHSN Database NHSN Web Interface and CDA Healthcare Facility CDC Entry of location mapping codes and monthly reporting plan Web-based data entry and access NHSN Application Facility Firewall CDC Firewall Vendor system used to collect HAI data and create CDA document Parsing and Validating CDA Document

  12. Objectives of CDA • Standardize the structure and content of clinical documents for electronic exchange between systems or stand alone use  • Achieve semantic interoperability, i.e., the ability of two systems to share data, with no prior negotiations • Provide a structured document foundation for standards-based electronic health record systems

  13. Technical features • CDA documents are encoded in Extensible Markup Language (XML) • CDA documents derive their meaning from the  HL7 v3 Reference Information Model (RIM ) and use HL7 v3 Data Types and vocabulary • A CDA document consists of a header and a body • Header is consistent across all clinical documents - identifies and classifies the document, provides information on patient, provider, encounter, and authentication • Body contains narrative text / structured content

  14. CDA Characteristics • Persistence - Documents exist over time and can be used in many contexts • Stewardship - Documents must be managed, shared by the steward • Potential for authentication - Intended use as a legal documentation • Wholeness - Document includes its relevant context • Human readability - Essential for human authentication

  15. CDA Implementation Guides • The Continuity of Care Document (CCD ) is an approved HL7 standard. • Operative Notes (under development) • Patient history and physical examination (under development) • HAI Reporting (under development, first for public health) • Morbidity reporting from healthcare to state and local health departments (awarded)

  16. What is Electronic messaging? • An HL7 message is a dataset that serves a particular communication purpose and is expressed consistent syntax with standard vocabulary. • Messages are used to exchange data in real-time. They convey status information and provide “current” data. • Microbiology results, ADT, Pharmacy data from already established mission critical systems in healthcare.

  17. Electronic Messaging vs. CDA

  18. Collaborators for HAI CDA Development • NHSN Subject Matter Experts • Implementation Guide consultants • Vocabulary Specialists • HL7 Structured Documents Work Group • Infection Control Surveillance System Vendors

  19. Components of CDA workflow • Implementation Guide – provides guidance to implementers of CDA. • Validator – xsl file that validates that a given CDA is well formed in accordance to the CDA R2 standard. • Schematron – validates the conformance to the Implementation Guidance. • Source application that generates the CDA document • Parsing tool that receives the CDA document – validates that the data received within the CDA document adheres to the data validation of the receiving application.

  20. What is a clinical statement? Provides a standard way of expressing a discrete item of clinical information that is recorded because of its relevance to the care of a patient. Why is the clinical statement approach important in the context of data exchange? • The end result is that clinical observations such as a “fever” observation can be communicated consistently whenever it is expressed.

  21. Clinical Statement Types • Observation (e.g. lab result) • Procedure (e.g. Knee replacement) • SubstanceAdministration (e.g. administer a medication) • Supply (e.g. dispensing a drug) • Encounter (e.g. hospitalization) • Organizer (e.g. pairing of a pathogen and susceptibility test) • Consent (e.g. consent for the information contained in the document to be released to a third party)

  22. Implementation Guide: Conformance statements The Implementation Guide further constrains the RIM and specific direction to the implementer through conformance statements.

  23. Conformance statements are used to create clinical statements in XML <!-- Criterion of Diagnosis Observations --> <component> <observation classCode="OBS" moodCode="EVN" negationInd="false"> <!-- template for observation: Criterion of Diagnosis Observation --> <templateId root="upd-9"/> <code codeSystem="2.16.840.1.113883.5.4" code="ASSERTION"/> <statusCode code="completed"/> <value xsi:type="CD" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED" code="386661006" displayName=“Fever"/> </observation> </component>

  24. Example of NHSN Clinical Criteria for Bloodstream Infection

  25. Required narrative block Structured Body <text xmlns:cda="urn:hl7-org:v3"> <table> <tbody> <tr> <td valign="top">Fever</td> <td valign="top">Yes</td> </tr> </tbody> </table> </text> <!-- Criterion of Diagnosis Observations --> <component> <observation classCode="OBS" moodCode="EVN" negationInd="false"> <!-- template for observation: Criterion of Diagnosis Observation --> <templateId root="upd-9"/> <code codeSystem="2.16.840.1.113883.5.4" code="ASSERTION"/> <statusCode code="completed"/> <value xsi:type="CD" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED" code="386661006" displayName=“Fever"/> </observation> </component>

  26. Required narrative block <text xmlns:cda="urn:hl7-org:v3"> <table> <tbody> <tr> <td valign="top">Fever</td> <td valign="top">Yes</td> </tr> </tbody> </table> </text>

  27. Structured Body <!-- Criterion of Diagnosis Observations --> <component> <observation classCode="OBS" moodCode="EVN" negationInd="false"> <!-- template for observation: Criterion of Diagnosis Observation --> <templateId root="upd-9"/> <code codeSystem="2.16.840.1.113883.5.4" code="ASSERTION"/> <statusCode code="completed"/> <value xsi:type="CD" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED" code="386661006" displayName=“Fever"/> </observation> </component>

  28. Coded Value within the structured body codeSystemName="SNOMED" code="386661006" displayName=“Fever"/>

  29. Standard Vocabulary in NHSN’sCDA Surgical Site Infection Report Signs & Symptoms □ Purulent drainage or material □ Pain or tenderness □ Localized swelling □ Redness □ Heat □ Fever □ Incision deliberately opened by surgeon

  30. NHSN/CDA status • Bloodstream Infection pilot Fall 2007 • Surgical Site Infection pilot Summer 2008 • Implementation Guides currently under ballot for MDRO and clinical criteria. • Implementation Guides currently under construction for Patient Flu and Central Line Insertion Practices events. • Coming soon – Custom Events, UTI and PNEU

  31. Lessons learned • NHSN data requirements gathering - required work on a detailed data level that in some instances called for clarification from Subject Matter Experts and close collaboration with CDA modelers. • Identified the value of working with vendors in terms of close reviews of the IG and reality checks in the form of pilot projects while the IG remains a work in progress • Identified the value of working with Alschuler Associates (technical expertise with CDA and know-how with respect to HL7 processes) • Identified the value of considering receiving data electronically and through a user interface when designing business rules.

  32. Q & A Marla Albitz NHSN Project Manager Lockheed Martin contractor Centers for Disease Control and Prevention 1600 Clifton Road, NE Mail Stop A24 Atlanta, GA 30333 Office (404) 639-4292 e-mail: malbitz@cdc.gov Contact Information

More Related