<Patient xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="http://example.org/fhir/StructureDefinition/PatientProfile" />
  </meta>
  <extension url="http://example.org/fhir/StructureDefinition/nepali-ethnicity">
    <valueString value="Newar" />
  </extension>
  <name>
    <use value="official" />
    <family value="Cole" />
    <given value="Christine" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="+9779811122233" />
    <use value="mobile" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="christine.cole@example.com" />
    <use value="home" />
  </telecom>
  <gender value="female" />
  <birthDate value="1992-07-19" />
  <address>
    <line value="456 Elm Street" />
    <city value="Pokhara" />
    <state value="Gandaki" />
    <postalCode value="33700" />
    <country value="Nepal" />
  </address>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47" />
        <code value="en" />
        <display value="English" />
      </coding>
    </language>
  </communication>
</Patient>