Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SDS-6774 Flyt afsnit

...

Eksempelkoden er tilgængelig her: https://svn.nspop.dk/svn/test/drs/

...


Asynkron hentning af

...

stamkort

Dette er en beskrivelse af en implementationsdetalje til brugerhistorien "Hent stamkort".

Det er muligt at implementere asynkron hentning af stamkort, ved kun at hente stamkort når der er en ændring i det. Dette gøres ved at subscribe på følgende topics i NAS, som adviserer om ændringerne:

http://sundhedsdatastyrelsen.dk/ConsentAdministration/2021/03/01:ConsentUpdated

http://sundhedsdatastyrelsen.dk/LivingWill/2022/05/05:LivingWillUpdated

http://sundhedsdatastyrelsen.dk/OrganDonation/2022/05/05:OrganDonationUpdated

http://sundhedsdatastyrelsen.dk/PersonalDataCard/2020/11/01:DataCardUpdated

http://sundhedsdatastyrelsen.dk/TreatmentWill/2022/05/05:TreatmentWillUpdated

http://sundhedsdatastyrelsen.dk/NoResuscitation/2023/06/01:NoResuscitationUpdated

Understøttelse af Brugerhistorier

Med udgangspunkt i brugerhistorierne i SFSK - Brugerhistorier beskrives i det følgende, hvorledes de enkelte snitflader skal anvendes til at understøtte disse.

Alle brugerhistorier indeholder eksempler på succesfulde requests og responses.

