Build your application using example clinical data
Metriport offers a Sandbox environment so you can develop your medical applications more easily. This environment allows you to try out the Medical API with some example de-identified clinical data (see section below for more details).
After you get access to the Medical API, you can go to the Developers page and toggle the switch under the Sandbox section to activate Sandbox mode.
The Sandbox environment will give you access to comprehensive example clinical data for several test patients - this data will be representative of what you can expect to see in production:
To access this data, you just need to create Patients that match some pre-defined demographics.
In Sandbox mode, any Patient you create with a first name that matches one of the pre-defined Patients below will be populated with the corresponding test data.
When querying for consolidated data in sandbox mode using a conversionType
, if you pass a
patient that is not one of the pre-defined Patients below, we will always return a pre-defined
file.
You can expect about 6 example documents per Patient, roughtly breaking down to: a C-CDA XML (and the resulting FHIR resources), 3 PDFs, and 2 images.
The sections below will describe the pre-defined Patient demographics which you can use as a base for requests to the create Patient endpoint:
To connect to the sandbox using the SDK just provide the options
parameter with sandbox = true
:
Build your application using example clinical data
Metriport offers a Sandbox environment so you can develop your medical applications more easily. This environment allows you to try out the Medical API with some example de-identified clinical data (see section below for more details).
After you get access to the Medical API, you can go to the Developers page and toggle the switch under the Sandbox section to activate Sandbox mode.
The Sandbox environment will give you access to comprehensive example clinical data for several test patients - this data will be representative of what you can expect to see in production:
To access this data, you just need to create Patients that match some pre-defined demographics.
In Sandbox mode, any Patient you create with a first name that matches one of the pre-defined Patients below will be populated with the corresponding test data.
When querying for consolidated data in sandbox mode using a conversionType
, if you pass a
patient that is not one of the pre-defined Patients below, we will always return a pre-defined
file.
You can expect about 6 example documents per Patient, roughtly breaking down to: a C-CDA XML (and the resulting FHIR resources), 3 PDFs, and 2 images.
The sections below will describe the pre-defined Patient demographics which you can use as a base for requests to the create Patient endpoint:
To connect to the sandbox using the SDK just provide the options
parameter with sandbox = true
: