<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner1-example" />
  <meta>
    <profile value="http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%">
        <p style="margin-bottom: 0px">Resource "practitioner1-example" </p>
        <p style="margin-bottom: 0px">Profile: <a href="https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.0.0-pre6&amp;canonical=http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner">Practitioner Profile (General)</a></p>
      </div>
      <p>
        <b>identifier</b>: id: 874635264</p>
      <p>
        <b>name</b>: Patrick Pump (OFFICIAL)</p>
      <p>
        <b>telecom</b>: ph: 020556936(WORK), <a href="mailto:example@eg.com">example@eg.com</a></p>
    </div>
  </text>
  <identifier>
    <system value="http://www.example.org/practitioners" />
    <value value="874635264" />
  </identifier>
  <name>
    <use value="official" />
    <family value="Pump" />
    <given value="Patrick" />
    <suffix value="MD" />
  </name>
  <telecom>
    <system value="phone" />
    <value value="020556936" />
    <use value="work" />
  </telecom>
  <telecom>
    <system value="email" />
    <value value="example@eg.com" />
    <use value="work" />
  </telecom>
</Practitioner>