Anvendelsen af SFSK består som i andre IHE XDS baserede systemer i to interaktioner:

  • Fremsøgning af metadata om en borgers stamkort: ITI-18 Registry Stored Query anvendes til at fremsøge metadata (herunder dokument-id'er) for en borgers stamkort dokumenter.
  • Hentning af stamkort dokumenter: ITI-43 Retrieve Document Set anvendes til at hente konkrete stamkort dokumenter udfra disses dokument-id'er.

Disse interaktioner beskrives i brugerhistorierne Brugerhistorie: Fremsøg stamkort og Brugerhistorie: Hent stamkort.

Begge servicekald kræver, at anvenderen autentificerer sig med et gyldigt system idkort. SFSK tillader ikke kald med bruger idkort.

Derudover skal det anvendte (FOCES/VOCES) certifikat være whitelistet til kald til SFSK. Anvendere, der ønsker at kalde SFSK, skal whitelistes. Dette gøres ved at oprette en supportsag via https://www.nspop.dk/category/sup - husk at vedhæfte den offentlige del af det certifikat, der skal anvendes eller angiv subjectserialnumber i sagen.

Fejl i autentificeringen (herunder whitelisting) rapporteres tilbage til brugeren som en SOAP Fault.

Understøttelse af brugerhistorien: Fremsøg stamkort

Til fremsøgning af en borgers stamkort anvendes snitfladen ITI-18 Registry Stored Query.

Nedenfor vises et eksempel på et succesfuldt request og det tilhørende response.

Code Block
titleRequest til ITI-18 Registry Stored Query
linenumberstrue
collapsetrue
ID: 1
Address: http://localhost:8060/sfsk/iti18

Med udgangspunkt i brugerhistorierne i SFSK - Brugerhistorier beskrives i det følgende, hvorledes de enkelte snitflader skal anvendes til at understøtte disse.

Alle brugerhistorier indeholder eksempler på succesfulde requests og responses.

Anvendelsen af SFSK består som i andre IHE XDS baserede systemer i to interaktioner:

  • Fremsøgning af metadata om en borgers stamkort: ITI-18 Registry Stored Query anvendes til at fremsøge metadata (herunder dokument-id'er) for en borgers stamkort dokumenter.
  • Hentning af stamkort dokumenter: ITI-43 Retrieve Document Set anvendes til at hente konkrete stamkort dokumenter udfra disses dokument-id'er.

Disse interaktioner beskrives i brugerhistorierne Brugerhistorie: Fremsøg stamkort og Brugerhistorie: Hent stamkort.

Begge servicekald kræver, at anvenderen autentificerer sig med et gyldigt system idkort. SFSK tillader ikke kald med bruger idkort.

Derudover skal det anvendte (FOCES/VOCES) certifikat være whitelistet til kald til SFSK. Anvendere, der ønsker at kalde SFSK, skal whitelistes. Dette gøres ved at oprette en supportsag via https://www.nspop.dk/category/sup - husk at vedhæfte den offentlige del af det certifikat, der skal anvendes eller angiv subjectserialnumber i sagen.

Fejl i autentificeringen (herunder whitelisting) rapporteres tilbage til brugeren som en SOAP Fault.

Understøttelse af brugerhistorien: Fremsøg stamkort

Til fremsøgning af en borgers stamkort anvendes snitfladen ITI-18 Registry Stored Query.

Nedenfor vises et eksempel på et succesfuldt request og det tilhørende response.

Code Block
titleRequest til ITI-18 Registry Stored Query
linenumberstrue
collapsetrue
ID: 1
Address: http://localhost:8060/sfsk/iti18
Encoding: UTF-8
Http-Method: POST
Content-Type: application/soap+xml
Headers: {Accept=[*/*]}
Payload: 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
      <wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
        <wsu:Created>2021-06-29T06:30:57Z</wsu:Created>
      </wsu:Timestamp>
      <saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion" IssueInstant="2021-06-29T06:25:57Z" Version="2.0" id="IDCard"Asynkron hentning af stamkort

Det er muligt at implementere asynkron hentning af stamkort, ved kun at hente stamkort når der er en ændring i det. Dette gøres ved at subscribe på følgende topics i NAS, som adviserer om ændringerne:

http://sundhedsdatastyrelsen.dk/ConsentAdministration/2021/03/01:ConsentUpdated

http://sundhedsdatastyrelsen.dk/LivingWill/2022/05/05:LivingWillUpdated

http://sundhedsdatastyrelsen.dk/OrganDonation/2022/05/05:OrganDonationUpdated

http://sundhedsdatastyrelsen.dk/PersonalDataCard/2020/11/01:DataCardUpdated

http://sundhedsdatastyrelsen.dk/TreatmentWill/2022/05/05:TreatmentWillUpdated

http://sundhedsdatastyrelsen.dk/NoResuscitation/2023/06/01:NoResuscitationUpdatedoasis-200401-wss-wssecurity-secext-1.0.xsd">
        <saml:Issuer>TEST2-NSP-STS</saml:Issuer><wsu:Timestamp xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
        <saml:Subject><wsu:Created>2021-06-29T06:30:57Z</wsu:Created>
      </wsu:Timestamp>
      <saml:NameIDAssertion Formatxmlns:saml="medcom:other">SubjectDN={SERIALNUMBER=CVR:46837428-UID:27910135 + CN=Statens Serum Institut - Test VOCES, O=Statens Serum Institut // CVR:46837428, urn:oasis:names:tc:SAML:2.0:assertion" IssueInstant="2021-06-29T06:25:57Z" Version="2.0" id="IDCard">
        <saml:Issuer>TEST2-NSP-STS</saml:Issuer>
        <saml:Subject>
          <saml:NameID Format="medcom:other">SubjectDN={SERIALNUMBER=CVR:46837428-UID:27910135 + CN=Statens Serum Institut - Test VOCES, O=Statens Serum Institut // CVR:46837428, C=DK},IssuerDN={CN=TRUST2408 Systemtest XXII CA, O=TRUST2408, C=DK},CertSerial={1495058165}</saml:NameID>
          <saml:SubjectConfirmation>
            <saml:ConfirmationMethod>urn:oasis:names:tc:SAML:2.0:cm:holder-of-key</saml:ConfirmationMethod>
            <saml:SubjectConfirmationData>
              <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
                <ds:KeyName>OCESSignature</ds:KeyName>
              </ds:KeyInfo>
            </saml:SubjectConfirmationData>
          </saml:SubjectConfirmation>
        </saml:Subject>
        <saml:Conditions NotBefore="2021-06-29T06:25:57Z" NotOnOrAfter="2021-06-30T06:25:57Z"/>
        <saml:AttributeStatement id="IDCardData">
          <saml:Attribute Name="sosi:IDCardID">
            <saml:AttributeValue>t9eKkssIKrREqCxShV729w==</saml:AttributeValue>
          </saml:Attribute>
          <saml:Attribute Name="sosi:IDCardVersion">
            <saml:AttributeValue>1.0.1</saml:AttributeValue>
          </saml:Attribute>
          <saml:Attribute Name="sosi:IDCardType">
            <saml:AttributeValue>system</saml:AttributeValue>
          </saml:Attribute>
          <saml:Attribute Name="sosi:AuthenticationLevel">
            <saml:AttributeValue>3</saml:AttributeValue>
          </saml:Attribute>
          <saml:Attribute Name="sosi:OCESCertHash">
            <saml:AttributeValue>xe/OtYMBaE1RFJ7l9lN2zAuiXAU=</saml:AttributeValue>
          </saml:Attribute>
        </saml:AttributeStatement>
        <saml:AttributeStatement id="SystemLog">
          <saml:Attribute Name="medcom:ITSystemName">
            <saml:AttributeValue>SFSK</saml:AttributeValue>
          </saml:Attribute>
          <saml:Attribute Name="medcom:CareProviderID" NameFormat="medcom:cvrnumber">
            <saml:AttributeValue>46837428</saml:AttributeValue>
          </saml:Attribute>
          <saml:Attribute Name="medcom:CareProviderName">
            <saml:AttributeValue>Statens Serum Institut</saml:AttributeValue>
          </saml:Attribute>
        </saml:AttributeStatement>
        <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" id="OCESSignature">
          <ds:SignedInfo>
            <ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
            <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
            <ds:Reference URI="#IDCard">
              <ds:Transforms>
                <ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
                <ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
              </ds:Transforms>
              <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
              <ds:DigestValue>FWHQCXJv1DPXZ6VIn6lZ2FfMpOI=</ds:DigestValue>
            </ds:Reference>
          </ds:SignedInfo>
          <ds:SignatureValue>oSWAQuB3zjqzLLOwB6lEiY2JPLcjhgV3b6v/NphEz1H6helxQSze/NehoIadxSSu3YG5KsAtiry3AaPgULcIpUQ17r8xxzHjoFUpYIq/mFgPR4pH6vACEFFtpFvwUuboqMLoVETGAj56Q0vjZa7QDvcb6F0pnGSz+bWViCxlLXJxJXYvlhyZs3zx0vngpc44IzrDLC8iQfQ0juqi2NJjYJi4tWis75DmA7FR8th2zCNjMayCGJzqTaV9FfRGSfh/I/5a/DB8WESRtSIJzTgPQTc6ZvWxNzTe7NrgJCllxaAhGDtMZ345kokJHibtIEbtRdZ65jKtb9bKTTTF9zwAKA==</ds:SignatureValue>
          <ds:KeyInfo>
            <ds:X509Data>
              <ds:X509Certificate>MIIGKjCCBRKgAwIBAgIEW6uMBTANBgkqhkiG9w0BAQsFADBIMQswCQYDVQQGEwJESzESMBAGA1UECgwJVFJVU1QyNDA4MSUwIwYDVQQDDBxUUlVTVDI0MDggU3lzdGVtdGVzdCBYWElJIENBMB4XDTE5MDQzMDA5MDcxN1oXDTIyMDQzMDA5MDYzOFowgZQxCzAJBgNVBAYTAkRLMS4wLAYDVQQKDCVTdW5kaGVkc2RhdGFzdHlyZWxzZW4gLy8gQ1ZSOjMzMjU3ODcyMVUwIAYDVQQFExlDVlI6MzMyNTc4NzItRklEOjE4OTExODYxMDEGA1UEAwwqU09TSSBUZXN0IEZlZGVyYXRpb24gKGZ1bmt0aW9uc2NlcnRpZmlrYXQpMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyo57h9E/hM5gimxaDgHB0MLcgVfXGJbQh/8OC1vTdDsCUIzIwRd5lJE+ado8urHF7UmKubFZzfCPduoRv9b3TkNVKaixiHUMtP4egbL8vcgyalk28cNQdUk8f34mg8atgvd45EnIKz2iB+yjs5guJPDBg2OFSbP0r53NU8fVTq3aLtDpDVnkxsyjNQ7HOFtzavyMnKx0vDgafEvrUR3WTSLCGju4aUIg3ThgrWXA7i3lPIAXdV8mQmlY3wn/kIBiyIotmF98UsEket/sxpJNkJ6R6AUpxnGApCDP1Fw2BgxAQWWrtD/c5IoIZwGWNfLgpJEzfhnuIZJ7Bfs9RmHFdQIDAQABo4ICzTCCAskwDgYDVR0PAQH/BAQDAgO4MIGXBggrBgEFBQcBAQSBijCBhzA8BggrBgEFBQcwAYYwaHR0cDovL29jc3Auc3lzdGVtdGVzdDIyLnRydXN0MjQwOC5jb20vcmVzcG9uZGVyMEcGCCsGAQUFBzAChjtodHRwOi8vZi5haWEuc3lzdGVtdGVzdDIyLnRydXN0MjQwOC5jb20vc3lzdGVtdGVzdDIyLWNhLmNlcjCCASAGA1UdIASCARcwggETMIIBDwYNKwYBBAGB9FECBAYEAjCB/TAvBggrBgEFBQcCARYjaHR0cDovL3d3dy50cnVzdDI0MDguY29tL3JlcG9zaXRvcnkwgckGCCsGAQUFBwICMIG8MAwWBURhbklEMAMCAQEagatEYW5JRCB0ZXN0IGNlcnRpZmlrYXRlciBmcmEgZGVubmUgQ0EgdWRzdGVkZXMgdW5kZXIgT0lEIDEuMy42LjEuNC4xLjMxMzEzLjIuNC42LjQuMi4gRGFuSUQgdGVzdCBjZXJ0aWZpY2F0ZXMgZnJvbSB0aGlzIENBIGFyZSBpc3N1ZWQgdW5kZXIgT0lEIDEuMy42LjEuNC4xLjMxMzEzLjIuNC42LjQuMi4wga0GA1UdHwSBpTCBojA9oDugOYY3aHR0cDovL2NybC5zeXN0ZW10ZXN0MjIudHJ1c3QyNDA4LmNvbS9zeXN0ZW10ZXN0MjIxLmNybDBhoF+gXaRbMFkxCzAJBgNVBAYTAkRLMRIwEAYDVQQKDAlUUlVTVDI0MDgxJTAjBgNVBAMMHFRSVVNUMjQwOCBTeXN0ZW10ZXN0IFhYSUkgQ0ExDzANBgNVBAMMBkNSTDE0MjAfBgNVHSMEGDAWgBSrqAFEGbCzQ5na+nzM0gAYA+c8vzAdBgNVHQ4EFgQUGYAVKKL17LHyVGSErL26MBNadTQwCQYDVR0TBAIwADANBgkqhkiG9w0BAQsFAAOCAQEAjHMO4sWEf8M25WHczBTJYtMitn1wLOqE6raeM6oYyw6R/4FImpOzF6bxBlfNnhhR0vJSXMWTqL/onCyy4gCs9eLglRHZ9BC8a9fmirrguNpOWlR8NAf5GRwOqCyTnkTAfUD1fp0RzVo8TvAd73WiGeUTzTiAVf7OgZFnRIYkcALXLjNs6AwELWSh+bC/gGuQcHUDd8YGSzgKS6w2qz3fIASrykxzlYjeusks58CereC6WfvN0I+GGlL9fIgjpzh7JEELME7r9QJLL9NSrmlRKfhM8gzuE6Vm4vGzmSsnNJxGMf1vTzEve4lXI8pnOtHMTtNl5zw4jCJFakRqcWm3FQ==</ds:X509Certificate>
            </ds:X509Data>
          </ds:KeyInfo>
        </ds:Signature>
      </saml:Assertion>
    </wsse:Security>
    <medcom:Header xmlns:medcom="http://www.medcom.dk/dgws/2006/04/dgws-1.0.xsd">
      <medcom:SecurityLevel>3</medcom:SecurityLevel>
      <medcom:Linking>
        <medcom:MessageID>AAABelZ2sZtjsFlZV2aLmlNPU0k=</medcom:MessageID>
      </medcom:Linking>
      <medcom:RequireNonRepudiationReceipt>no</medcom:RequireNonRepudiationReceipt>
    </medcom:Header>
    <Action xmlns="http://www.w3.org/2005/08/addressing" soap:mustUnderstand="1">urn:ihe:iti:2007:RegistryStoredQuery</Action>
    <MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:6c00c46d-eac1-4a2f-bbf3-2ed23972bc31</MessageID>
    <To xmlns="http://www.w3.org/2005/08/addressing">http://localhost:8060/sfsk/iti18</To>
    <ReplyTo xmlns="http://www.w3.org/2005/08/addressing" soap:mustUnderstand="1">
      <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="$XDSDocumentEntryPatientId">
          <ns2:ValueList>
            <ns2:Value>'2222222222^^^&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:Slot name="$XDSDocumentEntryFormatCode">
          <ns2:ValueList>
            <ns2:Value>('urn:ad:dk:medcom:pdc-v3.0:full')</ns2:Value>
          </ns2:ValueList>
        </ns2:Slot>
      </ns2:AdhocQuery>
    </ns4:AdhocQueryRequest>
  </soap:Body>
</soap:Envelope>

...

Code Block
titleITI-43 Retrieve Document Set Response
linenumberstrue
collapsetrue
ID: 2
Response-Code: 200
Encoding: ISO-8859-1
Content-Type: multipart/related; type="application/xop+xml"; boundary="uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff"; start="<root.message@cxf.apache.org>"; start-info="text/xml"
Headers: {connection=[keep-alive], content-type=[multipart/related; type="application/xop+xml"; boundary="uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff"; start="<root.message@cxf.apache.org>"; start-info="text/xml"], Date=[Wed, 30 Jun 2021 06:43:11 GMT], transfer-encoding=[chunked]}
Payload: 
--uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff
Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"
Content-Transfer-Encoding: binary
Content-ID: <root.message@cxf.apache.org>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Action xmlns="http://www.w3.org/2005/08/addressing">urn:ihe:iti:2007:RetrieveDocumentSetResponse</Action><MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:649e18db-2e8d-472b-a048-030090b3d2c7</MessageID><To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</To><RelatesTo xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:742f8b42-bb97-4396-9977-22a89295abe9</RelatesTo></soap:Header><soap:Body><ns2:RetrieveDocumentSetResponse xmlns:ns6="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns5="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns4="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" xmlns:ns2="urn:ihe:iti:xds-b:2007"><ns4:RegistryResponse status="urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Success"/><ns2:DocumentResponse><ns2:RepositoryUniqueId>1.1.1</ns2:RepositoryUniqueId><ns2:DocumentUniqueId>1.2.208.176.43210.8.10.12^e2a35f7d-3cb7-46ad-a825-9242db429a16</ns2:DocumentUniqueId><ns2:mimeType>text/xml</ns2:mimeType><ns2:Document><xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:c3e269ed-d298-49dc-9dbb-07d6cbc8365f-6@urn%3Aihe%3Aiti%3Axds-b%3A2007"/></ns2:Document></ns2:DocumentResponse></ns2:RetrieveDocumentSetResponse></soap:Body></soap:Envelope> 2
Response-Code: 200
Encoding: ISO-8859-1
Content-Type: multipart/related; type="application/xop+xml"; boundary="uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff"; start="<root.message@cxf.apache.org>"; start-info="text/xml"
Headers: {connection=[keep-alive], content-type=[multipart/related; type="application/xop+xml"; boundary="uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff"; start="<root.message@cxf.apache.org>"; start-info="text/xml"], Date=[Wed, 30 Jun 2021 06:43:11 GMT], transfer-encoding=[chunked]}
Payload: 
--uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff
Content-Type: application/octet-streamxop+xml; charset=UTF-8; type="text/xml"
Content-Transfer-Encoding: binary
Content-ID: <c3e269ed-d298-49dc-9dbb-07d6cbc8365f-6@urn:ihe:iti:xds-b:2007>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ClinicalDocument moodCode="EVN" xmlns="urn:hl7-org:v3" xmlns:ns2="urn:hl7-org:sdtc" xmlns:ns3="urn:hl7-org:fsk"><realmCode code="DK"/><typeId root="2.16.840.1.113883.1.3" extension="POCD_HD000040"/><templateId root="1.2.208.184.16.1"/><id root="1.2.208.184" extension="36ccf101-312f-493e-a599-4814c6ef3d5a" assigningAuthorityName="MedCom"/><code code="PDC" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Stamkort"/><title>Personal Data Card for 2010934896</title><effectiveTime value="20210630084311+0200"/><confidentialityCode code="N" codeSystem="2.16.840.1.113883.5.25"/><languageCode code="da-DK"/><recordTarget typeCode="RCT" contextControlCode="OP"><patientRole classCode="PAT"><id root="1.2.208.176.1.2" extension="2010934896" assigningAuthorityName="CPR"/><addr use="CONF"><streetAddressLine>ADRESSEBESKYTTET</streetAddressLine><postalCode>0000</postalCode><city>ADRESSEBESKYTTET</city></addr><patient classCode="PSN"><name><given>ADRESSEBESKYTTET</given><family>ADRESSEBESKYTTET</family></name><administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1"/><birthTime value="19700101"/></patient><providerOrganization><id root="1.2.208.176.1.4" extension="445655" assigningAuthorityName="Yderregisteret"/><name>Læge Mikkel Knudsen</name><telecom use="WP" value="tel:36416742"/><addr use="H"><streetAddressLine>Espegårdsvej54</streetAddressLine><postalCode>9460</postalCode><city>Brovst</city></addr></providerOrganization></patientRole></recordTarget><author><time value="20210630084311+0200"/><assignedAuthor><id<root.message@cxf.apache.org>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><Action xmlns="http://www.w3.org/2005/08/addressing">urn:ihe:iti:2007:RetrieveDocumentSetResponse</Action><MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:649e18db-2e8d-472b-a048-030090b3d2c7</MessageID><To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</To><RelatesTo xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:742f8b42-bb97-4396-9977-22a89295abe9</RelatesTo></soap:Header><soap:Body><ns2:RetrieveDocumentSetResponse xmlns:ns6="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0" xmlns:ns5="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0" xmlns:ns4="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" xmlns:ns3="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" xmlns:ns2="urn:ihe:iti:xds-b:2007"><ns4:RegistryResponse status="urn:oasis:names:tc:ebxml-regrep:ResponseStatusType:Success"/><ns2:DocumentResponse><ns2:RepositoryUniqueId>1.1.1</ns2:RepositoryUniqueId><ns2:DocumentUniqueId>1.2.208.176.43210.8.10.12^e2a35f7d-3cb7-46ad-a825-9242db429a16</ns2:DocumentUniqueId><ns2:mimeType>text/xml</ns2:mimeType><ns2:Document><xop:Include xmlns:xop="http://www.w3.org/2004/08/xop/include" href="cid:c3e269ed-d298-49dc-9dbb-07d6cbc8365f-6@urn%3Aihe%3Aiti%3Axds-b%3A2007"/></ns2:Document></ns2:DocumentResponse></ns2:RetrieveDocumentSetResponse></soap:Body></soap:Envelope>
--uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff
Content-Type: application/octet-stream
Content-Transfer-Encoding: binary
Content-ID: <c3e269ed-d298-49dc-9dbb-07d6cbc8365f-6@urn:ihe:iti:xds-b:2007>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ClinicalDocument moodCode="EVN" xmlns="urn:hl7-org:v3" xmlns:ns2="urn:hl7-org:sdtc" xmlns:ns3="urn:hl7-org:fsk"><realmCode code="DK"/><typeId root="2.16.840.1.113883.1.3" extension="POCD_HD000040"/><templateId root="1.2.208.176.1.1184.16.1"/><id root="1.2.208.184" extension="112621100001600936ccf101-312f-493e-a599-4814c6ef3d5a" assigningAuthorityName="SORMedCom"/><representedOrganization><name>Fælles Stamkort udstedelse</name></representedOrganization></assignedAuthor></author><custodian><assignedCustodian><representedCustodianOrganization><id root><code code="PDC" codeSystem="1.2.208.176184.1100.1" extensioncodeSystemName="1126211000016009MedCom Message Codes" assigningAuthorityNamedisplayName="SORStamkort"/><name>Fælles Stamkort udstedelse</name></representedCustodianOrganization></assignedCustodian></custodian><documentationOf><title>Personal Data Card for 2010934896</title><effectiveTime value="20210630084311+0200"/><confidentialityCode code="N" codeSystem="2.16.840.1.113883.5.25"/><languageCode code="da-DK"/><recordTarget typeCode="DOCRCT"><serviceEvent classCodecontextControlCode="ACTOP"><patientRole moodCodeclassCode="EVNPAT"><templateId><id root="1.2.208.184176.10.1.11"/><effectiveTime><low value="20210630084311+0200"/><high nullFlavor="NA"/></effectiveTime></serviceEvent></documentationOf><documentationOf typeCode="DOC"><serviceEvent classCode="ACT" moodCode="EVN"><templateId root="1.2.208.184.10.1.10" extension="2019-09-10"/><id root="1.2.208.184.100.10" extension="pdc-v2.0" assigningAuthorityName="MedCom"/></serviceEvent></documentationOf><component typeCode="COMP" contextConductionInd="true"><structuredBody classCode="DOCBODY" moodCode="EVN"><component typeCode="COMP" contextConductionInd="true"><section classCode="DOCSECT" moodCode="EVN"><templateId2" extension="2010934896" assigningAuthorityName="CPR"/><addr use="CONF"><streetAddressLine>ADRESSEBESKYTTET</streetAddressLine><postalCode>0000</postalCode><city>ADRESSEBESKYTTET</city></addr><patient classCode="PSN"><name><given>ADRESSEBESKYTTET</given><family>ADRESSEBESKYTTET</family></name><administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1"/><birthTime value="19700101"/></patient><providerOrganization><id root="1.2.208.176.1.4" extension="445655" assigningAuthorityName="Yderregisteret"/><name>Læge Mikkel Knudsen</name><telecom use="WP" value="tel:36416742"/><addr use="H"><streetAddressLine>Espegårdsvej54</streetAddressLine><postalCode>9460</postalCode><city>Brovst</city></addr></providerOrganization></patientRole></recordTarget><author><time value="20210630084311+0200"/><assignedAuthor><id root="1.2.208.184176.16.1.10.20.1" extension="2019-08-14"/><text><paragraph>Øvrige oplysninger</paragraph><table width="100%"><tbody><tr><th>Oplysning</th><th>Værdi</th><th>Kilde/Indtastet af</th><th>Sidst ændret/Indtastet den</th></tr><tr><td>Forældremyndighed over</td><td><list><item>Relation: Mor</item><item>CPR: 0510178165</item><item>Navn: Confidential Barn 1 PDC CDA</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Forældremyndighed over</td><td><list><item>Relation: Mor</item><item>CPR: 1309139662</item><item>Navn: Confidential Barn 2 PDC CDA</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Forældremyndighedshaver</td><td><list><item>Relation: Barn</item><item>CPR: 1008559550</item><item>Navn: Confidential Bedste Knudsen</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Borgerens navn og adresse</td><td><list><item>ADRESSEBESKYTTET ADRESSEBESKYTTET</item><item>ADRESSEBESKYTTET</item><item>0000 ADRESSEBESKYTTET</item><item/></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Sygesikringsgruppe</td><td><list><item>sygesikringsgruppe_1</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Registreret organdonor</td><td><list><item>Nej</item></list></td><td>Dansk Center For Organdonation</td><td>Ikke oplyst</td></tr><tr><td>Registreret behandlingstestamente</td><td><list><item>Nej</item></list></td><td>Sundhedsdatastyrelsen</td><td>Ikke oplyst</td></tr><tr><td>Registreret livstestamente</td><td><list><item>Ja</item></list></td><td>Sundhedsdatastyrelsen</td><td>Ikke oplyst</td></tr><tr><td>Talt sprog, indtastet</td><td><list><item>German</item></list></td><td>Jonas Dummy</td><td>2020-10-30 11:06:35 +0100</td></tr><tr><td>Midlertidig adresse, indtastet</td><td><list><item>Periode fra: 2020-10-01</item><item>Temporary Street Name 20</item><item>8000 Aarhus C</item><item>Denmark</item></list></td><td>Casper Larsen</td><td>2020-10-30 11:07:06 +0100</td></tr><tr><td>Tandlæge indtastet</td><td><list><item/><item>family </item><item>Street Name 2</item><item>8000 Aarhus C</item><item>Denmark</item></list></td><td>Casper Larsen</td><td>2020-10-30 11:07:19 +0100</td></tr><tr><td>Kontaktoplysninger, indtastet</td><td><list><item>tel:911</item></list></td><td>Casper Larsen</td><td>2020-10-30 11:07:42 +0100</td></tr><tr><td>Pårørende, indtastet</td><td><list><item>Casper Larsen</item><item>Barn</item><item/></list></td><td>Casper Larsen</td><td>2020-10-30 11:08:00 +0100</td></tr></tbody></table></text><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.23" extension="2019-08-14"/><id root="1.2.208.184" extension="2c1c2765-05e0-4a85-bc1e-a2db95282145"/><code code="ChildCustody" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Forældremyndighed over"/><value xsi:type="II" root="1.2.208.176.1.2" extension="0510178165" assigningAuthorityName="CPR" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><value xsi:type="PN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>Confidential</given><given>Barn</given><given>1</given><family>PDC CDA</family></value><value xsi:type="CD" code="mor" codeSystem="1.2.208.184.100.2" codeSystemName="MedCom Relation Codes" displayName="Mor" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.1.2" extension="NI" assigningAuthorityName="CPR"/><representedOrganization><name>CPR</name></representedOrganization></assignedAuthor></author></observation></entry><entry1126211000016009" assigningAuthorityName="SOR"/><representedOrganization><name>Fælles Stamkort udstedelse</name></representedOrganization></assignedAuthor></author><custodian><assignedCustodian><representedCustodianOrganization><id root="1.2.208.176.1.1" extension="1126211000016009" assigningAuthorityName="SOR"/><name>Fælles Stamkort udstedelse</name></representedCustodianOrganization></assignedCustodian></custodian><documentationOf typeCode="DOC"><serviceEvent classCode="ACT" moodCode="EVN"><templateId root="1.2.208.184.10.1.11"/><effectiveTime><low value="20210630084311+0200"/><high nullFlavor="NA"/></effectiveTime></serviceEvent></documentationOf><documentationOf typeCode="DOC"><serviceEvent classCode="ACT" moodCode="EVN"><templateId root="1.2.208.184.10.1.10" extension="2019-09-10"/><id root="1.2.208.184.100.10" extension="pdc-v2.0" assigningAuthorityName="MedCom"/></serviceEvent></documentationOf><component typeCode="COMP" contextConductionInd="true"><structuredBody classCode="DOCBODY" moodCode="EVN"><component typeCode="COMP" contextConductionInd="true"><section classCode="DOCSECT" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1" extension="2019-08-14"/><text><paragraph>Øvrige oplysninger</paragraph><table width="100%"><tbody><tr><th>Oplysning</th><th>Værdi</th><th>Kilde/Indtastet af</th><th>Sidst ændret/Indtastet den</th></tr><tr><td>Forældremyndighed over</td><td><list><item>Relation: Mor</item><item>CPR: 0510178165</item><item>Navn: Confidential Barn 1 PDC CDA</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Forældremyndighed over</td><td><list><item>Relation: Mor</item><item>CPR: 1309139662</item><item>Navn: Confidential Barn 2 PDC CDA</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Forældremyndighedshaver</td><td><list><item>Relation: Barn</item><item>CPR: 1008559550</item><item>Navn: Confidential Bedste Knudsen</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Borgerens navn og adresse</td><td><list><item>ADRESSEBESKYTTET ADRESSEBESKYTTET</item><item>ADRESSEBESKYTTET</item><item>0000 ADRESSEBESKYTTET</item><item/></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Sygesikringsgruppe</td><td><list><item>sygesikringsgruppe_1</item></list></td><td>CPR</td><td>Ikke oplyst</td></tr><tr><td>Registreret organdonor</td><td><list><item>Nej</item></list></td><td>Dansk Center For Organdonation</td><td>Ikke oplyst</td></tr><tr><td>Registreret behandlingstestamente</td><td><list><item>Nej</item></list></td><td>Sundhedsdatastyrelsen</td><td>Ikke oplyst</td></tr><tr><td>Registreret livstestamente</td><td><list><item>Ja</item></list></td><td>Sundhedsdatastyrelsen</td><td>Ikke oplyst</td></tr><tr><td>Talt sprog, indtastet</td><td><list><item>German</item></list></td><td>Jonas Dummy</td><td>2020-10-30 11:06:35 +0100</td></tr><tr><td>Midlertidig adresse, indtastet</td><td><list><item>Periode fra: 2020-10-01</item><item>Temporary Street Name 20</item><item>8000 Aarhus C</item><item>Denmark</item></list></td><td>Casper Larsen</td><td>2020-10-30 11:07:06 +0100</td></tr><tr><td>Tandlæge indtastet</td><td><list><item/><item>family </item><item>Street Name 2</item><item>8000 Aarhus C</item><item>Denmark</item></list></td><td>Casper Larsen</td><td>2020-10-30 11:07:19 +0100</td></tr><tr><td>Kontaktoplysninger, indtastet</td><td><list><item>tel:911</item></list></td><td>Casper Larsen</td><td>2020-10-30 11:07:42 +0100</td></tr><tr><td>Pårørende, indtastet</td><td><list><item>Casper Larsen</item><item>Barn</item><item/></list></td><td>Casper Larsen</td><td>2020-10-30 11:08:00 +0100</td></tr></tbody></table></text><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.23" extension="2019-08-14"/><id root="1.2.208.184" extension="694eaf782c1c2765-6c1105e0-44244a85-b50cbc1e-b48213dbfe29a2db95282145"/><code code="ChildCustody" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Forældremyndighed over"/><value xsi:type="II" root="1.2.208.176.1.2" extension="13091396620510178165" assigningAuthorityName="CPR" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><value xsi:type="PN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>Confidential</given><given>Barn</given><given>2<given><given>1</given><family>PDC CDA</family></value><value xsi:type="CD" code="mor" codeSystem="1.2.208.184.100.2" codeSystemName="MedCom Relation Codes" displayName="Mor" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.1.2" extension="NI" assigningAuthorityName="CPR"/><representedOrganization><name>CPR</name></representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.23" extension="2019-08-14"/><id root="1.2.208.184" extension="cfb2a383694eaf78-41f26c11-49454424-b94cb50c-e82100ac137fb48213dbfe29"/><code code="CustodyByChildCustody" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="ForældremyndighedshaverForældremyndighed over"/><value xsi:type="II" root="1.2.208.176.1.2" extension="10085595501309139662" assigningAuthorityName="CPR" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><value xsi:type="PN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>Confidential</given><given>Bedste</given><family>Knudsen<given><given>Barn</given><given>2</given><family>PDC CDA</family></value><value xsi:type="CD" code="barnmor" codeSystem="1.2.208.184.100.2" codeSystemName="MedCom Relation Codes" displayName="BarnMor" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.1.2" extension="NI" assigningAuthorityName="CPR"/><representedOrganization><name>CPR</name></representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2623" extension="2019-08-14"/><id root="1.2.208.184" extension="d3ce78c5cfb2a383-424e41f2-4a664945-be82b94c-d05560ef3023e82100ac137f"/><code code="CitizenNameAddrCustodyBy" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Forældremyndighedshaver"/><value xsi:type="II" root="1.2.208.176.1.2" codeSystemNameextension="MedCom Message Codes" displayName="Borgerens navn og adresse1008559550" assigningAuthorityName="CPR" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><value xsi:type="PN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>ADRESSEBESKYTTET<><given>Confidential</given><given>Bedste</given><family>ADRESSEBESKYTTET<given><family>Knudsen</family></value><value xsi:type="AD" use="CONFCD" code="barn" codeSystem="1.2.208.184.100.2" codeSystemName="MedCom Relation Codes" displayName="Barn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><streetAddressLine>ADRESSEBESKYTTET</streetAddressLine><postalCode>0000</postalCode><city>ADRESSEBESKYTTET</city></value><author><templateId/><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.1.2" extension="NI" assigningAuthorityName="CPR"/><representedOrganization><name>CPR</name></representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2726" extension="2019-08-14"/><id root="1.2.208.184" extension="153c7243d3ce78c5-7f64424e-4d344a66-8249be82-48b798aa1b44d05560ef3023"/><code code="CoverageGroupCitizenNameAddr" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="SygesikringsgruppeBorgerens navn og adresse"/><value xsi:type="IIPN" rootxmlns:xsi="1.2.208.176.1.99.99.99" extension="sygesikringsgruppe_1" assigningAuthorityName="Sygesikringenhttp://www.w3.org/2001/XMLSchema-instance"><given>ADRESSEBESKYTTET</given><family>ADRESSEBESKYTTET</family></value><value xsi:type="AD" use="CONF" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId><streetAddressLine>ADRESSEBESKYTTET</streetAddressLine><postalCode>0000</postalCode><city>ADRESSEBESKYTTET</city></value><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.1.2.7" extension="NI" assigningAuthorityName="SygesikringenCPR"/><representedOrganization><name>Sygesikringen<><representedOrganization><name>CPR</name></representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2827" extension="2019-08-14"/><id root="1.2.208.184" extension="7b6c6142153c7243-3d907f64-497a4d34-9c738249-960be8d6b90448b798aa1b44"/><code code="OrganDonorRegistrationCoverageGroup" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Registreret organdonorSygesikringsgruppe"/><value xsi:type="II" root="1.2.208.176.1.99.1099.99" extension="falsesygesikringsgruppe_1" assigningAuthorityName="Dansk Center For OrgandonationSygesikringen" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.12.107" extension="NI" assigningAuthorityName="CPRSygesikringen"/><representedOrganization><name>Dansk Center For Organdonation<><representedOrganization><name>Sygesikringen</name></representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2928" extension="2019-08-14"/><id root="1.2.208.184" extension="d331ed7c7b6c6142-2f2e3d90-4fd6497a-b4249c73-a9d9c0c88c50960be8d6b904"/><code code="TreatmentWillRegistrationOrganDonorRegistration" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Registreret behandlingstestamenteorgandonor"/><value xsi:type="II" root="1.2.208.176.1.910" extension="false" assigningAuthorityName="SundhedsdatastyrelsenDansk Center For Organdonation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.1.910" extension="NI" assigningAuthorityName="SundhedsdatastyrelsenCPR"/><representedOrganization><name>Sundhedsdatastyrelsen<><representedOrganization><name>Dansk Center For Organdonation</name></representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.3029" extension="2019-08-14"/><id root="1.2.208.184" extension="b0ff02d1d331ed7c-d6a12f2e-402c4fd6-9d53b424-4a3b1ad473a2a9d9c0c88c50"/><code code="LivingWillRegistrationTreatmentWillRegistration" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Registreret livstestamentebehandlingstestamente"/><value xsi:type="II" root="1.2.208.176.1.9" extension="truefalse" assigningAuthorityName="Sundhedsdatastyrelsen" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.31" extension="2019-08-14"/><time nullFlavor="NI"/><assignedAuthor><id root="1.2.208.176.1.89" extension="NI" assigningAuthorityName="Sundhedsdatastyrelsen"/><representedOrganization><name>Sundhedsdatastyrelsen</name></representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2030" extension="2019-08-14"/><id root="1.2.208.184" extension="d593d66cb0ff02d1-925ad6a1-4ebc402c-98ea9d53-0d832872ffc94a3b1ad473a2"/><code code="LanguageTypedInLivingWillRegistration" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Talt sprog, indtastetRegistreret livstestamente"/><value xsi:type="CDII" coderoot="de" codeSystem="1.02.208.639176.1.9" codeSystemNameextension="ISO-639-1true" displayNameassigningAuthorityName="GermanSundhedsdatastyrelsen" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.3031" extension="2019-08-14"/><time valuenullFlavor="20201030110635+0100NI"/><assignedAuthor><id root="1.2.208.176.1.28" extension="ANONYMNI" assigningAuthorityName="CPRSundhedsdatastyrelsen"/><assignedPerson><name><given>Jonas</given><family>Dummy</family><><representedOrganization><name>Sundhedsdatastyrelsen</name></assignedPerson><representedOrganization></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2120" extension="2019-08-14"/><id root="1.2.208.184" extension="df31656fd593d66c-bb83925a-47024ebc-bac198ea-67f41bd42b5e0d832872ffc9"/><code code="TempAddrTypedInLanguageTypedIn" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="MidlertidigTalt adressesprog, indtastet"/><effectiveTime><low value="20201001000000+0200"/><high nullFlavor="NA"/></effectiveTime><value xsi:type="AD" use="H><value xsi:type="CD" code="de" codeSystem="1.0.639.1" codeSystemName="ISO-639-1" displayName="German" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><streetAddressLine>Temporary Street Name 20</streetAddressLine><postalCode>8000</postalCode><city>Aarhus C</city><country>Denmark</country></value><author><templateId/><author><templateId root="1.2.208.184.16.1.10.20.30" extension="2019-08-14"/><time value="2020103011070620201030110635+0100"/><assignedAuthor><id root="1.2.208.176.1.2" extension="ANONYM" assigningAuthorityName="CPR"/><assignedPerson><name><given>Casper<><assignedPerson><name><given>Jonas</given><family>Larsen<given><family>Dummy</family></name></assignedPerson></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2221" extension="2019-08-14"/><id root="1.2.208.184" extension="30f040e6df31656f-c928bb83-4d8e4702-bfabbac1-84be48f5eba067f41bd42b5e"/><code code="DentistTypedInTempAddrTypedIn" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="TandlægeMidlertidig adresse, indtastet"/><value><effectiveTime><low xsi:type="II" root="1.2.208.176.1.4" extension="123456" assigningAuthorityName="Yderregisteret" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><value xsi:type="EN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>family</given><family></family></value><valuevalue="20201001000000+0200"/><high nullFlavor="NA"/></effectiveTime><value xsi:type="AD" use="WPH" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><streetAddressLine>Street><streetAddressLine>Temporary Street Name 2<20</streetAddressLine><postalCode>8000</postalCode><city>Aarhus C</city><country>Denmark</country></value><author><templateId root="1.2.208.184.16.1.10.20.30" extension="2019-08-14"/><time value="2020103011071920201030110706+0100"/><assignedAuthor><id root="1.2.208.176.1.2" extension="ANONYM" assigningAuthorityName="CPR"/><assignedPerson><name><given>Casper</given><family>Larsen</family></name></assignedPerson></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2422" extension="2019-08-14"/><id root="1.2.208.184" extension="8c2a9f2e30f040e6-33edc928-4dd64d8e-b7dabfab-88084affd76c84be48f5eba0"/><code code="PatientContactTypedInDentistTypedIn" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Kontaktoplysninger,Tandlæge indtastet"/><value xsi:type="TEL" use="WP" value="tel:911="II" root="1.2.208.176.1.4" extension="123456" assigningAuthorityName="Yderregisteret" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><value xsi:type="EN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>family</given><family></family></value><value xsi:type="AD" use="WP" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId><streetAddressLine>Street Name 2</streetAddressLine><postalCode>8000</postalCode><city>Aarhus C</city><country>Denmark</country></value><author><templateId root="1.2.208.184.16.1.10.20.30" extension="2019-08-14"/><time value="2020103011074220201030110719+0100"/><assignedAuthor><id root="1.2.208.176.1.2" extension="ANONYM" assigningAuthorityName="CPR"/><assignedPerson><name><given>Casper</given><family>Larsen</family></name></assignedPerson></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.2524" extension="2019-08-14"/><id root="1.2.208.184" extension="1403ebce8c2a9f2e-3ede33ed-41474dd6-aaefb7da-baede2b294a888084affd76c"/><code code="RelativeTypedInPatientContactTypedIn" codeSystem="1.2.208.184.100.1" codeSystemName="MedCom Message Codes" displayName="Pårørende, indtastet"/><value xsi:type="PN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>Casper</given><family>Larsen</family></value><value xsi:type="CD" code="barn" codeSystem="1.2.208.184.100.2" codeSystemName="MedCom Relation Codes" displayName="Barn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanceKontaktoplysninger, indtastet"/><value xsi:type="TEL" use="WP" value="tel:911" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.30.1.10.20.30" extension="2019-08-14"/><time value="20201030110742+0100"/><assignedAuthor><id root="1.2.208.176.1.2" extension="ANONYM" assigningAuthorityName="CPR"/><assignedPerson><name><given>Casper</given><family>Larsen</family></name></assignedPerson></assignedAuthor></author></observation></entry><entry typeCode="COMP"><observation classCode="OBS" moodCode="EVN"><templateId root="1.2.208.184.16.1.10.20.1.25" extension="2019-08-14"/><id root="1.2.208.184" extension="2019-08-141403ebce-3ede-4147-aaef-baede2b294a8"/><time><code valuecode="20201030110800+0100RelativeTypedIn"/><assignedAuthor><id rootcodeSystem="1.2.208.176184.100.1.2" extensioncodeSystemName="ANONYMMedCom Message Codes" assigningAuthorityNamedisplayName="CPR"/><assignedPerson><name><given>Casper</given><family>Larsen</family></name></assignedPerson></assignedAuthor></author></observation></entry></section></component></structuredBody></component></ClinicalDocument>
--uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff--

Asynkron hentning af stamkort

Det er muligt at implementere asynkron hentning af stamkort, ved kun at hente stamkort når der er en ændring i det. Dette gøres ved at subscribe på følgende topics i NAS, som adviserer om ændringerne:

http://sundhedsdatastyrelsen.dk/ConsentAdministration/2021/03/01:ConsentUpdated

http://sundhedsdatastyrelsen.dk/LivingWill/2022/05/05:LivingWillUpdated

http://sundhedsdatastyrelsen.dk/OrganDonation/2022/05/05:OrganDonationUpdated

http://sundhedsdatastyrelsen.dk/PersonalDataCard/2020/11/01:DataCardUpdated

http://sundhedsdatastyrelsen.dk/TreatmentWill/2022/05/05:TreatmentWillUpdated

...

Pårørende, indtastet"/><value xsi:type="PN" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><given>Casper</given><family>Larsen</family></value><value xsi:type="CD" code="barn" codeSystem="1.2.208.184.100.2" codeSystemName="MedCom Relation Codes" displayName="Barn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><value xsi:type="TEL" use="WP" value="tel:911" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><author><templateId root="1.2.208.184.16.1.10.20.30" extension="2019-08-14"/><time value="20201030110800+0100"/><assignedAuthor><id root="1.2.208.176.1.2" extension="ANONYM" assigningAuthorityName="CPR"/><assignedPerson><name><given>Casper</given><family>Larsen</family></name></assignedPerson></assignedAuthor></author></observation></entry></section></component></structuredBody></component></ClinicalDocument>
--uuid:94eb682d-cabe-4a86-a584-7aaf0aab50ff--