PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.use@case.omi-0.3.8
    http://omi.de/fhir/registry/StructureDefinition/omi-organization
description: Profile of Organization for the OMI context.
package_name: de.medizininformatikinitiative.use
derivation: constraint
name: OmiOrganization
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system:
        pattern: {type: Uri, value: 'http://omi.de/fhir/registry/sid/organization'}
        mustSupport: true
        index: 1
      value: {mustSupport: true, index: 2}
  active: {mustSupport: true, index: 3}
  type:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: prov, system: 'http://terminology.hl7.org/CodeSystem/organization-type'}
    index: 4
    elements:
      coding:
        mustSupport: true
        index: 5
        elements:
          system: {mustSupport: true, index: 6}
          code: {mustSupport: true, index: 7}
          display: {mustSupport: true, index: 8}
  name: {mustSupport: true, index: 9}
  telecom:
    mustSupport: true
    index: 10
    elements:
      system: {mustSupport: true, index: 11}
      value: {mustSupport: true, index: 12}
    slicing:
      rules: open
      discriminator:
      - {path: system, type: pattern}
      min: null
      slices:
        Telefon:
          match: {system: phone}
          schema:
            mustSupport: true
            index: 13
            elements:
              system:
                pattern: {type: Code, value: phone}
                index: 14
            required: [system]
        Mail:
          match: {system: email}
          schema:
            mustSupport: true
            index: 15
            elements:
              system:
                pattern: {type: Code, value: email}
                index: 16
            required: [system]
  address:
    mustSupport: true
    index: 17
    elements:
      line: {mustSupport: true, index: 18}
      city: {mustSupport: true, index: 19}
      postalCode: {mustSupport: true, index: 20}
package_version: case.omi-0.3.8
class: profile
kind: resource
url: http://omi.de/fhir/registry/StructureDefinition/omi-organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 0.3.8