{
  "resourceType": "StructureDefinition",
  "id": "2e897f07-e817-4d8a-8877-0fb5262a31d5",
  "meta": {
    "lastUpdated": "2021-11-15T12:52:33.409+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyPatient12345",
  "name": "MeinPatient12345",
  "title": "Patient für Sandkasten",
  "status": "draft",
  "date": "2021-11-15T11:05:09.1184639+00:00",
  "description": "Patient eben",
  "purpose": "test",
  "copyright": "Michse - Dusebuse eben nicht",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.extension:Species",
        "path": "Patient.extension",
        "sliceName": "Species",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://example.org/fhir/StructureDefinition/SpeciesExtension"
            ]
          }
        ]
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 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://example.org/fhir/StructureDefinition/MeineAdresse12345"
            ]
          }
        ]
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://example.org/fhir/StructureDefinition/MeineAdresse12345"
            ]
          }
        ]
      }
    ]
  }
}