-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dosages: clarify use of text and patientInstruction #215
Comments
Telco: clarify 15.3 additionalInstruction would stay optional |
23.03.2023: PJ/QL/MZ
Procedere: make a proposal for the different types and lets have a look again. try without text element. |
ziegm
added a commit
that referenced
this issue
Apr 4, 2023
Updates:
|
Seems good to me, thanks! |
06.04.2023 PJ/QL/OE/MZ: |
ziegm
added a commit
that referenced
this issue
Apr 6, 2023
clarify Dosage.patientInstruction (#215)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should clarify the use of
text
andpatientInstruction
, as discussed in the last telco, and in light of #214.additionalInstruction
could also be improved at the same time.My proposition would be the following:
text
may (shall?) contain the narrative representation of what is provided in structured form;patientInstruction
shall contain additional information that is not provided in structured form;patientInstruction
to present the information, and may optionally display thetext
for safety reasons.text
andpatientInstruction
fields.OnadditionalInstruction
: I suggest making.text
required insideadditionalInstruction
. Weak implementations could add all descriptions to the displayed narrative, strong implementations could either try to understand the coding or fallback to the description too. The content ofadditionalInstruction.text
should not be duplicated totext
orpatientInstruction
.What do you think about this?
The text was updated successfully, but these errors were encountered: