Stream: implementers
Topic: hapi-fhir-base-5.0.2 JSON parser error
vladimir matryshov (Jul 29 2020 at 13:05):
Hello, I'm having a trouble in FHIR json parser issue.
Here is java code what I couldn't run:
log.debug(fhirContext.newJsonParser().setPrettyPrint(true)
.encodeResourceToString(patient));
I've attached the error log file and sample code file error.txt FhirPatientServiceImpl.java
Is there anyone who can help me?
Lloyd McKenzie (Jul 29 2020 at 14:18):
You might ask on the #hapi stream. (When you ask there, also indicate what errors you're getting.)
vladimir matryshov (Jul 29 2020 at 14:37):
Okay. thank you.
David Pyke (Jul 29 2020 at 14:39):
Better to ask in #hapi
Last updated: Apr 12 2022 at 19:14 UTC