We are trying to connect to the vaccination vault but we receive some errors :
Request :
curl --location '
http://153.89.154.106/rsw.vault.fhir/Patient/_search'
\
--header 'client_niss: 80052732397' \
--header 'application_identifier: XCare' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'patient.identifier=
https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin|80052732397'Response :
{
"resourceType": "OperationOutcome",
"id": "Unauthorized",
"issue": [
{
"severity": "fatal",
"code": "processing",
"details": {
"coding": [
{
"system": "vault.error.codes",
"code": "",
"display": "Access token requisition failed"
}
]
}
}
]
}
Can you show me where's the problem ?
With my user I can access to Vaccination on RSW acceptance.
Kind regards,
Hi,
We are trying to connect to the vaccination vault but we receive some errors : Request : curl --location ' http://153.89.154.106/rsw.vault.fhir/Patient/_search' \ --header 'client_niss: 80052732397' \ --header 'application_identifier: XCare' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'patient.identifier= https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin|80052732397' Response : { "resourceType": "OperationOutcome", "id": "Unauthorized", "issue": [ { "severity": "fatal", "code": "processing", "details": { "coding": [ { "system": "vault.error.codes", "code": "", "display": "Access token requisition failed" } ] } } ] } Can you show me where's the problem ? With my user I can access to Vaccination on RSW acceptance. Kind regards,