Work flow resources
- Lloyd Mckenzie
-
- Offline
- Posts: 132
3 years 2 weeks ago #7637
by Lloyd Mckenzie
Replied by Lloyd Mckenzie on topic Work flow resources
I think the request is to link to the 'dispense' of a particular prescription as establishing the 'timing' for an Observation. I don't think the ability to capture that sort of linkage as a 'discrete' data element is something widely supported by community dispensing systems, nor EHR order entry systems. You certainly *could* define an extension for it. However, from a practical perspective, I'd put a comment in the dispensing notes and/or in the code.text for the ServiceRequest. Those elements are widely supported and are probably 'good enough' to achieve your objective.
Please Log in or Create an account to join the conversation.
- Dean Matthews
-
- Offline
- Posts: 78
3 years 2 weeks ago #7636
by Dean Matthews
Replied by Dean Matthews on topic Work flow resources
Within the carePlan is a Reference which can be a reference to a medicationRequest. There is also a product[x] which can reference a Medication.
The serviceRequest has a basedOn which can reference a MedicationRequest.
The serviceRequest has a basedOn which can reference a MedicationRequest.
Please Log in or Create an account to join the conversation.
- Dennis Brox
-
Topic Author
- Offline
- Posts: 7
3 years 2 weeks ago #7634
by Dennis Brox
Replied by Dennis Brox on topic Work flow resources
This is in a prescription situation and the ideal servicerequest time is when a script for a particular medication is dispensed. I can't see where a medication can be obviously specified so, if there isn't a place where FHIR has that option, I assume I have to make up how to specify that?
Please Log in or Create an account to join the conversation.
- Dennis Brox
-
Topic Author
- Offline
- Posts: 7
3 years 2 weeks ago #7633
by Dennis Brox
Replied by Dennis Brox on topic Work flow resources
Many thanks. There are a number of different circumstances I've got to handle and I couldn't see the trees for the forest, but you've outlined how I might approach any of them now.
Please Log in or Create an account to join the conversation.
- Lloyd Mckenzie
-
- Offline
- Posts: 132
3 years 2 weeks ago #7632
by Lloyd Mckenzie
Replied by Lloyd Mckenzie on topic Work flow resources
Typically you'd have a CarePlan that would say something like "Test every month to monitor progress". If you're needing someone else to do the testing, you could create either a ServiceRequest (could be one that specifies the repeat pattern) or a set of Tasks (one for each occurrence) to trigger that occurring
Please Log in or Create an account to join the conversation.
- Dennis Brox
-
Topic Author
- Offline
- Posts: 7
3 years 2 weeks ago #7629
by Dennis Brox
Work flow resources was created by Dennis Brox
I am linking Observations to Goals but am not clear what the best workflow resources to use are. If a Goal gets created, lasts for 3 months but needs attention every month and at the end, Should this be monitored by a Task or a Careplan. There is clearly both a request and event component in the process.
Please Log in or Create an account to join the conversation.