{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyPatient",
  "name": "MyPatientTest",
  "status": "draft",
  "description": "test",
  "fhirVersion": "5.0.0",
  "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:pathogenID",
        "path": "Patient.identifier",
        "sliceName": "pathogenID",
        "max": "1"
      },
      {
        "id": "Patient.identifier:pathogenID.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "binding": {
          "strength": "example",
          "valueSet": "http://fhir.nl/fhir/NamingSystem/b"
        }
      },
      {
        "id": "Patient.contact.extension:role",
        "path": "Patient.contact.extension",
        "sliceName": "role",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example.org/fhir/StructureDefinition/Role"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Patient.contact.organization",
        "path": "Patient.contact.organization",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
            ]
          }
        ]
      }
    ]
  }
}