PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common@1.0.2
    https://demis.rki.de/fhir/StructureDefinition/NotifierRole
{
  "description": "Melder müssen gemäß IfSG entweder Angaben zu ihrer Einrichtung oder Angaben zu ihrer Person angeben. Es können auch beide Angaben hinterlegt werden. Die Melder-Rolle ist erforderlich, um eine Unterscheidung zwischen Melder und Meldender Einrichtung vornehmen zu können. Sie beinhaltet lediglich Verweise auf die Meldende Person und/oder die Meldende Einrichtung.",
  "_filename": "StructureDefinition-NotifierRole.json",
  "package_name": "rki.demis.common",
  "date": "2023-11-23",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NotifierRole",
  "mapping": [ {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  } ],
  "abstract": false,
  "type": "PractitionerRole",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Melder-Rolle",
  "package_version": "1.0.2",
  "status": "active",
  "id": "1b846e1b-32e1-4bc7-8f76-d41ba51b1651",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotifierRole",
  "version": "1.3.0",
  "differential": {
    "element": [ {
      "id": "PractitionerRole",
      "path": "PractitionerRole",
      "constraint": [ {
        "key": "personOrFacility",
        "human": "Der Melder ist entweder eine Meldende Person oder eine Meldende Einrichtung.",
        "source": "https://demis.rki.de/fhir/StructureDefinition/NotifierRole",
        "severity": "error",
        "expression": "practitioner.count()=1 or organization.count()=1"
      } ]
    }, {
      "id": "PractitionerRole.meta",
      "min": 1,
      "path": "PractitionerRole.meta",
      "mustSupport": true
    }, {
      "id": "PractitionerRole.meta.profile",
      "max": "1",
      "min": 1,
      "path": "PractitionerRole.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotifierRole"
    }, {
      "id": "PractitionerRole.practitioner",
      "path": "PractitionerRole.practitioner",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "bundled" ],
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/Notifier" ]
      } ],
      "short": "Verweis auf die Meldende Person",
      "definition": "Verweis auf die Meldende Person"
    }, {
      "id": "PractitionerRole.practitioner.reference",
      "min": 1,
      "path": "PractitionerRole.practitioner.reference",
      "mustSupport": true
    }, {
      "id": "PractitionerRole.organization",
      "path": "PractitionerRole.organization",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "bundled" ],
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/NotifierFacility" ]
      } ],
      "short": "Verweis auf die Meldende Einrichtung",
      "definition": "Verweis auf die Meldende Einrichtung"
    }, {
      "id": "PractitionerRole.organization.reference",
      "min": 1,
      "path": "PractitionerRole.organization.reference",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole"
}