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"

(IHE Client plugins in the CVS)
(Intro)
Line 1: Line 1:
 
== Intro==
 
== Intro==
 +
The IHE Client plugins are a set of plugins implementing [www.ihe.net | IHE] actors and data models.
  
 
== IHE Client plugins in the CVS==
 
== IHE Client plugins in the CVS==

Revision as of 13:33, 17 July 2006

Intro

The IHE Client plugins are a set of plugins implementing [www.ihe.net | IHE] actors and data models.

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 Media:OHF_ATNA_Audit_Client.pdf
  • 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

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.

Media:OHF_Client_Patient_Identity_Source.pdf

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.

Media:OHF_Client_Patient_Identifier_Cross-reference_Consumer.pdf


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.

Media:OHF_Client_Patient_Demographics_Consumer.pdf

XDS Source

XDS Consumer

Media:OHF_XDS_Document_Consumer.pdf

Resources

links to the IHE

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:

Back to the top