{

"resourceType": "Person",
"id": "pd",
"identifier": [
  {
    "use": "official",
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "SS"
        }
      ]
    },
    "system": "http://hl7.org/fhir/sid/us-ssn",
    "value": "444444444"
  }
],
"name": [
  {
    "use": "official",
    "family": "Hippocrates",
    "given": [
      "Harold"
    ]
  }
],
"telecom": [
  {
    "system": "phone",
    "value": "555-555-1003",
    "use": "work"
  }
],
"gender": "male",
"birthDate": "1959-04-22",
"address": [
  {
    "use": "home",
    "line": [
      "1003 Healthcare Drive"
    ],
    "city": "Northfield",
    "state": "MN"
  }
],
"managingOrganization": {
  "reference": "http://www.northfield-regional.com/Organization/2",
  "display": "Northfield Regional Physician Directory"
},
"active": true,
"link": [
  {
    "target": {
      "reference": "http://www.goodhealth.com/Practitioner/98574",
      "display": "Dr. Harold Hippocrates"
    },
    "assurance": "level2"
  },
  {
    "target": {
      "reference": "http://www.acme-medical.com/Practitioner/ab34d",
      "display": "Harold Hippocrates, MD"
    },
    "assurance": "level2"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}