A3.1 Messaggio di richiesta
Di seguito si mostra un esempio di messaggio di notifica di un documento recuperato.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<NotifyRetrieveRequest xmlns="http://www.fascicolosanitario.gov.it/schema/typeSchemaNotifyRetrieve">
<HomeCommunityId>urn:oid:2.16.840.1.113883.2.9.2.80</HomeCommunityId>
<RepositoryUniqueId>2.16.840.1.113883.2.9.2.150.4.5.113883</RepositoryUniqueId>
<DocumentUniqueId>2.16.840.1.113883.2.9.2.150.4.4^012345</DocumentUniqueId>
<TypeCode>60591-5^^2.16.840.1.113883.6.1</TypeCode>
<RequestorId>VRDMRC67T20I257E^^^&amp;2.16.840.1.113883.2.9.4.3.2&amp;ISO</RequestorId>
<RequestorRole>AAS</RequestorRole>
<Pou>TREATMENT</Pou>
<RequestorLocality>120</RequestorLocality>
<PatientId>RSSMRA75C03F839K^^^&amp;2.16.840.1.113883.2.9.4.3.2&amp;ISO</PatientId>
</NotifyRetrieveRequest>
</S:Body>
</S:Envelope>
A3.2 Messaggio di risposta con successo
Di seguito si mostra un esempio di messaggio di risposta relativo ad una richiesta di notifica recupero documento.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<NotifyRetrieveResponse xmlns="http://www.fascicolosanitario.gov.it/schema/typeSchemaNotifyRetrieve">
<Status>Success</Status>
</NotifyRetrieveResponse>
</S:Body>
</S:Envelope>
A3.3 Messaggio di risposta con fallimento
Di seguito si mostra un esempio di messaggio di errore relativo ad una richiesta di notifica recupero documento.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<NotifyRetrieveResponse xmlns="http://www.fascicolosanitario.gov.it/schema/typeSchemaNotifyRetrieve">
<Status>Failure</Status>
<Error codeContext="Internal Error" errorCode="AU1"/>
</NotifyRetrieveResponse>
</S:Body>
</S:Envelope>