© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
Combining FHIR medical information to obtain AI medical reports
Retrieve the corresponding patient’s past medical records from the fhir resource using their name and SSN, and combine the case information with AI to generate a report to remind the patient.
Docker Store the code in/opt/FhirReportGeneration Execute docker compose up - d
Set the address, model, and key of the large oracle model that needs to be called for BO
Visit as shown in the picture http://ip:52773/csp/FhirReportGeneration/getReport?Name=Bob&identifier=456 -78-9012 (name and identifier can be replaced with other data)