{
  "resourceType": "StructureDefinition",
  "id": "lt-organization",
  "url": "http://esveikata.lt/Profile/Organization",
  "version": "1.0.0",
  "name": "LtOrganization",
  "status": "active",
  "date": "2023-02-09",
  "description": "Lithuanian national profile for an organization (įstaiga).",
  "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": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "min": 1
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.identifier:SVEIDRA",
        "path": "Organization.identifier",
        "short": "SVEIDRA numeris",
        "sliceName": "SVEIDRA",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:SVEIDRA.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://esveikata.lt/Identifier/SVEIDRAID"
      },
      {
        "id": "Organization.identifier:JAR",
        "path": "Organization.identifier",
        "short": "JAR kodas",
        "sliceName": "JAR",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:JAR.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://esveikata.lt/Identifier/JAR"
      },
      {
        "id": "Organization.identifier:ESPBI",
        "path": "Organization.identifier",
        "short": "ESPBI id",
        "sliceName": "ESPBI",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Organization.identifier:ESPBI.system",
        "path": "Organization.identifier.system",
        "fixedUri": "http://esveikata.lt/Identifier/ESPBI"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "Įstaigos pavadinimas",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Organization.contact",
        "path": "Organization.contact",
        "min": 1
      },
      {
        "id": "Organization.contact.telecom",
        "path": "Organization.contact.telecom",
        "short": "Įstaigos kontaktai (email, tel. nr)"
      },
      {
        "id": "Organization.contact.address",
        "path": "Organization.contact.address",
        "short": "Adresas",
        "min": 1,
        "max": "1"
      }
    ]
  }
}