{
  "resourceType": "StructureDefinition",
  "id": "43100aca-99e2-4c8b-80cf-e0b11a209d28",
  "meta": {
    "lastUpdated": "2017-10-26T12:47:21.821+00:00"
  },
  "url": "http://sap.com/fhirStructureDefinition/patient-jenny",
  "name": "patient-jenny",
  "status": "draft",
  "date": "2017-10-26T12:19:03.597+00:00",
  "fhirVersion": "3.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"
            },
            {
              "type": "value",
              "path": "value"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.identifier:jenny-citizen-id",
        "path": "Patient.identifier",
        "sliceName": "jenny-citizen-id",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.identifier:jenny-citizen-id.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://sap.com/fhir/NamingSystem/jenny-citizen-id"
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "type": [
          {
            "code": "Address",
            "profile": "http://sap.com/fhir/StructureDefinition/address-jenny"
          }
        ]
      }
    ]
  }
}