FHIR Chat · SNOMED CT · trifolia-on-fhir

Stream: trifolia-on-fhir

Topic: SNOMED CT


view this post on Zulip Robert Dieterle (Jun 08 2021 at 10:59):

How do I declare the use of the US version of SNOMED CT in the trifolia-on-fhir parameters section?

view this post on Zulip Robert Dieterle (Jun 10 2021 at 01:24):

@Sarah Gaunt help

view this post on Zulip Sarah Gaunt (Jun 10 2021 at 06:55):

CAVEAT: This may not be up to date information - I haven't looked at this since before the January ballot.

This is how I did it for BFDR:
image.png

This is the contents of the Parameters resource referenced above (you'd need to give it a different id otherwise it will overwrite my resource in ToF):

<Parameters
    xmlns="http://hl7.org/fhir">
    <id value="expansion-parameters"/>
    <meta>
        <versionId value="2"/>
        <lastUpdated value="2020-11-01T04:02:15.298+00:00"/>
        <source value="#NmFfHPsSycBL1pjm"/>
    </meta>
    <parameter>
        <name value="profile-url"/>
        <valueString value="dc8fd4bc-091a-424a-8a3b-6198ef146891"/>
    </parameter>
    <parameter>
        <name value="system-version"/>
        <valueString value="http://snomed.info/sct|http://snomed.info/sct/731000124108"/>
    </parameter>
</Parameters>

HOWEVER! This is slightly wrong - we got a ballot comment that we need to move the file off the artifacts page because it shows up like this: https://build.fhir.org/ig/HL7/fhir-bfdr/artifacts.html#other
I haven't worked on figuring out how to move it using Trifolia yet though. (See this thread: https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Specifying.20US.20edition)

It would be easily done by editing after you export from Trifolia though: update the path in the IG resource and physically move the Parameters instance, then I don't think it will show up on the artifacts page. I haven't tested this yet though - I'll try to take a look at it tomorrow and report back.

@Sean McIlvenna do you have any updates on this - I know it's been on your radar...


Last updated: Apr 12 2022 at 19:14 UTC