<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="RWDPatient"/>
  <meta>
    <profile value="http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Sample Patient </b> male, DoB: 1970-11-27 ( id: 1233567)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/patient-identifiers"/>
    <value value="1233567"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Patient"/>
    <given value="Sample"/>
  </name>
  <gender value="male"/>
  <birthDate value="1970-11-27"/>
</Patient>