FHIR Chat · summary · implementers

Stream: implementers

Topic: summary


view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:15):

I'm re-reviewing the summary properties for the baseresourecs (as implemented in the dotnet client) and discovered that the DomainResource.Text is not marked as summary, it should be marked shouldn't it?
http://hl7.org/fhir/domainresource.html

view this post on Zulip Dunmail (Nov 21 2015 at 13:23):

There is a _summary search option to return the text if that's what the caller needs: http://hl7.org/fhir/search.html#summary.

view this post on Zulip Grahame Grieve (Nov 21 2015 at 13:23):

Brian - I think that is a real question, not a matter of a mistake in the spec

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:24):

I personally think it should be set.

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:27):

I notice that your server does remove it Grahame.

view this post on Zulip Dunmail (Nov 21 2015 at 13:27):

It's quite possible that the narrative is bigger than the rest of the resource. If it's included surely it will break the intent of flagging the summary items to reduce processing load?

view this post on Zulip Grahame Grieve (Nov 21 2015 at 13:27):

yes, I'm driven diretly off the structure definitions for summary

view this post on Zulip Grahame Grieve (Nov 21 2015 at 13:27):

I agree with Dunmail

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:27):

We have data, text and summary

view this post on Zulip Josh Mandel (Nov 21 2015 at 13:28):

I sure think so!

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:28):

I guess if you are doing a web app that just looks at the text part, then only ask for that, not hust summary.

view this post on Zulip Grahame Grieve (Nov 21 2015 at 13:28):

yep

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:29):

(I guess I can live with that.)

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:29):

I just wasn't expecting it

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:30):

I'll just update my unit test to fix the problem then.

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:31):

and summary has no extensions too...

view this post on Zulip Grahame Grieve (Nov 21 2015 at 13:31):

hah

view this post on Zulip Grahame Grieve (Nov 21 2015 at 13:32):

that's one area I deviate - I will send some extensions in summary. In particular, I send the Smart on FHIR extensions in my conformance statement even if you ask for a summary

view this post on Zulip Grahame Grieve (Nov 21 2015 at 13:32):

I have an internal flag on an extension for whether it counts as summary or not

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:32):

That could be interesting.

view this post on Zulip z Brian Postlethwaite (old - don't use) (Nov 21 2015 at 13:33):

Really its an override flag on an extension...


Last updated: Apr 12 2022 at 19:14 UTC