{
  "resourceType": "StructureDefinition",
  "id": "5cc7f22e-e750-429d-bed5-67a6af2068b6",
  "meta": {
    "lastUpdated": "2021-08-30T13:26:42.126+00:00"
  },
  "url": "http://pt.example.org/fhir/StructureDefinition/MeinPatient",
  "version": "0.1",
  "name": "MeinPatient",
  "title": "Profil für Ressourcentyp Patient",
  "status": "draft",
  "date": "2021-08-30T12:20:13.6997129Z",
  "description": "Dies ist ein Profil für Ressourcentyp Patient",
  "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"
        }
      },
      {
        "id": "Patient.extension:spezies",
        "path": "Patient.extension",
        "sliceName": "spezies",
        "min": 1,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://pt.example.org/fhir/StructureDefinition/SpeziesExtension"
            ]
          }
        ]
      },
      {
        "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",
        "max": "1",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://pt.example.org/fhir/StructureDefinition/MeineAdresse"
            ]
          }
        ]
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://pt.example.org/fhir/StructureDefinition/MeineAdresse"
            ]
          }
        ]
      }
    ]
  }
}