Join Discord
Powered by
Querying Specific Extensions on a Resource
# support
v
vinny1575
04/22/2023, 4:53 PM
I'm unable to get the Field Filter in the FHIR GraphQL spec to work on extensions. { myext: extension(url: "http://myextension.url/details") { value : valueString } } Should this work as specified here?
https://hl7.org/fhir/graphql.html#:~:text=One%20way%20this%20can%20be%20used%20is%20to%20select%20particular%20extensions%3A
c
cody
04/22/2023, 8:18 PM
Hi
@vinny1575
- the Medplum GraphQL implementation currently does not support "Field Arguments". I just filed an issue to track:
https://github.com/medplum/medplum/issues/1895
v
vinny1575
04/24/2023, 1:23 PM
Great, thank you. Is there any way to query for a certain extension yet?
c
cody
04/24/2023, 9:31 PM
https://www.medplum.com/docs/search/graphql#filtering-lists-with-field-arguments
cody
04/24/2023, 9:31 PM
Hi
@vinny1575
- yes, we released list args today. The docs include an example of filtering extensions by url. Let us know if there's anything else we can do to help
158
Views
Previous
Next