Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(PIX/PDQ)
(Healthcare Services on the open Web)
Line 44: Line 44:
 
[[Media:OHF_ATNA_Audit_Client.pdf | OHF ATNA Audit Client]]
 
[[Media:OHF_ATNA_Audit_Client.pdf | 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 [http://www.ihe.net 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''
 
 
{| style="background-color: FFFFFF;" border="1"
 
|+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
 
|}
 
 
 
{| style="background-color: FFFFFF;" border="1"
 
|+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 [http://hcxw2k1.nist.gov/wiki/index.php/NIST_XDS_Test_Kit_2005-2006 NIST XDS site]
 
|}
 
 
 
{| style="background-color: FFFFFF;" border="1"
 
|+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 [http://hcxw2k1.nist.gov/wiki/index.php/NIST_XDS_Test_Kit_2005-2006 NIST XDS site]
 
|-
 
! NIST
 
| no || http://hcxw2k1.nist.gov:8080/xdsServices2/registry/soap/portals/query || To query the registry, more details at the [http://hcxw2k1.nist.gov/wiki/index.php/NIST_XDS_Test_Kit_2005-2006 NIST XDS site]
 
|}
 
 
====Service Vendor References====
 
For more information about services here is a list of references provided by vendors:
 
* '''IBM''': [http://ibmod235.dal-ebis.ihost.com:9080/IBMIHII/serverInfoOHF.htm IBM Interoperable Healthcare Information Infrastructure Usage Instructions]
 
  
  

Revision as of 17:59, 2 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.

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

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


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