FHIR Chat · InventoryStatus · committers

Stream: committers

Topic: InventoryStatus


view this post on Zulip Jose Costa Teixeira (Sep 24 2020 at 12:07):

What would be the W5 for inventory report?

view this post on Zulip Jose Costa Teixeira (Sep 27 2020 at 12:03):

@Grahame Grieve any suggestion? Inventory Report is simply "we have X items of this code with this batch on this shelf" and eventually "since yesterday, we have 2 less of these in the ward"

view this post on Zulip Jose Costa Teixeira (Sep 27 2020 at 12:03):

Sorry, I don't know how to figure it out

view this post on Zulip Gino Canessa (Sep 27 2020 at 17:43):

Without actually knowing what's in an inventory report:

  • who: whomever is taking inventory
  • what: 'items of this code'
  • when: date/time inventory was taken
  • where: 'on this shelf'
  • why: ... perhaps if there is any document/plan/etc. that details inventory procedures

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:27):

thanks, but my ignorance is a bit before that (i guess)

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:27):

what i need to know is how to form the w5 pattern that is associated with the resource itself.

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:28):

for example, ObservationDefinition has a w5 = clinical.diagnostics

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:28):

supplyrequest has "workflow.order"

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:29):

and I do not know how to construct that for inventoryerport

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:39):

..and I'm blocked because I get a A resource must have a W5 category error

view this post on Zulip Gino Canessa (Sep 29 2020 at 18:39):

Got it. Looking at the examples, I'm a little confused as well. I would have assumed that ObservationDefinition should have a w5 of clinical.requests, since that is the grouping that is used in Workflow Resources.

view this post on Zulip Gino Canessa (Sep 29 2020 at 18:40):

Ahh, think I found it

view this post on Zulip Gino Canessa (Sep 29 2020 at 18:40):

In .../source/w5.ini each of these are defined.

view this post on Zulip Gino Canessa (Sep 29 2020 at 18:40):

In the case of workflow, the listed subclasses are encounter, scheduling, and order.

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:42):

thanks.

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:42):

so inventoryReport would be administrative, i guess

view this post on Zulip Gino Canessa (Sep 29 2020 at 18:43):

That would probably be a good fit. Though it may need a new subclass, as the ones under administrative don't feel great to me.

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:43):

perhaps we should add a class for "operational" / "logistics", about supply and inventory

view this post on Zulip Jose Costa Teixeira (Sep 29 2020 at 18:44):

(arguably, also schedule would fit in there?)

view this post on Zulip Gino Canessa (Sep 29 2020 at 18:44):

Tricky.... because how do SupplyRequest and SupplyDelivery relate.

view this post on Zulip Gino Canessa (Sep 29 2020 at 18:46):

I can actually see something like either administrative.logistics or a new top level logistics working well. Then, links to the supply request/delivery make sense (as tasks associated with those states).


Last updated: Apr 12 2022 at 19:14 UTC