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)
(Intro)
Line 1: Line 1:
 
== Intro==
 
== Intro==
The IHE Client plugins are a set of plugins implementing [http://www.ihe.net IHE] actors and data models. The code is based on the gold star winning code that IBM used in the [http://www.ihe.net/Connectathon/connectathon2006.cfm IHE Connectathon 2006 held in Chicago]]. The code was open source and migrated to the Eclipse environment and is avaliable as Eclipse Plugins, through the [[Ohf bridge | OHF Bridge]] as Web Services, and may even be used 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.
+
The IHE Client plugins are a set of plugins implementing [http://www.ihe.net IHE] actors and data models. The code is based on the code IBM used to successfully pass the [http://www.ihe.net/Connectathon/connectathon2006.cfm IHE Connectathon 2006 held in Chicago]]. The code was open source and migrated to the Eclipse environment and is available as Eclipse Plugins, through the [[Ohf bridge | OHF Bridge]] as Web Services, and may even be used 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.
  
 
== PIX/PDQ ==
 
== PIX/PDQ ==

Revision as of 14:46, 21 July 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 code was open source and migrated to the Eclipse environment and is available as Eclipse Plugins, through the OHF Bridge as Web Services, and may even be used 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.

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 alpha 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 alpha 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 Identifier 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 alpha 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

XDS

The XDS plugins implements the XDS client side actors.

Both plugins heavely use SOAP, therefore we use the XDS SOAP client which encapsulate the SOAP activity. Documentation about the plugin may be found here.

XDS Source

A document is to be placed here soon.

XDS Consumer

OHF XDS Document Consumer

ATNA Audit Client

OHF ATNA Audit Client

Healthcare Services on the open Web

This section contains a list of known public standard healthcare services.

The listed services are actors on one of the IHE profiles. OHF implements components that interacts with these services. The purpose of the list is to help developers test the plugins they develop, to validate full interoperability across vendors, and to validate compliance with the standard.

None of the listed services are part of Eclipse or Eclipse OHF. 
The services are publicly available for demos and interoperability 
tests and they are not part of production environment.

We welcome any service provider that have a public standard based healthcare service to contact us in order to add new services to the list

Audit record repository
Vendor Service URL BSD SYSLOG Port Reliable Syslog Port Comments
IBM ibmod235.dal-ebis.ihost.com 514 N/A web-based tool that can be used to build/execute queries to confirm audit events have been received is available


XDS Repository
Vendor Secured URL Comments
IBM no http://ibmod235.dal-ebis.ihost.com:9080/IHIIRepository/SubmissionSetReceiver N/A
IBM yes https://ibmod235.dal-ebis.ihost.com:9044/IHIIRepository/SubmissionSetReceiver N/A
NIST no http://hcxw2k1.nist.gov:8080/xdsServices2/registry/soap/portals/repository More details at the NIST XDS site


XDS Registry
Vendor Secured URL Comments
IBM no http://ibmod235.dal-ebis.ihost.com:9080/ihii/registry/soap N/A
IBM yes https://ibmod235.dal-ebis.ihost.com:9044/ihii/registry/soap N/A
NIST no http://hcxw2k1.nist.gov:8080/xdsServices2/registry/soap/portals/registry To send to the registry only, more details at the NIST XDS site
NIST no http://hcxw2k1.nist.gov:8080/xdsServices2/registry/soap/portals/query To query the registry, more details at the NIST XDS site

Service Vendor References

For more information about services here is a list of references provided by vendors:


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