{
  "resourceType": "StructureDefinition",
  "id": "58bbafe1-5340-4e67-9c13-9a748956899e",
  "meta": {
    "lastUpdated": "2022-01-28T08:40:39.073+00:00"
  },
  "url": "https://example.org/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "date": "2022-01-28T08:10:53.4351545+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "max": "1"
      },
      {
        "id": "Patient.identifier:GKV",
        "path": "Patient.identifier",
        "sliceName": "GKV",
        "short": "GKV",
        "definition": "GKV",
        "max": "1"
      },
      {
        "id": "Patient.identifier:GKV.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.de/NamingSystem/gkv/kvid-10",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.de/NamingSystem/gkv/kvid-10"
        }
      },
      {
        "id": "Patient.identifier:GKV.value",
        "path": "Patient.identifier.value",
        "min": 1
      },
      {
        "id": "Patient.contact.extension",
        "path": "Patient.contact.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Patient.contact.extension:role",
        "path": "Patient.contact.extension",
        "sliceName": "role",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/MyExtension"
            ]
          }
        ]
      }
    ]
  }
}