FHIR Chat · convert STU3 to R4 · implementers

Stream: implementers

Topic: convert STU3 to R4


view this post on Zulip Katarina (May 09 2019 at 13:42):

I want to convert profiles from STU3 to R4? Forge does not do it. Does anyone know of any other tool for this? Or do I have to write R4 ressources completely new? Many Thanks.

view this post on Zulip Grahame Grieve (May 09 2019 at 13:46):

pretty much completely new

view this post on Zulip Katarina (May 09 2019 at 14:02):

Since I do not have too many profiles, this may work.
Is it possible to create R4 profiles derived from base profiles in STU3? The German basic profiles are only available in version STU3 until now.

view this post on Zulip Grahame Grieve (May 09 2019 at 14:13):

no because the underlying content models are different - ask on the German stream

view this post on Zulip Stefan Lang (May 09 2019 at 15:25):

@Katarina The German base profiles will be converted to R4, including the change requests resulting from the second "for-comment" ballot.
This will happen during the next couple of months.
But anyway, as Grahame wrote, feel free to ask any questions in https://chat.fhir.org/#narrow/stream/179183-german-(d-a-ch)

view this post on Zulip Katarina (May 09 2019 at 16:21):

@Stefan Lang Thank you for the great information. That helps me. So I'll wait a bit with my R4 conversion.

view this post on Zulip Ewout Kramer (May 09 2019 at 20:46):

Katarina, the way profiles are communicated and stored (StructureDefinition) has not changed a lot, so you could start by opening a few of your profiles in an editor, and change the "fhirVersion" element from 3.0.1 to 4.0.0 and see what happens. I figure this will work for most, and Forge will signal where there are errors, so you can correct them. Correct, @Michel Rutten ?

view this post on Zulip Michel Rutten (May 09 2019 at 20:50):

Correct. Forge will flag any non-compliant (removed/renamed) elements and allow you to remove them.

view this post on Zulip Michel Rutten (May 09 2019 at 20:51):

Breaking changes in ElementDefinition.type may cause some issues.

view this post on Zulip Katarina (May 10 2019 at 09:35):

Thanks to @Ewout Kramer and @Michel Rutten . I will try that.


Last updated: Apr 12 2022 at 19:14 UTC