{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-12-10T14:21:37.662+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/Patient",
  "name": "Patient",
  "status": "active",
  "date": "2018-12-10T14:22:01.714012+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.type",
        "path": "Patient.identifier.type",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier.period",
        "path": "Patient.identifier.period",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier.assigner.reference",
        "path": "Patient.identifier.assigner.reference",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier.assigner.identifier",
        "path": "Patient.identifier.assigner.identifier",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.name.text",
        "path": "Patient.name.text",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.name.suffix",
        "path": "Patient.name.suffix",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.address.district",
        "path": "Patient.address.district",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.multipleBirth[x]",
        "path": "Patient.multipleBirth[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.contact.name.suffix",
        "path": "Patient.contact.name.suffix",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.contact.organization",
        "path": "Patient.contact.organization",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.contact.period",
        "path": "Patient.contact.period",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.animal",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Animal"
          }
        ],
        "path": "Patient.animal",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.generalPractitioner",
        "path": "Patient.generalPractitioner",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "slicing": {
          "rules": "open"
        }
      },
      {
        "id": "Patient.link",
        "path": "Patient.link",
        "slicing": {
          "rules": "open"
        }
      }
    ]
  }
}