Added ZPM package
π» Contributors - Ikram Shah and Sowmiya Nagarajan.
πͺ Built with OpenAI, LangChain & Streamlit
π€ Ask question to any of your chosen FHIR API in natural language π€
Get OpenAI Key from OpenAI Platform
$ git clone https://github.com/ikram-shah/fhir-ai-and-openapi-chain.git
$ docker-compose up -d
./synthea-loader.sh 10
docker-compose exec iris iris session iris -U FHIRServer
FHIRSERVER>d ##class(fhirtemplate.Setup).LoadPatientData("/irisdev/app/output/fhir","FHIRSERVER","/fhir/r4")
pip install -r requirements.txt
streamlit run src/streamlit/src/main.py
fhir-ai-and-openapi-chain/
βββsrc
β βββ streamlit/ //streamlit code
β β βββ src/
β β β βββ main.py
β β β βββ ...
β βββ fhirtemplate/
β βββ setup.cls
β βββ ...
.
.
.
βββ requirements.txt //requirements for streamlit to run
βββ docker-compose.yml
βββ Dockerfile
βββ README.md
βββ https://github.com/ikram-shah/fhir-ai-and-openapi-chain/blob/master/LICENSE
Due to the limitations imposed by OpenAIβs token usage, if the reference data + prompt being sent to the OpenAI API exceeds the specified limit, an error may be encountered.
FHIR Postman collection by apievangelist
InterSystems IRIS FHIR Documentation
This project is licensed under the MIT License.
You can find the full text of the license in the https://github.com/ikram-shah/fhir-ai-and-openapi-chain/blob/master/LICENSE file.