PackagesCanonicalsLogsProblems
    Packages
    de.thieme-compliance.anamnese@0.0.2-dev
    https://thieme-compliance.de/fhir/StructureDefinition/EcpKostentraeger
description: Kostenträger für die ECP-Dateneinleitung
package_name: de.thieme-compliance.anamnese
derivation: constraint
name: EcpKostentraeger
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        iknr:
          match: {}
          schema: {type: Identifier, array: true, index: 1}
          min: 0
  type:
    binding: {strength: required, valueSet: 'http://ihe-d.de/ValueSets/IHEXDShealthcareFacilityTypeCode'}
    mustSupport: true
    index: 2
    elements:
      coding:
        mustSupport: true
        index: 3
        elements:
          system: {mustSupport: true, index: 4}
          code: {mustSupport: true, index: 5}
        required: [code, system]
    required: [coding]
  name: {mustSupport: true, index: 6}
  address:
    type: Address
    mustSupport: true
    index: 7
    elements:
      line:
        mustSupport: true
        index: 8
        extensions:
          Strasse: {url: null, mustSupport: true, index: 9}
          Hausnummer: {url: null, mustSupport: true, index: 10}
        elements:
          extension:
            mustSupport: true
            index: 9
            slicing:
              slices:
                Strasse:
                  match: {}
                  schema: {mustSupport: true, index: 9}
                Hausnummer:
                  match: {}
                  schema: {mustSupport: true, index: 10}
      city: {mustSupport: true, index: 11}
      postalCode: {mustSupport: true, index: 12}
package_version: 0.0.2-dev
class: profile
kind: resource
url: https://thieme-compliance.de/fhir/StructureDefinition/EcpKostentraeger
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [type]