Stream: implementers
Topic: Profile/Schemas etc.
Stephen Lloyd (Nov 29 2016 at 15:33):
Hi, Just wondering if anybody knows whether or not a schematron file has to be created for a custom profile (for example a new Basic structure definition with a handful of extensions)? I think I may have been barking up the wrong tree with trying to validate against Basic rather than custom validation for my derived 'MyBasic' and was hoping someone could confirm whether this is the correct thing to do?
Michel Rutten (Nov 29 2016 at 17:32):
Note that schema validation can only provide partial coverage, as not all FHIR concepts can be fully expressed in a schema. For full coverage, you should consider validating resources against the actual profile via a capable FHIR server.
Grahame Grieve (Nov 29 2016 at 17:59):
you can create a custom schematron for a profile - the IG publisher does this.
Last updated: Apr 12 2022 at 19:14 UTC