CarePlan

POST {{host}}/fhir/CarePlan

Request Body

{"resourceType"=>"CarePlan", "id"=>"{{fhir_care_plan_id}}", "identifier"=>[{"value"=>"{{fhir_care_plan_id}}"}], "status"=>"active", "intent"=>"plan", "description"=>"Manage obesity and weight loss", "subject"=>{"reference"=>"Patient/{{fhir_patient_id}}", "display"=>"Peter James Chalmers"}, "activity"=>[{"detail"=>{"status"=>"on-hold", "performer"=>[{"reference"=>"RelatedPerson/{{fhir_related_person_id}}"}]}}], "period"=>{"end"=>"2017-06-01"}, "created"=>"2016-01-01"}

HEADERS

KeyDatatypeRequiredDescription
content-typestring
preferstring