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

Error when using $expand with property "parent" filter. #715

Open
tayeb83 opened this issue Aug 5, 2024 · 0 comments
Open

Error when using $expand with property "parent" filter. #715

tayeb83 opened this issue Aug 5, 2024 · 0 comments

Comments

@tayeb83
Copy link

tayeb83 commented Aug 5, 2024

I'm doing an $expand using a filter that uses a property "parent":

EX :
{
"filter": [
{
"property": "parent",
"op": "=",
"value": "J01CA"
}
],
"system": "http://graphe.red.net/referentiel-atc",
"version": "2022-08"
}

But when I try to run an $expand, I get an error "HAPI-0895: Invalid filter, property parent is LOINC-specific and cannot be used with system..."

How this can be resolved since the parent property is defined in the standard : http://hl7.org/fhir/R4B/codesystem-concept-properties.html#child

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant