<?xml version=“1.0” encoding=“UTF-8”?> <Group xmlns=“hl7.org/fhir”>

<id value="example-patientlist"/>
<meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>

<type value="person"/>
<actual value="true"/>
<characteristic>
  <code>
    <coding>
      <system value="http://example.org"/>
      <code value="attributed-to"/>
    </coding>
    <text value="Patients primarily attributed to"/>
  </code>
  <valueReference>
    <reference value="Practitioner/123"/>
  </valueReference>
  <exclude value="false"/>
</characteristic>

</Group>