{
  "resourceType": "StructureDefinition",
  "id": "778e48ee-45e9-4cff-ae83-a86d5436fd90",
  "meta": {
    "lastUpdated": "2020-02-12T13:46:52.026+00:00"
  },
  "url": "http://www.imise.de/fhir/test/StructureDefinition/MyPatientDUPJena",
  "name": "MyPatientDUPJena",
  "title": "DUP Patient",
  "status": "draft",
  "date": "2020-02-12T13:46:52.0306865+00:00",
  "publisher": "sebastian",
  "contact": [
    {
      "name": "Sebastian Stäubert",
      "telecom": [
        {
          "system": "email",
          "value": "sebastian.staeubert@imise.uni.leipzig.de",
          "use": "work"
        }
      ]
    }
  ],
  "description": "20200212 SMITH FHIR Winterschool:",
  "purpose": "Testing / Learning",
  "copyright": "Year!",
  "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"
        },
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:UniJena",
        "path": "Patient.identifier",
        "sliceName": "UniJena",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-pid"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier:UniJena.type.coding",
        "path": "Patient.identifier.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.identifier:UniJena.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://uniklinikum-jena.de/fhir/NamingSystem/patient-identifier"
      },
      {
        "id": "Patient.identifier:KVNummer",
        "path": "Patient.identifier",
        "sliceName": "KVNummer",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-kvid-10"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier:KVNummer.type.coding",
        "path": "Patient.identifier.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "max": "0"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "max": "0"
      }
    ]
  }
}