FHIR Chat · how to support multiple data elements as choice type · implementers

Stream: implementers

Topic: how to support multiple data elements as choice type


view this post on Zulip frank cao (Oct 28 2019 at 20:34):

Hi, if we want to support multiple formats of Condition.onSet, for example, both onSetDateTime, and onSetAge, how do we represent this in FHIR? Should we use extension? Thanks.

view this post on Zulip Lloyd McKenzie (Oct 28 2019 at 20:37):

Yes, you'd need an extension. Express whichever is more accurate in core and include the other as an extension (essentially it's derived data that someone else could derive themselves if they needed to)


Last updated: Apr 12 2022 at 19:14 UTC