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

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-single-example"/>
  <meta>
    <profile value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Dr. Maria Clara Santos is a female practitioner born on May 15, 1985. She resides at 1234 Mabini Street, Manila, NCR, 1000, Philippines. She can be contacted via mobile at +63-912-345-6789 or by email at maria.santos@example.ph.</div>
  </text>
  <name>
    <family value="Santos"/>
    <given value="Maria"/>
    <given value="Clara"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+63-912-345-6789"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="maria.santos@example.ph"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="1234 Mabini Street"/>
    <city value="Manila"/>
    <state value="NCR"/>
    <postalCode value="1000"/>
    <country value="PH"/>
  </address>
  <gender value="female"/>
  <birthDate value="1985-05-15"/>
</Practitioner>