{
  "resourceType": "StructureDefinition",
  "id": "test-patient-log",
  "url": "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/test-patient-log",
  "name": "TestPatientLog",
  "title": "Test Patient Log",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/test-patient-log",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "test-patient-log",
        "path": "test-patient-log",
        "short": "Test Patient Log",
        "definition": "Test Patient Log",
        "min": 0,
        "max": "*",
        "base": {
          "path": "test-patient-log",
          "min": 0,
          "max": "*"
        },
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "test-patient-log.id",
        "path": "test-patient-log.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.org/fhirpath/System.String",
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ]
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "test-patient-log.extension",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "test-patient-log.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "condition": [
          "ele-1"
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
            "source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          },
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData",
        "path": "test-patient-log.PatientData",
        "short": "Patientendaten",
        "definition": "Patientendaten",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PatientData",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.KVNR",
        "path": "test-patient-log.PatientData.KVNR",
        "short": "KVNR",
        "definition": "KVNR",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PatientData.KVNR",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Name",
        "path": "test-patient-log.PatientData.Name",
        "short": "Name des Patienten",
        "definition": "\n    _blabla_\n    ",
        "comment": "Klären mit Gkv",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PatientData.Name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Name.Vorname",
        "path": "test-patient-log.PatientData.Name.Vorname",
        "short": "Vornamen",
        "definition": "Vornamen",
        "min": 0,
        "max": "*",
        "base": {
          "path": "test-patient-log.PatientData.Name.Vorname",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Name.Nachname",
        "path": "test-patient-log.PatientData.Name.Nachname",
        "short": "Nachnamen",
        "definition": "Nachnamen",
        "min": 1,
        "max": "*",
        "base": {
          "path": "test-patient-log.PatientData.Name.Nachname",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.BirthDate",
        "path": "test-patient-log.PatientData.BirthDate",
        "short": "Geburtsdatum",
        "definition": "Geburtsdatum",
        "min": 0,
        "max": "1",
        "base": {
          "path": "test-patient-log.PatientData.BirthDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Gender",
        "path": "test-patient-log.PatientData.Gender",
        "short": "Geschlecht",
        "definition": "Geschlecht",
        "min": 0,
        "max": "1",
        "base": {
          "path": "test-patient-log.PatientData.Gender",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.Address",
        "path": "test-patient-log.Address",
        "short": "Adresse",
        "definition": "Adresse",
        "min": 1,
        "max": "*",
        "base": {
          "path": "test-patient-log.Address",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.City",
        "path": "test-patient-log.Address.City",
        "short": "Stadt",
        "definition": "Stadt",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.Address.City",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.Street",
        "path": "test-patient-log.Address.Street",
        "short": "Straße",
        "definition": "Straße",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.Address.Street",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.PostCode",
        "path": "test-patient-log.Address.PostCode",
        "short": "Postleitzahl",
        "definition": "Postleitzahl",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.Address.PostCode",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.Number",
        "path": "test-patient-log.Address.Number",
        "short": "Hausnummer",
        "definition": "Hausnummer",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.Address.Number",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData",
        "path": "test-patient-log.PractitionerData",
        "short": "Angaben zum Arzt",
        "definition": "Angaben zum Arzt",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PractitionerData",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.LANR",
        "path": "test-patient-log.PractitionerData.LANR",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PractitionerData.LANR",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.TelematikId",
        "path": "test-patient-log.PractitionerData.TelematikId",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PractitionerData.TelematikId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.Phone",
        "path": "test-patient-log.PractitionerData.Phone",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PractitionerData.Phone",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.Name",
        "path": "test-patient-log.PractitionerData.Name",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.PractitionerData.Name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData",
        "path": "test-patient-log.RefferalData",
        "short": "Angaben zur Überweisung ",
        "definition": "Angaben zur Überweisung ",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.RefferalData",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.SpezialisierteBehandlung",
        "path": "test-patient-log.RefferalData.SpezialisierteBehandlung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.RefferalData.SpezialisierteBehandlung",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.Diagnosesicherstellung",
        "path": "test-patient-log.RefferalData.Diagnosesicherstellung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.RefferalData.Diagnosesicherstellung",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.Zweitmeinung",
        "path": "test-patient-log.RefferalData.Zweitmeinung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.RefferalData.Zweitmeinung",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.Weiterbehandlung",
        "path": "test-patient-log.RefferalData.Weiterbehandlung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.RefferalData.Weiterbehandlung",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.KomplexeMedizinischeBehandlung",
        "path": "test-patient-log.RefferalData.KomplexeMedizinischeBehandlung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.RefferalData.KomplexeMedizinischeBehandlung",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.Dringlichkeit",
        "path": "test-patient-log.Dringlichkeit",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.Dringlichkeit",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.DatumDerUeberweisung",
        "path": "test-patient-log.DatumDerUeberweisung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.DatumDerUeberweisung",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "test-patient-log.Diagnosen",
        "path": "test-patient-log.Diagnosen",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "base": {
          "path": "test-patient-log.Diagnosen",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "test-patient-log",
        "path": "test-patient-log",
        "short": "Test Patient Log",
        "definition": "Test Patient Log"
      },
      {
        "id": "test-patient-log.PatientData",
        "path": "test-patient-log.PatientData",
        "short": "Patientendaten",
        "definition": "Patientendaten",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.KVNR",
        "path": "test-patient-log.PatientData.KVNR",
        "short": "KVNR",
        "definition": "KVNR",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Name",
        "path": "test-patient-log.PatientData.Name",
        "short": "Name des Patienten",
        "definition": "\n    _blabla_\n    ",
        "comment": "Klären mit Gkv",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Name.Vorname",
        "path": "test-patient-log.PatientData.Name.Vorname",
        "short": "Vornamen",
        "definition": "Vornamen",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Name.Nachname",
        "path": "test-patient-log.PatientData.Name.Nachname",
        "short": "Nachnamen",
        "definition": "Nachnamen",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.BirthDate",
        "path": "test-patient-log.PatientData.BirthDate",
        "short": "Geburtsdatum",
        "definition": "Geburtsdatum",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PatientData.Gender",
        "path": "test-patient-log.PatientData.Gender",
        "short": "Geschlecht",
        "definition": "Geschlecht",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.Address",
        "path": "test-patient-log.Address",
        "short": "Adresse",
        "definition": "Adresse",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.City",
        "path": "test-patient-log.Address.City",
        "short": "Stadt",
        "definition": "Stadt",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.Street",
        "path": "test-patient-log.Address.Street",
        "short": "Straße",
        "definition": "Straße",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.PostCode",
        "path": "test-patient-log.Address.PostCode",
        "short": "Postleitzahl",
        "definition": "Postleitzahl",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.Address.Number",
        "path": "test-patient-log.Address.Number",
        "short": "Hausnummer",
        "definition": "Hausnummer",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData",
        "path": "test-patient-log.PractitionerData",
        "short": "Angaben zum Arzt",
        "definition": "Angaben zum Arzt",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.LANR",
        "path": "test-patient-log.PractitionerData.LANR",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.TelematikId",
        "path": "test-patient-log.PractitionerData.TelematikId",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.Phone",
        "path": "test-patient-log.PractitionerData.Phone",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.PractitionerData.Name",
        "path": "test-patient-log.PractitionerData.Name",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData",
        "path": "test-patient-log.RefferalData",
        "short": "Angaben zur Überweisung ",
        "definition": "Angaben zur Überweisung ",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.SpezialisierteBehandlung",
        "path": "test-patient-log.RefferalData.SpezialisierteBehandlung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.Diagnosesicherstellung",
        "path": "test-patient-log.RefferalData.Diagnosesicherstellung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.Zweitmeinung",
        "path": "test-patient-log.RefferalData.Zweitmeinung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.Weiterbehandlung",
        "path": "test-patient-log.RefferalData.Weiterbehandlung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.RefferalData.KomplexeMedizinischeBehandlung",
        "path": "test-patient-log.RefferalData.KomplexeMedizinischeBehandlung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.Dringlichkeit",
        "path": "test-patient-log.Dringlichkeit",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "test-patient-log.DatumDerUeberweisung",
        "path": "test-patient-log.DatumDerUeberweisung",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "test-patient-log.Diagnosen",
        "path": "test-patient-log.Diagnosen",
        "short": "xxx",
        "definition": "xxx",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}