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

Question on dosage additional instruction #18

Open
phwiget opened this issue Feb 2, 2018 · 2 comments
Open

Question on dosage additional instruction #18

phwiget opened this issue Feb 2, 2018 · 2 comments
Assignees

Comments

@phwiget
Copy link

phwiget commented Feb 2, 2018

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?

@col-panic
Copy link
Member

Thomas, could you please feedback on this?

@col-panic
Copy link
Member

I don't know about the changes between fhir 2 and 3. But we use version 3, so please use the parameters as described in https://www.hl7.org/fhir/medicationrequest.html

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

No branches or pull requests

3 participants