Stream: implementers
Topic: Adding subsetted tag for _summary
Gino Canessa (Oct 21 2020 at 20:32):
If generating a bundle with a _summary
(e.g., true
), where is the correct place to put the SUBSETTED
tag/tags? Looking at different servers, some set it at the root bundle (e.g., Bundle.meta.tag
), some on each resource in the bundle (e.g., Bundle.entry[x].resource.meta.tag
), and some on both. It is not quite clear on the search page. Thanks!
Grahame Grieve (Oct 21 2020 at 21:03):
each resource. it's not the bundle that is being summarised
Paul Church (Oct 21 2020 at 21:06):
+1 that's how we saw it
Gino Canessa (Oct 21 2020 at 21:21):
Thanks! I'll try to make notes for all the implementations I tested with different results.
Brian Postlethwaite (Apr 04 2022 at 09:29):
I'm looking back at this again, did the system value for the tag change into the updated v3 namespace
http://terminology.hl7.org/CodeSystem/v3-ObservationValue
The fhir dotnet api still applies the old value.
Last updated: Apr 12 2022 at 19:14 UTC