Stream: shorthand
Topic: ImplementationGuide.meta.profile
Jose Costa Teixeira (Feb 10 2022 at 21:17):
How can I set my IG's meta-profile in sushi.yaml?
Chris Moesel (Feb 10 2022 at 21:34):
meta
is one of the pass-through properties in sushi-config.yaml
. If you put a meta
in your sushi-config.yaml
(using YAML syntax), we'll just pass it through as-is to the generated IG JSON. So:
meta:
profile:
- http://example.com/StructureDefinition/IGProfile
or
meta:
profile: [http://example.com/StructureDefinition/IGProfile]
Jose Costa Teixeira (Feb 11 2022 at 12:51):
Thank you
Last updated: Apr 12 2022 at 19:14 UTC