FHIR Chat · set profile publisher · shorthand

Stream: shorthand

Topic: set profile publisher


view this post on Zulip Noemi Deppenwiese (Jan 30 2020 at 13:58):

Is it somehow possible to set the "publisher" property of the generated resources (profiles ect.) (other than editing the generated files by hand...)? I tried adding a "Publisher:" to my .fsh definitions, but that doesn't work. Couldn't find anything in the documentation either.

view this post on Zulip Nick Freiter (Jan 30 2020 at 14:53):

The "publisher" property can be set using the caret (^) syntax. So for example:

Profile: MyPatient
Parent: Patient
* ^publisher = "my publisher name"

In general, the ^ syntax is used to set things like "publisher", that are metadata attributes that are directly on the Structure Definition itself.

view this post on Zulip Noemi Deppenwiese (Jan 30 2020 at 15:03):

Thanks!


Last updated: Apr 12 2022 at 19:14 UTC