Add CarePlan

POST {{fhir_url}}/CarePlan

Request Body

{"resourceType"=>"CarePlan", "description"=>"Control Weight", "status"=>"active", "intent"=>"plan", "subject"=>{"reference"=>"Patient/64db2c75-3389-4d2a-af96-f0d6cadf210d"}, "activity"=>[{"detail"=>{"status"=>"in-progress", "description"=>"Check blood pressure"}}, {"detail"=>{"status"=>"completed", "description"=>"Check weight"}}]}