FHIR Chat · preferred coding.display · implementers

Stream: implementers

Topic: preferred coding.display


view this post on Zulip Shamil Nizamov (Aug 08 2018 at 20:36):

A display property of Coding data type (2.26.0.4) has the following "If one is labeled as preferred, it SHOULD be used."

The display is a primitive string data type, how is it labeled as preferred?

view this post on Zulip Grahame Grieve (Aug 08 2018 at 20:40):

the preferred display is defined by the code system. If the code system is defined by a FHIR CodeSystem resource, the preferred display is CodeSystem.concept.display (as opposed to the others in CodeSystem.concept.designation.value). Other code systems defined in different ways have different ways of indicating what display is preferable (e.g. Snomed)

view this post on Zulip Shamil Nizamov (Aug 08 2018 at 20:44):

Then it's probably better to say "If one is labeled as preferred, as defined by the code system, it SHOULD ..."

view this post on Zulip Shamil Nizamov (Aug 08 2018 at 21:13):

Same with the CodeableConcept, "One of the codings may be flagged as the userSelected". It would be nice to give a hint how is it flagged as userSelected.

view this post on Zulip Grahame Grieve (Aug 08 2018 at 21:21):

using the userSelected property on Coding?

view this post on Zulip Shamil Nizamov (Aug 10 2018 at 19:47):

using the userSelected property on Coding?

Oh, you are right. Reading only the CodeableConcept I overlooked that. May I suggest to change it to coding.userSelected?

view this post on Zulip Grahame Grieve (Aug 10 2018 at 21:02):

sure make a task to do that


Last updated: Apr 12 2022 at 19:14 UTC