{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "http://kisa-ragi.eu/fhir/StructureDefinition/MyPatient"
    ]
  },
  "extension": [
    {
      "url": "http://kisa-ragi.eu/fhir/StructureDefinition/MyExtension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ufp/species",
            "code": "VK"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://starfleet-hospital.ufp/fhir/NamingSystem/patient-identifier",
      "value": "JEKKT-1032"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
      "value": "9977664455"
    }
  ],
  "name": [
    {
      "family": "Kisaragi",
      "given": [
        "Jin"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 (0)12345 - 123456",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "1991-04-07",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "Grenda Street 42"
      ],
      "city": "Midgard",
      "postalCode": "99999",
      "country": "DE"
    }
  ]
}