Sync Patient
Patient
Sync Patient
Create a link between Metriport Patient and external system.
POST
Sync Patient
This endpoint can be used in situations where the Patient synchronization with external systems/EHR cannot be automatically performed, either because there’s no capability on said system or because the Patient was created before the integration took place.
In these situations, customers are asked to create the Patient in Metriport and call this endpoint to synchronize the Patient with the EHR.
Query Params
string
If not included, Metriport will check if the Patient is
mapped to a single external ID to infer the EHR to sync
with. If included, it must be
elation or healthie.
Results in HTTP status code 400 if Metriport cannot
determine a single EHR.Path Params
string
required
The ID of the Patient to synchronize.
Response
Returns a JSON object with the following properties:string
The patient’s ID in Metriport.
string
The ID of the Patient on your internal system / EHR.

