{
  "resourceType" : "Group",
  "id" : "CohortGroupExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Group CohortGroupExample</b></p><a name=\"CohortGroupExample\"> </a><a name=\"hcCohortGroupExample\"> </a><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>quantity</b>: 2</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/patient-001\">Patient/patient-001</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient/patient-002\">Patient/patient-002</a></p></blockquote></div>"
  },
  "type" : "person",
  "actual" : true,
  "quantity" : 2,
  "member" : [{
    "entity" : {
      "reference" : "Patient/patient-001"
    }
  },
  {
    "entity" : {
      "reference" : "Patient/patient-002"
    }
  }]
}