Stream: implementers
Topic: ValueSet: Adding concept labels in another language
Morten Ernebjerg (Jan 15 2019 at 13:36):
I am constructing a ValueSet which consists of a subset of values from the HL7 v2 Table 0335 (timing repeat patterns) CodeSystem. As far as I can tell, this CodeSystem does not define any display values (makes sense since it define several "template codes" that allows different codes to be constructed).
Now, I would like to give the implementers a display value for each code; in particular, since this will be used in Germany, I would like to have German labels. As far as I can tell, there seems to be two options (which may not be mutually exclusive):
1. Put the German label in ValueSet.compose.include.concept.display
2. Put the German label in ValueSet.compose.include.concept.designation
(with appropriate language designation)
Option 1 seems the easiest, but I am unsure whether it is allowed to write smt. else than the display value from the corresponding CodeSystem (in this case absent) in this field - especially given that the CodeSystem itself is not German. Is there some guidance on this available? Specifically, is there a fixed priority in which the following field are supposed to be searched for a display value for a given ValueSet concept?
1. ValueSet concept display
2. ValueSet concept designation
3. Underlying CodeSystem concept display
4. Underlying CodeSystem concept designation
Grahame Grieve (Jan 15 2019 at 13:49):
Put the German label in ValueSet.compose.include.concept.display - if, that is, the resource.language is de
Grahame Grieve (Jan 15 2019 at 13:51):
when expanding a value set, the expansion process would use the value set concept display, or if one is not specified, it will fall back to the code system. Designations would be used if the expansion parameter indicates a specific language or use. (and same applies - value set overrides code system)
Morten Ernebjerg (Jan 15 2019 at 14:22):
Thanks, @Grahame Grieve !
Simone Heckmann (Jan 15 2019 at 17:18):
@Morten Ernebjerg After migrating to R4 we will be able to use CodeSystem supplements to inject German display values into existing CodeSystems. Our aim is to provide these supplements through the German base profiles.
We should chat about pooling our efforts...
Morten Ernebjerg (Jan 16 2019 at 07:20):
@Simone Heckmann Sounds interesting. We are still STU3 for now, but let me know when this effort ramps up.
Last updated: Apr 12 2022 at 19:14 UTC