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

FHIR IG analytics

Packagedguv.basis
Resource TypeStructureDefinition
IdDGUV_Basis_PR_BehandelndeEinrichtung.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=dguv.basis@1.4.0&canonical=http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-BehandelndeEinrichtung
URLhttp://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-BehandelndeEinrichtung
Version1.4
Statusdraft
Date2024-01-31
NameDGUV_Basis_PR_BehandelndeEinrichtung
TitleBehandelnde Einrichtung
DescriptionDieses Profil bildet die behandelnde Einrichtung ab.
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
DGUV-Basis-PR-DArztOrganisationD-Arzt Organisation
DGUV-Basis-PR-LeistungserbringerrolleLeistungserbringerrolle
DGUV-Basis-PR-WeiterbehandelndeOrganisationWeiterbehandelnde Organisation
DGUV-ENLA-PR-BehandelndeEinrichtungBehandelnde Einrichtung

Resources that this resource uses

StructureDefinition
address-de-basisAdresse, deutsches Basisprofil
identifier-bsnrIdentifier-Profil für die Abbildung einer Betriebsstättennummer
identifier-iknrIdentifier-Profil für die Abbildung eines Institutionskennzeichens (IKNR)
identifier-kzvaIdentifier-Profil für die Abbildung einer KZVAbrechnungsnummer
identifier-standortnummerIdentifier-Profil für die Standortnummer
identifier-telematik-idIdentifier-Profil für die Telematik-ID
identifier-vknrIdentifier-Profil für die Abbildung einer Vertragskassennummer (VKNR)
DGUV-Basis-PR-KontaktDatenKontaktdaten
ValueSet
FachabteilungsschluesselFachabteilungsschlüssel ValueSet
Fachabteilungsschluessel-erweitertFachabteilungsschluesselErweitert ValueSet
IHEXDShealthcareFacilityTypeCodeIHE XDS Healthcare Facility Type Code

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-BehandelndeEinrichtung",
  "version": "1.4",
  "name": "DGUV_Basis_PR_BehandelndeEinrichtung",
  "title": "Behandelnde Einrichtung",
  "status": "draft",
  "date": "2024-01-31",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil bildet die behandelnde Einrichtung ab.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "short": "Dieses Profil bildet eine Einrichtung ab."
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.identifier:Institutionskennzeichen",
        "path": "Organization.identifier",
        "sliceName": "Institutionskennzeichen",
        "short": "Institutionskennzeichen (IKNR)",
        "definition": "Als eindeutiges Merkmal zur Identifizierung von Vertragspartnern, die für die Sozialversicherungsträger Leistungen erbringen wird die IKNR durch die Arbeitsgemeinschaft Institutionskennzeichen vergeben.",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-iknr"
            ]
          }
        ]
      },
      {
        "id": "Organization.identifier:Betriebsstaettennummer",
        "path": "Organization.identifier",
        "sliceName": "Betriebsstaettennummer",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-bsnr"
            ]
          }
        ]
      },
      {
        "id": "Organization.identifier:VKNR",
        "path": "Organization.identifier",
        "sliceName": "VKNR",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-vknr"
            ]
          }
        ]
      },
      {
        "id": "Organization.identifier:KZV-Abrechnungsnummer",
        "path": "Organization.identifier",
        "sliceName": "KZV-Abrechnungsnummer",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-kzva"
            ]
          }
        ]
      },
      {
        "id": "Organization.identifier:Telematik-ID",
        "path": "Organization.identifier",
        "sliceName": "Telematik-ID",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-telematik-id"
            ]
          }
        ]
      },
      {
        "id": "Organization.identifier:Standortnummer",
        "path": "Organization.identifier",
        "sliceName": "Standortnummer",
        "short": "Standortnummer",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-standortnummer"
            ]
          }
        ]
      },
      {
        "id": "Organization.identifier:Standortnummer.type",
        "path": "Organization.identifier.type",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
              "code": "KSN"
            }
          ]
        }
      },
      {
        "id": "Organization.identifier:Standortnummer.type.coding",
        "path": "Organization.identifier.type.coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
          "code": "KSN"
        }
      },
      {
        "id": "Organization.identifier:Standortnummer.type.coding.system",
        "path": "Organization.identifier.type.coding.system",
        "min": 1,
        "patternUri": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type"
      },
      {
        "id": "Organization.identifier:Standortnummer.type.coding.code",
        "path": "Organization.identifier.type.coding.code",
        "min": 1,
        "patternCode": "KSN"
      },
      {
        "id": "Organization.identifier:Standortnummer.system",
        "path": "Organization.identifier.system",
        "short": "Menge möglicher Standortnummern"
      },
      {
        "id": "Organization.identifier:Standortnummer.value",
        "path": "Organization.identifier.value",
        "short": "Konkrete Standortnummer"
      },
      {
        "id": "Organization.type.coding",
        "path": "Organization.type.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.type.coding:IHE-Code",
        "path": "Organization.type.coding",
        "sliceName": "IHE-Code",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://ihe-d.de/ValueSets/IHEXDShealthcareFacilityTypeCode"
        }
      },
      {
        "id": "Organization.type.coding:IHE-Code.system",
        "path": "Organization.type.coding.system",
        "min": 1
      },
      {
        "id": "Organization.type.coding:IHE-Code.version",
        "path": "Organization.type.coding.version",
        "min": 1
      },
      {
        "id": "Organization.type.coding:IHE-Code.code",
        "path": "Organization.type.coding.code",
        "min": 1
      },
      {
        "id": "Organization.type.coding:IHE-Code.display",
        "path": "Organization.type.coding.display",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe",
        "path": "Organization.type.coding",
        "sliceName": "HL7-Fachschluesselgruppe",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.de/ValueSet/dkgev/Fachabteilungsschluessel"
        }
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe.system",
        "path": "Organization.type.coding.system",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe.version",
        "path": "Organization.type.coding.version",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe.code",
        "path": "Organization.type.coding.code",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe.display",
        "path": "Organization.type.coding.display",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe-erweitert",
        "path": "Organization.type.coding",
        "sliceName": "HL7-Fachschluesselgruppe-erweitert",
        "max": "1",
        "binding": {
          "strength": "required",
          "valueSet": "http://fhir.de/ValueSet/dkgev/Fachabteilungsschluessel-erweitert"
        }
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe-erweitert.system",
        "path": "Organization.type.coding.system",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe-erweitert.version",
        "path": "Organization.type.coding.version",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe-erweitert.code",
        "path": "Organization.type.coding.code",
        "min": 1
      },
      {
        "id": "Organization.type.coding:HL7-Fachschluesselgruppe-erweitert.display",
        "path": "Organization.type.coding.display",
        "min": 1
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "http://fhir.dguv.de/Basis/ContactPoint/DGUV-Basis-PR-KontaktDaten"
            ]
          }
        ]
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.address:Strassenanschrift",
        "path": "Organization.address",
        "sliceName": "Strassenanschrift",
        "max": "1",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id": "Organization.address:Strassenanschrift.type",
        "path": "Organization.address.type",
        "min": 1,
        "fixedCode": "both"
      },
      {
        "id": "Organization.address:Strassenanschrift.line.extension:Postfach",
        "path": "Organization.address.line.extension",
        "sliceName": "Postfach",
        "max": "0"
      },
      {
        "id": "Organization.address:Postfach",
        "path": "Organization.address",
        "sliceName": "Postfach",
        "max": "1",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id": "Organization.address:Postfach.extension",
        "path": "Organization.address.extension",
        "max": "1"
      },
      {
        "id": "Organization.address:Postfach.type",
        "path": "Organization.address.type",
        "min": 1,
        "fixedCode": "postal"
      },
      {
        "id": "Organization.address:Postfach.line.extension:Strasse",
        "path": "Organization.address.line.extension",
        "sliceName": "Strasse",
        "max": "0"
      },
      {
        "id": "Organization.address:Postfach.line.extension:Hausnummer",
        "path": "Organization.address.line.extension",
        "sliceName": "Hausnummer",
        "max": "0"
      },
      {
        "id": "Organization.address:Postfach.line.extension:Adresszusatz",
        "path": "Organization.address.line.extension",
        "sliceName": "Adresszusatz",
        "max": "0"
      },
      {
        "id": "Organization.contact.telecom",
        "path": "Organization.contact.telecom",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "http://fhir.dguv.de/Basis/ContactPoint/DGUV-Basis-PR-KontaktDaten"
            ]
          }
        ]
      }
    ]
  }
}