{
  "resourceType": "StructureDefinition",
  "id": "a55eb83d-23ac-4f3c-9c52-457009cf2a08",
  "meta": {
    "lastUpdated": "2020-02-12T13:16:29.126+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/PatientDUPJena",
  "name": "PatientDUPJena",
  "title": "DUP Profil für Patient Jena",
  "status": "draft",
  "date": "2020-02-12T13:16:29.5112505+00:00",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "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"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:PidUniJena",
        "path": "Patient.identifier",
        "sliceName": "PidUniJena",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-pid"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:PidUniJena.type",
        "path": "Patient.identifier.type",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:PidUniJena.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://uniklinikum-jena.de/fhir/NamingSystem/patient-identifier"
      },
      {
        "id": "Patient.identifier:GkvIdentifier",
        "path": "Patient.identifier",
        "sliceName": "GkvIdentifier",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-kvid-10"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:GkvIdentifier.type.coding",
        "path": "Patient.identifier.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}