Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manufactured Item Quantity and Package Item Quantity #11

Closed
costateixeira opened this issue Oct 5, 2022 · 2 comments
Closed

Manufactured Item Quantity and Package Item Quantity #11

costateixeira opened this issue Oct 5, 2022 · 2 comments

Comments

@costateixeira
Copy link
Contributor

No description provided.

@rlindstrm
Copy link
Collaborator

Let’s take a product. It’s a box containing 2 syringes, 0.6ml each. It looks like this:

image

It would be described as:

image

You can see full xml here (open it in debug mode in upper right corner).
Fsh file here.

In ISO standard:

image

In FHIR PackagedProductDefinition, we have containedItem, which is described as the number of items within this packaging (referring to units of presentation, rather than millilitres).

image

However, there is no place for the size of syringe in the ManufacturedItemDefinition, where it logically belongs.
It is also not clear in the spec how to define the size of a syringe/vial/tube etc in PackagedProductDefinition.

Proposal: either

  1. have the size of the manufactured item in ManufacturedItemDefinition; or
  2. Change the description of containedItem.amount so that it would include the size of the manufactured item.

@costateixeira costateixeira changed the title quantity and amount Manufactured Item Quantity and Package Item Quantity Oct 7, 2022
@gcangioli
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants