Stream: implementers
Topic: GET just an identifier Element
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?)
Eric Haas (Aug 20 2018 at 17:01):
See http://build.fhir.org/graphql.html
David Hay (Aug 20 2018 at 21:24):
and http://hl7.org/fhir/2018Jan/search.html#elements
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.
Brian Postlethwaite (Aug 21 2018 at 04:05):
That's correct, but its much less than what it was ;)
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