{
  "resourceType": "Patient",
  "id": "patient-soa-3",
  "meta": {
    "profile": [
      "http://clinicalsite.org/fhir/StructureDefinition/patient-soa"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://uk-koeln.de",
      "value": "5885975"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Mustermann",
      "given": [
        "Barbara"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1941-06-15"
}