Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleEksempel på request
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <wsse:Security>...</wsse:Security>
    <medcom:Header>...</medcom:Header>
    <HsuidHeader xmlns="http://www.nsi.dk/hsuid/2016/08/hsuid-1.1.xsd">
      <Assertion IssueInstant="2020-11-25T07:23:16.701Z" Version="2.0" id="HSUID">
        <Issuer>Aftale</Issuer>
        <AttributeStatement id="HSUIDdata">
          <Attribute Name="nsi:CitizenCivilRegistrationNumber">
            <AttributeValue>0405732615</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:UserType">
            <AttributeValue>nsi:Citizen</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:ActingUserCivilRegistrationNumber">
            <AttributeValue>1208643298</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:SystemOwnerName">
            <AttributeValue>system owner</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:SystemName">
            <AttributeValue>test aftaler</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:SystemVersion">
            <AttributeValue>1.0</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:OrgResponsibleName">
            <AttributeValue>MyOrganisation</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:ConsentOverride">
            <AttributeValue>false</AttributeValue>
          </Attribute>
          <Attribute Name="nsi:CitizenUserRelation">
            <AttributeValue>nsi:Guardian</AttributeValue>
          </Attribute>
        </AttributeStatement>
      </Assertion>
    </HsuidHeader>
    <Action soap:mustUnderstand="1" xmlns="http://www.w3.org/2005/08/addressing">urn:ihe:iti:2007:RegistryStoredQuery</Action>
    <MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:4b995ef5-1e9e-452b-b0ef-4fd80a5f93a4</MessageID>
    <To xmlns="http://www.w3.org/2005/08/addressing">http://test1-cnsp.ekstern-test.nspop.dk:8080/ddsregistry</To>
    <ReplyTo soap:mustUnderstand="1" xmlns="http://www.w3.org/2005/08/addressing">
      <Address>http://www.w3.org/2005/08/addressing/anonymous</Address>
    </ReplyTo>
  </soap:Header>
  <soap:Body>
    <ns4:AdhocQueryRequest xmlns:ns6="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns5="urn:ihe:iti:xds-b:2007" xmlns:ns4="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns2="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0">
      <ns4:ResponseOption returnType="LeafClass" returnComposedObjects="true"/>
      <ns2:AdhocQuery id="urn:uuid:14d4debf-8f97-4251-9a74-a90016b0af0d">
        <ns2:Slot name="$XDSDocumentEntryTypeCode">
          <ns2:ValueList>
            <ns2:Value>('39289-4^^2.16.840.1.113883.6.1')</ns2:Value>
          </ns2:ValueList>
        </ns2:Slot>
        <ns2:Slot name="$XDSDocumentEntryPatientId">
          <ns2:ValueList>
            <ns2:Value>'0405732615^^^&1.2.208.176.1.2&ISO'</ns2:Value>
          </ns2:ValueList>
        </ns2:Slot>
        <ns2:Slot name="$XDSDocumentEntryType">
          <ns2:ValueList>
            <ns2:Value>('urn:uuid:34268e47-fdf5-41a6-ba33-82133c465248')</ns2:Value>
            <ns2:Value>('urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1')</ns2:Value>
          </ns2:ValueList>
        </ns2:Slot>
        <ns2:Slot name="$XDSDocumentEntryStatus">
          <ns2:ValueList>
            <ns2:Value>('urn:oasis:names:tc:ebxml-regrep:StatusType:Approved')</ns2:Value>
          </ns2:ValueList>
        </ns2:Slot>
      </ns2:AdhocQuery>
    </ns4:AdhocQueryRequest>
  </soap:Body>
</soap:Envelope>

