{
  "resourceType": "StructureDefinition",
  "id": "a1822656-d8f3-4951-bbf8-9789ec438a05",
  "meta": {
    "lastUpdated": "2018-10-06T21:53:05.408+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/PatientEDS",
  "name": "PatientEDS",
  "status": "draft",
  "date": "2018-10-06T21:53:05.3971148+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.address.extension",
        "path": "Patient.address.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.address.extension:geolocation",
        "path": "Patient.address.extension",
        "sliceName": "geolocation",
        "type": [
          {
            "code": "Extension",
            "profile": "http://hl7.org/fhir/StructureDefinition/geolocation"
          }
        ]
      },
      {
        "id": "Patient.photo",
        "path": "Patient.photo",
        "max": "0"
      }
    ]
  }
}