Stream: implementers
Topic: Multi-language
Caitlin Voegele (Sep 14 2021 at 15:09):
I had a question around the multi-language support. I've been reviewing this page: https://www.hl7.org/fhir/languages.html
Based on what I see here, it looks like the actual query syntax should always be in english. This means that GET [your-fhir-server]/Patient?_elements=identifier,active works but GET [your-fhir-server]/Brevet?Éléments=identificateur,actif would not. Is that the correct interpretation?
However, FHIR is setup to support returning resources that are in a different language and you can use the translation extensions and other pieces referenced in the page above to ensure that the end user gets data in the language they are expecting.
Does that seem right?
Vadim Peretokin (Sep 14 2021 at 15:17):
Yep, you are spot on.
Lloyd McKenzie (Sep 14 2021 at 22:12):
Yes. There's also work underway on the #questionnaire stream to look at defining operations that would allow the generation of XLIFF files from resources and apply the resulting translations to resources.
Last updated: Apr 12 2022 at 19:14 UTC