Пример #1
0
def do_sync():
    fhir = FHIR("http://polaris.i3l.gatech.edu:8080/gt-fhir-webapp/base")
    fhir.sync_with_fhir()
    return dict(title="Synced", message="JogRx was successfully synced with FHIR", year=datetime.now().year)