{
  "resourceType" : "Practitioner",
  "id" : "1225652472001060",
  "meta" : {
    "profile" : ["https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-practitioner-profile"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><td width=\"25%\">Harry S. Winston MD </td><td width=\"42%\">10288 SW 43rd Ave Suite 400 Portland, OR 97202 USA Phone: 5032332233 Email: ast@gmail.com</td></tr></tbody></table></div>"
  },
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-identifierSubDepartment",
      "valueString" : "Main Health System"
    },
    {
      "url" : "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-identifierJurisdiction",
      "valueCodeableConcept" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-identifierJurisdiction",
          "code" : "OR",
          "display" : "Oregon"
        }]
      }
    }],
    "system" : "http://hl7.org/fhir/sid/us-npi",
    "value" : "1942262431"
  }],
  "active" : true,
  "name" : [{
    "family" : "Winston",
    "given" : ["Harry",
    "S."],
    "suffix" : ["MD"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "5032332233",
    "use" : "mobile"
  },
  {
    "system" : "email",
    "value" : "ast@gmail.com",
    "use" : "work"
  }],
  "address" : [{
    "line" : ["10288 SW 43rd Ave",
    "Suite 400"],
    "city" : "Portland",
    "state" : "OR",
    "postalCode" : "97202",
    "country" : "USA"
  }]
}