Stream: implementers
Topic: dimensions
Harold Solbrig (Aug 12 2016 at 21:08):
We're looking at a "Tumor Dimensions" observation, which has "Greatest Dimension" as well as "Additional Dimensions" in the form of ___ x ___ cm. Three observations for this seems like serious overkill. How would you recommend profiling this?
Michael Osborne (Aug 12 2016 at 21:20):
Hi Harold. All of the Cancer models I've looked at have the additional dimensions as a discrete observable with a length in mm/cm. I don't think there is any escaping this.
Josh Mandel (Aug 12 2016 at 21:20):
You could model it with components
Dave Carlson (Aug 12 2016 at 21:29):
For an example profile on Observation using components, see https://hl7-fhir.github.io/bp.html
Harold Solbrig (Aug 12 2016 at 21:39):
Thanks -- missed the components. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC