Versions Compared

Key

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

...

Code Block
languagexml
titleEksempel på en advisering
linenumberstrue
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope ...>
  <soapenv:Header> ... </soapenv:Header>
  <soapenv:Body>
    <ns3:GetMessagesResponse>
      <ns3:NotificationMessage>
        <ns3:Topic Dialect="http://docs.oasis-open.org/wsn/t-1/TopicExpression/Simple">TESTNAS-TOPIC1<>http://sundhedsdatastyrelsen.dk/PsychiatricCarePlan/2024/01/01:CarePlanUpdated</ns3:Topic>
        <ns3:Message>
          <ns8:NotifyContent id="2508700035" idType="http://nsi.dk/advis/v10/CPR">
            <ns9:SimpleNotification xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/">
              <ns9:dateTime value="2024-02-21T0926T07:2242:2259.848741+01:00"/>
            </ns9:SimpleNotification>
          </ns8:NotifyContent>
        </ns3:Message>
      </ns3:NotificationMessage>
    </ns3:GetMessagesResponse>
  </soapenv:Body>
</soapenv:Envelope>

...