PackagesCanonicalsLogsProblems
    Packages
    lt.hl7.fhir.base@0.2.0
    https://hl7.lt/fhir/base/StructureDefinition/lt-organization
description: Lithuanian Base Organization profile, used to define healthcare organizations and sub-units
package_name: lt.hl7.fhir.base
derivation: constraint
name: LTBaseOrganization
type: Organization
elements:
  identifier:
    short: Įstaigos identifikatorius
    mustSupport: true
    index: 0
    elements:
      system:
        binding: {strength: extensible, valueSet: 'https://hl7.lt/fhir/base/ValueSet/organization-identifier|1.0.0'}
        mustSupport: true
        index: 1
      value: {mustSupport: true, index: 2}
  active: {short: Ar įstaiga yra veikianti / Whether the organization's record is still in active use, mustSupport: true, index: 3}
  name:
    short: Name organizations (in Lithuanian)
    mustSupport: true
    index: 4
    extensions:
      translation: {url: 'http://hl7.org/fhir/StructureDefinition/translation|5.2.0', min: 0, type: Extension, mustSupport: true, index: 6}
    elements:
      extension:
        short: Name organizations (in English)
        index: 5
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            translation:
              match: {url: null}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/translation|5.2.0', index: 6}
              min: 0
  contact:
    short: Įstaigos kontaktinė informacija / Official contact details for the Organization
    mustSupport: true
    index: 7
    elements:
      telecom:
        short: Contact details (phone/email and more)
        index: 8
        elements:
          system: {mustSupport: true, index: 9}
          value: {mustSupport: true, index: 10}
          use: {mustSupport: true, index: 11}
        required: [value]
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            phone:
              match: {system: phone}
              schema:
                short: Telefono numeris / Phone number
                mustSupport: true
                array: true
                index: 12
                elements:
                  system:
                    pattern: {type: Code, value: phone}
                    index: 13
                required: [system]
            email:
              match: {system: email}
              schema:
                short: Elektroninio pašto adresas / Email
                mustSupport: true
                array: true
                index: 14
                elements:
                  system:
                    pattern: {type: Code, value: email}
                    index: 15
                required: [system]
      address: {short: Įstaigos adresas / Adress, mustSupport: true, index: 16}
  partOf:
    type: Reference
    short: Įstaiga, kuriai priklausi ši įstaiga/padalinys / The organization of which this organization forms a part.
    mustSupport: true
    refers: ['https://hl7.lt/fhir/base/StructureDefinition/lt-organization|0.2.0']
    index: 17
package_version: 0.2.0
class: profile
kind: resource
url: https://hl7.lt/fhir/base/StructureDefinition/lt-organization
base: http://hl7.eu/fhir/base-r5/StructureDefinition/organization-eu-core|0.1.0
version: 0.2.0
required: [identifier, active]