{
  "resourceType": "Patient",
  "id": "4001135",
  "contained": [
    {
      "resourceType": "RelatedPerson",
      "id": "1",
      "identifier": [
        {
          "value": "4001173"
        }
      ],
      "relationship": {
        "coding": [
          {
            "system": "https://www.hl7.org/fhir/v2/0063/index.html",
            "code": "EMC"
          }
        ]
      },
      "name": {
        "family": [
          "ZZZTEST"
        ],
        "given": [
          "MIKE"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "2069481885",
          "use": "home",
          "rank": 1
        }
      ],
      "period": {
        "start": "2015-12-06T00:00:00+00:00",
        "end": "2100-12-31T00:00:00+00:00"
      }
    },
    {
      "resourceType": "RelatedPerson",
      "id": "2",
      "identifier": [
        {
          "value": "4001135"
        }
      ],
      "name": {
        "family": [
          "ZZZTEST"
        ],
        "given": [
          "LOUISE"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "2069483473",
          "use": "home",
          "rank": 1
        }
      ],
      "period": {
        "start": "2015-12-30T00:00:00+00:00",
        "end": "2100-12-31T00:00:00+00:00"
      }
    },
    {
      "resourceType": "RelatedPerson",
      "id": "3",
      "identifier": [
        {
          "value": "4001135"
        }
      ],
      "name": {
        "family": [
          "ZZZTEST"
        ],
        "given": [
          "LOUISE"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "2069483473",
          "use": "home",
          "rank": 1
        }
      ],
      "period": {
        "start": "2015-12-06T00:00:00+00:00",
        "end": "2100-12-31T00:00:00+00:00"
      }
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "value": "2555165"
    },
    {
      "use": "usual",
      "value": "2555165"
    },
    {
      "use": "official",
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "538400397"
    }
  ],
  "name": [
    {
      "family": [
        "ZZZTEST"
      ],
      "given": [
        "LOUISE"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "2069483473",
      "use": "home",
      "rank": 1
    }
  ],
  "gender": "female",
  "birthDate": "1943-07-04",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "618 E SOLANA CIR"
      ],
      "city": "SOLANA BEACH",
      "state": "CA",
      "postalCode": "92075",
      "country": "USA"
    }
  ],
  "link": [
    {
      "other": {
        "reference": "#1"
      }
    },
    {
      "other": {
        "reference": "#2"
      }
    },
    {
      "other": {
        "reference": "#3"
      }
    }
  ]
}