Stream: Covid-19 Response
Topic: MeasureReport components that aren't codeable?
Josh Mandel (Mar 25 2020 at 19:32):
@Bryn Rhodes We're looking at generating some sample data using MeasureReport
, and slightly surprised that MeasureReport.group.stratifier.stratum.component
(!!) only supports coded values:
One of our components really should have a Reference-typed value (i.e., for a facet that tells you which Location
(specific hospital ward) this stratum is being generated for). I'll submit a feature request for R5, if this makes sense to you? (For now, we'll just look at shoehorning reference into Codings ;-))
Bryn Rhodes (Mar 25 2020 at 20:30):
@Josh Mandel , yes, please do submit a tracker on that, we expanded Measure and MeasureReport in R4 specifically to support structure measures, but you're right, the option to use a Reference there would be a better fit for stratifiers like Location or Organization.
Josh Mandel (Mar 25 2020 at 20:34):
Submitted FHIR#26647, thanks! My short-term hack is to just stash a reference.reference value (relative or absolute URL) in Coding.code ;-)
Rob Hausam (Mar 26 2020 at 02:05):
Hmm. That's really a stretch. What about using an extension?
Last updated: Apr 12 2022 at 19:14 UTC