Versions Compared

Key

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

...

Code Block
languagexml
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:RegisterTransactionResponse xmlns:ns2="urn:riv:cgi:healthcare:efrikort:RegisterTransactionResponder:3" xmlns:ns3="urn:riv:cgi:healthcare:efrikort:3" xmlns:ns4="urn:riv:itintegration:registry:1">
         <ns2:registerTransactionResultType>
            <ns3:result>
               <ns3:resultCode>OK</ns3:resultCode>
            </ns3:result>
            <ns3:cardSystemId>2a5a217e-19e8-4781-8efc-1739f018acbb</ns3:cardSystemId>
            <ns3:transactionId>b99c4524-5e71-4fa4-b3a3-ea23f756b663</ns3:transactionId>
         </ns2:registerTransactionResultType>
      </ns2:RegisterTransactionResponse>
   </S:Body>
</S:Envelope>

Svar överdebitering

Code Block
languagexml
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
   <S:Body>
      <ns2:RegisterTransactionResponse xmlns:ns2="urn:riv:cgi:healthcare:efrikort:RegisterTransactionResponder:3" xmlns:ns3="urn:riv:cgi:healthcare:efrikort:3" xmlns:ns4="urn:riv:itintegration:registry:1">
         <ns2:registerTransactionResultType>
            <ns3:result>
               <ns2:resultCode>INFO</ns2:resultCode>
               <ns2:resultText>Registrerat belopp 150.0kr överskred beloppet för att uppnå frikort med 50,0kr.</ns2:resultText>
            </ns3:result>
            <ns3:cardSystemId>2a5a217e-19e8-4781-8efc-1739f018acbb</ns3:cardSystemId>
            <ns3:transactionId>b99c4524-5e71-4fa4-b3a3-ea23f756b662</ns3:transactionId>
         </ns2:registerTransactionResultType>
      </ns2:RegisterTransactionResponse>
   </S:Body>
</S:Envelope>

RegisterOptIn

Anrop

Code Block
languagexml
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:riv:itintegration:registry:1" xmlns:urn1="urn:riv:cgi:healthcare:efrikort:RegisterOptInResponder:3" xmlns:urn2="urn:riv:cgi:healthcare:efrikort:3">
   <soapenv:Header>
      <urn:LogicalAddress>?</urn:LogicalAddress>
   </soapenv:Header>
   <soapenv:Body>
      <urn1:RegisterOptIn>
         <urn1:carePrincipalId>SE222-SLL</urn1:carePrincipalId>
         <urn1:personId>191212121212</urn1:personId>
         <urn1:cardTypeId>CARE_VISIT</urn1:cardTypeId>
         <urn1:actor>
            <urn2:employeeId>SE123-CGITESTER</urn2:employeeId>
            <urn2:careProviderId>SE123-ABCD</urn2:careProviderId>
            <!--Optional:-->
            <urn2:careUnitId>SE123-WXYZ</urn2:careUnitId>
            <!--You may enter ANY elements at this point-->
         </urn1:actor>
         <!--You may enter ANY elements at this point-->
      </urn1:RegisterOptIn>
   </soapenv:Body>
</soapenv:Envelope>

...