FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebasisprofil.tiplu.de.r4.dev
Resource TypeStructureDefinition
IdStructureDefinition-TipluOrganizationKrankenhaus.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=basisprofil.tiplu.de.r4.dev@3.0.0-rc.9dev&canonical=https://tiplu.de/fhir/StructureDefinition/TipluOrganizationKrankenhaus
URLhttps://tiplu.de/fhir/StructureDefinition/TipluOrganizationKrankenhaus
Version2.0.2
Statusactive
Date2026-04-02
NameTipluOrganizationKrankenhaus
TitleKrankenhaus
DescriptionDieses Profil bildet die Einrichtung Krankenhaus ab. Ein Krankenhaus gilt hier als oberste Instanz, weshalb das partOf hier nicht befüllt ist. Es leitet von ISiK ab und setzt alle dort mit MS-Flag versehenen Elemente - bis auf telecom, address, contact, endpoint - um.
CopyrightTiplu GmbH
TypeOrganization
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
de.gematik.isik#5.1.3ISiKOrganisationISiKOrganisation
basisprofil.tiplu.de.r4.dev#3.0.0-rc.9devidentifier-kuerzelProfil für die Abbildung eines Ressourcen-Kürzels als Identifier

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "TipluOrganizationKrankenhaus",
  "url": "https://tiplu.de/fhir/StructureDefinition/TipluOrganizationKrankenhaus",
  "version": "2.0.2",
  "name": "TipluOrganizationKrankenhaus",
  "title": "Krankenhaus",
  "status": "active",
  "date": "2026-04-02",
  "publisher": "Tiplu GmbH",
  "contact": [
    {
      "name": "Tiplu GmbH",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@tiplu.de"
        }
      ]
    }
  ],
  "description": "Dieses Profil bildet die Einrichtung Krankenhaus ab. Ein Krankenhaus gilt hier als oberste Instanz, weshalb das partOf hier nicht befüllt ist. Es leitet von ISiK ab und setzt alle dort mit MS-Flag versehenen Elemente - bis auf telecom, address, contact, endpoint - um.",
  "copyright": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.meta",
        "path": "Organization.meta",
        "mustSupport": true
      },
      {
        "id": "Organization.meta.profile",
        "path": "Organization.meta.profile",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:IKNR",
        "path": "Organization.identifier",
        "sliceName": "IKNR",
        "min": 1
      },
      {
        "id": "Organization.identifier:Kuerzel",
        "path": "Organization.identifier",
        "sliceName": "Kuerzel",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://tiplu.de/fhir/StructureDefinition/identifier-kuerzel"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Kuerzel.system",
        "path": "Organization.identifier.system",
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Kuerzel.value",
        "path": "Organization.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "patternBoolean": true
      },
      {
        "id": "Organization.type:organisationstyp",
        "path": "Organization.type",
        "sliceName": "organisationstyp",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "prov",
              "system": "http://terminology.hl7.org/CodeSystem/organization-type"
            }
          ]
        },
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/organization-type"
        }
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "comment": "Im aktuellen Kontext von Tiplu nicht befüllt."
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "comment": "Im aktuellen Kontext von Tiplu nicht befüllt."
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "comment": "Im aktuellen Kontext von Tiplu ist das Krankenhaus die oberste Organisation."
      },
      {
        "id": "Organization.contact",
        "path": "Organization.contact",
        "comment": "Im aktuellen Kontext von Tiplu nicht befüllt."
      },
      {
        "id": "Organization.endpoint",
        "path": "Organization.endpoint",
        "comment": "Im aktuellen Kontext von Tiplu nicht befüllt."
      }
    ]
  }
}