source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/PatientCorrelationEJB/src/conf/xml-resources/web-services/PatientCorrelationService/wsdl/NhincComponentPatientCorrelation.wsdl@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<definitions
3 name="PatientCorrelation"
4 targetNamespace="urn:gov:hhs:fha:nhinc:nhinccomponentpatientcorrelation"
5 xmlns="http://schemas.xmlsoap.org/wsdl/"
6 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
7 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8 xmlns:tns="urn:gov:hhs:fha:nhinc:nhinccomponentpatientcorrelation"
9 xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
10 xmlns:ncpc="urn:gov:hhs:fha:nhinc:common:patientcorrelation"
11 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
12 xmlns:hl7="urn:hl7-org:v3"
13 xmlns:pc="urn:hl7-org:v3"
14 >
15 <types>
16 <xsd:schema targetNamespace="urn:gov:hhs:fha:nhinc:nhinccomponentpatientcorrelation">
17 <xsd:import namespace="urn:hl7-org:v3" schemaLocation="../schemas/nhinc/common/PatientCorrelation.xsd"/>
18 </xsd:schema>
19 </types>
20 <message name="RetrievePatientCorrelationsRequestMessage">
21 <part name="RetrievePatientCorrelationsRequest"
22 element="pc:RetrievePatientCorrelationsRequest"/>
23 </message>
24 <message name="RetrievePatientCorrelationsResponseMessage">
25 <part name="RetrievePatientCorrelationsResponse"
26 element="pc:RetrievePatientCorrelationsResponse"/>
27 </message>
28 <message name="AddPatientCorrelationRequestMessage">
29 <part name="AddPatientCorrelationRequest"
30 element="pc:AddPatientCorrelationRequest"/>
31 </message>
32 <message name="AddPatientCorrelationResponseMessage">
33 <part name="AddPatientCorrelationResponse"
34 element="pc:AddPatientCorrelationResponse"/>
35 </message>
36 <message name="RemovePatientCorrelationRequestMessage">
37 <part name="RemovePatientCorrelationRequest"
38 element="pc:RemovePatientCorrelationRequest"/>
39 </message>
40 <message name="RemovePatientCorrelationResponseMessage">
41 <part name="RemovePatientCorrelationResponse"
42 element="pc:RemovePatientCorrelationResponse"/>
43 </message>
44 <portType name="PatientCorrelationPortType">
45 <operation name="RetrievePatientCorrelations">
46 <input name="RetrievePatientCorrelationsRequest"
47 message="tns:RetrievePatientCorrelationsRequestMessage"/>
48 <output name="RetrievePatientCorrelationsResponse"
49 message="tns:RetrievePatientCorrelationsResponseMessage"/>
50 </operation>
51 <operation name="AddPatientCorrelation">
52 <input name="AddPatientCorrelationRequest"
53 message="tns:AddPatientCorrelationRequestMessage"/>
54 <output name="AddPatientCorrelationResponse"
55 message="tns:AddPatientCorrelationResponseMessage"/>
56 </operation>
57 <operation name="RemovePatientCorrelation">
58 <input name="RemovePatientCorrelationRequest"
59 message="tns:RemovePatientCorrelationRequestMessage"/>
60 <output name="RemovePatientCorrelationResponse"
61 message="tns:RemovePatientCorrelationResponseMessage"/>
62 </operation>
63 </portType>
64 <binding name="PatientCorrelationBinding" type="tns:PatientCorrelationPortType">
65 <soap:binding style="document"
66 transport="http://schemas.xmlsoap.org/soap/http"/>
67 <operation name="RetrievePatientCorrelations">
68 <soap:operation soapAction="RetrievePatientCorrelations"/>
69 <input name="RetrievePatientCorrelationsRequest">
70 <soap:body use="literal"/>
71 </input>
72 <output name="RetrievePatientCorrelationsResponse">
73 <soap:body use="literal"/>
74 </output>
75 </operation>
76 <operation name="AddPatientCorrelation">
77 <soap:operation soapAction="AddPatientCorrelation"/>
78 <input name="AddPatientCorrelationRequest">
79 <soap:body use="literal"/>
80 </input>
81 <output name="AddPatientCorrelationResponse">
82 <soap:body use="literal"/>
83 </output>
84 </operation>
85 <operation name="RemovePatientCorrelation">
86 <soap:operation soapAction="RemovePatientCorrelation"/>
87 <input name="RemovePatientCorrelationRequest">
88 <soap:body use="literal"/>
89 </input>
90 <output name="RemovePatientCorrelationResponse">
91 <soap:body use="literal"/>
92 </output>
93 </operation>
94 </binding>
95 <service name="PatientCorrelationService">
96 <port name="PatientCorrelationPort"
97 binding="tns:PatientCorrelationBinding">
98 <soap:address
99 location="http://localhost:${NhincHttpPort}/PatientCorrelationService"/>
100 </port>
101 </service>
102 <plnk:partnerLinkType name="PatientCorrelation">
103 <plnk:role name="PatientCorrelationPortTypeRole"
104 portType="tns:PatientCorrelationPortType"/>
105 </plnk:partnerLinkType>
106</definitions>
Note: See TracBrowser for help on using the repository browser.