{
  "resourceType": "Practitioner",
  "id": "practitioner1-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<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>"
  },
  "identifier": [
    {
      "system": "http://www.example.org/practitioners",
      "value": "874635264"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Pump",
      "given": [
        "Patrick"
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "020556936",
      "use": "work"
    },
    {
      "system": "email",
      "value": "example@eg.com",
      "use": "work"
    }
  ]
}