{
  "resourceType" : "Patient",
  "id" : "PatientMemberMatchExample2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Sarah Elizabeth Williams - DOB: 1978-03-22, Female</p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MB"
      }]
    },
    "system" : "http://example.org/provider-org/patient-ids",
    "value" : "PAT-002",
    "assigner" : {
      "display" : "Provider Organization"
    }
  }],
  "name" : [{
    "use" : "official",
    "family" : "Williams",
    "given" : ["Sarah",
    "Elizabeth"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "555-987-6543"
  }],
  "gender" : "female",
  "birthDate" : "1978-03-22",
  "address" : [{
    "use" : "home",
    "line" : ["456 Oak Avenue"],
    "city" : "Columbus",
    "state" : "OH",
    "postalCode" : "43085"
  }]
}