FHIR Chat · Specific Results from Rest API · implementers

Stream: implementers

Topic: Specific Results from Rest API


view this post on Zulip junaid (Aug 28 2019 at 07:31):

When ever we fetch a Resource from FHIR Rest API we get all the key value pairs
how can i restrict only to a specific key value pairs?

i have seen in HAPI Server we can use GraphQL to do this

like [base]?graphql?{name,given}

view this post on Zulip Grahame Grieve (Aug 28 2019 at 08:52):

check out _elements (http://hl7.org/fhir/search.html#elements) as well as graphql (http://hl7.org/fhir/graphql.html)

view this post on Zulip junaid (Aug 28 2019 at 15:14):

check out _elements (http://hl7.org/fhir/search.html#elements) as well as graphql (http://hl7.org/fhir/graphql.html)

thanks a lot


Last updated: Apr 12 2022 at 19:14 UTC