Skip to main content
Glama
Making-synthetic-fhir-data.md•1.24 kB
# Creating Synthetic FHIR data You can create synthetic FHIR data using [Synthea](https://synthetichealth.github.io/synthea/#home), this is a standard way to create genuine looking data without having to worry about any protecting any personal information. To make this very simple, the InterSystems Developer have put this into a docker container so it can be easily run from anywhere with docker. Just run: docker run --rm -v $PWD/output:/output --name synthea-docker intersystemsdc/irisdemo-base-synthea:version-1.3.4 -p 100 where the -p flag denotes the number of synthetic patients to generate - in this case 100. The --rm flag tells docker to remove the container once its run, so this can be used as a standalone command. The result is a new folder called output/fhir is generated wherever you ran the command, this is filled with patient bundles with complete (synthetic) medical histories, as well as the hospital and practitioner bundles that are referred to by the patient bundles. You can add these bundles onto the FHIR server using an HTTP request, which can be performed in Python (among other ways). Details are shown in [Adding-FHIR-data-to-IRIS-health](Adding-FHIR-data-to-IRIS-health.ipynb) tutorial.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isc-tdyar/medical-graphrag-assistant'

If you have feedback or need assistance with the MCP directory API, please join our Discord server