passerelle/tests/data/toulouse_maelis/Q_update_child_medical_reco...

45 lines
1.8 KiB
XML

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
<soap-env:Header>
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken>
<wsse:Username>maelis-webservice</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">maelis-password</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soap-env:Header>
<soap-env:Body>
<ns0:updateChildMedicalRecord xmlns:ns0="family.ws.maelis.sigec.com">
<updateChildMedicalRecordRequest>
<numPerson>613878</numPerson>
<medicalRecord>
<familyDoctor>
<name>Dre</name>
<phone>0612341234</phone>
<address>
<street1>Alameda</street1>
<zipcode>90220</zipcode>
<town>Compton</town>
</address>
</familyDoctor>
<allergy1>butterscotch, imitation butterscotch, glow-in-the-dark monster make-up, and shrimp</allergy1>
<allergy2>cauliflower</allergy2>
<comment1>the shrimp allergy isn't fully identified</comment1>
<comment2/>
<observ1>Ay Caramba!</observ1>
<observ2/>
<isAuthHospital>true</isAuthHospital>
<hospital>Springfield General Hospital</hospital>
<vaccinList>
<code>DTC</code>
<vaccinationDate>2011-01-11</vaccinationDate>
</vaccinList>
<vaccinList>
<code>ROR</code>
<vaccinationDate>2022-02-22</vaccinationDate>
</vaccinList>
</medicalRecord>
</updateChildMedicalRecordRequest>
</ns0:updateChildMedicalRecord>
</soap-env:Body>
</soap-env:Envelope>