Create PlanDefinition
POST {{fhir_url}}/PlanDefinition
Request Body
{"resourceType"=>"PlanDefinition", "name"=>"managing-copd", "title"=>"Managing COPD", "type"=>{"text"=>"COPD"}, "status"=>"draft", "description"=>"Provide patient with strategies to improve gas exchange and prevent COPD complications.", "goal"=>[{"description"=>{"text"=>"Provide patient with strategies to improve gas exchange and prevent COPD complications. "}, "target"=>[{"due"=>{"value"=>1, "unit"=>"mo"}}]}], "action"=>[{"title"=>"review-pulmonary-function-blood-gas-analysis", "description"=>"Review pulmonary function tests and arterial blood gas analysis with patient", "definitionCanonical"=>"ActivityDefinition/2c9557b1-90d3-40f1-adf5-da6b7a9611bd"}, {"title"=>"educate-patient-controlled-coughing", "description"=>"Instruct patient in controlled coughing strategies.", "definitionCanonical"=>"ActivityDefinition/055756b1-6486-4c94-ab5c-755b92550412"}, {"title"=>"review-patient-medications", "description"=>"Review medications with patient", "definitionCanonical"=>"ActivityDefinition/50ae1f41-65cc-4699-afa1-c05e5e2a1707"}]}