Stream: implementers
Topic: statistics, plots, aggregates, scores
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
Grahame Grieve (Sep 26 2018 at 22:12):
have you looked at Observation.$stats, and at MeasureReport?
Bryn Rhodes (Sep 26 2018 at 22:13):
I was literally typing a response.
Bryn Rhodes (Sep 26 2018 at 22:13):
Grahame's too fast!
natus (Sep 26 2018 at 22:13):
never. let me few minutes
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
Grahame Grieve (Sep 26 2018 at 22:22):
sounds like measure report then
natus (Sep 26 2018 at 22:22):
measureReports looks better in the usage, however
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
natus (Sep 26 2018 at 22:24):
I assume group is a great resource for a cohort
Grahame Grieve (Sep 26 2018 at 22:25):
MeasureReport.subject?
Grahame Grieve (Sep 26 2018 at 22:25):
ah I am looking at the R4 version
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
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.
Bryn Rhodes (Sep 26 2018 at 22:31):
For type of analysis, that would fit in useContext, and you can search by those.
Bryn Rhodes (Sep 26 2018 at 22:33):
There's also a scoring that's extensible if you wanted to put it there.
Bryn Rhodes (Sep 26 2018 at 22:33):
You'd have to define a custom searchparameter to enable searching on that though.
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,...]
natus (Sep 26 2018 at 22:34):
yes custom search is the last option. as well as custom resource
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.
natus (Sep 26 2018 at 22:38):
sad the stu3 cannot reference group yet. Otherwise I would have extended it nicely
Lloyd McKenzie (Sep 26 2018 at 22:55):
It supports Group in R4
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