{
  "resourceType": "StructureDefinition",
  "id": "LScPatientProfil",
  "url": "http://dguv.de/fhir/StructureDefinition/LScPatientProfil",
  "version": "1.0.0",
  "name": "LScPatientProfil",
  "publisher": "LSc",
  "description": "Dies ist ein Bsp. für ein Patientenprofil",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "comment": "Pflichtfeld zur Vermeidung von Verwechslungen",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "short": "Nachname",
        "comment": "wegen korrekter Anrede",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "short": "Vorname",
        "comment": "wegen korrekter Anrede",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "comment": "wegen Bettenzuordnung",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "mustSupport": true
      },
      {
        "id": "Patient.address.extension",
        "path": "Patient.address.extension",
        "min": 1
      },
      {
        "id": "Patient.address.extension:planet",
        "path": "Patient.address.extension",
        "sliceName": "planet",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://dguv.de/fhir/StructureDefinition/PlanetExtension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.city",
        "path": "Patient.address.city",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.address.postalCode",
        "path": "Patient.address.postalCode",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.maritalStatus",
        "path": "Patient.maritalStatus",
        "short": "Personenstand"
      }
    ]
  }
}