Skip to content

rahulsom/ihe-iti

Repository files navigation

License Maven Central Maven Snapshot

ihe-iti

Bender

A better description

IHE has a bunch of profiles as part of the IT Infrastructure (ITI) Framework. Like anything related to healthcare, it comes with its own quirks. Also given that these profiles use SOAP Web Services and use MTOM and JAXB doesn't like a lot of things that are being done here, any developer is likely to have a tough time dealing with these profiles.

This project aims to make it easier for anyone who wants to work with these profiles.

Currently this supports these services:

  • PIX, PDQ, XCPD
  • XDS.b (Repository/Registry), XCA (Initiating/Responding)
  • SVS Repository
  • RAD

In Addition, it supports parsing of CDA Documents. Look at com.github.rahulsom.cda.POCDMT000040ClinicalDocument

Usage

If you want to download the library from Maven Central, add this to your dependencies section:

dependencies {
  implementation("com.github.rahulsom:ihe-iti:<VERSION>")
}

Alternately you can download and build this locally. This project is built using Maven. Just clone the repo & checkout the branch, and run

./gradlew build

That should make it possible for you to use these classes.

Sample code is here.

Contributing

A lot of profiles are not being built because they haven't been tested. If you feel you need to use one of these, please feel free to modify the pom and send a pull request.

Issue tracking is done through GitHub at https://github.com/rahulsom/ihe-iti/issues. Feel free to raise issues or fix open issues.

Questions & Discussion

There's a Google Groups Mailing list at ihe-iti. That's the best way to get answers.