{
  "resourceType": "Patient",
  "id": "3e6825d8-a88e-48d8-8a4b-97014beae651",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_CMR_Patient|1.0.1"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
            "code": "kvk",
            "display": "Krankenversichertenkarte"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/gkv/kvk-versichertennummer",
      "value": "M123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Egon Glücklich",
      "family": "Glücklich",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Glücklich"
          }
        ]
      },
      "given": [
        "Egon"
      ]
    }
  ],
  "birthDate": "2015-07-05"
}