PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common@1.0.1
    https://demis.rki.de/fhir/StructureDefinition/Notifier
{
  "description": "Der Melder enthält Angaben der gemäß IfSG zur Meldung verpflichteten Person. Diese Angabe wird von geringerem Interesse sein, sofern eine Melder-Einrichtung mit entsprechendem Ansprechpartner angegeben wird. An diese wird sich ein Gesundheitsamt bei Rückfragen bevorzugt wenden.",
  "_filename": "StructureDefinition-Notifier.json",
  "package_name": "rki.demis.common",
  "date": "2024-01-08",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Notifier",
  "mapping": [ {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  } ],
  "abstract": false,
  "type": "Practitioner",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Melder",
  "package_version": "1.0.1",
  "status": "active",
  "id": "d76ca7e3-9966-47cb-86e4-5750c39a0c75",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/Notifier",
  "version": "1.7.0",
  "differential": {
    "element": [ {
      "id": "Practitioner",
      "path": "Practitioner",
      "constraint": [ {
        "key": "noNumbersInName",
        "human": "Vorname und Nachname des Melders dürfen keine Zahlen enthalten.",
        "severity": "error",
        "expression": "(name.family.matches('.*\\\\d.*')=false) and (name.given.matches('.*\\\\d.*')=false)"
      }, {
        "key": "oneOfficialName",
        "human": "One name must be official.",
        "source": "https://demis.rki.de/fhir/StructureDefinition/Notifier",
        "severity": "error",
        "expression": "name.where(use='official').count()>0"
      } ]
    }, {
      "id": "Practitioner.meta",
      "min": 1,
      "path": "Practitioner.meta",
      "mustSupport": true
    }, {
      "id": "Practitioner.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Practitioner.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/Notifier"
    }, {
      "id": "Practitioner.extension",
      "path": "Practitioner.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Practitioner.extension:salutation",
      "max": "1",
      "path": "Practitioner.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://demis.rki.de/fhir/StructureDefinition/Salutation" ]
      } ],
      "short": "Anrede des Melders",
      "sliceName": "salutation",
      "definition": "Anrede des Melders. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/salutation) im coding Element dargestellt werden.",
      "mustSupport": true
    }, {
      "id": "Practitioner.name",
      "max": "1",
      "min": 1,
      "path": "Practitioner.name",
      "type": [ {
        "code": "HumanName",
        "profile": [ "http://fhir.de/StructureDefinition/humanname-de-basis" ]
      } ],
      "short": "Name des Melders",
      "definition": "Name des Melders. Mindestens ein Vorname und der Nachname müssen angegeben werden.",
      "mustSupport": true
    }, {
      "id": "Practitioner.name.family",
      "min": 1,
      "path": "Practitioner.name.family",
      "mustSupport": true
    }, {
      "id": "Practitioner.name.given",
      "min": 1,
      "path": "Practitioner.name.given",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom",
      "min": 1,
      "path": "Practitioner.telecom",
      "short": "Kontaktangaben des Melders",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      },
      "definition": "Kontaktangaben des Melders. Telefonnummern und E-Mailadressen können angegeben werden. Mindestens eine Telefonnummer muss angegeben werden.",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Email",
      "path": "Practitioner.telecom",
      "sliceName": "Email"
    }, {
      "id": "Practitioner.telecom:Email.system",
      "min": 1,
      "path": "Practitioner.telecom.system",
      "fixedCode": "email",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Email.value",
      "min": 1,
      "path": "Practitioner.telecom.value",
      "constraint": [ {
        "key": "validEmailAddress",
        "human": "Die E-Mail-Adresse muss valide sein.",
        "severity": "warning",
        "expression": "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
      } ],
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Phone",
      "max": "1",
      "min": 1,
      "path": "Practitioner.telecom",
      "sliceName": "Phone",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Phone.extension",
      "path": "Practitioner.telecom.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Practitioner.telecom:Phone.extension:comment",
      "max": "1",
      "path": "Practitioner.telecom.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://demis.rki.de/fhir/StructureDefinition/Comment" ]
      } ],
      "sliceName": "comment"
    }, {
      "id": "Practitioner.telecom:Phone.system",
      "min": 1,
      "path": "Practitioner.telecom.system",
      "fixedCode": "phone",
      "mustSupport": true
    }, {
      "id": "Practitioner.telecom:Phone.value",
      "min": 1,
      "path": "Practitioner.telecom.value",
      "constraint": [ {
        "key": "validPhoneNumber",
        "human": "Die Telefonnummer muss valide sein.",
        "severity": "warning",
        "expression": "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
      } ],
      "mustSupport": true
    }, {
      "id": "Practitioner.address",
      "max": "1",
      "path": "Practitioner.address",
      "type": [ {
        "code": "Address",
        "profile": [ "http://fhir.de/StructureDefinition/address-de-basis" ]
      } ],
      "short": "Adresse des Melders",
      "definition": "Adresse des Melders",
      "mustSupport": true
    }, {
      "id": "Practitioner.address.extension:county",
      "max": "1",
      "path": "Practitioner.address.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://demis.rki.de/fhir/StructureDefinition/County" ]
      } ],
      "short": "Landkreis",
      "sliceName": "county",
      "definition": "Landkreis",
      "mustSupport": true
    }, {
      "id": "Practitioner.address.extension:county.url",
      "path": "Practitioner.address.extension.url",
      "fixedUri": "https://demis.rki.de/fhir/StructureDefinition/County"
    }, {
      "id": "Practitioner.address.line",
      "max": "1",
      "min": 1,
      "path": "Practitioner.address.line",
      "mustSupport": true
    }, {
      "id": "Practitioner.address.line.extension",
      "path": "Practitioner.address.line.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Practitioner.address.line.extension:Postfach",
      "max": "0",
      "path": "Practitioner.address.line.extension",
      "sliceName": "Postfach"
    }, {
      "id": "Practitioner.address.city",
      "min": 1,
      "path": "Practitioner.address.city",
      "mustSupport": true
    }, {
      "id": "Practitioner.address.postalCode",
      "min": 1,
      "path": "Practitioner.address.postalCode",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://demis.rki.de/fhir/ValueSet/postalCode"
      },
      "mustSupport": true
    }, {
      "id": "Practitioner.address.country",
      "min": 1,
      "path": "Practitioner.address.country",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/iso3166-1-2"
      },
      "mustSupport": true
    }, {
      "id": "Practitioner.gender",
      "max": "0",
      "path": "Practitioner.gender"
    }, {
      "id": "Practitioner.birthDate",
      "max": "0",
      "path": "Practitioner.birthDate"
    }, {
      "id": "Practitioner.photo",
      "max": "0",
      "path": "Practitioner.photo"
    }, {
      "id": "Practitioner.qualification",
      "max": "0",
      "path": "Practitioner.qualification"
    }, {
      "id": "Practitioner.communication",
      "max": "0",
      "path": "Practitioner.communication"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner"
}