source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/GatewaySubscriptionRepositoryCA/test/RetrieveBySubscriptionReference/Output.xml@ 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.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
3 <SOAP-ENV:Body>
4 <ns14:SubscriptionItem xmlns="http://docs.oasis-open.org/wsn/t-1" xmlns:jbi="http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper" xmlns:msgns="urn:gov:hhs:fha:nhinc:nhinccomponentsubscriptionrepository" xmlns:ns10="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns11="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns12="http://www.hhs.gov/healthit/nhin/cdc" xmlns:ns13="urn:gov:hhs:fha:nhinc:common:subscriptionb2overrideforcdc" xmlns:ns14="urn:gov:hhs:fha:nhinc:common:subscription" xmlns:ns15="urn:gov:hhs:fha:nhinc:common:subscriptionb2overridefordocuments" xmlns:ns2="http://docs.oasis-open.org/wsrf/bf-2" xmlns:ns3="http://www.w3.org/2005/08/addressing" xmlns:ns4="http://docs.oasis-open.org/wsn/b-2" xmlns:ns5="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:ns6="urn:gov:hhs:fha:nhinc:common:nhinccommon" xmlns:ns7="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" xmlns:ns8="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns9="urn:ihe:iti:xds-b:2007">
5 <ns14:Subscriber>
6 <ns14:Community>
7 <ns14:Id>subscribercommunityid</ns14:Id>
8 <ns14:Name>subscribercommunity name</ns14:Name>
9 </ns14:Community>
10 <ns14:NotificationConsumerEndpointAddress>notificationconsumerendpointaddress</ns14:NotificationConsumerEndpointAddress>
11 <ns14:UserAddress>subscriberuseraddress</ns14:UserAddress>
12 </ns14:Subscriber>
13 <ns14:Subscribee>
14 <ns14:Community>
15 <ns14:Id>subscribeecommunityid</ns14:Id>
16 <ns14:Name>subscribeecommunityname</ns14:Name>
17 </ns14:Community>
18 <ns14:NotificationProducerEndpointAddress>notificationproducerendpointaddress</ns14:NotificationProducerEndpointAddress>
19 <ns14:UserAddress>subscribeeuseraddress</ns14:UserAddress>
20 </ns14:Subscribee>
21 <ns14:SubscriptionCriteria>
22 <ns14:SubscribeePatient>
23 <ns6:SubjectIdentifier>subscribeepatientid</ns6:SubjectIdentifier>
24 <ns6:AssigningAuthorityIdentifier>subscribeeassigningauthid</ns6:AssigningAuthorityIdentifier>
25 </ns14:SubscribeePatient>
26 <ns14:SubscriberPatient>
27 <ns6:SubjectIdentifier>subscriberpatientid</ns6:SubjectIdentifier>
28 <ns6:AssigningAuthorityIdentifier>subscriberassigningauthid</ns6:AssigningAuthorityIdentifier>
29 </ns14:SubscriberPatient>
30 <ns14:Criteria>
31 <ns14:Criterion>
32 <ns14:Key>critkey1</ns14:Key>
33 <ns14:Value>critval1</ns14:Value>
34 </ns14:Criterion>
35 </ns14:Criteria>
36 <ns14:TopicExpression Dialect="topicdialect">topicexpression</ns14:TopicExpression>
37 <ns14:SubscriptionPolicy>
38 <ns14:GenericPolicyItems>
39 <ns14:KeyValuePair>
40 <ns14:Key>policykey1</ns14:Key>
41 <ns14:Value>policyval1</ns14:Value>
42 </ns14:KeyValuePair>
43 </ns14:GenericPolicyItems>
44 </ns14:SubscriptionPolicy>
45 </ns14:SubscriptionCriteria>
46 <ns14:SubscriptionReference>
47 <ns14:SubscriptionManagerEndpointAddress>submgrendpointaddress</ns14:SubscriptionManagerEndpointAddress>
48 <ns14:ReferenceParameters>
49 <ns14:ReferenceParameter>
50 <ns14:Prefix>refparamprefix</ns14:Prefix>
51 <ns14:Namespace>refparamnamespace</ns14:Namespace>
52 <ns14:ElementName>refparamelementname</ns14:ElementName>
53 <ns14:Value>refparamvalue</ns14:Value>
54 </ns14:ReferenceParameter>
55 </ns14:ReferenceParameters>
56 </ns14:SubscriptionReference>
57 <ns14:ParentSubscriptionReference>
58 <ns14:SubscriptionManagerEndpointAddress>parentsubmgrendpointaddress</ns14:SubscriptionManagerEndpointAddress>
59 <ns14:ReferenceParameters>
60 <ns14:ReferenceParameter>
61 <ns14:Prefix>parentrefparamprefix</ns14:Prefix>
62 <ns14:Namespace>parentrefparamnamespace</ns14:Namespace>
63 <ns14:ElementName>parentrefparamelementname</ns14:ElementName>
64 <ns14:Value>parentrefparamvalue</ns14:Value>
65 </ns14:ReferenceParameter>
66 </ns14:ReferenceParameters>
67 </ns14:ParentSubscriptionReference>
68 </ns14:SubscriptionItem>
69 </SOAP-ENV:Body>
70</SOAP-ENV:Envelope>
Note: See TracBrowser for help on using the repository browser.