<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example-cms-practitioner" />
  <meta>
    <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Practitioner|1.0.0" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Hospital XYZ, Bat Street, second floor, Neuro Radiology Operation Room 1</div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="RRI" />
      </coding>
      <text value="eHealth PPR UPI" />
    </type>
    <system value="http://ehealthontario.ca/fhir/NamingSystem/upi" />
    <value value="24" />
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
        <code value="LN" />
      </coding>
      <text value="Ontario Medical License Number" />
    </type>
    <system value="http://infoway-inforoute.ca/fhir/NamingSystem/ca-on-license-physician" />
    <value value="24" />
  </identifier>
  <identifier>
    <system value="http://ehealthontario.ca/fhir/NamingSystem/identity-provider-oneid" />
    <value value="test1.oaugthpartner@oneid.on.ca" />
  </identifier>
  <name>
    <use value="official" />
    <family value="FeelGood" />
    <given value="Joseph" />
    <prefix value="Dr." />
    <suffix value="III" />
    <suffix value="PhD" />
    <suffix value="MD" />
  </name>
  <telecom>
    <system value="email" />
    <value value="joseph.jfeelgood@oneid.on.ca" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="647.742.5041" />
    <use value="home" />
  </telecom>
  <telecom>
    <system value="phone" />
    <value value="905.638.2345" />
    <use value="work" />
  </telecom>
  <address>
    <line value="514 Bay Street" />
    <city value="Toronto" />
    <state value="ON" />
    <postalCode value="M1X 2B6" />
  </address>
  <gender value="male" />
  <birthDate value="1975-07-30" />
</Practitioner>