FHIR Chat · GET just an identifier Element · implementers

Stream: implementers

Topic: GET just an identifier Element


view this post on Zulip Tim Berezny (Aug 20 2018 at 16:21):

Is there a way to ask to return just a single element in a resource GET? (like just return the identifier element?)

view this post on Zulip Eric Haas (Aug 20 2018 at 17:01):

See http://build.fhir.org/graphql.html

view this post on Zulip David Hay (Aug 20 2018 at 21:24):

and http://hl7.org/fhir/2018Jan/search.html#elements

view this post on Zulip Elliot Silver (Aug 21 2018 at 04:01):

@David Hay I recall a recent discussion that pointed out that when using _elements, you still need to return a valid resource, which means that all mandatory elements must be returned. Unless there are no elements with min cardinality of 1, you'll get more than just the identifier back.

view this post on Zulip Brian Postlethwaite (Aug 21 2018 at 04:05):

That's correct, but its much less than what it was ;)

view this post on Zulip Tim Berezny (Aug 21 2018 at 13:12):

Ok that's great, thank you very much @Eric Haas , @David Hay , @Elliot Silver , @Brian Postlethwaite


Last updated: Apr 12 2022 at 19:14 UTC