{
  "resourceType": "Patient",
  "id": "EmilKummer",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>\n        <b>id</b>: EmilKummer\n      </p>\n      <p>\n        <b>meta</b>: \n      </p>\n      <p>\n        <b>identifier</b>: 012/08.111112\n      </p>\n      <p>\n        <b>name</b>: Emil Kummer\n      </p>\n      <p>\n        <b>gender</b>: MALE\n      </p>\n      <p>\n        <b>birthDate</b>: May 05, 2014\n      </p>\n      <p>\n        <b>maritalStatus</b>: ledig \n        <span style=\"background: LightGoldenRodYellow\">(Details : {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus code '1' = '1', given as 'ledig'})</span>\n      </p>\n      <h3>Communications</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>-</td>\n          <td>\n            <b>Language</b>\n          </td>\n          <td>\n            <b>Preferred</b>\n          </td>\n        </tr>\n        <tr>\n          <td>*</td>\n          <td>Deutsch (Schweiz) \n            <span style=\"background: LightGoldenRodYellow\">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Schweiz))</span>\n          </td>\n          <td>true</td>\n        </tr>\n      </table>\n    </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "Paris",
        "country": "Frankreich"
      }
    },
    {
      "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin",
      "valueAddress": {
        "city": "Köniz",
        "state": "BE"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "code": "1041",
            "display": "Roman Catholic Church"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.16.756.5.30.999999.1",
      "value": "012/08.111112"
    }
  ],
  "name": [
    {
      "family": "Kummer",
      "given": [
        "Emil"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2014-05-05",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
        "code": "1",
        "display": "ledig"
      }
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de-CH"
          }
        ],
        "text": "Deutsch (Schweiz)"
      },
      "preferred": true
    }
  ]
}