Group
POST {{host}}/fhir/Group
Request Body
{"resourceType"=>"Group", "id"=>"{{group_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"=>"Patient/{{patient_id}}"}, "period"=>{"start"=>"2014-10-08"}}], "characteristic"=>[{"exclude"=>false, "code"=>{"coding"=>[{"system"=>"http://hl7.org/fhir/GroupCharacteristicValue", "code"=>"gender"}]}, "valueCodeableConcept"=>{"coding"=>[{"system"=>"http://hl7.org/fhir/administrative-gender", "code"=>"mixed"}]}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-consumer-id | string |