-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from fhir-crucible/FI-2833-r5
FI-2833 Add R5 Support
- Loading branch information
Showing
304 changed files
with
2,018,116 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ tmp/ | |
.idea | ||
|
||
# ig-extraction | ||
lib/fhir_models/igs/packages | ||
lib/fhir_models/igs/package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
# require versions | ||
require_relative 'fhir_models/r4' | ||
require_relative 'fhir_models/r4b' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
lib/fhir_models/igs/hl7.fhir.r5.core/package_exclude/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# FHIR NPM Package Supplement Files | ||
|
||
The files in this directory will excluded from the hl7.fhir.<version>.core.tgz package. | ||
FHIR NPM Package may contains some files which are not to be processed, such as examples. | ||
Add files to the excluded list to prevent code generator from processing them. | ||
These files will not supersede the files in the IG. | ||
|
||
## excluded_files.json | ||
|
||
This file contains list of file names to be excluded from processing. |
2 changes: 2 additions & 0 deletions
2
lib/fhir_models/igs/hl7.fhir.r5.core/package_exclude/excluded_files.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ | ||
] |
9 changes: 9 additions & 0 deletions
9
lib/fhir_models/igs/hl7.fhir.r5.core/package_supplement/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# FHIR NPM Package Supplement Files | ||
|
||
The files in this directory will supplement files in the hl7.fhir.<version>.core.tgz package. | ||
Add files to this directory if you need to add information that may be missing from the package. | ||
These files will not supersede the files in the IG. | ||
|
||
## expansions.json | ||
|
||
This file contains ValueSet expansions which are used by code generator |
Oops, something went wrong.