FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/TipluOrganizationKrankenhaus

Packagebasisprofil.tiplu.de.r4.dev
Resource TypeStructureDefinition
IdTipluOrganizationKrankenhaus
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=basisprofil.tiplu.de.r4.dev@1.0.1&canonical=https://tiplu.de/fhir/StructureDefinition/TipluOrganizationKrankenhaus
URLhttps://tiplu.de/fhir/StructureDefinition/TipluOrganizationKrankenhaus
Version2.0.0
Statusactive
Date2025-05-01
NameTipluOrganizationKrankenhaus
TitleKrankenhaus
DescriptionDieses Profil bildet die Einrichtung Krankenhaus ab
CopyrightTiplu GmbH
TypeOrganization
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
KBV_PR_Base_OrganizationKBV_PR_Base_Organization
identifier-kuerzelProfil für die Abbildung eines Ressourcen-Kürzels als Identifier

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "TipluOrganizationKrankenhaus",
  "url": "https://tiplu.de/fhir/StructureDefinition/TipluOrganizationKrankenhaus",
  "version": "2.0.0",
  "name": "TipluOrganizationKrankenhaus",
  "title": "Krankenhaus",
  "status": "active",
  "date": "2025-05-01",
  "publisher": "Tiplu GmbH",
  "contact": [
    {
      "name": "Tiplu GmbH",
      "telecom": [
        {
          "system": "email",
          "value": "fhir@tiplu.de"
        }
      ]
    }
  ],
  "description": "Dieses Profil bildet die Einrichtung Krankenhaus ab",
  "copyright": "Tiplu GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.identifier:Institutionskennzeichen",
        "path": "Organization.identifier",
        "sliceName": "Institutionskennzeichen",
        "min": 1,
        "mustSupport": true
      },
      {
        "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.type",
        "path": "Organization.identifier.type",
        "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.name",
        "path": "Organization.name",
        "mustSupport": true
      }
    ]
  }
}