Create a new FHIR resource with server-assigned ID
Patient, Observation, Encounter)application/fhir+json or application/fhir+xmlapplication/fhir+json (default) or application/fhir+xmlreturn=representation (default) - Return full resourcereturn=minimal - Return headers onlyreturn=OperationOutcome - Return OperationOutcomeidentifier=http://hospital.example/mrn|12345id field in the request body is ignored. The server always assigns IDs for POST requests. Use PUT if you need to specify the ID.If-None-Exist and a matching resource already exists.
Bearer token authentication
The FHIR resource type (e.g., Patient, Observation, Encounter)
The FHIR resource to create