BLC
BLC

Reputation: 23

How to schedule individual MedicationRequest Administrations?

I am looking to find the best/recommended way to implement the MedicationRequest/MedicationAdministration workflow. Possiblities that I have explored are:

  1. Using the MedicationRequest by itself, and at runtime, determine when the dosages should occur and if they fall withing the boundaries of the current shift, or
  2. Using Tasks to create a limited amount of upcoming dosage Tasks, or
  3. Using MedicationRequests resources based on the original MedicationRequest to indicate each separate dosage

Pros of option 1:

Cons of option 1:

Pros of option 2:

Cons of option 2:

Pros of option 3:

Cons of option 3:

Any advice about the methods used by other implementations would be greatly appreciated.

Upvotes: 2

Views: 126

Answers (1)

Lloyd McKenzie
Lloyd McKenzie

Reputation: 6793

The general design expectation is that you would creaste "instance" orders for each administration.

Upvotes: 1

Related Questions