Querying Specific Extensions on a Resource
# support
v
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
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
Great, thank you. Is there any way to query for a certain extension yet?
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