Stream: implementers
Topic: Forge and snapshots
David Hay (Mar 15 2016 at 19:36):
When using forge to generate a snapshot, the snapshot includes elements that have had their max set to 0 (ie disabled). Is there a way of not including those elements at all in the snapshot?
Michel Rutten (Mar 16 2016 at 09:24):
Hi David, I am a bit confused about your question. According to the FHIR spec, the StructureDefinition.snapshot component should contain a complete representation of all the resource elements. This includes elements that have been constrained with Max = 0. If such elements are omitted, then the snapshot component would no longer provide a full representation.
Last updated: Apr 12 2022 at 19:14 UTC