PackagesCanonicalsLogsProblems
    Packages
    ma.ambulanter.fall@1.0.6
    http://ma-ambulant.de/StructureDefinition/MaPatient
description: WIP
package_name: ma.ambulanter.fall
derivation: constraint
name: MaPatient
type: Patient
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      slices:
        pid:
          match: {}
          schema: {mustSupport: true, _required: true, index: 1}
          min: 1
        versichertenId:
          match: {}
          schema:
            mustSupport: true
            index: 2
            elements:
              assigner:
                mustSupport: true
                index: 3
                elements:
                  identifier:
                    type: Identifier
                    mustSupport: true
                    index: 4
                    elements:
                      system: {mustSupport: true, index: 5}
                      value: {mustSupport: true, index: 6}
                required: [identifier]
            required: [assigner]
  name: {mustSupport: true, index: 7}
  gender:
    mustSupport: true
    index: 8
    extensions:
      other-amtlich: {url: null, mustSupport: true, index: 9}
    elements:
      extension:
        mustSupport: true
        index: 9
        slicing:
          slices:
            other-amtlich:
              match: {}
              schema: {mustSupport: true, index: 9}
  birthDate: {mustSupport: true, index: 10}
  address: {mustSupport: true, index: 11}
package_version: 1.0.6
class: profile
kind: resource
url: http://ma-ambulant.de/StructureDefinition/MaPatient
base: https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient
version: null
required: [identifier]