{
  "resourceType": "StructureDefinition",
  "url": "http://kosmosurium.de/Bartels/fhir/StructureDefinition/MyVeryOldPatient",
  "version": "0.1",
  "name": "MyVeryOldPatient",
  "title": "Hyperventilus Quersehr",
  "status": "draft",
  "publisher": "Hiso",
  "contact": [
    {
      "name": "Erichnoub Hortensia",
      "telecom": [
        {
          "system": "phone",
          "value": "044405550666",
          "use": "home",
          "rank": 1
        }
      ]
    }
  ],
  "description": "oho",
  "purpose": "learning by doing",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "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,
        "max": "1",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://kosmosurium.de/Bartels/fhir/StructureDefinition/MyAddressmitPlanet"
            ]
          }
        ]
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://kosmosurium.de/Bartels/fhir/StructureDefinition/MyAddressmitPlanet"
            ]
          }
        ]
      }
    ]
  }
}