You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if one PUT a MedicationRequest without a GTIN specificied in the medicationCodeableConcept, the FHIR API returns a HTTP status of 200 with an empty body , althought the console shows there is an error. Is this intentional or a bug? Shouldn't the server return a 400?
If everything works, there will be a 201
The text was updated successfully, but these errors were encountered:
It depends, according to https://www.hl7.org/fhir/medicationrequest.html there is at least one medication identifier required. Did you at least provide one? Could you please add the error shown to this issue?
if one PUT a MedicationRequest without a GTIN specificied in the medicationCodeableConcept, the FHIR API returns a HTTP status of 200 with an empty body , althought the console shows there is an error. Is this intentional or a bug? Shouldn't the server return a 400?
If everything works, there will be a 201
The text was updated successfully, but these errors were encountered: