Skip to content
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

Open
smals-jy opened this issue Apr 16, 2024 · 4 comments

Comments

@smals-jy
Copy link
Contributor

Hello,

Currently, BEMedicationLine has this choice :
image

Which means that it is either effectivePeriod or effectiveDateTime as stated :
image

In BEModelMedicationLine, it seems that effectivePeriod is the way to go.

image

Can something be done in BEMedicationLine so that implementers know only effectivePeriod is going to be used ?

Thanks in advance

@costateixeira
Copy link
Contributor

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

@wernerdm
Copy link

wernerdm commented May 6, 2024

What's the intent to make this mandatory? Is this info not captured in MedicationAdministration?

@smals-jy
Copy link
Contributor Author

smals-jy commented May 6, 2024

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 effectivePeriod I was speaking about - which could be different of dosage information by design ) :
image

MedicationAdministration and MedicationStatement meets different purposes as you can see
image

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 ?

@smals-jy
Copy link
Contributor Author

smals-jy commented Oct 8, 2024

Looks like that the business document in #216 took into account this feedback 👍
This issue could live on until the change is made in BEMedicationLine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants