Create EvidenceVariable
POST {{fhir_url}}/EvidenceVariable
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | ||
_elements | string |
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"}}]}