Skip to content

Commit

Permalink
📝 readme updated, fix manifest as R4B/tests put in ignore list.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazrulworld committed Apr 8, 2023
1 parent a9538fe commit 27621c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ ENV/
# Others
/pip-wheel-metadata
/fhir-parser
.python-version
.DS_Store
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ graft fhir
prune fhir/resources/tests
prune fhir/resources/STU3/tests
prune fhir/resources/DSTU2/tests
prune fhir/resources/R4B/tests
prune script
prune tests
prune .github
Expand All @@ -16,7 +17,7 @@ exclude tox.ini
exclude Makefile
exclude .editorconfig
exclude .gitmodules
exclude pyproject.toml .flake8 .isort.cfg appveyor.yml
exclude pyproject.toml .flake8 .isort.cfg appveyor.yml .python-version

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -700,17 +700,17 @@ We suggest you to try make a plan to be upgraded to R4B. Here you could find rel

You could find full discussion here https://github.com/nazrulworld/fhir.resources/discussions/116

Migration (from ``6.X.X`` to ``7.0.0``)
Migration (from ``6.X.X`` to ``7.0.X``)
---------------------------------------

First of all, you have to correct all imports path, if you wish to keep continue using FHIR release R4B as those resources
are moved under sub-package named ``R4B``. So if you wish to use current ``R5`` release,
First of all, you have to correct all imports path, if you wish to keep continue using FHIR release R4B or R4, as those resources
are moved under sub-package named ``R4B``. Then if you wish to use current ``R5`` release,
read carefully the following documents.

1. See the full changes history -> https://build.fhir.org/history.html
2. See complete lists of differences between R5 and R4B -> https://hl7.org/fhir/R5/diff.html
3. If you are planning to migrate direct from the release ``R4``,
then it is important to look at the differences between R4B and R4 here -> https://hl7.org/fhir/R4B/diff.html
1. See the full changes history -> https://build.fhir.org/history.html
2. See complete lists of differences between R5 and R4B -> https://hl7.org/fhir/R5/diff.html
3. If you are planning to migrate direct from the release ``R4``,
then it is important to look at the differences between R4B and R4 here -> https://hl7.org/fhir/R4B/diff.html


Migration (from later than ``6.X.X``)
Expand Down

0 comments on commit 27621c8

Please sign in to comment.