{
  "resourceType": "StructureDefinition",
  "url": "http://dkfz.de/verbis/juarez/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://dkfz.de/verbis/juarez/fhir/StructureDefinition/DavidsAdresse"
          }
        ]
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://dkfz.de/verbis/juarez/fhir/StructureDefinition/DavidsAdresse"
          }
        ]
      }
    ]
  }
}