Hey there,
as anyone ever used FHIR's validator? Im trying to make use of in order to get a correct body to which i can post to my localhost and hopefully add a new patient. but...
when i run this line (direct from FHIR's site):
i get:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/io/IOUtils
someone else mentioned that i need to download the file and put in my class path.
in the terminal i have put into the terminal:
to no avail.
Has anyone ever gotten this working? Can some one help me configure this? Do I need an IDE, am I not importing the jar correctly?
if anyone could share with me their xml or json of a correct post to localhost:9080/Patient -(trying to add a new patient) - that would be a lot easier :)