{
  "resourceType": "Patient",
  "id": "5213abf6-1507-4917-a9c7-fc30629b4559",
  "meta": {
    "profile": [
      "http://natus.1s.fr/MimicPatient"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/birthPlace",
      "valueAddress": {
        "city": "Winchendon",
        "state": "MA",
        "country": "US"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://github.com/synthetichealth/synthea",
      "value": "f45134c2-c284-4d3e-9bd7-0e9ba059408f"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/identifier-type",
            "code": "SB"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-ssn",
      "value": "999362765"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "DL"
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.4.3.25",
      "value": "S99971227"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "PPN"
          }
        ]
      },
      "system": "http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber",
      "value": "X34360565X"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "661.319.6895 x3958",
      "use": "home"
    }
  ],
  "gender": "female",
  "deceasedDateTime": "2004-12-05T18:15:49+00:00",
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "latitude",
              "valueDecimal": 42.41071764867951
            },
            {
              "url": "longitude",
              "valueDecimal": -71.02827426283685
            }
          ],
          "url": "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "line": [
        "81089 Paige Brook",
        "Apt. 922"
      ],
      "city": "Revere",
      "state": "MA",
      "postalCode": "02151",
      "country": "US"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/MaritalStatus",
        "code": "M"
      }
    ],
    "text": "M"
  },
  "multipleBirthBoolean": false,
  "communication": [
    {
      "preferred": true,
      "language": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/CodeSystem/languages",
            "code": "en-US",
            "display": "English (United States)"
          }
        ]
      }
    }
  ]
}