Skip to content

Commit a9538fe

Browse files
committed
📝 Ref: #126 migration guide is added.
1 parent 69b7506 commit a9538fe

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

HISTORY.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ History
77

88
New Feature
99

10-
- `FHIR version R5 <https://www.hl7.org/fhir/R5/resourcelist.html>`_ support has been added under root package.
10+
- Support for `FHIR version R5 <https://www.hl7.org/fhir/R5/resourcelist.html>`_ has been added under root package.
1111

1212

1313
Breaking
1414

15-
- All root resources (FHIR version R4B) are moved under sub-package ``R4B``
15+
- All root resources (FHIR version R4B) are moved under sub-package ``R4B``. Have a look at the migration guide.
1616

1717

1818
6.5.0 (2023-01-01)

README.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ FHIR® Version Info
5656

5757
FHIR® (Release R5, version 5.0.0) is available as default. Also previous versions are available as Python sub-package
5858
(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.
6060

6161
**Available Previous Versions**:
6262

@@ -700,6 +700,19 @@ 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``)
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+
703716
Migration (from later than ``6.X.X``)
704717
-------------------------------------
705718

0 commit comments

Comments
 (0)