Parsing FHIR Bundles In Java using JSON -
i not able parse incoming bundle request (json) java data objcets. seems parser not recognize "resourcetype": "bundle"
. parser fails on if (json.has("feed"))
statement of jsonparserbase
. have tried using "resourcetype": "feed"
no luck.
java implementation not gives concrete parser whereas available .net version. application java based , not able recognize incoming bundle request. using org.hl7.fhir.instance.formats.jsonparser
's parsegeneral()
method.
are there third party parsers available or missing thing?
this bug in java parser fixed few hours before asked question. can latest fixed parser fhir gforge (see http://wiki.hl7.org/index.php?title=fhir_build_process access), , working on new releases (at http://hl7.org/fhir , through maven).
not sure means: "java implementation not gives concrete parser whereas available .net version". think java parser concrete. in case, wrong.
Comments
Post a Comment