Stream: conformance
Topic: download latest r5 package?
Jose Costa Teixeira (Oct 26 2020 at 08:14):
How can I get the latest r5 package int my user cache? Is there a command line or simple way to do it?
Jose Costa Teixeira (Oct 26 2020 at 08:24):
Nevermind. But if anyone has the same silly question, easiest is to get it directly from http://build.fhir.org/downloads.html
Oliver Egger (Oct 26 2020 at 10:20):
not a command directly, but you can "mis"use the java validator to do that:
java -jar validator_cli.jar somefile.xml -ig hl7.fhir.r5.core#currrent
Last updated: Apr 12 2022 at 19:14 UTC