Code Block
titleEksempel på response
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>...</soap:Header>
  <soap:Body>
    <ns4:AdhocQueryResponse xmlns:ns12="http://www.nsi.dk/hsuid/2016/08/hsuid-1.1.xsd" xmlns:ns11="http://www.medcom.dk/dgws/2006/04/dgws-1.0.xsd" xmlns:ns10="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:ns9="http://www.w3.org/2000/09/xmldsig#" xmlns:ns8="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:ns7="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ns6="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns5="urn:oasis:names:tc:ebxml-regrep:xsd:cms:3.0" xmlns:ns4="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns2="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" totalResultCount="14" status="urn:ihe:iti:2007:ResponseStatusType:PartialSuccess">
      <ns3:RegistryErrorList highestSeverity="urn:oasis:names:tc:ebxml-regrep:ErrorSeverityType:Error">
        <ns3:RegistryError codeContext="dk.nsi.dds.projects.ao.documentmetadataprovider.exceptions.InvokerCallException: dk.nsi.dds.projects.ao.documentmetadataprovider.exceptions.InvokerCallException: Bookplan server http://test1-bookplan-rm.nspop.dk:8080/booking/search/appointments/V1 returned error: Forbidden [Document Registry:Region Midtjylland Aftaleoversigt CDA 2.0]" errorCode="XDSRegistryError" severity="urn:oasis:names:tc:ebxml-regrep:ErrorSeverityType:Error">
        </ns3:RegistryError>
        <ns3:RegistryError codeContext="Region Midtjylland Aftaleoversigt" errorCode="XDSUnavailableCommunity" severity="urn:oasis:names:tc:ebxml-regrep:ErrorSeverityType:Error"/>
      </ns3:RegistryErrorList>
      <ns2:RegistryObjectList>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20200911132801</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" nodeRepresentation="" id="urn:uuid:0ab06988-bace-4e0c-99f8-fe5379edd4df">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" nodeRepresentation="001" id="urn:uuid:bc76d7d3-89cf-4807-a4e2-172a72513511">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:b0d46f38-a0ef-4b32-841d-1229e1282252">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" nodeRepresentation="22232009" id="urn:uuid:5c4d606e-0ba7-445a-ad34-0c4fd68a767e">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" nodeRepresentation="408443003" id="urn:uuid:e1f29479-18bc-47f8-ab70-694e2dd7d4d8">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" nodeRepresentation="39289-4" id="urn:uuid:c0bd90dd-4bb9-4965-8f1f-c323b292a4eb">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" nodeRepresentation="N" id="urn:uuid:bd347fa0-1d7b-49db-a6d4-f6fa920060f0">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:4577b051-ee60-4c5c-b949-177101e8586e">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:ae657818-cfa4-4b4c-a61c-b6483367b035" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:9932e3d8-ab4d-4e68-a6d9-86a4a090b353">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20200911134259</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" nodeRepresentation="" id="urn:uuid:e63ab139-1ac0-4b3f-bf7c-183931afbb9d">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" nodeRepresentation="001" id="urn:uuid:0e8c38f6-3258-4f91-9b8a-73585c75994d">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:f3f458dc-0e98-409b-bcb3-d1bd04d7aba2">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" nodeRepresentation="22232009" id="urn:uuid:888cdfa4-3fc9-40a1-a987-922da5dbed7a">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" nodeRepresentation="408443003" id="urn:uuid:a211466e-39e7-4dcb-8629-3dfa2325ae97">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" nodeRepresentation="39289-4" id="urn:uuid:f51270dc-dc0a-47e1-801d-b085e55452aa">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" nodeRepresentation="N" id="urn:uuid:bbcacb68-7f02-4274-ad98-09571570d9ad">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:cf1dd037-d6e5-433e-8e31-a80495c2f728">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:afaa218f-0909-4da0-acd8-93f9a7f2af1d" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:4626a021-4751-4d19-9cf9-632bc64d9eb6">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201028143702</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" nodeRepresentation="" id="urn:uuid:1d97d77f-edd7-432c-8df6-768cb16716fb">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" nodeRepresentation="001" id="urn:uuid:af0fe69b-b989-4d86-8143-0bee3103b009">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:2eafa721-2e2a-48a0-b56c-dccf9ac8bf24">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" nodeRepresentation="22232009" id="urn:uuid:350c1f2b-011d-4f86-ad0e-6df3a7226ddd">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" nodeRepresentation="408443003" id="urn:uuid:292024c4-038b-4860-929d-d6be61e6a228">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" nodeRepresentation="39289-4" id="urn:uuid:9cd11407-eed5-4238-af12-ac59cba4efe1">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" nodeRepresentation="N" id="urn:uuid:8f054e14-0241-431e-9357-9dded258f183">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:ddf766a0-2029-4fcd-8f25-c6297db208e9">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:42592e59-8440-40a2-98e3-9e856330be3a" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:d92bd2d4-2184-49d1-bad9-58d90971cd9b">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201028144520</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" nodeRepresentation="" id="urn:uuid:8ce30b5f-a2d5-47e1-b1a9-1ecd40ebf4e6">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" nodeRepresentation="001" id="urn:uuid:322a8fdd-d865-40c0-8f6f-7a60c33e1078">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:16e05813-4a42-4e19-a986-f3aff3a8ba2a">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" nodeRepresentation="22232009" id="urn:uuid:bd912901-1e70-4c19-890a-9de574b4d8fc">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" nodeRepresentation="408443003" id="urn:uuid:49cb63cc-568a-4699-b7b7-94fc070dfd72">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" nodeRepresentation="39289-4" id="urn:uuid:97269139-7079-4ca7-aa69-90b602885c28">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" nodeRepresentation="N" id="urn:uuid:4fd6c5d2-78c5-4c14-81fd-67224aece4bd">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:27c63fb9-fa68-4b7f-a7d8-da7a61760546">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:fce0d8eb-340a-474f-bd5a-c5901d15dc21" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:0fdfb185-92d8-4d85-a52c-a677c671a15d">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201106142002</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" nodeRepresentation="" id="urn:uuid:4b7edf88-d763-44eb-ba94-5bef9846a73b">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" nodeRepresentation="001" id="urn:uuid:24205c25-e823-428d-af86-be7dc5b66e81">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:e557c2a5-1b5d-41fa-84b9-e63d584370c4">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" nodeRepresentation="22232009" id="urn:uuid:05460579-511c-4a4c-bf9b-93ab448b4b25">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" nodeRepresentation="408443003" id="urn:uuid:bf268254-b8ef-4fc6-9062-6924891e99df">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" nodeRepresentation="39289-4" id="urn:uuid:3129caa7-239f-4979-8f2f-b805d7b938ae">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" nodeRepresentation="N" id="urn:uuid:1adf23ef-d093-4462-ad17-31e5060e353f">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:11987166-da88-4273-9c8e-f0e289ca54cc">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:0f44eb64-a0d6-4059-b9dc-faa56951984d" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:0e063e6a-7f5c-412a-ba3a-4e6859fbf332">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201106144731</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" nodeRepresentation="" id="urn:uuid:85a8c4dc-f730-4807-a9eb-385ed339de89">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" nodeRepresentation="001" id="urn:uuid:510ffb7f-cb06-4891-8446-6d28cafcc959">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:07a037cf-a973-4bb6-b920-8134f8da089f">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" nodeRepresentation="22232009" id="urn:uuid:8ec184ee-07fd-41d6-b507-9de87f7114e0">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" nodeRepresentation="408443003" id="urn:uuid:6487f959-3bfe-4333-b2fb-d54db439ef2a">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" nodeRepresentation="39289-4" id="urn:uuid:3f06877c-8030-4bcb-b3d7-55302c72142f">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" nodeRepresentation="N" id="urn:uuid:418b22f1-d881-4a17-8d59-284e15059024">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:6cd16741-2e99-4bbb-86c6-02fde1896887">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:6504f172-1a4a-4f10-91e5-1a862d18bfb9" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:0d801958-b2c1-4df4-af61-46aba6b5cc88">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201106145647</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" nodeRepresentation="" id="urn:uuid:c6108ab0-b625-4fd8-9d43-d3a1f6587253">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" nodeRepresentation="001" id="urn:uuid:e8f2a6ed-48d7-4814-9493-0b5b6fd106b0">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:149136bb-dce3-4feb-a88c-ed7719d62fd9">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" nodeRepresentation="22232009" id="urn:uuid:23b9f4fd-cefa-4e46-8f01-3b165255e03e">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" nodeRepresentation="408443003" id="urn:uuid:a8019d80-6172-4b7a-9472-32e6cfd9e0bd">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" nodeRepresentation="39289-4" id="urn:uuid:b7b933bc-fcf3-41b5-b40e-f1a96ad774b4">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" nodeRepresentation="N" id="urn:uuid:569e241f-a01a-4fa4-91d0-125a375ea884">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:5cd8a251-9995-4622-aee3-6e666a87f426">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:76df6895-7398-4384-994f-2c0be42c8608" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:55a151ba-2380-48ef-93df-2ec44db812ba">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201112082555</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" nodeRepresentation="" id="urn:uuid:7cf84aa4-04cf-46ae-9a94-75ee93c99e3e">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" nodeRepresentation="001" id="urn:uuid:64b625a2-92f0-4f81-9dd2-696728ce1ea7">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:31501125-e543-4929-a215-7dbb9565d44c">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" nodeRepresentation="22232009" id="urn:uuid:f85483e0-d80b-43d1-9353-ede6da2a9d7f">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" nodeRepresentation="408443003" id="urn:uuid:ce47753d-d886-4a10-81d6-8945cb0ffae3">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" nodeRepresentation="39289-4" id="urn:uuid:95b09b39-21af-41de-a161-f645d8766a5a">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" nodeRepresentation="N" id="urn:uuid:17e73536-326f-480e-9212-48bf947ef75b">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:da55076b-7105-43ce-a0e0-a1e848a7ea7f">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:8608b251-c17c-440f-b0e1-680e2e4d2302" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:f7159449-c800-459d-a0c7-6cf29ceea970">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201112083939</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" nodeRepresentation="" id="urn:uuid:4ee45679-e4b1-4c41-ac75-f407dcc85064">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" nodeRepresentation="001" id="urn:uuid:7c2aa4cf-4f25-4609-9e37-ccbe916cb1fe">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:81a5c432-b180-4d85-bb6a-4a613537d9b9">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" nodeRepresentation="22232009" id="urn:uuid:5948d433-6951-43ab-8b96-0aae3a3e3d31">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" nodeRepresentation="408443003" id="urn:uuid:10043cad-a46f-4d64-be35-8d1e1488b5dc">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" nodeRepresentation="39289-4" id="urn:uuid:fa68cc9b-f7f0-4c1d-8299-ef15ee8ea3f8">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" nodeRepresentation="N" id="urn:uuid:4ccc3609-5928-4ee0-bc1c-a4928022c370">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:2693768c-109c-4195-ac42-6732b1042637">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:0b876635-a287-4ec7-8203-c761dbcabb6b" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:0ccb44d9-1eff-4059-a8f5-caedc830e6de">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201112084049</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" nodeRepresentation="" id="urn:uuid:9e2b243f-244d-453f-a8ae-278d346f7d00">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" nodeRepresentation="001" id="urn:uuid:b63ce17b-ff9d-4a17-bcf6-ba97bd97c7d5">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:5d96f4e8-4253-4fdb-830e-0c5a42079619">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" nodeRepresentation="22232009" id="urn:uuid:a8b1eecf-cb3b-4ecd-9256-266c6d69c7d6">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" nodeRepresentation="408443003" id="urn:uuid:c5030452-f42b-4dad-a10f-b9a62b0d11e4">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" nodeRepresentation="39289-4" id="urn:uuid:eb236689-d86d-4c69-928c-0a13fb9af516">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" nodeRepresentation="N" id="urn:uuid:256c9143-4721-4198-a870-4b285eb69d07">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:97a1d041-1d00-4535-880e-15780fb16186">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:bbb2dfc7-191e-4218-a7ea-0a5cdaf3f7f1" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:86a9cf7f-cd4b-4a44-bebb-4646bc25815f">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201115043624</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" nodeRepresentation="" id="urn:uuid:d14dc6c2-a937-422d-96f6-868cef9aa595">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" nodeRepresentation="001" id="urn:uuid:c920a301-a4ef-44fd-b850-1905e80799f6">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:a3d8a57d-76bf-4752-888d-13ea5d4f3391">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" nodeRepresentation="22232009" id="urn:uuid:82c1f486-6bee-432d-b4fd-72bb32c46e81">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" nodeRepresentation="408443003" id="urn:uuid:80df54f5-acbe-4d47-b386-036f854645c3">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" nodeRepresentation="39289-4" id="urn:uuid:1a3a3a7f-b237-4157-8ee7-1b3cf8049c98">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" nodeRepresentation="N" id="urn:uuid:75a2c8cf-3194-4c6a-83c7-65a10511de02">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:00032fc5-71d7-41e6-912e-2478988ccc42">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:48cc245f-3aa6-42f7-aa80-10adf3732eb5" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:601faf3d-0e2f-4701-988f-df25930016b7">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201125081050</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" nodeRepresentation="" id="urn:uuid:a416bbc3-a042-4e39-b4ff-eb930167d372">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" nodeRepresentation="001" id="urn:uuid:ac71711c-c50a-4afb-bfdd-6989c43025ac">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:94dd8fb1-ad21-4f63-804d-2fb66dc6effc">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" nodeRepresentation="22232009" id="urn:uuid:26c8a77e-6450-4206-8bec-98d5c9664ca1">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" nodeRepresentation="408443003" id="urn:uuid:9d94ef7a-2b88-4813-bad4-b5d7729a42bb">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" nodeRepresentation="39289-4" id="urn:uuid:f5b19113-2c1a-412c-b355-85d416b38892">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" nodeRepresentation="N" id="urn:uuid:01085d22-57a4-4f89-8443-61beb059d808">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:0dbe7e81-ae59-489e-b6d8-00a682ae51e1">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:f8a98754-c844-4cf5-9ab3-287ce0a6f64b" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:c1c5c11c-5825-436c-b4ad-f9a6df29c01b">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201125081407</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" nodeRepresentation="" id="urn:uuid:336df002-39e9-45cc-9150-663ede29ca3b">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" nodeRepresentation="001" id="urn:uuid:363399f2-ede3-4a10-8107-7252df546205">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:926faef2-01fe-4483-81d4-66700e3c5dda">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" nodeRepresentation="22232009" id="urn:uuid:a9001e29-31f7-4785-a9a5-09e33b2e3868">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" nodeRepresentation="408443003" id="urn:uuid:599076d9-1ed6-4ee4-b1d0-b27a4dcfc9be">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" nodeRepresentation="39289-4" id="urn:uuid:50c3445e-f4f9-4e1c-a949-2e3103bef63a">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" nodeRepresentation="N" id="urn:uuid:1b9f2101-244f-444b-9f44-6b4cadff7125">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:2f8f748d-f4d3-4660-b16e-c4023eeb3ad5">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:801ca1ed-d502-41f5-a70b-bdbcdc7a67c5" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:f882a473-2578-4085-b5cf-b49dc4509a7d">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
        <ns2:ExtrinsicObject mimeType="text/xml" lid="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" objectType="urn:uuid:7edca82f-054d-47f2-a032-9b2a5b5186c1" status="urn:oasis:names:tc:ebxml-regrep:StatusType:Approved" id="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a">
          <ns2:Slot name="creationTime">
            <ns2:ValueList>
              <ns2:Value>20201125081907</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="hash">
            <ns2:ValueList>
              <ns2:Value>2fab5a7dedfd249cfb508083cf36c8e569558889</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="languageCode">
            <ns2:ValueList>
              <ns2:Value>da-DK</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStartTime">
            <ns2:ValueList>
              <ns2:Value>2017053112</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="serviceStopTime">
            <ns2:ValueList>
              <ns2:Value>2017053113</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="repositoryUniqueId">
            <ns2:ValueList>
              <ns2:Value>1.2.208.176.43210.8.10.11</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="size">
            <ns2:ValueList>
              <ns2:Value>9758</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Slot name="sourcePatientId">
            <ns2:ValueList>
              <ns2:Value>0405732615^^^&1.2.208.176.1.2&ISO</ns2:Value>
            </ns2:ValueList>
          </ns2:Slot>
          <ns2:Name>
            <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
          </ns2:Name>
          <ns2:VersionInfo versionName="1"/>
          <ns2:Classification classificationScheme="urn:uuid:93606bcf-9494-43ec-9b4e-a7748d1a838d" classifiedObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" nodeRepresentation="" id="urn:uuid:eb2bc357-18c3-4218-9be0-c1a60ccdebf0">
            <ns2:Slot name="authorInstitution">
              <ns2:ValueList>
                <ns2:Value>R�ntgen og scanning^^^^^&1.2.208.176.1.1&ISO^^^^678401000016005</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:41a5887f-8865-4c09-adf7-e362475b143a" classifiedObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" nodeRepresentation="001" id="urn:uuid:1afe3c4d-15d2-47bb-81aa-82daafb70edc">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.100.9</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Klinisk rapport"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d" classifiedObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" nodeRepresentation="urn:ad:dk:medcom:appointment" id="urn:uuid:745aa547-25d3-4218-a4b1-b3812b642616">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>1.2.208.184.14.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="DK CDA APD"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f33fb8ac-18af-42cc-ae0e-ed0b0bdb91e1" classifiedObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" nodeRepresentation="22232009" id="urn:uuid:0f24a639-6f53-47d9-93e7-6eb14ec26b3d">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="hospital"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:cccf5598-8b07-4b77-a05e-ae952c785ead" classifiedObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" nodeRepresentation="408443003" id="urn:uuid:4b8a61d6-5296-40a8-a19c-9d7dbee9cf9c">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.96</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="almen medicin"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f0306f51-975f-434e-a61c-c59651d33983" classifiedObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" nodeRepresentation="39289-4" id="urn:uuid:426c5ee7-b940-4d64-ad45-e93b819e1b39">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.6.1</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="Dato og tidspunkt for m�de mellem patient og sundhedsperson"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:Classification classificationScheme="urn:uuid:f4f85eac-e6cb-4883-b524-f2705394840f" classifiedObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" nodeRepresentation="N" id="urn:uuid:9187dc9b-ff91-4166-96ff-51b36c22eac9">
            <ns2:Slot name="codingScheme">
              <ns2:ValueList>
                <ns2:Value>2.16.840.1.113883.5.25</ns2:Value>
              </ns2:ValueList>
            </ns2:Slot>
            <ns2:Name>
              <ns2:LocalizedString xml:lang="en-US" charset="UTF-8" value="N"/>
            </ns2:Name>
          </ns2:Classification>
          <ns2:ExternalIdentifier registryObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" identificationScheme="urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427" value="0405732615^^^&1.2.208.176.1.2&ISO" id="urn:uuid:d0303b8d-fe42-4f9e-8816-38bb5fc3b8b8">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.patientId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
          <ns2:ExternalIdentifier registryObject="urn:uuid:6e41e8c0-3d3f-4654-9c26-b65cfbc12c0a" identificationScheme="urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab" value="3928941150207761919.6052203964123326052.1530405732615" id="urn:uuid:b90b81c2-ae39-45cb-860a-1b7a1c477154">
            <ns2:Name>
              <ns2:LocalizedString value="XDSDocumentEntry.uniqueId"/>
            </ns2:Name>
          </ns2:ExternalIdentifier>
        </ns2:ExtrinsicObject>
      </ns2:RegistryObjectList>
    </ns4:AdhocQueryResponse>
  </soap:Body>
</soap:Envelope>


Hentning af dokument (ITI-43)

...