FHIR Chat · GraphQLProvider · hapi

Stream: hapi

Topic: GraphQLProvider


view this post on Zulip Branko Mlikota (Mar 05 2021 at 11:07):

Please help,

does anybody know how to use ca.uhn.fhir.jpa.provider.GraphQLProvider?

I would like to execute something like
http://localhost:8091/fhir/CodeSystem/7/$graphql?query={name,status,concept(_count:2,_offset:3){code,definition}}

through hapi fhir client
https://hapifhir.io/hapi-fhir/docs/client/introduction.html


Last updated: Apr 12 2022 at 19:14 UTC