{
    "resourceType": "Patient",
    "id": "example",
    "text": {
      "status": "generated",
      "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">John Doe</div>"
    },
    "identifier": [
      {
        "use": "usual",
        "type": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code": "MR",
              "display": "Medical Record Number"
            }
          ],
          "text": "MRN"
        },
        "system": "http://hospital.smarthealthit.org",
        "value": "123456",
        "period": {
          "start": "2001-05-06"
        },
        "assigner": {
          "display": "Example Healthcare Organization"
        }
      }
    ],
    "active": true,
    "name": [
      {
        "use": "official",
        "family": "Doe",
        "given": [
          "John",
          "A"
        ],
        "prefix": [
          "Mr."
        ],
        "suffix": [
          "Jr."
        ],
        "period": {
          "start": "2000-01-01"
        }
      },
      {
        "use": "nickname",
        "given": [
          "Johnny"
        ]
      }
    ],
    "telecom": [
      {
        "system": "phone",
        "value": "+1 555 555 5555",
        "use": "home",
        "rank": 1,
        "period": {
          "start": "2010-04-01"
        }
      },
      {
        "system": "email",
        "value": "john.doe@example.com",
        "use": "work"
      }
    ],
    "gender": "male",
    "birthDate": "1980-02-01",
    "deceasedBoolean": false,
    "address": [
      {
        "use": "home",
        "type": "both",
        "text": "123 Main St, Springfield, IL 62701, USA",
        "line": [
          "123 Main St"
        ],
        "city": "Springfield",
        "district": "Sangamon",
        "state": "IL",
        "postalCode": "62701",
        "country": "USA",
        "period": {
          "start": "2000-01-01"
        }
      }
    ],
    "maritalStatus": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
          "code": "M",
          "display": "Married"
        }
      ],
      "text": "Married"
    },
    "multipleBirthBoolean": false,
    "photo": [
      {
        "contentType": "image/jpeg",
        "url": "http://example.org/images/patient.jpg",
        "title": "Photo of John Doe",
        "creation": "2015-02-01"
      }
    ],
    "contact": [
      {
        "relationship": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
                "code": "N",
                "display": "Next-of-kin"
              }
            ],
            "text": "Next-of-kin"
          }
        ],
        "name": {
          "family": "Doe",
          "given": [
            "Jane"
          ]
        },
        "telecom": [
          {
            "system": "phone",
            "value": "+1 555 555 5556",
            "use": "home"
          }
        ],
        "address": {
          "use": "home",
          "line": [
            "123 Main St"
          ],
          "city": "Springfield",
          "state": "IL",
          "postalCode": "62701",
          "country": "USA"
        },
        "gender": "female",
        "organization": {
          "reference": "Organization/2",
          "display": "Family Clinic"
        },
        "period": {
          "start": "2010-04-01"
        }
      }
    ],
    "communication": [
      {
        "language": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/ValueSet/languages",
              "code": "en",
              "display": "English"
            }
          ],
          "text": "English"
        },
        "preferred": true
      }
    ],
    "generalPractitioner": [
      {
        "reference": "Practitioner/1",
        "display": "Dr. John Smith"
      }
    ],
    "managingOrganization": {
      "reference": "Organization/1",
      "display": "Example Healthcare Organization"
    },
    "link": [
      {
        "other": {
          "reference": "Patient/2",
          "display": "Jane Doe"
        },
        "type": "refer"
      }
    ]
  }
  