FHIR Chat · statistics, plots, aggregates, scores · implementers

Stream: implementers

Topic: statistics, plots, aggregates, scores


view this post on Zulip natus (Sep 26 2018 at 22:11):

hi

Once implemented all needed resources, built a tool to show up the patients
informations, allow users to create cohort (group) of patients, one tends to
need to aggregated information with plots, statistics, results of algorithms
I mean something new for EHR and HL7 in general.

But here we are and we are about to create a custom resource to share those
group aggregated information as numeric, or binary plots. Is there an interest
from fhir to one day provide such resource in its pool ? Anyway any advice on
how to design that resource would be great I mean root elements etc, in order
to create something general and useful

view this post on Zulip Grahame Grieve (Sep 26 2018 at 22:12):

have you looked at Observation.$stats, and at MeasureReport?

view this post on Zulip Bryn Rhodes (Sep 26 2018 at 22:13):

I was literally typing a response.

view this post on Zulip Bryn Rhodes (Sep 26 2018 at 22:13):

Grahame's too fast!

view this post on Zulip natus (Sep 26 2018 at 22:13):

never. let me few minutes

view this post on Zulip natus (Sep 26 2018 at 22:21):

well observation.$stats looks patient centered while I am thinking on aggregating information of 100K patients , and for many aspects such genders, ages , smoke and who knows

view this post on Zulip Grahame Grieve (Sep 26 2018 at 22:22):

sounds like measure report then

view this post on Zulip natus (Sep 26 2018 at 22:22):

measureReports looks better in the usage, however

view this post on Zulip natus (Sep 26 2018 at 22:24):

there is no reference to group (why I didn't spotted it before), only to a single patient

view this post on Zulip natus (Sep 26 2018 at 22:24):

I assume group is a great resource for a cohort

view this post on Zulip Grahame Grieve (Sep 26 2018 at 22:25):

MeasureReport.subject?

view this post on Zulip Grahame Grieve (Sep 26 2018 at 22:25):

ah I am looking at the R4 version

view this post on Zulip natus (Sep 26 2018 at 22:29):

let's move on R4, still it is not searcheable by type, I mean type of analysis. That would be reasonable too

view this post on Zulip Bryn Rhodes (Sep 26 2018 at 22:30):

Measure is the definition for a MeasureReport, cohort is one of the types you can use, yes.

view this post on Zulip Bryn Rhodes (Sep 26 2018 at 22:31):

For type of analysis, that would fit in useContext, and you can search by those.

view this post on Zulip Bryn Rhodes (Sep 26 2018 at 22:33):

There's also a scoring that's extensible if you wanted to put it there.

view this post on Zulip Bryn Rhodes (Sep 26 2018 at 22:33):

You'd have to define a custom searchparameter to enable searching on that though.

view this post on Zulip natus (Sep 26 2018 at 22:33):

Well I do have cohort = group . measureReport.type would be in [age aggregate, length of stay aggregate, non supervized clustering,...]

view this post on Zulip natus (Sep 26 2018 at 22:34):

yes custom search is the last option. as well as custom resource

view this post on Zulip natus (Sep 26 2018 at 22:36):

I guess measureReport could evolve to meet my needs. An other need is to attach some plots within the resource or link to a binary resource.

view this post on Zulip natus (Sep 26 2018 at 22:38):

sad the stu3 cannot reference group yet. Otherwise I would have extended it nicely

view this post on Zulip Lloyd McKenzie (Sep 26 2018 at 22:55):

It supports Group in R4

view this post on Zulip Lloyd McKenzie (Sep 26 2018 at 22:55):

You'd need to use an extension in R3


Last updated: Apr 12 2022 at 19:14 UTC