GithubHelp home page GithubHelp logo

isabella232 / fhir-translator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trifork/fhir-translator

0.0 0.0 0.0 76 KB

Executable jar that translates input FHIR resources using Google Cloud Translation

License: MIT License

Java 100.00%

fhir-translator's Introduction

FHIR Translator

Executable jar that translates input FHIR resources using Google Cloud Translation and outputs them in serialized form (xml files)

Currently Supports

  • DSTU3 and R4
  • CodeSystem (Concepts)
  • English (en) source language

CodeSystem Concept Translation

CodeSystem Concepts are translated by their display text by adding a designation element to the Concept containing

  • a language element containing the translation target_language
  • a value element containing the output of the translation.
  • a use element specifying the snomed code 900000000000013009 (Synonym)

Specifying CodeSystems to Translate

  • The input CodeSystems to translate is determined from the ValueSets specified in application.yaml.
  • Each ValueSet is looked up on http://tx.fhir.org and all CodeSystems that has concepts included in the ValueSet are selected for translation.

To Run

Requires Java 11 JRE and Google Cloud Translation API key (https://cloud.google.com/translate/)

  • Run mvn package to build the jar, or download the jar from releases
  • Run java -DGOOGLE_API_KEY=<your_key> -jar fhir-translator.jar --spring.config.location=your-application.yaml
    • Use --spring.config.location to provide your own values for application.yaml if needed

fhir-translator's People

Contributors

jkiddo avatar jvitrifork avatar ttntrifork avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.