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

<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientESRDExample"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">Patient Jane Smith, female, born 1955-06-15, Medicare ID: 9876543210B</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
      </coding>
    </type>
    <system value="http://terminology.hl7.org/NamingSystem/cmsMBI"/>
    <value value="9876543210B"/>
  </identifier>
  <name>
    <family value="Smith"/>
    <given value="Jane"/>
  </name>
  <gender value="female"/>
  <birthDate value="1955-06-15"/>
</Patient>