-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TreamentProgramRessource? #219
Comments
A Treatment Program is not a pre-defined entity (for instance "available treatment programs") but instead is a way of defining a set of treatment events for an animal and relating them to the diagnoses that the treatments are addressing. This is used where farmers or vets specify a number of treatments and total dose (for instance), rather than recording the discrete treatment events. In the example URL scheme, |
We are using something we called TreatmentProgramTemplates in which somebody can define standard treatment programs. Somebody can then use such a template to define a program. Is it something like that you want to define? |
Yes, but not a template, it´ s more predefined treamentsprogram for the common diagnoses at the location. In our system the vets will describe a treamentprogram or plan for the most common diagnoses at the location. When the farmer start a treatment he select the program/plan and recieve the predefined medications and dosis and the number of retreaments. Then he base his treamentsregistrations on the program/plan. |
yes, but that is what I mean by a template - from this template a plan is derived. when deriving you can take the information from the template (like which treatments, medicines, doses, ...) and use it in a treatment program for an animal. |
Ok, I understand you. TreatmentProgramTemplates could include "Treament"(icarTreatmentEventResource) and "Diagnosis"(icarDiagnosisType). "Courses" could also be used if it could be expanded with "numberoftreaments", "days(orPeriod)betweentreaments" |
I agree, it would make sense to add to icarMedicineCourseSummary:
|
Discussed whether treatmentInterval should support hours or part-weeks. We should be explicit about the units used (Hours?). |
I have a PR to submit that should resolve this. |
Added numberOfTreatments and treatmentInterval to icarMedicineCourseSummaryType Resolves adewg#219
Hi,
When we are looking at TreatmentProgramEventResource.
As I understand, is the ressources to create a treament on animal, based on a program. I can´t find a ressource to get the available TreamentPrograms on a location? How to do this?
The text was updated successfully, but these errors were encountered: