{
  "resourceType": "Practitioner",
  "id": "PractitionerPerson Instance Example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bser/StructureDefinition/PractitionerPerson"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.4.6",
      "value": "1437207420"
    }
  ],
  "name": [
    {
      "family": "Heard",
      "given": [
        "Novellyn"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "626-851-1011"
    }
  ],
  "address": [
    {
      "line": [
        "1011 BALDWIN PARK BLVD"
      ],
      "city": "BALDWIN PARK",
      "state": "CA",
      "postalCode": "91706-5806"
    }
  ]
}