Create ResearchElementDefinition

POST {{fhir_url}}/ResearchElementDefinition

Request Params

KeyDatatypeRequiredDescription
namestring
_elementsstring

Request Body

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