{
  "resourceType": "StructureDefinition",
  "id": "MaiaGesundheitseinrichtung",
  "url": "https://tiplu.de/fhir/maia/StructureDefinition/MaiaGesundheitseinrichtung",
  "version": "1.0.0",
  "name": "MaiaGesundheitseinrichtung",
  "title": "Maia Gesundheitseinrichtung",
  "status": "active",
  "experimental": false,
  "date": "2023-02-27",
  "publisher": "Tiplu GmbH",
  "description": "Das vorliegende Organization-Profil im UseCase einer Gesundheitseinrichtung beschreibt alle verpflichtenden und optionalen Informationen, die ein Datenlieferant für Maia liefern muss.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.id",
        "path": "Organization.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Institutskennzeichen",
        "path": "Organization.identifier",
        "sliceName": "Institutskennzeichen",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-iknr"
            ]
          }
        ],
        "patternIdentifier": {
          "type": {
            "coding": [
              {
                "code": "XX",
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          }
        },
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Institutskennzeichen.type",
        "path": "Organization.identifier.type",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Institutskennzeichen.system",
        "path": "Organization.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Institutskennzeichen.value",
        "path": "Organization.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "prov",
              "system": "http://terminology.hl7.org/CodeSystem/organization-type"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "mustSupport": true
      }
    ]
  }
}