FHIR Chat · codesystem url · shorthand

Stream: shorthand

Topic: codesystem url


view this post on Zulip 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.

view this post on Zulip Jean Duteau (Nov 09 2020 at 17:43):

CodeSystem: AHANUBCRevenueCodes
* ^url = "https://www.nubc.org/revenue-code"

view this post on Zulip John Moehrke (Nov 09 2020 at 20:05):

I am sure I tried that at least once... thanks

view this post on Zulip 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?

view this post on Zulip 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.

view this post on Zulip 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

view this post on Zulip John Moehrke (Nov 09 2020 at 20:46):

yes, thanks


Last updated: Apr 12 2022 at 19:14 UTC