@@ -56,7 +56,7 @@ FHIR® Version Info
56
56
57
57
FHIR® (Release R5, version 5.0.0) is available as default. Also previous versions are available as Python sub-package
58
58
(each release name string becomes sub-package name, i.e ``R4B `` ).
59
- From ``fhir.resources `` version 7.0.0; there no FHIR ``R4 `` instead of ``R4B `` is available as sub-package.
59
+ From ``fhir.resources `` version 7.0.0; there is no FHIR ``R4 `` instead of ``R4B `` is available as sub-package.
60
60
61
61
**Available Previous Versions **:
62
62
@@ -700,6 +700,19 @@ We suggest you to try make a plan to be upgraded to R4B. Here you could find rel
700
700
701
701
You could find full discussion here https://github.com/nazrulworld/fhir.resources/discussions/116
702
702
703
+ Migration (from ``6.X.X `` to ``7.0.0 ``)
704
+ ---------------------------------------
705
+
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,
708
+ read carefully the following documents.
709
+
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
714
+
715
+
703
716
Migration (from later than ``6.X.X ``)
704
717
-------------------------------------
705
718
0 commit comments