Create Device
POST {{fhir_url}}/Device
Request Body
{"resourceType"=>"Device", "id"=>"example", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>identifier</b>: 345675</p></div>"}, "identifier"=>[{"system"=>"http://goodcare.org/devices/id", "value"=>"345675"}]}