-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting FML transforms between different FHIR versions #265
Comments
the above cross version package includes maps for the different releases, but can't find the references concept maps inside (correction: the concept maps are in the codes folder: e.g.: https://github.com/HL7/fhir-cross-version/blob/main/input/codes/ConceptMap-Age-4bto4.json, however they are not listed in the artifact page) the validator currently uses another package https://simplifier.net/packages/hl7.fhir.xver.r4/1.2.0/~files where the StructureDefintions are directly provided with the version inside e.g. /4.0. but the version r5 is not included there. also maps for r4 to r5 are not included. |
see also gino's documentation for xver: |
brian works on fixing the maps in this branch: https://github.com/HL7/fhir-cross-version/tree/BP-structuremap-missed-props |
initial version, need to configure it in application.yaml with xVersion: true, added in version 3.9.0 |
We would like to support conversion between different FHIR versions.
see also zulip thread here
e.g. convert between R4 and R5 (or to future R6)
see also writeup from brian here: https://hackmd.io/I_li7rJwTGCehzmtQ0xSMw
HL7 provides the FHIR Cross-Version Mapping Pack as an IG: https://build.fhir.org/ig/HL7/fhir-cross-version/artifacts.html
The approach to follow is here:
https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/conversion/tests/R3R4ConversionTests.java#L300
The text was updated successfully, but these errors were encountered: