Skip to content

Commit

Permalink
issue #379 - move fhir-examples to fhir-r4 repo [ID = 23977d46c90452d…
Browse files Browse the repository at this point in the history
…00d8d90c86d0d4d103a671ae4]
  • Loading branch information
lmsurpre committed Aug 19, 2019
1 parent 93a91b1 commit 3b4007b
Show file tree
Hide file tree
Showing 6,913 changed files with 6,210,323 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
17 changes: 17 additions & 0 deletions fhir-examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Eclipse
.project
.settings/
.classpath

# Annotation processing
.apt_generated/
.apt_generated_tests/
.factorypath

# Mac OS X
.DS_Store

# Output folders
bin/
target/
test-output/
32 changes: 32 additions & 0 deletions fhir-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>fhir-examples</artifactId>

<parent>
<groupId>com.ibm.watsonhealth.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>99-SNAPSHOT</version>
<relativePath>../fhir-parent</relativePath>
</parent>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
4,338 changes: 4,338 additions & 0 deletions fhir-examples/src/main/resources/json/all.txt

Large diffs are not rendered by default.

1,428 changes: 1,428 additions & 0 deletions fhir-examples/src/main/resources/json/ibm.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 3b4007b

Please sign in to comment.