Stream: implementers
Topic: Defining Composition and Bundle profiles
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?
Lloyd McKenzie (Nov 04 2019 at 14:17):
I typically create a profile for the Bundle, but you don't necessarily need to
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?
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)
René Spronk (Nov 05 2019 at 14:00):
.. and a GraphDefintion to tie everything together.
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