{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/MyOrganization29",
  "name": "MyOrganization_v29",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "value"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier:JAR",
        "path": "Organization.identifier",
        "sliceName": "JAR",
        "definition": "Identifier for the organization that is used to identify the organization across multiple disparate systems. //Sveikatinimo įstaigos kodas (JAR) / Registration Code",
        "max": "1"
      },
      {
        "id": "Organization.identifier:JAR.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://esveikata.lt/Identifier/JAR",
        "example": [
          {
            "label": "code",
            "valueUri": "135163499"
          }
        ]
      },
      {
        "id": "Organization.identifier:SVEIDRAID",
        "path": "Organization.identifier",
        "sliceName": "SVEIDRAID",
        "definition": "Identifier for the organization that is used to identify the organization across multiple disparate systems.// Sveikatos priežiūros organizacinio vieneto (įstaigos, jos filialo, skyriaus, filialo skyriaus ir pan.) kodas SVEIDRA IS sistemoje / SVEIDRA ID issued by National health insurance fund",
        "max": "1"
      },
      {
        "id": "Organization.identifier:SVEIDRAID.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://esveikata.lt/Identifier/SVEIDRAID",
        "example": [
          {
            "label": "id",
            "valueUri": "699"
          }
        ]
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "definition": "Whether the organization's record is still in active use. // Nurodo ar įstaiga yra aktyvi ir gali būti naudojama. Jei laukas nenurodytas įstaiga yra aktyvi. / Whether the organization's record is still in active use. Default value is true if not specified"
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "definition": "The kind(s) of organization that this is. // Organizacijos tipas: pagrindinis sveikatos priežiūros paslaugų teikėjas (visa ligoninė) arba jos skyrius / Type of organization: main Healthcare Provider (whole Hospital) or its department",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.type.coding.system",
        "path": "Organization.type.coding.system",
        "fixedUri": "http://hl7.org/fhir/organization-type"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "definition": "A name associated with the organization. //Sveikatos priežiūros įstaigos pavadinimas / HCP name",
        "example": [
          {
            "label": "name",
            "valueString": "Hospital of Lithuanian University of Health Sciences Kaunas Clinics"
          }
        ]
      },
      {
        "id": "Organization.contact.telecom",
        "path": "Organization.contact.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "value"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.contact.telecom:Telephone",
        "path": "Organization.contact.telecom",
        "sliceName": "Telephone",
        "definition": "The contact details application for the purpose defined. // Sveikatinimo įstaigos telefono numeris / HCP telephone number",
        "max": "1"
      },
      {
        "id": "Organization.contact.telecom:Telephone.value",
        "path": "Organization.contact.telecom.value",
        "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).// Sveikatinimo įstaigos telefono numeris / HCP telephone number",
        "example": [
          {
            "label": "phone",
            "valueString": "+37067800000"
          }
        ]
      },
      {
        "id": "Organization.contact.telecom:Telephone.use",
        "path": "Organization.contact.telecom.use",
        "max": "0"
      },
      {
        "id": "Organization.contact.telecom:Telephone.rank",
        "path": "Organization.contact.telecom.rank",
        "max": "0"
      },
      {
        "id": "Organization.contact.telecom:Telephone.period",
        "path": "Organization.contact.telecom.period",
        "max": "0"
      },
      {
        "id": "Organization.contact.telecom:Email",
        "path": "Organization.contact.telecom",
        "sliceName": "Email",
        "definition": "The contact details application for the purpose defined.//Sveikatinimo įstaigos el. pašto adresas / HCP email",
        "max": "1"
      },
      {
        "id": "Organization.contact.telecom:Email.value",
        "path": "Organization.contact.telecom.value",
        "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).// Sveikatinimo įstaigos el. pašto adresas / HCP email",
        "example": [
          {
            "label": "email",
            "valueString": "organization@domain.lt"
          }
        ]
      },
      {
        "id": "Organization.contact.address.extension:addressIdentifier",
        "path": "Organization.contact.address.extension",
        "sliceName": "addressIdentifier",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://example1.org/fhir/StructureDefinition/MyExtension"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "definition": "The organization of which this organization forms a part. // Tuo atveju jei ligoninės skyrius, nuoroda į tėvinį skyrių ar sveikatinimo organizaciją / In case of department, reference to parent department or health organization"
      }
    ]
  }
}