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

<Patient xmlns="http://hl7.org/fhir">
  <id value="ex-patient-1"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ex-patient-1</b></p><a name="ex-patient-1"> </a><a name="hcex-patient-1"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jane Smith  Female, DoB Unknown ( http://example.org/mrn#MRN-001)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>http://example.org/ssn</code>/666-99-9999</td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/mrn"/>
    <value value="MRN-001"/>
  </identifier>
  <identifier>
    <system value="http://example.org/ssn"/>
    <value value="666-99-9999"/>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="Smith"/>
    <given value="Jane"/>
  </name>
  <gender value="female"/>
</Patient>