-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Is it correct, that in the newer version the field for an additional dosage instruction is not used any more?
Old version:
"dosageInstruction": [
{
"text": "3x täglich",
"additionalInstruction": [
{
"text": "vor dem Essen"
}
]
}
New version:
"note": [
{
"text": "vor dem Essen"
}
],
Now the problem is a bit, that the stop reason is as well a note, hence it is technically not possible to reliably differentiate the two (one could use text parsing, however, this may not work all the time):
"note": [
{
"text": "Stop: Geändert durch Wiget Philipp"
},
{
"text": "vor dem Essen"
}
],
In addition, the additionalInstruction field feels more natural to use than the generice note.
Is there a possibility to revert this behaviour?
Metadata
Metadata
Assignees
Labels
No labels