PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erp-servicerequest@1.0.1
    https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization
description: Organization that can be used to specify a KIM address
package_name: de.gematik.erp-servicerequest
derivation: constraint
name: ERPServiceRequestOrganization
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      slices:
        KIMAdresse:
          match: {}
          schema:
            type: Identifier
            mustSupport: true
            _required: true
            index: 1
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: kim-2.0, system: 'https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType'}
                index: 2
            required: [type]
        TIMAdresse:
          match: {}
          schema:
            type: Identifier
            index: 3
            elements:
              type:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: tim, system: 'https://gematik.de/fhir/directory/CodeSystem/EndpointDirectoryConnectionType'}
                index: 4
            required: [type]
package_version: 1.0.1
class: profile
kind: resource
url: https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization
base: https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization
version: '1.0'
required: [identifier]