{
  "resourceType": "StructureDefinition",
  "id": "3cd3e097-b767-4b9a-85dc-cfdf4f49c163",
  "meta": {
    "lastUpdated": "2019-03-15T13:43:14.6396322+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MHDL_Patient",
  "name": "MHDL_Patient",
  "status": "draft",
  "date": "2019-03-15T13:43:17.3583322+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "constraint": [
          {
            "key": "bla",
            "severity": "error",
            "human": "Land muss Deutschland sein",
            "expression": "address.country='de'"
          }
        ]
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:species",
        "path": "Patient.extension",
        "sliceName": "species",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://example.org/fhir/StructureDefinition/MHDL_Species"
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "description": "blalbla",
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier:Citizen-ID",
        "path": "Patient.identifier",
        "sliceName": "Citizen-ID",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://fhir.ufp/NamingSystem/ufp-patient"
          }
        ]
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Address",
            "profile": "http://example.org/fhir/StructureDefinition/MHDL_Adresse"
          }
        ]
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Patient.address.city",
        "path": "Patient.address.city",
        "min": 1
      }
    ]
  }
}