Stream: implementers
Topic: FHIR test server ( r3) doesn't like comments
Eric Haas (Jul 11 2017 at 20:20):
FYI I get the validation error when POST xml instances to test.fhir.org/r3/
:
Operation Outcome for :Update Resource MedicationRequest/uscore-mo1 SeverityLocationDetailsDiagnosticsTypeerror/f:MedicationRequestText should not be present at line 2 col 1 structurewarning ...
for the following XMl fragment:
<?xml version="1.0" encoding="UTF-8"?> <MedicationRequest xmlns="http://hl7.org/fhir"> <!--example using medication codes-->
In other words the xml comments are causing an structural validation error.
Grahame Grieve (Jul 11 2017 at 20:48):
can you create an issue at https://github.com/grahamegrieve/fhirserver please
Last updated: Apr 12 2022 at 19:14 UTC