FHIR Chat · Valueset Copyright · shorthand

Stream: shorthand

Topic: Valueset Copyright


view this post on Zulip Kurt Allen (May 03 2021 at 21:49):

@Chris Moesel Is it possible to set the Copyright field of a specific ValueSet in FSH. I tried the ^ syntax and that failed beautifully. Any ideas? Thx!

view this post on Zulip Kevin Power (May 03 2021 at 23:08):

I did this, and seemed to work OK:

ValueSet:       VariantInheritanceVS
Id:             variant-inheritance
Title:          "Variant Inheritances"
Description:    "By which parent the variant was inherited in the patient, if known."
* ^copyright = "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc."
* LNC#LA26320-4 "Maternal"
* LNC#LA26321-2 "Paternal"
* LNC#LA4489-6 "Unknown"

After a build, it looks like this:
http://build.fhir.org/ig/HL7/genomics-reporting/ValueSet-variant-inheritance.html

view this post on Zulip Chris Moesel (May 04 2021 at 19:20):

@Kurt Allen -- As @Kevin Power demonstrated above, it should work. Did you maybe forget to use string delimiters (") when you did it?

(BTW -- thanks, @Kevin Power!)

view this post on Zulip Kurt Allen (May 06 2021 at 19:43):

@Kevin Power & @Chris Moesel Thanks Kevin, I cut and pasted what you did and it worked beautifully. I don't know what I did wrong - maybe I missed the quotes, but I will never admit that publicly :-) Thanks again!


Last updated: Apr 12 2022 at 19:14 UTC