{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "https://example.org/fhir/StructureDefinition/MyPatient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789"
    },
    {
      "system": "http://fhir.ufp/NamingSystem/ufp-citizen-id",
      "value": "23424-2345-24365345-3747567-678678"
    }
  ],
  "name": [
    {
      "family": "Burnham",
      "given": [
        "Vladimir"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2226-10-24",
  "address": [
    {
      "extension": [
        {
          "url": "http://fhir.ufp/StructureDefinition/planet",
          "valueString": "Earth"
        }
      ],
      "use": "home",
      "type": "both",
      "line": [
        "Milchstr. 42"
      ],
      "city": "Spöck",
      "postalCode": "76297",
      "country": "DE"
    }
  ]
}