Stream: implementers
Topic: Planned care
Alexander Henket (Feb 13 2019 at 11:00):
Suppose you are a nurse and are planning activities like:
- Administering medication
- Scheduling an encounter
- Attaching an infusion pump
- Giving vaccination/immunization
etc.
How would you go about? In V3 speak you're putting things on your todo list in "intent" mood. What's the equivalent in FHIR? For reference: this is the functional model of what I'm trying to do: https://zibs.nl/wiki/PlannedCareActivityForTransfer-v3.1(2017EN)#Information_Model
Suppose "Administering medication": none of the statuses on MedicationAdministration.status seem to apply.
Suppose "Scheduling an encounter": we chose Appointment with status "proposed", but that is not true in todo phase. You are only 'planning' to schedule it: it has not been scheduled yet.
So maybe we got this all wrong and in fact every todo list item is an Observation?
Lloyd McKenzie (Feb 13 2019 at 16:09):
Todo stuff is captured using the various Request resources (look at http://build.fhir.org/workflow.html#list). If you're doing an integrated plan, it would be CarePlan. If you're capturing the details of a planned immunization or medication, it would be MedicationRequest. Scheduling an encounter would be AppointmentRequest, etc. All would have an intent of "planned"
Jose Costa Teixeira (Mar 13 2019 at 01:56):
definitely every to do item is not an Observation.
Last updated: Apr 12 2022 at 19:14 UTC