Skip to content
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

Open
oliveregger opened this issue Jul 30, 2024 · 4 comments
Open

Supporting FML transforms between different FHIR versions #265

oliveregger opened this issue Jul 30, 2024 · 4 comments

Comments

@oliveregger
Copy link
Member

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

@oliveregger
Copy link
Member Author

oliveregger commented Jul 30, 2024

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.

@oliveregger
Copy link
Member Author

@oliveregger
Copy link
Member Author

brian works on fixing the maps in this branch: https://github.com/HL7/fhir-cross-version/tree/BP-structuremap-missed-props

oliveregger added a commit that referenced this issue Aug 21, 2024
oliveregger added a commit that referenced this issue Aug 21, 2024
oliveregger added a commit that referenced this issue Aug 21, 2024
oliveregger added a commit that referenced this issue Aug 21, 2024
oliveregger added a commit that referenced this issue Aug 27, 2024
oliveregger added a commit that referenced this issue Aug 27, 2024
oliveregger added a commit that referenced this issue Sep 10, 2024
oliveregger added a commit that referenced this issue Sep 10, 2024
oliveregger added a commit that referenced this issue Sep 10, 2024
oliveregger added a commit that referenced this issue Sep 10, 2024
oliveregger added a commit that referenced this issue Sep 10, 2024
@oliveregger
Copy link
Member Author

initial version, need to configure it in application.yaml with xVersion: true, added in version 3.9.0

oliveregger added a commit that referenced this issue Sep 13, 2024
oliveregger added a commit that referenced this issue Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant