Hey @IntegrationSupport
I have a query regarding /v0.5/care-contexts/on-discover, I got a response from /v0.5/care-contexts/discover, but I have to respond to /v0.5/care-contexts/discover as HIP. I saw there is the following body is there
{
“requestId”: “{{$guid}}”,
“timestamp”: “{{timestamp}}”,
“referenceNumber”: “”,
“display”: “Name of patients”,
“careContexts”: [
{
“referenceNumber”: “”,
“display”: “”
}
],
“matchedBy”: [
“MOBILE”
],
“resp”: {
“requestId”: “”
}
}
so I have a question about which care context, which reference number, and which display have to pass to this body. I also refer to webinars but I didn’t find a solution, they pass hardcoded data.