{
  "resourceType": "Patient",
  "id": "7eb1aef1-a24e-42e0-926d-904470d044dc",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_Vaccination_Patient|1.1.0"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "GKV"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
      "value": "P234567890"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Ludger Königsstein",
      "family": "Königsstein",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Königsstein"
          }
        ]
      },
      "given": [
        "Ludger"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1935-06-22"
}