{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MeinPatient",
  "version": "0.1",
  "name": "MeinPatient",
  "title": "Mien Profil für Ressource Patient",
  "status": "draft",
  "date": "2023-01-30T13:07:56.9327792+00:00",
  "description": "Die ist ein Patientenprofil mit allen Constraints, die in diesem Kontext für die Patienten-Ressource gelten.",
  "fhirVersion": "4.0.1",
  "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,
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1,
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://example.org/fhir/StructureDefinition/MeineAdresse"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.contact.address",
        "path": "Patient.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "https://example.org/fhir/StructureDefinition/MeineAdresse"
            ]
          }
        ]
      }
    ]
  }
}