OHSUCMP / mycareplanner

OHSU fork of the MyCarePlanner app
0 stars 0 forks source link

Increase office BP count in MyCarePlanner display #1

Open mattStorer opened 1 month ago

mattStorer commented 1 month ago

This parameter may be added to any FHIR search. If included, this number sets the maximum number of resources that should be returned per page of results. However, the default JavaScript API for FHIR return all available pages from a single query. So including _count is only useful in our apps if we also override the API to only return one page.

UPDATE FOR 9/125 - REVIEW NEW SCREENSHOT OF REPORTHISTORY

Increased vitals COUNT to 10

from MCCVitalSigns.cql: image

Action items:

mattStorer commented 4 weeks ago

I've updated the FHIR query for office BPs to specify _count=12 instead of _count=10.

image

MichelleBobo commented 2 weeks ago

New requirement is to remove count and use an 18 month lookback period instead.