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

FHIR IG analytics

Packagerki.demis.common
Resource TypeStructureDefinition
IdStructureDefinition-NotifiedPersonFacility.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rki.demis.common@3.0.0-rc.4&canonical=https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility
URLhttps://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility
Version2.0.0
Statusactive
Date2025-02-20
NameNotifiedPersonFacility
TitleBetroffenen-Einrichtung
Realmde
DescriptionSofern dem Melder bekannt ist, wo sich die betroffene Person derzeit aufhält (abweichend vom Hauptwohnsitz) ist diese Information anzugeben.
CopyrightCopyright (C) 2021-2025 Robert Koch-Institut
TypeOrganization
Kindresource

Resources that use this resource

StructureDefinition
FacilityAddressNotifiedPersonEinrichtungsadresse Betroffene Person

Resources that this resource uses

StructureDefinition
address-de-basisAdresse, deutsches Basisprofil
CommentKommentar
ValueSet
organizationTypeEinrichtungsart

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "NotifiedPersonFacility",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility",
  "version": "2.0.0",
  "name": "NotifiedPersonFacility",
  "title": "Betroffenen-Einrichtung",
  "status": "active",
  "date": "2025-02-20",
  "publisher": "Robert Koch-Institut",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "demis-support@rki.de"
        }
      ]
    }
  ],
  "description": "Sofern dem Melder bekannt ist, wo sich die betroffene Person derzeit aufhält (abweichend vom Hauptwohnsitz) ist diese Information anzugeben.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "version": "ALPHA-2",
          "code": "DE"
        }
      ]
    }
  ],
  "copyright": "Copyright (C) 2021-2025 Robert Koch-Institut",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.meta",
        "path": "Organization.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.meta.profile",
        "path": "Organization.meta.profile",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.meta.profile:notifiedPersonFacility",
        "path": "Organization.meta.profile",
        "sliceName": "notifiedPersonFacility",
        "min": 1,
        "max": "1",
        "patternCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility",
        "mustSupport": true
      },
      {
        "id": "Organization.active",
        "path": "Organization.active",
        "max": "0"
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "short": "Art der Einrichtung",
        "definition": "Art der Einrichtung. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/organizationType) im coding Element dargestellt werden.",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Organization.type.coding",
        "path": "Organization.type.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://demis.rki.de/fhir/ValueSet/organizationType"
        }
      },
      {
        "id": "Organization.type.coding.system",
        "path": "Organization.type.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.type.coding.code",
        "path": "Organization.type.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Organization.type.text",
        "path": "Organization.type.text",
        "max": "0"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "Einrichtungsname",
        "definition": "Einrichtungsname",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "closed"
        },
        "short": "Kontaktangaben der Betroffenen Person",
        "definition": "Kontaktangaben der Betroffenen Person. Telefonnummern oder E-Mailadressen können angegeben werden.",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:Email",
        "path": "Organization.telecom",
        "sliceName": "Email"
      },
      {
        "id": "Organization.telecom:Email.system",
        "path": "Organization.telecom.system",
        "min": 1,
        "fixedCode": "email",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:Email.value",
        "path": "Organization.telecom.value",
        "min": 1,
        "constraint": [
          {
            "key": "validEmailAddress",
            "severity": "error",
            "human": "Die E-Mail-Adresse muss valide sein.",
            "expression": "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}[%content%]#39;)"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:Phone",
        "path": "Organization.telecom",
        "sliceName": "Phone",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:Phone.extension",
        "path": "Organization.telecom.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.telecom:Phone.extension:comment",
        "path": "Organization.telecom.extension",
        "sliceName": "comment",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/Comment"
            ]
          }
        ]
      },
      {
        "id": "Organization.telecom:Phone.system",
        "path": "Organization.telecom.system",
        "min": 1,
        "fixedCode": "phone",
        "mustSupport": true
      },
      {
        "id": "Organization.telecom:Phone.value",
        "path": "Organization.telecom.value",
        "min": 1,
        "constraint": [
          {
            "key": "validPhoneNumber",
            "severity": "error",
            "human": "Die Telefonnummer muss valide sein.",
            "expression": "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}[%content%]#39;)"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "short": "Einrichtungsaddresse",
        "definition": "Einrichtungsaddresse",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Organization.address.line",
        "path": "Organization.address.line",
        "max": "3"
      },
      {
        "id": "Organization.address.line.extension",
        "path": "Organization.address.line.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Organization.address.line.extension:Postfach",
        "path": "Organization.address.line.extension",
        "sliceName": "Postfach",
        "max": "0"
      },
      {
        "id": "Organization.address.postalCode",
        "path": "Organization.address.postalCode",
        "short": "Postleitzahl"
      },
      {
        "id": "Organization.address.country",
        "path": "Organization.address.country",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-2"
        }
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "short": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört",
        "definition": "Übergeordnete Einrichtung, zu der diese Einrichtung gehört",
        "mustSupport": true
      },
      {
        "id": "Organization.contact",
        "path": "Organization.contact",
        "short": "Ansprechpartner der Einrichtung",
        "definition": "Ansprechpartner der Einrichtung",
        "mustSupport": true
      },
      {
        "id": "Organization.contact.address",
        "path": "Organization.contact.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id": "Organization.endpoint",
        "path": "Organization.endpoint",
        "max": "0"
      }
    ]
  }
}