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"}, "period"=>{"end"=>"2017-06-01"}, "created"=>"2016-01-01"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
content-type | string | ||
prefer | string |