Create group with subgroup
POST {{host}}/fhir/Group
Request Body
{"resourceType"=>"Group", "id"=>"{{group_2_id}}", "text"=>{"status"=>"additional", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Selected Patients</p>\n <ul>\n <li>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321</li>\n <li>Patient Donald D DUCK @ Acme Healthcare, Inc. MR = 123456</li>\n <li>Patient Simon Notsowell @ Acme Healthcare, Inc. MR = 123457, DECEASED</li>\n <li>Patient Sandy Notsowell @ Acme Healthcare, Inc. MR = 123458, DECEASED</li>\n </ul>\n </div>"}, "type"=>"person", "actual"=>true, "member"=>[{"entity"=>{"reference"=>"Group/{{group_id}}"}, "period"=>{"start"=>"2014-10-08"}}]}