1 / 17

Agenda

Agenda . Introduction to MDHT MDHT Capabilities MDHT support using Consolidated CDA. INTRODUCTION TO MDHT. MDHT – What & Why. MDHT – Model Driven Health Tools under OHT. Motivation Factors : Healthcare interoperability standards for clinical documents have:

menora
Télécharger la présentation

Agenda

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. Agenda • Introduction to MDHT • MDHT Capabilities • MDHT support using Consolidated CDA

  2. INTRODUCTION TO MDHT

  3. MDHT– What & Why • MDHT – Model Driven Health Tools under OHT. • Motivation Factors : • Healthcare interoperability standards for clinical documents have: • Steep learning curve : lengthy and complex specifications • Lack of tooling : support for template model design & implementation • No formal methodology/best practices for developing templates and implementation guides • No automated method to validate clinical documents • Current implementation approaches are inadequate • XML processing technologies e.g. SAX, DOM, Xpath • XML Binding techniques e.g. JAXB, EMF-XSD, XMLBeans • RIM based approaches

  4. MDHT Benefits • Decreasing cost & Accelerate adoption of CDA R2 (MU2 NPRM). • Provide standard OOAD-based methodology/tooling for modeling CDA templates • Provide a model-driven framework for generating runtime API that support • Domain specific API (e.g. BloodPressureReading instead of Observation) • Construction of instances that conform to one or more templates • Consumption of XML instances that de-serialize into appropriate template • Support the validation of instances against constraints defined in model • Available as Open Source

  5. MDHT Users • Healthcare IT Standards Developers/Publisher(s) • Create new models/templates • Combine and extend existing models • Publish Implementation Guides (IG) • Healthcare IT Standards Users/Implementer(s) • Customize existing models / templates & generate API • Use generated runtime API in healthcare data exchange applications (e.g. EMR adapters to export / import ) • Construct / Validated CDA xml instances.

  6. High Level View

  7. MDHT Capabilities

  8. MDHT – Inputs & Outputs

  9. MDHT Technical Overview • UML Model • Create / Edit standardized UML model(s). • Java API • Create / Edit CDA documents • Validation routines • Unit Test code generation for every constraint. • Document Publishing • Generate Implementation guides based on the Model using the “SHALL”, “SHOULD” & “MAY” keywords • Uses the standard DITA-OT toolkit for document generation.. • Choice of formats ( PDF, Eclipse Help, ePub, Kindle Mobi etc.)

  10. Validation • The items which are available to validate: • Constraints such as cardinality, data types, vocabulary, default values etc. as declared by the specification(s). • Rule Constraints specified by the modeler or generated during the model-to-model transformation • The output of validation is implemented as a diagnostic tree object • Diagnostic tree can be processed using CDA utility class • Validation Severity & Message as specified in the model. • User can determine the appropriate level of validation messaging. • Can choose all or selectively from Errors / Warning/ Information messages.

  11. Moving Towards Consolidated CDA

  12. MDHT can quickly move towards Consolidated CDA • MDHT has created a complete UML Model for the HL7 C-CDA DSTU released in December 2011. • This model includes all Document Templates , Section and Entry Level Templates specified by the DSTU. • All of the Constraints have also been modeled, including Vocabulary constraints for small static value sets. • If additional changes are made to the C-CDA to incorporate some of the MU2 NPRM requirements, they can quickly be incorporated into the MDHT C-CDA Model.

  13. Moving towards MU2 • MDHT has a MDHT Release 1.1 which incorporates the C-CDA models. (Scheduled to be released by the May 2012) • HL7 C-CDA IG issues/changes will be integrated with the next release of the HL7 C-CDA DSTU. • Additional MDHT C-CDA changes will continue to be addressed as they are identified, prioritized and scheduled based upon the bi-monthly MDHT SPRINT planning meetings. • If additional changes are made to the C-CDA to incorporate some of the ToC requirements for the MU2 NPRM, they can quickly be incorporated into the MDHT C-CDA Model.

  14. Abstraction: Lets you work at a higher level than the raw XML • createAdvanceDirective() Vs <observation…> • Boilerplate: Generates required values for you (template ids, etc.) • Leverages the Java language (type safe, object oriented, etc.) and therefore is less error prone than generating/consuming XML directly • Simplifies the amount of code constructs (XPath and DOM are verbose) • MDHT has a helpful and responsive community • Open Source (contribute feedback, bug fixes) Why Customers choose MDHT

  15. CDA XML compared to MDHT code <observation classCode="OBS" moodCode="EVN"> <templateId root="2.16.840.1.113883.10.20.1.54"/> <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/> <statusCode code="completed"/> <value xsi:type="CD" code="247472004" codeSystem="2.16.840.1.113883.6.96" displayName="Hives"/> </observation> ReactionObservationreactionObservation = CCDFactory.eINSTANCE.createReactionObservation().init(); reactionObservation.setCode(new Code("ASSERTION", "2.16.840.1.113883.5.4").getCD()); reactionObservation.getValues().add(new Code("Hives").getCD());

  16. How is currently using MDHT? • The following is a list of Organizations currently using MDHT within their development environment. (This is only a partial list.) • IBM • Mirth Corporation • Orion Health • ONC S&I Framework

  17. Questions !!!

More Related