Git Product home page Git Product logo

fhir-ru / fhir-ru Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hl7/fhir

11.0 8.0 5.0 674.89 MB

Mirrors the FHIR SVN repo (via git-svn)

Home Page: http://fhir-ru.github.io

License: Other

Shell 0.01% C# 0.23% CSS 0.11% Java 90.85% HTML 7.94% JavaScript 0.03% Objective-C 0.05% XSLT 0.57% Batchfile 0.01% Ruby 0.01% Perl 0.01% PHP 0.01% ANTLR 0.01% Dockerfile 0.01% ColdFusion 0.05% VBA 0.01% Classic ASP 0.01% Less 0.14%

fhir-ru's Introduction

Russian translation of FHIR

[Build Status

To run the FHIR Publisher

First ensure that ant 1.9+ is installed on your system.

  1. Run publish.bat (windows) or publish.sh (OSX/Linux)
  2. Wait for it to finish (~10 minutes)

See also: FHIR Build Process

Note: if you are offline and cannot fetch dependencies, pass the --offline flag to the publisher script. E.g. ./publish.sh --offline

To build and run the FHIR Publisher via ant

ant clean Publisher -Dargs="-name my-custom-build"

Command line parameters to publish.sh / publish.bat

  • -nogen: don't generate the spec, just run the validation. (to use this, manually fix things in the publication directory, and then migrate the changes back to source when done. this is a hack)

  • -noarchive: don't generate the archive. Don't use this if you're a core editor

  • -web: produce the HL7 ready publication form for final upload (only core editors)

  • -diff: the executable program to use if platform round-tripping doesn't produce identical content (default: c:\program files (x86)\WinMerge\WinMergeU.exe)

  • -name: the "name" to go in the title bar of each of the specification


To run Docker

sudo docker.io build -t fhir-svn .
sudo docker.io run --name=fhir-svn -d -p 11155:80 -t -i fhir-svn

Look at http://localhost:11155


Copyright HL7, Inc.

Open-source under BSD3 (License)[./LICENSE]

fhir-ru's People

Contributors

astechishin avatar brianalpermd avatar brianpos avatar brynrhodes avatar cnanjo avatar cooperthompson avatar csnewman88 avatar danil avatar davidpyke avatar evgeny-mozolev avatar grahamegrieve avatar healthedata1 avatar jawalonoski avatar jmandel avatar johnmoehrke avatar juliepevans avatar kennethmyhra avatar lmckenzi avatar maksym avatar niquola avatar patrick-werner avatar paulknapp avatar rettema avatar rhausam avatar riksmithies avatar semalexa avatar serzh avatar simoneonfhir avatar stas-ghost avatar vadi2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fhir-ru's Issues

resourcelist.html

Комментарии:
сами названия ресурсов-ссылок не надо переводить, а служебную информацию и заголовки переводить

Changes since 2014-07-01

commit 9a149e77846359a168c879a5ffb851f2d4b3fb58
Merge: 6926cc7 6541b19
Author: niquola <[email protected]>
Date:   Thu Jul 10 13:15:31 2014 +0400

    Merge branch 'master' of https://github.com/hl7-fhir/fhir-svn

commit 6541b194e303ab7ccbde49d756eaa4d43c9e27a7
Author: lloyd_mckenzie <lloyd_mckenzie@2f0db536-2c49-4257-a3fa-e771ed206c19>
Date:   Tue Jul 8 03:02:02 2014 +0000

    Fixed links

    git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@2618 2f0db536-2c49-4257-a3fa-e771ed206c19

 source/sdc.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 4dd11120e76894cee76e62c9f22c6f62da110715
Author: lloyd_mckenzie <lloyd_mckenzie@2f0db536-2c49-4257-a3fa-e771ed206c19>
Date:   Tue Jul 8 00:58:59 2014 +0000

    Revamped SDC implementation guide

    git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@2617 2f0db536-2c49-4257-a3fa-e771ed206c19

 source/conformance/conformance-sdc-de-manager.xml  |  236 +++++
 .../conformance/conformance-sdc-form-designer.xml  |  143 +++
 source/conformance/conformance-sdc-form-filler.xml |  120 +++
 .../conformance/conformance-sdc-form-manager.xml   |  211 ++++
 .../conformance/conformance-sdc-form-receiver.xml  |   90 ++
 source/conformance/conformance-spreadsheet.xml     |   64 +-
 .../dataelement-11179-profile-spreadsheet.xml      |  107 +-
 .../dataelement-sdc-profile-spreadsheet.xml        | 1022 +++++++++++---------
 source/dataelement/dataelement-spreadsheet.xml     |   13 +-
 .../questionnaire-extensions-spreadsheet.xml       |   59 +-
 .../questionnaire-sdc-profile-spreadsheet.xml      |  220 +++--
 .../valueset-questionnaire-text-type.xml           |    4 +-
 .../questionnaireanswers-spreadsheet.xml           |  167 ++--
 source/sdc-intro.html                              |  103 +-
 source/sdc-security.html                           |   49 +
 source/sdc-usecase.html                            |   25 -
 source/sdc.html                                    |   27 +-
 .../valueset/valueset-extensions-spreadsheet.xml   |   83 +-
 18 files changed, 2030 insertions(+), 713 deletions(-)

commit 726766ced8c782ec32bb7556f4120d389bb048fd
Author: grahameg <grahameg@2f0db536-2c49-4257-a3fa-e771ed206c19>
Date:   Mon Jul 7 04:08:46 2014 +0000

    update Profile UML diagram, generate questionnaires, and add another IHC profile

    git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@2612 2f0db536-2c49-4257-a3fa-e771ed206c19

 source/observation/observation-spreadsheet.xml | 18 ++++++++----
 source/profile/profile-spreadsheet.xml         | 40 +++++++++++++-------------
 2 files changed, 33 insertions(+), 25 deletions(-)

commit 84aca690575595f3c271bcff996987dc5f26d863
Author: grahameg <grahameg@2f0db536-2c49-4257-a3fa-e771ed206c19>
Date:   Sun Jul 6 17:43:05 2014 +0000

    Further improvements to profile rendering

    git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@2611 2f0db536-2c49-4257-a3fa-e771ed206c19

 source/index.html                         |  2 +-
 source/template-profile-definitions.html  | 36 ++++++-------------------------
 source/template-profile-example-json.html | 25 +++++++++++++++++++++
 source/template-profile-example-xml.html  | 24 +++++++++++++++++++++
 source/template-profile-mappings.html     | 36 ++++++-------------------------
 5 files changed, 62 insertions(+), 61 deletions(-)

commit fbc144b2d623362481a1d264acf2d43099a1fcc7

commit b4ed882874d521f524d7f074378a6d312e47aaeb
Author: emhaas <emhaas@2f0db536-2c49-4257-a3fa-e771ed206c19>
Date:   Sun Jul 6 01:28:05 2014 +0000

    UCUM code typo g/dl to g/dL

    git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@2609 2f0db536-2c49-4257-a3fa-e771ed206c19

 source/observation/observation-example-f002-excess.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 1bdb3499c97f149af4df9600163985316a39c271
Author: emhaas <emhaas@2f0db536-2c49-4257-a3fa-e771ed206c19>
Date:   Sun Jul 6 01:27:16 2014 +0000

    UCUM code typo  g/dl to g/dL

    git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@2608 2f0db536-2c49-4257-a3fa-e771ed206c19

 source/observation/observation-example-f005-hemoglobin.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9467e69886d5145328a155a54414392501a66912
Author: grahameg <grahameg@2f0db536-2c49-4257-a3fa-e771ed206c19>
Date:   Wed Jul 2 09:04:52 2014 +0000

    improve profile display & snapshot generation

    git-svn-id: http://gforge.hl7.org/svn/fhir/trunk/build@2607 2f0db536-2c49-4257-a3fa-e771ed206c19

 ...c-PotassiumSCncPtSerPlasBldQnLabObs-profile.xml |  99 ++++
 source/observation/ihc-standardlabobs-profile.xml  | 608 +++++++++++++++++++++
 .../ihc-standardlabobsquantitative-profile.xml     | 156 ++++++
 source/observation/observation-spreadsheet.xml     |  29 +-
 source/profile/profile-spreadsheet.xml             |  18 +-
 source/template-profile-constraint.html            |   3 +
 6 files changed, 897 insertions(+), 16 deletions(-)

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.