PackagesCanonicalsLogsProblems
    Packages
    WorkshopJena3.v1@0.0.1-beta
    http://example.org/fhir/StructureDefinition/PatientDUPJena
description: Patient-Profil aus dem Wokshop der Uni Jena
package_name: WorkshopJena3.v1
derivation: constraint
name: PatientDUPJena
type: Patient
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system: {mustSupport: false, index: 1}
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        PidUniJena:
          match: {system: 'http://www.uniklinikum-jena.de/fhir/NamingSystem/patient-identifier'}
          schema:
            type: Identifier
            index: 2
            elements:
              type:
                elements:
                  coding: {index: 3}
                required: [coding]
              system:
                pattern: {type: Uri, value: 'http://www.uniklinikum-jena.de/fhir/NamingSystem/patient-identifier'}
                index: 4
  telecom: {index: 5}
  gender: {mustSupport: true, index: 6}
  birthDate: {mustSupport: true, index: 7}
  address: {index: 8}
  contact: {index: 9}
package_version: 0.0.1-beta
class: profile
kind: resource
url: http://example.org/fhir/StructureDefinition/PatientDUPJena
base: http://hl7.org/fhir/StructureDefinition/Patient
version: null
required: [gender, identifier, birthDate]