Create CommunicationRequest
POST {{fhir_url}}/CommunicationRequest
Request Body
{"resourceType"=>"CommunicationRequest", "id"=>"example", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">To be filled out at a later time</div>"}, "status"=>"active", "subject"=>{"reference"=>"Patient/example"}, "encounter"=>{"reference"=>"Encounter/example"}}