Migrating Data from a Legacy FHIR Resource Repository
Details about using legacy HL7® FHIR® technology (earlier than 2020.2), are in the legacy FHIR books that are available at InterSystems Legacy DocumentationOpens in a new tab.
For FHIR servers developed using InterSystems IRIS for Health 2019.4 or earlier, the data in the old Resource Repository must be migrated before using the new FHIR server architecture. To migrate your FHIR data:
-
In the Management Portal, switch to the namespace of your legacy FHIR server, and then create a STU3 endpoint.
-
Open the InterSystems Terminal and navigate to the namespace of your legacy FHIR server.
-
Run:
do ##class(HS.FHIRServer.ConsoleSetup).Migrate()
-
Select the STU3 endpoint and confirm the migration.