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

<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample"/>
  <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 John Doe, male, born 1950-01-01, Medicare ID: 1EG4TE5MK73</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="1EG4TE5MK73"/>
  </identifier>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1950-01-01"/>
</Patient>