Stream: implementers
Topic: TreatmentInstruction
Ardon Toonstra (Jun 07 2017 at 08:52):
We are trying to model a treatment instruction. A treatment instruction includes an agreed constraint in the treatment based on the oral or written living will of the patient. In this model, https://zibs.nl/wiki/BehandelAanwijzing(EN) , our use case describes three concepts which are currently hard to place inside the Consent resource. (The Consent resource seems the most suitable resource for this, isn’t it? We know that the Advance Care Directive are not modelled completely)
The three concepts:
Treatment – the medical procedure (Coding / CodeableConcept)
TreatmentPermitted contains a valueset with three values: Yes, Yes but and No. (Coding / CodeableConcept)
Constraints – mandatory if value for TreatmentPermitted = yes but. (String)
We thought of using .action for the treatment although it is not a perfect match. And the .exept something for the Constraints. Any thoughts on this modelling use-case are much appreciated!
Lloyd McKenzie (Jun 07 2017 at 16:37):
@David Pyke ?
David Pyke (Jun 07 2017 at 16:40):
We're currently modelling the treatment consent using the event workflow model but we're very early in the process. If you could put in a CV against the consent resource in gForge, we can look at this soon and see what we can do to help with your use case. We're currently reworking the resource so this is a great time to make adjustments.
Last updated: Apr 12 2022 at 19:14 UTC