Versions Compared

Key

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

...

Code Block
titleConsentResponseType
collapsetrue
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Consent xmlns="http://sundhedsdatastyrelsen.dk/Fravalg-Af-Genoplivning/2023/06/01/">
      <identifier>
        <use value="official"/>
        <system value="urn:ietf:rfc:4122"/>
        <value value="7c49619f-85dc-4df7-98ea-ae8164979026"/>
      </identifier>
      <status value="draft"/>
      <category>
        <coding>
          <system value="http://loinc.org"/>
          <code value="59284-0"/>
        </coding>
      </category>
      <date value="2023-06-09"/>
      <grantor>
        <type value="Patient"/>
        <identifier>
          <use value="official"/>
          <system value="urn:oid:1.2.208.176.1.2"/>
          <value value="0511804817"/>
        </identifier>
      </grantor>
    </Consent>
  </soap:Body>
</soap:Envelope>



DeleteConsent

Request-eksempel: 

...