FHIR Chat · Value set translations · implementers

Stream: implementers

Topic: Value set translations


view this post on Zulip Mika Tuomainen (Dec 14 2016 at 13:56):

What is the right way to bring translations to the value sets defined as part of the FHIR specification? Is there process for this or some kind of rules? If you look some value sets defined in FHIR there are now english, deutsch, nederlands...

Our need is to bring finnish and swedish translations to some of the value sets (Finland is bilingual country).

If the FHIR spec value sets contain their own inline code system definitions, how we can bring translations to these? Can anyone do this, espcially in our case we think swedish translations, is that ok if we in Finland translate also the swedish ;-)

If the FHIR spec value sets include codes defined elsewhere, do the translations have come from the source of codes. Or is that ok to translate codes only in value set?

In general, the target of the translation can only be concept.designation.value, not other elements of the concept?

view this post on Zulip Eric Haas (Dec 14 2016 at 18:44):

if you look at the Value set definition you will see ValueSet.compose.include.concept.designation is useful for this when you enumerate the codes.

view this post on Zulip Grahame Grieve (Dec 14 2016 at 20:10):

I think this was a process question

view this post on Zulip Grahame Grieve (Dec 14 2016 at 20:10):

you can provide translations either in code systems or value sets. we prefer them to be provided in code systems, particularly for the FHIR build

view this post on Zulip Grahame Grieve (Dec 14 2016 at 20:11):

you can provide translations for v2 code systems, v3 code systems, or FHIR code systems. The process differs for each

view this post on Zulip Grahame Grieve (Dec 14 2016 at 20:11):

I guess you mean the FHIR code systems?

view this post on Zulip Mika Tuomainen (Dec 16 2016 at 08:31):

I meant internal FHIR value sets like http://hl7.org/fhir/ValueSet/medication-statement-status and http://hl7.org/fhir/ValueSet/reason-medication-given-codes. The first one is required by resource it is used. Can we produce and bring language translations (finnish) to those value sets in FHIR specification?.

view this post on Zulip Grahame Grieve (Dec 16 2016 at 20:11):

yes. You can. I'm not exactly sure what the process should be long term. What we've done to this point is that you simply send me the translations you want, and I add them. That's not really scalable, and it doesn't deal with decay either. But we can satrt there


Last updated: Apr 12 2022 at 19:14 UTC