We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: