Stream: shorthand
Topic: codesystem url
John Moehrke (Nov 09 2020 at 17:13):
How do I set the .url element in a sushi codesystem definition? I need to define a codesystem in my IG, but it has a canonical URI that is different than my IG.
Jean Duteau (Nov 09 2020 at 17:43):
CodeSystem: AHANUBCRevenueCodes
* ^url = "https://www.nubc.org/revenue-code"
John Moehrke (Nov 09 2020 at 20:05):
I am sure I tried that at least once... thanks
John Moehrke (Nov 09 2020 at 20:08):
so, how do I get the IG builder to allow the canonical URI to be different than the IG canonical URI?
Jean Duteau (Nov 09 2020 at 20:14):
not sure what you mean. I've done that for my codesystems and there canonical URL is set to what I put.
Chris Moesel (Nov 09 2020 at 20:29):
@John Moehrke -- I think you need to list it as a special-url
parameter in the IG resource: https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters
If you're using SUSHI to generate your IG resource, you'd add something like this:
parameters:
special-url:
- https://www.abc.org/revenue-code
- https://www.xyz.org/some-other-code
John Moehrke (Nov 09 2020 at 20:46):
yes, thanks
Last updated: Apr 12 2022 at 19:14 UTC