Stream: implementers
Topic: FHIR FORGE STU3 - Use Invariants
Filipe Castro (Mar 18 2019 at 10:46):
Hi all,
I've created a Bundle structure definition profile which has a Message Header who enforces a Parameters resource profile(on focus parameter) and a Organization resource profile(on sender and receiver parameters). This Bundle profile is used for validate a message Bundle who has 4 entries(MessageHeader, Parameters, Organization(sender),Organization(receiver)). At the moment i have a problem that all entries are validated for MessageHeader profile(the only one enforced on Bundle profile). I was recomended to use 'Invariants', but i don't know how to implement.
Does anyone can help?
Thanks on advance.
René Spronk (Mar 18 2019 at 12:56):
https://simplifier.net/guide/profilingacademy/Customconstraints will probably be helpful.
Last updated: Apr 12 2022 at 19:14 UTC