Skip to content

Commit 27621c8

Browse files
committed
📝 readme updated, fix manifest as R4B/tests put in ignore list.
1 parent a9538fe commit 27621c8

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ ENV/
106106
# Others
107107
/pip-wheel-metadata
108108
/fhir-parser
109-
.python-version
109+
.DS_Store

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ graft fhir
22
prune fhir/resources/tests
33
prune fhir/resources/STU3/tests
44
prune fhir/resources/DSTU2/tests
5+
prune fhir/resources/R4B/tests
56
prune script
67
prune tests
78
prune .github
@@ -16,7 +17,7 @@ exclude tox.ini
1617
exclude Makefile
1718
exclude .editorconfig
1819
exclude .gitmodules
19-
exclude pyproject.toml .flake8 .isort.cfg appveyor.yml
20+
exclude pyproject.toml .flake8 .isort.cfg appveyor.yml .python-version
2021

2122
recursive-exclude * __pycache__
2223
recursive-exclude * *.py[co]

README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -700,17 +700,17 @@ We suggest you to try make a plan to be upgraded to R4B. Here you could find rel
700700

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

703-
Migration (from ``6.X.X`` to ``7.0.0``)
703+
Migration (from ``6.X.X`` to ``7.0.X``)
704704
---------------------------------------
705705

706-
First of all, you have to correct all imports path, if you wish to keep continue using FHIR release R4B as those resources
707-
are moved under sub-package named ``R4B``. So if you wish to use current ``R5`` release,
706+
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
707+
are moved under sub-package named ``R4B``. Then if you wish to use current ``R5`` release,
708708
read carefully the following documents.
709709

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

715715

716716
Migration (from later than ``6.X.X``)

0 commit comments

Comments
 (0)