PackagesCanonicalsLogsProblems
    Packages
    ASIC.Package@0.0.1-draft
    http://example.org/fhir/StructureDefinition/PatientDUPJena
description: null
package_name: ASIC.Package
derivation: constraint
name: PatientDUPJena
type: Patient
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        PidUniJena:
          match: {system: 'http://uniklinikum-jena.de/fhir/NamingSystem/patient-identifier'}
          schema:
            type: Identifier
            mustSupport: true
            _required: true
            index: 1
            elements:
              type: {mustSupport: true, index: 2}
              system:
                pattern: {type: Uri, value: 'http://uniklinikum-jena.de/fhir/NamingSystem/patient-identifier'}
                index: 3
        GkvIdentifier:
          match: {system: null}
          schema:
            type: Identifier
            mustSupport: true
            index: 4
            elements:
              type:
                elements:
                  coding: {index: 5}
                required: [coding]
  gender: {mustSupport: true, index: 6}
  birthDate: {mustSupport: true, index: 7}
package_version: 0.0.1-draft
class: profile
kind: resource
url: http://example.org/fhir/StructureDefinition/PatientDUPJena
base: http://hl7.org/fhir/StructureDefinition/Patient
version: null
required: [gender, identifier, birthDate]