-
Notifications
You must be signed in to change notification settings - Fork 3
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
BEMedicationLine - make effectivePeriod mandatory like done in BEModelMedicationLine ? #191
Comments
I think there's some guidance that when only start date is known, a dateTime should be used instead (which I personally think is a complicated guidance). I will confirm and get back to this issue |
What's the intent to make this mandatory? Is this info not captured in MedicationAdministration? |
When moving to FHIR, it is important to respect existing requirements in KMEHR. For instance, in Vitalink PDF medication scheme, there is a requirement somewhere to have a period for each line of medication (the MedicationAdministration and MedicationStatement meets different purposes as you can see The example I have in mind : a healthcare somehow will give a given medication to a patient but doesn't create any MedicationAdministration records (multiple reason : s(he) doesn't know when it was taken, not a medication that requires external help, unbound treatment, ... ) so how do you know how long the medication should be taken ? |
Looks like that the business document in #216 took into account this feedback 👍 |
Hello,
Currently, BEMedicationLine has this choice :
Which means that it is either
effectivePeriod
oreffectiveDateTime
as stated :In BEModelMedicationLine, it seems that
effectivePeriod
is the way to go.Can something be done in BEMedicationLine so that implementers know only
effectivePeriod
is going to be used ?Thanks in advance
The text was updated successfully, but these errors were encountered: