Skip to content

The IHE SDC Parser takes a static IHE SDC Form and Converts each question and answer into FHIR Observations

License

Notifications You must be signed in to change notification settings

dadmbc/IHE-SDC-FHIR-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IHE-SDC-FHIR-Parser

The IHE SDC Parser takes a static IHE SDC Form and Converts each question and answer pair into FHIR Observations The FHIR Implementation Guide can be found here: https://simplifier.net/sdconfhir

License

The sdcparser project is made avaible via the MIT License - https://opensource.org/licenses/MIT

Project Type

sdcparser is a maven project (https://maven.apache.org/). The pom.xml contains the project structure and dependencies. Maven will package this project as a WAR file that can be deployed on to any application server such as Apache Tomcat (http://tomcat.apache.org/)

Generating a WAR file

To generate a WAR file, execute the following on the command line:

C:\sdcparser>mvn package

The WAR file will be geenerated to the /target folder

Libraries used

About

The IHE SDC Parser takes a static IHE SDC Form and Converts each question and answer into FHIR Observations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%