We typically use the Family History archetype to capture these details, along with SNOMED CT disorder codes .
Essentially using Post Coordination through the information model and the FH archetype to capture this data . i.e a disorder code of Diabetes Mellitus with the FH archetype which uses the FH situation code.
What is the consensus on instead using SNOMED CT situation codes. (which are essentially precoordination: FH of Diabetes Mellitus)
How do these mechanisms of data capture affect reporting or dashboarding.
For eg. wanting to find all patients with a particular disorder vs wanting to find all patients with a particular family history and not confounding these results.
What would also happen to data integrated into an OpenEHR CDR from an EHR that captured this data as the stiuation code? Would that then be deconstructed and mappd to the FH archetype with disorder codes?
I know what iâve been doing in practice and the diffeence between using the archetypes to search in AQL, but i want a clear /unbiased? answer to share with someone who isnât as familiar.
Super quick response, I think weâve discussed in the past that both the precoordinated âfh of disorderâ and the basic âdisorderâ terms can be used in the âFamily historyâ archetype. But the âfh of disorderâ terms should never be used in the âProblem/diagnosisâ archetype. I donât think weâve documented this anywhere, and I may misremember it. @heather.leslie, what are your thoughts?
The archetype has been designed to avoid the need for pre-coordination, but that doesnât mean you canât use it, especially for integration purposes.
I have always designed for the principle that if we can design a high-quality value set for all conditions, then they can be reused in both Problem/Diagnosis and Family history and anywhere else that is clinically relevant. Reuse always!
Pre-coordination is almost always problematic in my experience as part of the desired value set usually missing. That said pre-coordination is brilliant for body-site/anatomical location as there is a fixed number of sites and it is a pain to select laterality and site every, single, timeâŠ
Thanks for bringing this up (again). It remains a highly relevant topic. Just wanted to share this related topic from time ago. Where @mikael taught me about snomed ct default context. Semi structured narrative data - #31 by joostholslag
This was one of my concerns, that in many cases the pre-coordination in SNOMED is not exhaustive, we certainly encountered that in the case of laboratory values also that with the archetypes you can essentially add granularity to the data collection as needed that you might not get with pre-coordination. There are definitely use cases for both.
Concern has been expressed about analytics being confounded by the disorders that could be listed in Diagnosis/Problem vs Family History. My thought was that AQL would essentially preclude this, as you search based on the archetypes which are distinct in this case. How would that carry over for analytics using a tool like Apache Superset?
@joostholslag was there supposed to be a link to a topic?
I think it is semantically safe to do like this, but also that mixing âfh of disorderâ and âdisorderâ concepts in a âFamily historyâ archetype would probably only complicate things. Since there are 580 âFamily history of clinical findingâ concepts (<< 416471007 |Family history of clinical finding (situation)|) and 120 295 âClinical findingâ concepts (<< 404684003 |Clinical finding (finding)|) in the current international SNOMED CT release and it would surprise me if there are any âFamily history of clinical findingâ concepts without a corresponding âClinical findingâ concepts, I would say that it would be easier to only use âClinical findingâ concepts in âFamily historyâ archetypes.
Technically I guess we could be actually asserting a family history of a âfh of disorderâ to use those concepts within a FHx archetype, which then potentially requires further processing
However, we will come across âFamily history of clinical findingâ concepts during integration and that requires a human intervention such as mapping. There is no simple, straighforward answer for all situations.
All (or at least close to all) âFamily history of clinical findingâ is modelled using the same pattern with a relationship of type |Associated finding| that points out the related âClinical findingâ concept for the âFamily history of clinical findingâ concept. (See an example with the concepts 160377001 |Family history: Asthma (situation)| and 195967001 |Asthma (disorder)| below.)
It is therefore possible to use a good terminology service to automatically âconvertâ from a âFamily history of clinical findingâ concept to a âClinical findingâ concept without manual mapping.
I certainly agree, and using the âAssociated findingâ relationship of any âfamily history of âŠâ terms encountered would probably make for better quality data. But it should still be valid (though a bit messy) to enter the âfamily history of âŠâ term into the âFamily historyâ archetype, in case thereâs no available terminology service, or the terminology used doesnât have this kind of relationship.