Create EvidenceVariable

POST {{fhir_url}}/EvidenceVariable

Request Params

KeyDatatypeRequiredDescription
namestring
_elementsstring

Request Body

{"resourceType"=>"EvidenceVariable", "id"=>"example", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>"}, "status"=>"draft", "characteristic"=>[{"definitionCodeableConcept"=>{"text"=>"Diabetic patients over 65"}}]}