{
  "resourceType": "CodeSystem",
  "id": "notificationType",
  "url": "https://demis.rki.de/fhir/CodeSystem/notificationType",
  "version": "1.1.0",
  "name": "NotificationType",
  "title": "Typ der Meldung",
  "status": "active",
  "date": "2022-12-07",
  "description": "Das CodeSystem NotificationType enthält die Codes für den Typ der Meldung.",
  "caseSensitive": false,
  "valueSet": "https://demis.rki.de/fhir/ValueSet/notificationType",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "6.1_2",
      "display": "Meldung gemäß IfSG §6 Absatz 1, 2"
    },
    {
      "code": "6.3",
      "display": "Meldung gemäß IfSG §6 Absatz 3"
    },
    {
      "code": "34_36",
      "display": "Benachrichtigung gemäß IfSG §34, §36"
    },
    {
      "code": "13_5",
      "display": "Benachrichtigung gemäß IfSG §13 Absatz 5"
    }
  ]
}