hsolbrig / fhir_loader

Tool for loading FHIR data records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHIR Loader

Simple python tools for managing data in a FHIR repository

Pyversions

PyPi

Revision history

  • 0.0.1 - Initial commit -- handles PUT and not much else

Usage

Command line

usage: fhir_loader [-h] [-f {json,xml,ttl}] [-r] server files [files ...]

positional arguments:
  server                URL of FHIR server
  files                 URL(s), file(s) and/or directory(s) to load

optional arguments:
  -h, --help            show this help message and exit
  -f {json,xml,ttl}, --format {json,xml,ttl}
                        File format. Used as directory suffix filter. If not
                        specified, the format is determined from the suffix or
                        file content
  -r, --recursive       True means recursively descend directory. Only
                        applicable if file is a directory

** Example **

Transfer the glucose observation from the HL7 FHIR Server to a local HAPI server

fhir_loader http://35.174.101.217:88 http://hl7.org/fhir/observation-example-f001-glucose.xml

Upload the contents of a local directory of resources:

About

Tool for loading FHIR data records

License:Apache License 2.0


Languages

Language:Python 100.0%