Secondary Use FHIR Server Implementation Guide
0.1.0 - ci-build

Secondary Use FHIR Server Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Evaluated Cohort Group Example - XML Representation

Raw xml | Download


<Group xmlns="http://hl7.org/fhir">
  <id value="CohortGroupExample"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <type value="person"/>
  <actual value="true"/>
  <quantity value="2"/>
  <member>
    <entity>
      <reference value="Patient/patient-001"/>
    </entity>
  </member>
  <member>
    <entity>
      <reference value="Patient/patient-002"/>
    </entity>
  </member>
</Group>