EnrollmentRequest

POST {{host}}/fhir/EnrollmentRequest

Request Body

{"resourceType"=>"EnrollmentRequest", "id"=>"{{fhir_enrollment_request_id}}", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the EnrollmentRequest.</div>"}, "identifier"=>[{"system"=>"http://happyvalley.com/enrollmentrequest", "value"=>"EN22345"}], "status"=>"active", "created"=>"2014-08-16", "insurer"=>{"reference"=>"Organization/{{fhir_organization_id}}"}, "provider"=>{"reference"=>"Organization/{{fhir_organization_id}}"}, "candidate"=>{"reference"=>"Patient/{{fhir_patient_id}}"}, "coverage"=>{"reference"=>"Coverage/{{fhir_coverage_id}}"}}

HEADERS

KeyDatatypeRequiredDescription
content-typestring
preferstring