Stream: implementers
Topic: Composition: to include or not to include?
Alexander Henket (Jun 30 2020 at 06:39):
http://hl7.org/fhir/R4/composition.html#bnr
The complete set of content to make up a document includes the Composition resource together with various resources pointed to or indirectly connected to the Composition, all gathered together into a Bundle for transport and persistence. Resources associated with the following list of Composition references SHALL be included in the Bundle:
- Composition.subject
- Composition.encounter
- Composition.author
....
So if I query for [base]/Composition: does that mean that these inclusions are required or only when you call Composition/[id]/$document
or Bundle?type=document
or a (v)read on a document Bundle? It would be helpful if Composition follows the same rules for inclusion as any other resource, hence I'm hoping that what was meant was "SHALL be included in the document Bundle:".
René Spronk (Jun 30 2020 at 06:42):
I'd be extremely surprised if it were to be otherwise. A Composition resource is not a document, so search works just like it would for any other resource type.
Alexander Henket (Jun 30 2020 at 10:51):
Does that mean I should add a ticket for updating the wording?
Lloyd McKenzie (Jun 30 2020 at 14:05):
Please
Alexander Henket (Jun 30 2020 at 15:17):
Last updated: Apr 12 2022 at 19:14 UTC