FHIR Chat · Computable doseNumbers · methodology

Stream: methodology

Topic: Computable doseNumbers


view this post on Zulip Josh Mandel (Dec 10 2020 at 16:08):

I just read through the discussion here after seeing FHIR-25277, and wanted to understand something, regarding the point that doseNumber isn't intended to be computable. I've been thinking plenty about COVID-19 vaccination records, and obviously it's important to know something like "did a person get both doses in a recommended sequence of two doses?" Is the idea that this should be done by scanning through the immunization history (and dates) to see if there are two present within a certain window, rather than using doseNumber directly for this purpose?

view this post on Zulip Craig Newman (Dec 10 2020 at 19:08):

Because immunization schedules may change over time (doses may be added or removed, spacing between doses may change, new products may be added, etc), what's typically done is that the patient's history is evaluated against a schedule on a "just in time" basis. That can be used to determine if the patient's history meets the current recommendations (ie. no more doses are recommended) or if a recommendation for more vaccine is made. The evaluation (conveyed via ImmunizationEvaluation) and forecast (conveyed via ImmunizationRecommendation) that come from this sort of evaluation are typically treated as ephemeral. Typically this sort of evaluation is pretty light weight and it's better to repeat the evaluation rather than rely one the results of one from the past (eg, last visit's evaluation or even last week's evaluation). Does that help?

view this post on Zulip Jose Costa Teixeira (Dec 10 2020 at 19:36):

I am looking at a COVID vaccination app and we are tring to get rid of all "verification" and "evaluation" steps (in the immunization itself).

  1. I think the dose numbers may be numbers or may be "1st reinforcement..". Those are not computable
  2. I think we should support computable dose numbers. We should evade from the paper-based process constraints

view this post on Zulip Josh Mandel (Dec 10 2020 at 20:03):

It helps, for sure @Craig Newman -- thanks. Bottom line is that when evaluating an immunization history, Immunization.doseNumber isn't a relevant input. That's surprising, but good to know.

view this post on Zulip Craig Newman (Dec 10 2020 at 20:08):

Immunization.doseNumber in particular is more about the provider's "intent". They may be intending to give the second dose of COVID vaccine but it may not be valid for a variety of reasons (too soon since the first dose or the other vaccine type (the two dose series has to be for the same vaccine manufacturer)). The .doseNumber for ImmunizationEvaluation should be more relevant.


Last updated: Apr 12 2022 at 19:14 UTC