From the latest coronavirus outbreak I kept wondering if anyone has developed some kind of public health archetypes (or more in general, some data aggregation archetypes)
Maybe a related question is if this kind of population-wide data can be easily represented with current RM
Iāve been talking to our team in Australia and they seem to think the models used in our infection control product are relevant. We could not go into details though.
Re the population data and RM: thatās an interesting point. We do substantial reporting based on the RM and it has been sufficient so far if you take population-wide data as sum of individual health data. If youāre talking about some population level data represented as first class concepts in RM, thatās an interesting concept but I cannot imagine what population data could be, other than sum of individual data. So itād be good if you could clarify that a bit
Final comment re analytics and RM: openEHR has an interesting dilemma. It is designed to keep demographics and other data (administrative etc) separate from clinical data (EHR) and analytics in many cases require you to use both clinical and non-clinical data. That is a challenge when you do analytics with openEHR and took us some time to come up with robust ways of dealing with this. Not a failure of RM, but worth mentioning in this context.
I think it is fair to say that the Ocean product reused existing archetypes, where possible, or provided the early basis for many CKM archetypes that have now been refined further and published. A significant number will have been made redundant as more generic archetypes have been published since 2013.
Think Problem/Diagnosis, Labs, Procedures, Informed consent, Medication INSTRUCTION & ACTIONs, Immunisation summary, Care plan, Service request, Exclusion family, Health risk assessment, Goal, Contraindication, Precaution, Recommendation, Body temperature and other vital signs, etc. These will form the basis for any clinical system, no matter what the purpose.
Most of the Ocean infection control-specific archetypes did not go through any open peer review but were designed-for-purpose to match the local clinical requirements, in exactly the same way many systems are built. Any archetypes that I considered useful as candidates for broader use were added to CKM at the time.
I gather that others have built systems related to infection control and may be willing to offer them to the community. This outbreak of corona virus is a good trigger to consider scoping the current infection control domain/standards in detail and develop specific archetypes around surveillance, reporting, the latest standards etc. But it wonāt be available for anyone in any short time frame.
And of course, that old chestnutā¦ sponsorship or funding would fast-track the output.
Regards
Heather
Youāll also see some that Ian McNicoll authored in 2009 re Notifiable condition and Outbreak identifier ON CKM
we are working on an infection control use-case in HiGHmed. However, the scope might be a bit different as we try to operate on a geo-spatial level inside organizations and aim to improve detection of pathogene clusters using distributed machine learning.
As you might have seen on Twitter, we are working with HL7 and we will aim to align microbiology models as close as possible.
However, I think the question is how we can represent aggregated data accross a population in a sensible way. I think we will face the requirement more often with increasing adaptation of openEHR. Hence, we should think about extending the openEHR model and add maybe something āaboveā the individualsā EHRs to be able to represent data. FHIR provides some degrees of freedom to express data independent of any patient record (and I think Task Planning also is not as strictly organized around the EHR concept). Not sure if we can do it right away, but I agree on the need.
Without translating all of the archetypes, are there ones there that you might propose for the international CKM?
WRT the micro models, are you anticipating that this might be a candidate CLUSTER to fit in the āTest resultā SLOT in the Lab test result OBSERVATION?
Iāll leave the tech aspects of population health aggregation to others!
I will talk to Antje (and maybe she can answer here directly) about their plans. We routinely seek to āpromoteā our Archetypes to the international CKM if applicable. For example, the cluster to define details about the agent (āerregerdetailsā) might be a candidate.
yes, thatās the key thing I was thinking about. I think it could be useful as probably is related to what things an AQL query can return. Seems like whenever you start applying grouping functions (counting, sum, meanā¦) data is no longer about the individual and more about some kind of aggregation. Meaning of data changes completely
This is really useful. Iām curious, would you, as a clinician consider the term infection control mainly to be a healthcare facility concept or a wider one, encompassing public health as well?
Iām trying to understand if this type of virus outbreak would require significantly different modelling from that of say hospital acquired infections.
This would (I think) entail adding models of entities like Cohort, or (patient) Category, with properties that describe the aggregate, so presumably some statistical flavoured representation. Also more likely to be a ābag of propertiesā rather than a phenotype flavoured model, but I may be wrong on this.
Anyway, point is, we can certainly explore those kinds of models with experts and think about where to add them into openEHR so they can be archetyped as well.
In this thread it might be Worth mentioning recent discussions in the openEHR SEC regarding simultaneous querying over both EHRs and Demographics.
Adding an AQL-queryable āSYSTEMā object above the EHR and Demographic classes is what I believe was the main proposal to be further explored . (Together with some classes to handle Collections of Demographic objects.)