Versions Compared

Key

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

...

Here an example of a putTransactionSetResponse indicating succesfull succesful writing:

Code Block
languagexml
titleExample
linenumberstrue
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
 <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"/>
 <soap:Body>
  <ns3:PutTransactionSetResponse xmlns="http://www.ehealth.fgov.be/hubservices/core/v3" xmlns:ns10="urn:be:fgov:ehealth:metahub:protocol:v2" xmlns:ns2="http://www.ehealth.fgov.be/standards/kmehr/schema/v1" xmlns:ns3="http://www.ehealth.fgov.be/hubservices/protocol/v3" xmlns:ns4="urn:be:fgov:ehealth:metahub:core:v2" xmlns:ns5="http://www.w3.org/2001/04/xmlenc#" xmlns:ns6="http://www.w3.org/2000/09/xmldsig#" xmlns:ns7="urn:be:fgov:ehealth:safe:internal:v3" xmlns:ns8="urn:be:fgov:ehealth:safe:common:decryptor:v3" xmlns:ns9="urn:be:fgov:ehealth:safe:common:v3">
   <response>
	...
   </response>
   <acknowledge>
    <iscomplete>true</iscomplete>
    <error>
     <ns2:cd S="LOCAL" SL="vitalinkstatuscode" SV="1.0">200</ns2:cd>
     <ns2:description L="en">The request was successfully completed.</ns2:description>
    </error>
   </acknowledge>
   <transaction>
    <id S="ID-KMEHR" SV="1.0">1</id>
    <id S="LOCAL" SL="vitalinkuri" SV="1.0">/subject/72071135503/medication-scheme</id>
   </transaction>
   <transaction>
    <id S="ID-KMEHR" SV="1.0">2</id>
    <id S="LOCAL" SL="vitalinkuri" SV="1.0">/subject/72071135503/medication-scheme/07223/3</id>
   </transaction>
   <transaction>
    <id S="ID-KMEHR" SV="1.0">3</id>
    <id S="LOCAL" SL="vitalinkuri" SV="1.0">/subject/72071135503/medication-scheme/07223/3</id>
   </transaction>
   <transaction>
    <id S="ID-KMEHR" SV="1.0">4</id>
    <id S="LOCAL" SL="vitalinkuri" SV="1.0">/subject/72071135503/medication-scheme/07223/3</id>
   </transaction>
   <transaction>
    <id S="ID-KMEHR" SV="1.0">5</id>
    <id S="LOCAL" SL="vitalinkuri" SV="1.0">/subject/72071135503/medication-scheme/70696/1</id>
   </transaction>
   <transaction>
    <id S="ID-KMEHR" SV="1.0">6</id>
    <id S="LOCAL" SL="vitalinkuri" SV="1.0">/subject/72071135503/medication-scheme/18134/1</id>
   </transaction>
   <transaction>
    <id S="ID-KMEHR" SV="1.0">7</id>
    <id S="LOCAL" SL="vitalinkuri" SV="1.0">/subject/72071135503/medication-scheme/14199/1</id>
   </transaction>
  </ns3:PutTransactionSetResponse>
 </soap:Body>
</soap:Envelope>

Delete a medication scheme

...