{
  "resourceType" : "Practitioner",
  "id" : "fd3c7a99-bb59-4fef-9f79-88d1f7275ca6",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitioner"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner fd3c7a99-bb59-4fef-9f79-88d1f7275ca6</b></p><a name=\"fd3c7a99-bb59-4fef-9f79-88d1f7275ca6\"> </a><a name=\"hcfd3c7a99-bb59-4fef-9f79-88d1f7275ca6\"> </a><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-scheduling-practitioner.html\">Practitioner</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/npi-8373s\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: John Mark(Nickname), Mark </p><p><b>telecom</b>: <a href=\"tel:+1-93-736-544\">+1-93-736-544</a>, <a href=\"mailto:johnmark@user.com\">johnmark@user.com</a></p><p><b>address</b>: Seattle Washington 98106 (work)</p></div>"
  },
  "identifier" : [{
    "use" : "usual",
    "system" : "http://hl7.org/fhir/sid/us-npi",
    "value" : "npi-8373s"
  }],
  "active" : true,
  "name" : [{
    "use" : "nickname",
    "text" : "John Mark",
    "family" : "John"
  },
  {
    "given" : ["Mark"],
    "prefix" : ["Dr."]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+1-93-736-544",
    "use" : "mobile"
  },
  {
    "system" : "email",
    "value" : "johnmark@user.com",
    "use" : "work"
  }],
  "address" : [{
    "use" : "work",
    "type" : "physical",
    "city" : "Seattle",
    "state" : "Washington",
    "postalCode" : "98106"
  }]
}