FHIR Chat · serial number extension · implementers

Stream: implementers

Topic: serial number extension


view this post on Zulip Richard Townley-O'Neill (Mar 04 2021 at 06:04):

Is there a common extension for serial number? I haven't found one.
We want to record vaccine vial serial number in Immunization (for covid of course), as well as lot number.
It seems that a lot of places will define similar extensions.
Could this be an R5 extension?

view this post on Zulip Lloyd McKenzie (Mar 04 2021 at 06:07):

It would go in Medication.identifier. You just probably wouldn't know the 'system'.

view this post on Zulip Richard Townley-O'Neill (Mar 04 2021 at 06:10):

Immunization identifies the vaccine with Immunization.code (CodeableConcept), so it has no way to say which instance of Medication describes what is administered.

view this post on Zulip Richard Townley-O'Neill (Mar 04 2021 at 06:11):

It seems that systems do not treat immunisation as a variation of administering a medication.

view this post on Zulip Richard Townley-O'Neill (Mar 04 2021 at 06:12):

Maybe an extension to point to the medication? But lot and expiry date are already in Immunization.

view this post on Zulip Richard Townley-O'Neill (Mar 04 2021 at 06:12):

So Immunization contains what is wanted from Medication, without referring to that resource.

view this post on Zulip Lloyd McKenzie (Mar 04 2021 at 14:11):

@Craig Newman

view this post on Zulip Craig Newman (Mar 04 2021 at 17:06):

I haven't previously heard about a need to store a vaccine dose serial number (presumably this is one layer more granular than the lot number (eg a vial number)). Jose has been advocating for either making Immunization.code a CodeableReference to allow a pointer to Medication or creating a new element for such a reference. We had decided on one of the FHIR Workflow calls (I think that was the forum anyway) that this wasn't needed, but maybe we need to revisit that decision.

view this post on Zulip Richard Townley-O'Neill (Mar 04 2021 at 23:52):

The serial number is a vial serial number, not a dose serial number. In Australia Pfizer and AstraZeneca vaccines are in multi-dose vials.

view this post on Zulip Richard Townley-O'Neill (Mar 04 2021 at 23:53):

We expect to use an AU Base extension as we need this quite soon.

view this post on Zulip Jose Costa Teixeira (Mar 05 2021 at 00:00):

The Belgian vaccine profile supports all that.

view this post on Zulip Jose Costa Teixeira (Mar 05 2021 at 00:00):

We have a AdministeredProduct with a reference to Medication, where we can keep the serial number

view this post on Zulip Jose Costa Teixeira (Mar 05 2021 at 00:00):

http://build.fhir.org/ig/hl7-be/riziv-inami/StructureDefinition-be-vaccination.html

view this post on Zulip Richard Townley-O'Neill (Mar 05 2021 at 01:39):

Do you do discourage using lotNumber and expirationDate in Medication as they are must support in Immunization?

view this post on Zulip Richard Townley-O'Neill (Mar 05 2021 at 03:42):

Do you use Medication.identifier.type to indicate that the serial number is a vial identifier?


Last updated: Apr 12 2022 at 19:14 UTC