{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyPatient",
  "name": "MyPatient",
  "status": "draft",
  "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"
        }
      },
      {
        "id": "Patient.identifier:BSN",
        "path": "Patient.identifier",
        "sliceName": "BSN",
        "short": "BSN"
      },
      {
        "id": "Patient.identifier:BSN.system",
        "path": "Patient.identifier.system",
        "fixedUri": "https://fhir.nl/fhir/NamingSystem/bsn"
      },
      {
        "id": "Patient.contact.extension:roleExtension",
        "path": "Patient.contact.extension",
        "sliceName": "roleExtension",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/RoleExtension"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.contact.organization",
        "path": "Patient.contact.organization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/StructureDefinition/OrganizationNL"
            ]
          }
        ]
      }
    ]
  }
}