{
  "resourceType" : "Patient",
  "id" : "PatientMemberMatchExample1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Robert Michael Johnson - DOB: 1965-08-15, Male</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-001",
    "assigner" : {
      "display" : "Provider Organization"
    }
  }],
  "name" : [{
    "use" : "official",
    "family" : "Johnson",
    "given" : ["Robert",
    "Michael"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "555-123-4567"
  }],
  "gender" : "male",
  "birthDate" : "1965-08-15",
  "address" : [{
    "use" : "home",
    "line" : ["123 Main Street"],
    "city" : "Springfield",
    "state" : "IL",
    "postalCode" : "62701"
  }]
}