Important: The transmission reference for the invoice XML and the transmission reference for the invoice response XML can not be linked by Medidata. We have to do this via the GLN from the physician. The transmission reference is always only valid either for the invoice XML or the invoice response XML.
The Response for each invoice has to be picked up from Medidata. The response XML is reference by the response XML transmissionReference. Each invoice XML transmissionReference has to saved to the patient for which the XML was sent so we can check the status of the invoice XML. The status of the invoice XML can be DONE, PROCESSING or ERROR.
After sending the invoice XML and receiving the invoice XML Transmission Reference and waiting for about 45 sec, you get the list of all Replies from the insurance company with the response XML Transmission References: curl -kvL -O --resolve --location --request GET "https://212.51.146.241:8100/md/ela/downloads?limit=500" --header "X-CLIENT-ID: 1000007582" --header "Content-Type: multipart/form-data" --header "Authorization: Basic XXX" - see chapter 2.4.2. The response XML Transmission References are not connected to the invoice XML TransmissionReference. The invoice XML TransmissionReference is related to the invoice to send to the insurance company via Medidata. The response XML Transmission References is related to answer you receive from the insurance company.
The invoice XML Transmission Reference and the response XML Transmission Reference have to be matched via the GLN of the doctor. This is a sample of Response XML
c91d89fd-7f55-4a6f-8ff4-c5fa4b3ac710.txt
The doctor's GLN is in the Tag to -> <invoice:transport ... to="2099988889941"> in the invoice Response XML.
The Window Medidata Antworten will show
a) the status for each invoice XML that has been sent to Medidata.
b) when you click on the .amk file name in the list open the XML response from the insurance company.
Important: The transmission reference for the invoice XML and the transmission reference for the invoice response XML can not be linked by Medidata. We have to do this via the GLN from the physician. The transmission reference is always only valid either for the invoice XML or the invoice response XML.
response XML transmissionReference
. Eachinvoice XML transmissionReference
has to saved to the patient for which the XML was sent so we can check the status of the invoice XML. The status of the invoice XML can beDONE
,PROCESSING
orERROR
.Medidata Antworten
), see: https://github.com/zdavatz/amiko-osx/issues/229curl -kvL -O --resolve --location --request GET "https://212.51.146.241:8100/md/ela/downloads?limit=500" --header "X-CLIENT-ID: 1000007582" --header "Content-Type: multipart/form-data" --header "Authorization: Basic XXX"
- see chapter 2.4.2. The response XML Transmission References are not connected to the invoice XML TransmissionReference. The invoice XML TransmissionReference is related to the invoice to send to the insurance company via Medidata. The response XML Transmission References is related to answer you receive from the insurance company.GLN
is in the Tagto
-><invoice:transport ... to="2099988889941">
in the invoice Response XML.Medidata Antworten
will show a) the status for each invoice XML that has been sent to Medidata. b) when you click on the .amk file name in the list open the XML response from the insurance company.