Stream: implementers
Topic: how to support multiple data elements as choice type
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.
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