Post fhir Patient resoource in openemr

According to the API docs


we can post the Organization, Patient, and Practitioner and DocumentReference/$docref FHIR resource. I’m trying to post a patient as a
Patient.json (1.7 KB)
Bundle to the FHIR server.
can you please guide me .

Thanks,

Hi @partner.Sunil.Kumar ,
Make sure the Endpoint you are accessing is correct.
It should be https://port-address/apis/default/fhir/Patient
In case, if you want to POST patient using Standard API.
You can use this endpoint https://port-address/apis/default/api/patient
For further assistance, kindly refer this document https://github.com/openemr/openemr/blob/master/_rest_routes.inc.php
-Visolve AI Team

1 Like