Stream: implementers
Topic: Binding CodeableReference and polymorphic CodeableConcept
Elliot Silver (May 25 2021 at 03:59):
While looking at R4.0.1 Medication, I noticed that ingredient.itemCodeableConcept isn't bound to any ValueSet. Wondering if this had been changed in R4.6, I see that the element has been replaced with a CodeableReference, which still isn't bound to a ValueSet.
I thought all CodeableConcepts in core needed to at least have an example ValueSet. How did Medication get published without? Does the same binding requirement also apply to CodeableReference?
Lloyd McKenzie (May 25 2021 at 09:28):
There is no requirement for a binding, however if unbound, examples must be provided in the definition to be at FMM3+. In this case, a binding would be appropriate, so feel free to submit a change request
Melva Peters (May 25 2021 at 10:47):
I've noticed a few places where we don't have a binding for a CodeableReference in the Pharmacy resources. I will add a Jira Issue.
Elliot Silver (May 25 2021 at 16:47):
Thanks @Melva Peters .
Last updated: Apr 12 2022 at 19:14 UTC