Create
Description of how to create a resource using our FHIR API.
Last updated
Description of how to create a resource using our FHIR API.
Last updated
POST
{base}/fhir/{type}
Below is an example of how to use a POST
request to create a resource. A complete list of resources can be found by visiting the resource specifications .
Request
POST
{base}/fhir/Patient
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
Response