{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "http://example.org/fhir/StructureDefinition/MeinPatient"
    ]
  },
  "extension": [
    {
      "url": "http://example.org/fhir/StructureDefinition/SpeziesExtension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ufp/CodeSystem/species",
            "code": "KG",
            "display": "Klingon"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
      "value": "1l2ehb24o3ghdp2398dz212exYXCsdgw"
    },
    {
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Burnham",
      "given": [
        "Michael"
      ]
    }
  ],
  "gender": "female",
  "address": [
    {
      "extension": [
        {
          "url": "http://fhir.ufp/StructureDefinition/planet",
          "valueString": "Erde"
        }
      ],
      "line": [
        "Milchstr. 42"
      ],
      "city": "Spöck",
      "country": "Deutschland"
    }
  ]
}