[
  {
    "resourceType": "Patient",
    "id": "12345",
    "name": [
      {
        "use": "official",
        "family": "Patient_LN_2",
        "given": [
          "Patient_2"
        ],
        "prefix": [
          "Mr."
        ]
      }
    ],
    "telecom": [
      {
        "system": "phone",
        "value": "111-111-1111",
        "use": "home"
      }
    ],
    "gender": "male",
    "birthDate": "1970-08-17",
    "address": [
      {
        "line": [
          "123 Dummy Street"
        ],
        "city": "Taunton",
        "state": "Massachusetts",
        "postalCode": "02718",
        "country": "US"
      }
    ],
    "maritalStatus": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
          "code": "S",
          "display": "S"
        }
      ],
      "text": "S"
    }
  },
  {
    "resourceType": "Patient",
    "id": "12346",
    "name": [
      {
        "use": "official",
        "family": "Patient_LN_1",
        "given": [
          "Patient_1"
        ],
        "prefix": [
          "Mrs."
        ]
      }
    ],
    "telecom": [
      {
        "system": "phone",
        "value": "111-111-2222",
        "use": "home"
      }
    ],
    "gender": "female",
    "birthDate": "1945-12-10",
    "address": [
      {
        "line": [
          "222 Dummy Street"
        ],
        "city": "New York",
        "state": "New york",
        "postalCode": "10001",
        "country": "US"
      }
    ],
    "maritalStatus": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
          "code": "S",
          "display": "S"
        }
      ],
      "text": "S"
    }
  }
]