Stream: implementers
Topic: COVID Immunization
Jose Costa Teixeira (Oct 13 2020 at 09:07):
A few discussions into the topic, and we (Belgium) see a previous issue appearing:
- We have an extension for AdministeredProduct, where we store the actual administered product (i.e. which brand name, which serial number). This is really not just a coding translation. It's a different set of information.
Jose Costa Teixeira (Oct 13 2020 at 09:09):
@Craig Newman I mentioned this before - for "simple" vaccination registers, I can understand we just want the code of the vaccine + lot; for COVID, especially this being a cross-border issue, I think this gap in Immunization is relevant. How do you see it?
Jose Costa Teixeira (Oct 13 2020 at 09:10):
We have cross-border supply, and also cross-border case follow up, like patient gets a vaccine in country 1, then must be followed in country 2
Craig Newman (Oct 13 2020 at 12:58):
I may have forgotten the details from when we discussed earlier this year, but what is there in Medication that isn't already in the Immunization resource? Lot Number, Expiration Date and Manufacturer are all available. Are you concerned about the potentially large number of different COVID vaccines under development that might need to be kept separate?
Jose Costa Teixeira (Oct 13 2020 at 13:47):
the discussion was about a clear(er) separation between the code of the vaccine (HPV, MMR) and the code of the product.
Jose Costa Teixeira (Oct 13 2020 at 13:49):
One important argument is that, indeed - a code for "COVID19 vaccine" doesn't mean much, since you will have many different types of vaccines
Jose Costa Teixeira (Oct 13 2020 at 13:49):
I hope we also need to add serial numbers there
Craig Newman (Oct 13 2020 at 14:47):
It depends on how granular the vaccine codes are. In some locations (warning US-bias coming up), the code is very granular (eg. the NDC) and can be used to populate Immunization.code. I don't know if that is the rule or the exception in other countries.
Craig Newman (Oct 13 2020 at 14:47):
Is serial number available in Medication? Do you know how a serial number varies from the lot number?
Jose Costa Teixeira (Oct 13 2020 at 15:48):
There is the serialization directive that mandates medications to have a serial number
Jose Costa Teixeira (Oct 13 2020 at 15:48):
Having a serial number is one of the supporting factors to check for a drug authenticity - which I fear is going to be a big problem for COVID vaccines
Jose Costa Teixeira (Oct 13 2020 at 15:49):
The lot number changes with every production batch. The serial number is different for each physical item on a shelf
Nathan Bunker (Oct 13 2020 at 17:23):
Sounds like the "serialization" might be similar to the NDC concept we use in the US? It identifies a specific product that has been approved for use in the country.
In our current model the immunization administered may be a generic indication of "Polio" or "COVID-19" or a specific indication of the actual product. The "National Drug Code" NDC indicates itself the manufacturer, the product, and sometimes even differentiates from packaging. In the US we would expect that the sender to indicate either/both the generic and specific drug code.
This is a bit different than the recommendation one where we have two different places, one to indicate the general concept of the vaccination being prevent and another to indicate the specific vaccine to give.
Jose Costa Teixeira (Oct 13 2020 at 17:47):
serialization is a EU initiative to put a serial number on each individual medication package
Jose Costa Teixeira (Oct 13 2020 at 17:49):
so, my covid vaccine cannot have the same serial number as your covid vaccine. if it does, we can be pretty sure that at least one of them is not legitimate
Craig Newman (Oct 13 2020 at 19:33):
Would the serial number than be an occurrence of Medication.identifier? Can Medication be used to identify a single instance of a medication (as opposed to an orderable class of medication)? In R5 it looks like there is a new AdministerableProductDefinition, but that seems to define a class of thing rather than an instance of something.
Lloyd McKenzie (Oct 13 2020 at 19:48):
Medication.identifier is indeed to identify a single instance - either an actual serial number on a vial - or even a capsule, or a numbered 'baggie' issued by a dispensing system.
Jose Costa Teixeira (Oct 13 2020 at 20:49):
AdministrableProductDefinition does not apply here,
Jose Costa Teixeira (Oct 13 2020 at 20:52):
but actually what you mention @Craig Newman is what we did: We added an extension called administeredProduct which is a reference to a Medication, where we do all the details we want.
Jose Costa Teixeira (Oct 13 2020 at 20:52):
(IIRC that was the addition we suggested to immunization)
Jean Duteau (Oct 13 2020 at 20:53):
Lloyd McKenzie said:
Medication.identifier is indeed to identify a single instance - either an actual serial number on a vial - or even a capsule, or a numbered 'baggie' issued by a dispensing system.
That is exactly why we added identifier to Medication. It didn't use to have an identifier but the serial number use case made us add it.
Russell Leftwich (Oct 14 2020 at 01:59):
@Craig Newman There are conceptual differences in Medication and Immunization. Most of the similarities end with manufacturer, lot, expiration. Immunizations are once (or a short series) and then track reactions for a long period. Medication may start stop, change lot, manufacturer.
Jose Costa Teixeira (Oct 14 2020 at 07:16):
The immunization resource does not track reactions for a long period.
Jose Costa Teixeira (Oct 14 2020 at 07:17):
In terms of product handling / description, a vaccine is just another medicinal product (and that is missing from the immunization)
Grahame Grieve (Oct 14 2020 at 07:43):
FYI, related interest to people reading this thread: https://www.who.int/groups/smart-yellow-card-working-group
Craig Newman (Oct 14 2020 at 12:21):
To avoid going off on a tangent here, I created a new thread to ask a questions about the scope of Medication. If you have a chance, please take a look at https://chat.fhir.org/#narrow/stream/179166-implementers/topic/Medication.20Resource.20Scope
Craig Newman (Oct 14 2020 at 12:27):
The Immunization resource is about the administration of a vaccine to a patient. The question is whether or not the vaccine itself should be described with a Medication resource. I'm still not clear what (other than the serial number) Medication provides that isn't already in Immunization. How does any additional information in Medication facilitate cross border supply? I agree that an immunization series for any COVID vaccine is likely to have to be the same product (vaccines won't be interchangeable in a multi-dose series for a given patient) but if the product code (Immunization.vaccine) is granular to a product, would that be sufficient?
Craig Newman (Oct 14 2020 at 12:28):
@Jose Costa Teixeira what vaccine code system is used in Europe? Is it SNOMED or is there a European set of codes equivalent to US CVX and NDC codes?
@Jean Duteau Canada uses SNOMED for vaccine right?
Jean Duteau (Oct 14 2020 at 15:15):
Yes, we do.
Jose Costa Teixeira (Oct 16 2020 at 06:59):
I expect Belgium will use SNOMED for the vaccine code, not for the product codes. I understand some other countries are going to do that too. But I don't know for the entire continent.
Last updated: Apr 12 2022 at 19:14 UTC