{
  "resourceType": "StructureDefinition",
  "url": "http://ws082019/kma/fhir/StructureDefinition/MyPatient",
  "version": "0.1",
  "name": "MyPatient",
  "title": "Patient",
  "status": "draft",
  "contact": [
    {
      "name": "KMa",
      "telecom": [
        {
          "system": "email",
          "value": "schnack@test.de"
        }
      ]
    }
  ],
  "description": "Eine Patienten Ressource",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://ws082019.de/kma/fhir/StructureDefinition/MyAddress"
            ]
          }
        ]
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://ws082019.de/kma/fhir/StructureDefinition/MyAddress"
            ]
          }
        ]
      }
    ]
  }
}