{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "http://example.org/fhir/StructureDefinition/MeinPatient"
    ]
  },
  "extension": [
    {
      "url": "https://example.org/fhir/StructureDefinition/SpeciesExtension",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ufp/CodeSystem/species",
            "code": "KG",
            "display": "Klingon"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
      "value": "1234-5678-9012-3456-7890"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Burnham",
      "given": [
        "Michael"
      ]
    }
  ],
  "gender": "female",
  "address": [
    {
      "extension": [
        {
          "url": "http://fhir.ufp/StructureDefinition/planet",
          "valueString": "Earth"
        }
      ],
      "line": [
        "Milchstrasse 42"
      ],
      "city": "Spöck"
    }
  ]
}