Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mock client doesn't handle system|value search syntax #1241

Open
reshmakh opened this issue Dec 9, 2022 · 1 comment
Open

Mock client doesn't handle system|value search syntax #1241

reshmakh opened this issue Dec 9, 2022 · 1 comment
Labels
bug Something isn't working fhir-datastore Related to the FHIR datastore, includes API and FHIR operations good first issue Good for newcomers

Comments

@reshmakh
Copy link
Member

reshmakh commented Dec 9, 2022

This returns undefined:

replicaClient.searchOne(
'ServiceRequest',
identifier=customer/productionUUID|${id}
);

However, this returns the appropriate value:
replicaClient.searchOne(
'ServiceRequest',
identifier=${id}
);

@reshmakh reshmakh added bug Something isn't working fhir-datastore Related to the FHIR datastore, includes API and FHIR operations labels Dec 9, 2022
@codyebberson codyebberson added the good first issue Good for newcomers label Apr 5, 2023
@codyebberson
Copy link
Member

@rahul1 rahul1 added this to the Milestone Quality milestone Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fhir-datastore Related to the FHIR datastore, includes API and FHIR operations good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants