Torinox is a command line tool for fhir. You get a whole range of small utilities at your
disposal with just typing fhir
in the command line.
You can read more about it here.
Make sure dotnet core 2.1 SDK is installed.
fhir -h
for help
fhir -h
for help
> fhir server add vonk https://vonk.fire.ly
> fhir read vonk AllergyIntolerance/c396d692-74f4-46d1-90a2-41ac056f2ad2
> fhir save allergy1.json
Resource from top of stack saved as allergy1.json
> fhir search vonk Observation _count=20
20 resources where pushed on the stack
> fhir bundle
Pushed bundle on the stack
> fhir resolve http://hl7.org/fhir/StructureDefinition/Patient
Resource found in Simplifier. Pushed on the stack.