{
  "resourceType": "Patient",
  "id": "1496992819705019",
  "meta": {
    "lastUpdated": "2017-06-16T07:47:45+00:00"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "http://smis.ch/fhir/patient/internal_id",
      "value": "1496992819705019"
    },
    {
      "use": "usual",
      "system": "http://smis.ch/fhir/patient/external_id",
      "value": "E9EB9096-C848-4355-B15B-15B0B60B9C30"
    },
    {
      "use": "official",
      "system": "urn:oid:2.51.1.3",
      "value": "756.1234.456.78"
    },
    {
      "use": "official",
      "system": "urn:oid:2.16.756.5.30.1.123.100.1",
      "value": "1496992819705019"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "Muster",
      "given": [
        "Lukas"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 12 345 678 99",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "0799999999",
      "use": "home"
    },
    {
      "system": "email",
      "value": "martha@muster.ch",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1950-01-01",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "Niederbipstrs 5"
      ],
      "city": "Niederbipp",
      "state": "SO",
      "postalCode": "4704",
      "country": "CH"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0131",
              "code": "N",
              "display": "Next-of-Kin"
            }
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "079 123 45 67"
        }
      ],
      "address": {
        "line": [
          "Leopoldstr. 6"
        ],
        "city": "Solothurn",
        "postalCode": "4500"
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v2/0131",
              "code": "E",
              "display": "Employer"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "text": "Meruba AG"
      },
      "address": {
        "line": [
          "Hauptstrasse 16"
        ],
        "city": "Loc",
        "postalCode": "1200"
      }
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1457020138649054"
  }
}