Skip to content

Instantly share code, notes, and snippets.

@KevinMayfield
Created December 6, 2018 15:34
Show Gist options
  • Save KevinMayfield/0b86718826d31bb2b596103e298794d6 to your computer and use it in GitHub Desktop.
Save KevinMayfield/0b86718826d31bb2b596103e298794d6 to your computer and use it in GitHub Desktop.
Bundle bundle = new Bundle();
bundle.addEntry().setResource(doc);
bundle.addEntry().setResource(binary);
System.out.println(FhirContext.forDstu3().newJsonParser().setPrettyPrint(true).encodeResourceToString(bundle));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment