Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OHF IHE"

(XDS)
(XDS)
Line 40: Line 40:
  
 
*[[Media:OHF_XDS_Document_Consumer.pdf | OHF XDS Document Consumer]]
 
*[[Media:OHF_XDS_Document_Consumer.pdf | OHF XDS Document Consumer]]
* OHF XDS Document Source (detailed documentation to be posted soon)
+
*[[Media:OHF_XDS_Document_Source.pdf | OHF XDS Document Source]]
 
*[[Media:OHF XDS Metadata Model.pdf|OHF XDS Metadata Model]]
 
*[[Media:OHF XDS Metadata Model.pdf|OHF XDS Metadata Model]]
 
*[[Media:OHF XDS SOAP Client.pdf |OHF XDS Soap Client]]
 
*[[Media:OHF XDS SOAP Client.pdf |OHF XDS Soap Client]]

Revision as of 19:20, 15 August 2006

Intro

The IHE Client plugins are a set of plugins implementing IHE actors and data models. The code is based on the code IBM used to successfully pass the IHE Connectathon 2006 held in Chicago. The IHE Clients code has been migrated to the Eclipse environment and is available as Eclipse Plugins, Web Services (through the OHF Bridge), and as regular jar files in a non RCP environment. In this open source version of the IHE actors, we are using the OHF HL7 and security plugins.


Here is a page specifies some of the Healthcare Services we use to test the plugins with.

PIX/PDQ

Patient Identifier Cross-Referencing (PIX)

From the IHE IT Infrastructure Technical Framework,
The Patient Identifier Cross-referencing Integration Profile (PIX) is targeted at healthcare enterprises of a broad range of sizes (hospital, a clinic, a physician office, etc.). It supports the cross-referencing of patient identifiers from multiple Patient Identifier Domains via the following interactions:
• The transmission of patient identity information from an identity source to the Patient Identifier Cross-reference Manager.
• The ability to access the list(s) of cross-referenced patient identifiers either via a query/ response or via update notification.

This documentation addresses the beta release of the Eclipse OHF plugin implementation of the IHE ITI Technical Framework actor Patient Identity Source for the implementation of the ITI-8 Patient Identity Feed Transaction.

OHF Patient Identity Source Client
OHF Patient Identity Source Client (alpha)

This documentation addresses the beta release of the Eclipse OHF plugin implementation of the IHE ITI Technical Framework actor Patient Identifier Cross-reference Consumer for the implementation of the ITI-9 PIX Query Transaction.

OHF Patient Identifer Cross-reference Consumer Client
OHF Patient Identifier Cross-reference Consumer Client (alpha)


Patient Demographics Query (PDQ)

The Patient Demographics Query (PDQ) supports querying the Patient Demographics Supplier Actor for patients matching the demographic data in the query message.

This documentation addresses the beta release of the Eclipse OHF plugin implementation of the IHE ITI Technical Framework actor Patient Demographics Consumer for the implementation of the ITI-21 Patient Demographics Query Transaction.

OHF Patient Demographics Consumer Client
OHF Patient Demographics Consumer Client (alpha)

XDS

OHF provides plugin implementation to support the "client" side of IHE IT Infrastructure TTechnical Framework Cross Enterprise Document Sharing (XDS) Profile. In our context, the "client" side refers to the XDS Document Source and XDS Document Consumer Actors. These actors are supported by the XDS SOAP Client (used to encapsulate SOAP messaging) and the XDS Metadata Model (a conceptual representation of XDS Metadata along with companion extraction and transformation functions).

Details regarding the ALPHA (CVS tagged Aug 11, 2006) implementation of these plugins can be found in the following documents.

ATNA Audit Client

OHF provides a preliminary version of the IT Infrastructure Technical Framework Audit Trail and Node Authentication, Audit Client API. This API is intended for use with any IHE Actor needing to send audit information to an Audit Record Repository. We note that what is documented below awaits integration with other OHF plugins providing enhanced auditing and node authentication services.

Details regarding this "place holder" implementation can be found in the following document.

IHE Client plugins in the CVS

For general instractions for the OHF CVS take a look at this page.

In order to use the IHE Client plugins, you will need to download the folowing projects from the CVS:

  • org.apache.axis
  • org.apache.log4j
  • org.eclipse.ohf.ihe.atna.audit
  • org.eclipse.ohf.ihe.common.ebXML._2._1
  • org.eclipse.ohf.ihe.common.hl7v2
  • org.eclipse.ohf.ihe.common.hl7v2.client
  • org.eclipse.ohf.ihe.common.mllp
  • org.eclipse.ohf.ihe.pdq.consumer
  • org.eclipse.ohf.ihe.pix.consumer
  • org.eclipse.ohf.ihe.pix.source
  • org.eclipse.ohf.ihe.xds.consumer
  • org.eclipse.ohf.ihe.xds.metadata
  • org.eclipse.ohf.ihe.xds.metadata.extract
  • org.eclipse.ohf.ihe.xds.metadata.transform
  • org.eclipse.ohf.ihe.xds.soap
  • org.eclipse.ohf.ihe.xds.source

Back to the top