Stream: committers
Topic: InventoryStatus
Jose Costa Teixeira (Sep 24 2020 at 12:07):
What would be the W5 for inventory report?
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"
Jose Costa Teixeira (Sep 27 2020 at 12:03):
Sorry, I don't know how to figure it out
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
Jose Costa Teixeira (Sep 29 2020 at 18:27):
thanks, but my ignorance is a bit before that (i guess)
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.
Jose Costa Teixeira (Sep 29 2020 at 18:28):
for example, ObservationDefinition has a w5 = clinical.diagnostics
Jose Costa Teixeira (Sep 29 2020 at 18:28):
supplyrequest has "workflow.order"
Jose Costa Teixeira (Sep 29 2020 at 18:29):
and I do not know how to construct that for inventoryerport
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
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.
Gino Canessa (Sep 29 2020 at 18:40):
Ahh, think I found it
Gino Canessa (Sep 29 2020 at 18:40):
In .../source/w5.ini
each of these are defined.
Gino Canessa (Sep 29 2020 at 18:40):
In the case of workflow
, the listed subclasses are encounter
, scheduling
, and order
.
Jose Costa Teixeira (Sep 29 2020 at 18:42):
thanks.
Jose Costa Teixeira (Sep 29 2020 at 18:42):
so inventoryReport would be administrative
, i guess
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.
Jose Costa Teixeira (Sep 29 2020 at 18:43):
perhaps we should add a class for "operational" / "logistics", about supply and inventory
Jose Costa Teixeira (Sep 29 2020 at 18:44):
(arguably, also schedule would fit in there?)
Gino Canessa (Sep 29 2020 at 18:44):
Tricky.... because how do SupplyRequest and SupplyDelivery relate.
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