You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@joostas - are you able to perform search on contract resource with reference to patient id of interest?
Search would look like: /Contract?patient=Patient/
Describe the bug
Patient/{id}/$everything
endpoint does not return related ContractsFHIR Version?
R4
Data provider?
CosmosDB (Azure API for FHIR)
To Reproduce
Steps to reproduce the behavior:
Patient
resource with payloadResponse payload:
Contract
resource with a subject referencing the PatientResponse with payload:
GET Patient/6fad1f14-8b8a-4a8e-9223-e5b9329576c8/$everything
and iterate through all resultsGET /Contract?patient=6fad1f14-8b8a-4a8e-9223-e5b9329576c8
Expected behavior
GET Patient/6fad1f14-8b8a-4a8e-9223-e5b9329576c8/$everything
includes related Contract into responseActual behavior
GET Patient/{id}/$everything
does not return related ContractsThe text was updated successfully, but these errors were encountered: