{
  "resourceType": "Patient",
  "id": "patient-soa-1",
  "meta": {
    "profile": [
      "http://clinicalsite.org/fhir/StructureDefinition/patient-soa",
      "http://fhir.de/StructureDefinition/patient-de-basis"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://uk-koeln.de/NamingSystem/patient-identifier",
      "value": "5885979"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Mustermann",
      "given": [
        "Dika"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1992-10-21"
}