FHIR Chat · FHIR validation · social

Stream: social

Topic: FHIR validation


view this post on Zulip Mitul Adhia (Jun 19 2017 at 10:21):

Hello ,

Currently i am trying validator.zip to validate against the profile which i have publish on my web server(tomcat local server). Also in resource i have changed the meta profile to the web server url but it is not validating the resouce against the said profile ..

java -jar validator/org.hl7.fhir.validator.jar patient.xml -profile http://localhost:8888/WebApplication1/patient_profile.xml

It returns error
FAILURE validating patient.xml: error:1 warn:1 info:0
Error @ Patient (line 1, col76) : StructureDefinition reference "http://localhost:8888/WebApplication1/patient_profile.xml" could not be resolved
Warning @ Patient.meta.profile[0] (line 1, col76) : StructureDefinition reference "http://localhost:8888/WebApplication1/patient_profile.xml" could not be resolved

view this post on Zulip Lloyd McKenzie (Jun 19 2017 at 14:45):

And if you put the same URL into a browser, what happens?


Last updated: Apr 12 2022 at 19:14 UTC