PackagesCanonicalsLogsProblems
    Packages
    lt.hl7.fhir.base@0.1.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'}
        index: 1
  active: {short: Ar įstaiga yra veikianti / Whether the organization's record is still in active use, mustSupport: true, index: 2}
  name:
    short: Name organizations (in Lithuanian)
    mustSupport: true
    index: 3
    extensions:
      translation: {url: 'http://hl7.org/fhir/StructureDefinition/translation|5.2.0', min: 0, type: Extension, mustSupport: true, index: 5}
    elements:
      extension:
        short: Name organizations (in English)
        index: 4
        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: 5}
              min: 0
  contact:
    short: Įstaigos kontaktinė informacija / Official contact details for the Organization
    mustSupport: true
    index: 6
    elements:
      telecom:
        short: Contact details (phone/email and more)
        index: 7
        elements:
          value: {index: 8}
        required: [value]
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            Phone:
              match: {system: phone}
              schema:
                short: Telefono numeris / Phone number
                mustSupport: true
                array: true
                index: 9
                elements:
                  system:
                    pattern: {type: Code, value: phone}
                    index: 10
                required: [system]
            Email:
              match: {system: email}
              schema:
                short: Elektroninio pašto adresas / Email
                mustSupport: true
                array: true
                index: 11
                elements:
                  system:
                    pattern: {type: Code, value: email}
                    index: 12
                required: [system]
      address: {short: Įstaigos adresas / Adress, mustSupport: true, index: 13}
    required: [address, telecom]
  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.1.0']
    index: 14
package_version: 0.1.0
class: profile
kind: resource
url: https://hl7.lt/fhir/base/StructureDefinition/lt-organization
base: http://hl7.org/fhir/StructureDefinition/Organization|5.0.0
version: 0.1.0
required: [name, identifier, active, contact]