OHSUCMP / coach

web application frontend for OHSU HTN U18 grant
2 stars 0 forks source link

ensure that home setting extension gets added to observations before bundling #182

Closed mattStorer closed 7 months ago

mattStorer commented 7 months ago

there's a bug in DefaultVendorTransformer whereby the home setting extension is added to the systolic and diastolic Observations, but that happens after the Observations are added to the target Bundle. and that bundling operation, it would probably work fine, except that it bundles a copy of the specified resource, so adding an extension to it after the fact won't get included in the bundled copy.

image

mattStorer commented 7 months ago

super simple fix, should be good to go