hapi-fhir-cli

Command-line interface for HAPI FHIR library operations

brewmacoslinux
Try with needOr install directly
Source

About

Command-line interface for the HAPI FHIR library

Commands

hapi-fhir-cli

Examples

Validate a FHIR resource against a profile$ hapi-fhir-cli validate -i patient.json -p http://hl7.org/fhir/StructureDefinition/Patient
Upload a FHIR bundle to a server$ hapi-fhir-cli upload -t http://localhost:8080/fhir -s bundle.json
Download a FHIR resource from a server$ hapi-fhir-cli download -t http://localhost:8080/fhir -r Patient/123