Stream: implementers
Topic: generating snapshots
Jose Costa Teixeira (Mar 13 2020 at 11:57):
How can I use the Java magic to generate a snapshot from a SD that has only a differential?
Jose Costa Teixeira (Mar 13 2020 at 12:11):
How can I use the Java magic to generate a snapshot given only a differential?
Grahame Grieve (Mar 13 2020 at 12:36):
you can use the validator to do that - there's a command - see command line doco in the code in org.hl7.fhir.validation.Validator
Jose Costa Teixeira (Mar 13 2020 at 13:21):
cool, thanks
Jose Costa Teixeira (Mar 13 2020 at 16:37):
java -jar org.hl7.fhir.validator.jar withoutsnapshots.xml -snaphot -output:withsnapshots.xml
should this work?
Last updated: Apr 12 2022 at 19:14 UTC