forked from ehealthsuisse/EPR-by-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathITI-43_response_raw.xml
28 lines (28 loc) · 1.43 KB
/
ITI-43_response_raw.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Action>urn:ihe:iti:2007:RetrieveDocumentSetResponse</wsa:Action>
<wsa:RelatesTo>urn:uuid:1EB10F67-6562-46D5-9B6B-5DC42EB2B4A6</wsa:RelatesTo>
</soapenv:Header>
<soapenv:Body>
<ns3:RetrieveDocumentSetResponse
xmlns:ns3="urn:ihe:iti:xds-b:2007"
xmlns:ns8="urn:ihe:iti:rmd:2017"
xmlns:ns7="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
xmlns:ns6="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
xmlns:ns5="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"
xmlns:ns4="urn:ihe:rad:xdsi-b:2009"
xmlns:ns2="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0">
<ns6:RegistryResponse status="urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Success"/>
<ns3:DocumentResponse>
<ns3:HomeCommunityId>urn:oid:1.3.6.1.4.1.21367.2017.2.6.19</ns3:HomeCommunityId>
<ns3:RepositoryUniqueId>1.3.6.1.4.1.21367.2017.2.3.54</ns3:RepositoryUniqueId>
<ns3:DocumentUniqueId>1.3.6.1.4.1.21367.2017.2.1.75.20200922130227623</ns3:DocumentUniqueId>
<ns3:mimeType>application/pdf</ns3:mimeType>
<ns3:Document xmlns:xop="http://www.w3.org/2004/08/xop/include">
<xop:Include href="cid:[email protected]"/>
</ns3:Document>
</ns3:DocumentResponse>
</ns3:RetrieveDocumentSetResponse>
</soapenv:Body>
</soapenv:Envelope>