PackagesCanonicalsLogsProblems
    Packages
    demis.fhir.profiles@1.18.0
    https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired
{
  "description": "Die Erregernachweismeldung definiert die Meldeinhalte, die von Laboren übermittelt werden müssen. Krankheitsspezifische Inhalte werden dabei in abgeleiteten Profilen festgelegt.",
  "_filename": "ProfileResources/StructureDefinition/Composition/NotificationLaboratoryRetired.json",
  "package_name": "demis.fhir.profiles",
  "date": "2021-07-05",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NotificationLaboratoryRetired",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/documentreference",
    "name": "FHIR DocumentReference",
    "identity": "fhirdocumentreference"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": true,
  "type": "Composition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Erregernachweismeldung",
  "package_version": "1.18.0",
  "status": "retired",
  "id": "4fd26d4b-690c-4c91-a7f3-8cac83a92208",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired",
  "version": "1.1.0",
  "differential": {
    "element": [ {
      "id": "Composition",
      "path": "Composition",
      "constraint": [ {
        "key": "laboratoryReportORpathogendetectionWITHdiagnosis",
        "human": "Sie können entweder einen beliebigen Laborbericht oder - aus Gründen der Rückwärtskompatibilität - einen SARS-CoV-2 Erregernachweis mit einer Diagnose angeben.",
        "source": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory",
        "severity": "error",
        "expression": "(section.code.coding.where(code='29308-4').count()=1 and section.code.coding.where(code='18725-2').count()=1 and section.code.coding.where(code='11502-2').count()=0) or (section.code.coding.where(code='18725-2').count()=0 and section.code.coding.where(code='29308-4').count()=0 and section.code.coding.where(code='77980-1').count()=0 and section.code.coding.where(code='11502-2').count()=1)"
      } ]
    }, {
      "id": "Composition.category",
      "max": "1",
      "min": 1,
      "path": "Composition.category",
      "short": "Art der Meldung",
      "definition": "Art der Meldung. Für die Erregernachweismeldung ist category mit dem LOINC-Code \"Laboratory report\" im coding zu belegen."
    }, {
      "id": "Composition.category.coding",
      "max": "1",
      "min": 1,
      "path": "Composition.category.coding"
    }, {
      "id": "Composition.category.coding.system",
      "min": 1,
      "path": "Composition.category.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Composition.category.coding.code",
      "min": 1,
      "path": "Composition.category.coding.code",
      "fixedCode": "11502-2"
    }, {
      "id": "Composition.category.coding.display",
      "min": 1,
      "path": "Composition.category.coding.display",
      "fixedString": "Laboratory report"
    }, {
      "id": "Composition.subject",
      "min": 1,
      "path": "Composition.subject"
    }, {
      "id": "Composition.author",
      "path": "Composition.author",
      "definition": "Verweis auf die Melder-Rolle. Über die Melder-Rolle kann eine Person oder eine Organisation als Melder - hier das Labor - referenziert werden."
    }, {
      "id": "Composition.section",
      "path": "Composition.section",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "code.coding.code",
          "type": "value"
        } ]
      }
    }, {
      "id": "Composition.section:laboratoryReport",
      "max": "1",
      "path": "Composition.section",
      "short": "Enthält einen Verweis auf einen erregerspezifischen Laborbericht",
      "sliceName": "laboratoryReport",
      "definition": "Entsprechend des Meldetatbestandes wird an dieser Stelle ein erregerspezifischer Laborbericht z.B. SARS-CoV-2-Laborbericht referenziert.",
      "mustSupport": true
    }, {
      "id": "Composition.section:laboratoryReport.code",
      "min": 1,
      "path": "Composition.section.code"
    }, {
      "id": "Composition.section:laboratoryReport.code.coding",
      "max": "1",
      "min": 1,
      "path": "Composition.section.code.coding"
    }, {
      "id": "Composition.section:laboratoryReport.code.coding.system",
      "min": 1,
      "path": "Composition.section.code.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Composition.section:laboratoryReport.code.coding.code",
      "min": 1,
      "path": "Composition.section.code.coding.code",
      "fixedCode": "11502-2"
    }, {
      "id": "Composition.section:laboratoryReport.code.coding.display",
      "min": 1,
      "path": "Composition.section.code.coding.display",
      "fixedString": "Laboratory report"
    }, {
      "id": "Composition.section:laboratoryReport.entry",
      "max": "1",
      "min": 1,
      "path": "Composition.section.entry",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport" ]
      } ]
    }, {
      "id": "Composition.section:laboratoryReport.entry.reference",
      "min": 1,
      "path": "Composition.section.entry.reference"
    }, {
      "id": "Composition.section:diagnosis",
      "max": "1",
      "path": "Composition.section",
      "short": "Enthält einen Verweis auf die Diagnose",
      "sliceName": "diagnosis",
      "definition": "Enthält einen Verweis auf die Diagnose",
      "mustSupport": true
    }, {
      "id": "Composition.section:diagnosis.code",
      "min": 1,
      "path": "Composition.section.code"
    }, {
      "id": "Composition.section:diagnosis.code.coding",
      "max": "1",
      "min": 1,
      "path": "Composition.section.code.coding"
    }, {
      "id": "Composition.section:diagnosis.code.coding.system",
      "min": 1,
      "path": "Composition.section.code.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Composition.section:diagnosis.code.coding.code",
      "min": 1,
      "path": "Composition.section.code.coding.code",
      "fixedCode": "29308-4"
    }, {
      "id": "Composition.section:diagnosis.code.coding.display",
      "min": 1,
      "path": "Composition.section.code.coding.display",
      "fixedString": "Diagnosis"
    }, {
      "id": "Composition.section:diagnosis.entry",
      "max": "1",
      "min": 1,
      "path": "Composition.section.entry",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "bundled" ],
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/Diagnose" ]
      } ]
    }, {
      "id": "Composition.section:diagnosis.entry.reference",
      "min": 1,
      "path": "Composition.section.entry.reference"
    }, {
      "id": "Composition.section:pathogenDetection",
      "max": "1",
      "path": "Composition.section",
      "short": "Enthält einen Verweis auf den Erregernachweis",
      "sliceName": "pathogenDetection",
      "definition": "Enthält einen Verweis auf den Erregernachweis",
      "mustSupport": true
    }, {
      "id": "Composition.section:pathogenDetection.code",
      "min": 1,
      "path": "Composition.section.code"
    }, {
      "id": "Composition.section:pathogenDetection.code.coding",
      "max": "1",
      "min": 1,
      "path": "Composition.section.code.coding"
    }, {
      "id": "Composition.section:pathogenDetection.code.coding.system",
      "min": 1,
      "path": "Composition.section.code.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Composition.section:pathogenDetection.code.coding.code",
      "min": 1,
      "path": "Composition.section.code.coding.code",
      "fixedCode": "18725-2"
    }, {
      "id": "Composition.section:pathogenDetection.code.coding.display",
      "min": 1,
      "path": "Composition.section.code.coding.display",
      "fixedString": "Microbiology studies (set)"
    }, {
      "id": "Composition.section:pathogenDetection.entry",
      "max": "1",
      "min": 1,
      "path": "Composition.section.entry",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "bundled" ],
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/PathogenDetection" ]
      } ]
    }, {
      "id": "Composition.section:pathogenDetection.entry.reference",
      "min": 1,
      "path": "Composition.section.entry.reference"
    }, {
      "id": "Composition.section:outbreak",
      "max": "1",
      "path": "Composition.section",
      "sliceName": "outbreak"
    }, {
      "id": "Composition.section:outbreak.code",
      "min": 1,
      "path": "Composition.section.code"
    }, {
      "id": "Composition.section:outbreak.code.coding",
      "max": "1",
      "min": 1,
      "path": "Composition.section.code.coding"
    }, {
      "id": "Composition.section:outbreak.code.coding.system",
      "min": 1,
      "path": "Composition.section.code.coding.system",
      "fixedUri": "http://loinc.org"
    }, {
      "id": "Composition.section:outbreak.code.coding.code",
      "min": 1,
      "path": "Composition.section.code.coding.code",
      "fixedCode": "77980-1"
    }, {
      "id": "Composition.section:outbreak.code.coding.display",
      "min": 1,
      "path": "Composition.section.code.coding.display",
      "fixedString": "Case is associated with a known outbreak"
    }, {
      "id": "Composition.section:outbreak.entry",
      "max": "1",
      "min": 1,
      "path": "Composition.section.entry",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "bundled" ],
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/Outbreak" ]
      } ]
    }, {
      "id": "Composition.section:outbreak.entry.reference",
      "min": 1,
      "path": "Composition.section.entry.reference"
    } ]
  },
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/Notification"
}