Create
A client may create a new resource on an HDR FHIR server by performing a Create operation. The Create uses an HTTP POST against the URL [baseUrl]/[resourceName]. This POST should have a Content-Type header which specifies the MIME type of the payload.
The following example shows a simple Patient resource create using a JSON Payload.
Request: FHIR CRUD Create operation

Response: FHIR CRUD Create operation
The endpoint responds with a response similar to the following:

Parent topic: FHIR CRUD (Create/Read/Update/Delete) operations