Public OIID sample for DHIR doesn't appear to be working. In the "send lite message utility" I simply get "A problem was encountered when processing the request. Please contact the administrator." and when performing the call myself, all requests are returned 403.
Is there an issue there currently?
10/17/2018 5:07:35 PM
The Service Agreement Status links are wrong. The Test Harness "send lite message utility" uses the value "https://innovation-lab.ca/media/1147/innovation-lab-terms-of-use.pdf" where as the links are to "https://www.innovation-lab.ca/media/1147/innovation-lab-terms-of-use.pdf". If you use the latter, then you get the message:
{
"resourceType": "OperationOutcome",
"id": "validationFail",
"meta": "",
"text": {
"status": "generated",
"div": "Request failed validation. You have not adhered to our message specification regarding the license agreement acknowledgement. See here: https://innovation-lab.ca/using-sender-identifiers"
},
"issue": [{
"severity": "error",
"code": "value",
"details": {
"text": "Request failed validation. You have not adhered to our message specification regarding the license agreement acknowledgement. See here: https://innovation-lab.ca/using-sender-identifiers"
},
"diagnostics": null,
"location": null
}
]
}
(which doesn't seem to properly confirm to OperationOutcome as per the FHIR spec). If the only difference is the inclusion or exclusion of "www", shouldn't this be more forgiving and shouldn't the links on the test harness page match through the tests?
10/16/2018 8:10:42 PM
It seems the test harness has been down since yesterday.
Is this a scheduled outage? When will it be available again?
Specifically interested in hitting the Lite version of PCR and DHDR for now.
Thanks,
Dave./
2/7/2018 5:07:59 PM