PackagesCanonicalsLogsProblems
    Packages
    demis.fhir.profiles@1.18.0
    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": "ProfileResources/StructureDefinition/Practitioner/Notifier.json",
  "package_name": "demis.fhir.profiles",
  "date": "2021-07-06",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Notifier",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Practitioner",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Melder",
  "package_version": "1.18.0",
  "status": "active",
  "id": "fa2381c9-ee14-484a-ab3a-f9b5be90ea05",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/Notifier",
  "version": "1.2.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": "Practitioner",
        "severity": "error",
        "expression": "name.where(use='official').count()>0"
      } ]
    }, {
      "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"
    }, {
      "id": "Practitioner.name.given",
      "min": 1,
      "path": "Practitioner.name.given"
    }, {
      "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"
    }, {
      "id": "Practitioner.telecom:Email.value",
      "min": 1,
      "path": "Practitioner.telecom.value"
    }, {
      "id": "Practitioner.telecom:Phone",
      "max": "1",
      "min": 1,
      "path": "Practitioner.telecom",
      "sliceName": "Phone"
    }, {
      "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"
    }, {
      "id": "Practitioner.telecom:Phone.value",
      "min": 1,
      "path": "Practitioner.telecom.value"
    }, {
      "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.line",
      "max": "1",
      "min": 1,
      "path": "Practitioner.address.line"
    }, {
      "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"
    }, {
      "id": "Practitioner.address.postalCode",
      "min": 1,
      "path": "Practitioner.address.postalCode",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://demis.rki.de/fhir/ValueSet/postalCode"
      }
    }, {
      "id": "Practitioner.address.country",
      "min": 1,
      "path": "Practitioner.address.country",
      "binding": {
        "strength": "required",
        "valueSet": "https://demis.rki.de/fhir/ValueSet/country"
      }
    }, {
      "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"
}