I have a query. i have 2 fhir for same carecontext i.e one FHIR with Diagonostic reports and another FHIR with prescription. So wanted to check can we send the both fhir as multiple entries with same carecontext like below
entries": [
{
"content": "sdsdsdsdsdsd",
"media": "application/fhir+json",
"checksum": "string",
"careContextReference": "DEMO-26-001"
},
{
"content": "qwqwqwqqwqwqwq",
"media": "application/fhir+json",
"checksum": "string",
"careContextReference": "DEMO-26-001"
}
]
Will the above entry work for patient-hiu/data/notification call.