FHIR Chat · profile on choice type · implementers

Stream: implementers

Topic: profile on choice type


view this post on Zulip Nick George (Oct 31 2018 at 21:13):

Hello, I'm getting a lot of use out of adding a fixed-system slice to CodeableConcept fields - it makes it possible to slice out all the codes of given systems, which is very useful for analytics.
I'm not sure how to do this in choice types though, e.g., MedicationAdministration.medication[x] is either CodeableConcept OR reference. is it possible to add a slice to the codeableconcept version of that, with a fixedUri?

view this post on Zulip Lloyd McKenzie (Oct 31 2018 at 21:37):

It should be, though you may need to slice by @type as well as coding.system

view this post on Zulip Nick George (Oct 31 2018 at 21:39):

ah gotcha, that makes sense


Last updated: Apr 12 2022 at 19:14 UTC