{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "https://example.org/fhir/StructureDefinition/MeinPatient"
    ]
  },
  "extension": [
    {
      "url": "https://example.org/fhir/StructureDefinition/MeineSpeciesExtension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ufp/CodeSystem/species",
            "code": "VK",
            "display": "Vulcan"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
      "value": "1234-1234-3456456-456876578-67896789-678967896789678-4654"
    },
    {
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789z"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Burnham",
      "given": [
        "Michael"
      ]
    }
  ],
  "gender": "female",
  "address": [
    {
      "extension": [
        {
          "url": "http://fhir.ufp/StructureDefinition/planet",
          "valueString": "Erde"
        }
      ],
      "line": [
        "Milchstrasse 42"
      ],
      "city": "Spöck",
      "country": "DE"
    }
  ]
}