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

OHF IHE 2007 BRANCH

Revision as of 18:59, 25 October 2007 by Seknoop.us.ibm.com (Talk | contribs) (New page: Back To: OHF IHE Back To: OHF Bridge == Introduction == This code branch for the IHE Plugins and OHF Bridge was made in April 2007 and contains OHF code that was used successful...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Back To: OHF IHE

Back To: OHF Bridge


Introduction

This code branch for the IHE Plugins and OHF Bridge was made in April 2007 and contains OHF code that was used successfuly in the 2007 North American Connectathon and 2007 European Union Connectathon. The API in this branch is frozen and only maintainance bug fixes will occur on the code.

Documentation

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

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


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.

XDS

OHF provides plugin implementation to support the "client" side of IHE IT Infrastructure Technical 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).

Dependencies

AXIS 2.0

The XDS Consumer, XDS Source and ATNA plugins now depend on Axis 2.0. The following bug has been fixed but is linked here for your reference: Bugzilla 181354.

AXIS 1.3

OHF code prior to April 2007 was dependent on AXIS 1.3 with a needed patch to get SOAP transport working. Documentation for this patch can be found in the org.eclipse.ohf.ihe.xds.soap plugin in resources/doc/README.txt

Back to the top