Skip to content

Question on dosage additional instruction #18

@phwiget

Description

@phwiget

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions