Questions tagged [mdht]

Model-Driven Health Tools is a project under Open Health Tools to develop a common modeling framework and tools for IT in the healthcare industry.

Model-Driven Health Tools (MDHT) is a project under Open Health Tools to develop a common modeling framework and tools for IT in the healthcare industry. MDHT delivers a standard object-oriented alternative to proprietary development methodologies and tooling used to specify and implement most healthcare industry standards.

Links

7 questions
4
votes
2 answers

Generating CCD document using MDHT API

I am trying to use MDHT API to generate CCD documents. I am doing this in the following way. Downloaded Java runtime libraries and placed them in classpath and writing code to generate all the sections using MDHT API. Writing code for each section…
Swapna Reddy
  • 149
  • 3
  • 10
2
votes
1 answer

Extracting CCD document values using MDHT via Mirth

I am trying to use MDHT tools to extract values from a CCD document via Mirth. I am doing this in the following way. Downloaded Java runtime libraries and placed them in Mirth's custom-lib folder and wrote sample code to extract some patient values…
Driver123
  • 133
  • 1
  • 11
2
votes
0 answers

Spring Boot: Embedded servlet container is not working properly

My project is using MDHT(Model Driven Health Tools) Runtime Api Library which is based on Eclipse Modeling Framework(EMF). It works when servers in Spring MVC project. But for some reason the EMF package registry is not getting loaded properly and…
2
votes
1 answer

Read ProblemSection From CCD Using MDHT

I am trying to parse problem section in CCD using MDHT. The XML code I am trying to parse is:
Neeraj
  • 1,776
  • 2
  • 16
  • 35
1
vote
0 answers

JHipster with MDHT library

I included MDHT in pom.xml org.openehealth.ipf.oht.mdht ipf-oht-mdht-uml-cda-ccd 1.2.0.201212201425 And I have created a method in resource as…
1
vote
2 answers

C-CDA validation fails because of "Unknown type" in my server but not in standalone project

I was checking how to use the MDHT libraries to validate C-CDA documents, reviewing the current implementations, to create a validation web service for my project. I firstly made a Eclipse local Java Project, added the JARs to the classpath, and…
lartkma
  • 589
  • 1
  • 5
  • 15
0
votes
2 answers

unable to create cda project, no available cda document in workspace eclipse

I am a beginner on Model Driven Health Tools (MDHT) in Eclipse. I want to create new CDA model but it gives this message: "Unable to create CDA project, No Available CDA Documents in Workspace" How to solve it?