FHIR Chat · Defining Composition and Bundle profiles · implementers

Stream: implementers

Topic: Defining Composition and Bundle profiles


view this post on Zulip Diego Bosca (Nov 04 2019 at 13:25):

Is it recommended/common practice to generate also the Bundle profile that would contain the Composition & contained profiles or people generates just the Composition profile?

view this post on Zulip Lloyd McKenzie (Nov 04 2019 at 14:17):

I typically create a profile for the Bundle, but you don't necessarily need to

view this post on Zulip David Hay (Nov 04 2019 at 17:15):

So does that mean that to define a particular document type (eg a Discharge Summary) you'd profile both Composition & Bundle?

view this post on Zulip Lloyd McKenzie (Nov 04 2019 at 17:18):

I'd profile the Bundle to enforce expectations about Bundle type, first resource, and type of information available for entries, then I'd profile the Composition. (And I'd profile all the other resources in the Bundle too)

view this post on Zulip René Spronk (Nov 05 2019 at 14:00):

.. and a GraphDefintion to tie everything together.

view this post on Zulip Lloyd McKenzie (Nov 05 2019 at 14:13):

That bit isn't supported by the validation tooling yet, but yes, that's the objective.


Last updated: Apr 12 2022 at 19:14 UTC