Create new FHIR Patient

POST {{fhir_url}}/Patient

Request Body

{"resourceType"=>"Patient", "name"=>[{"use"=>"official", "family"=>"Test", "given"=>["Max"], "prefix"=>["Mr."]}], "telecom"=>[{"system"=>"phone", "value"=>"555-555-5555", "use"=>"home"}], "gender"=>"male", "birthDate"=>"1971-05-28"}