FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ReportBundle

Packagerki.demis.statistic
Resource TypeStructureDefinition
IdReportBundle
FHIR VersionR4
Sourcehttps://demis.rki.de/fhir/statistic/https://simplifier.net/resolve?scope=rki.demis.statistic@1.0.0&canonical=https://demis.rki.de/fhir/StructureDefinition/ReportBundle
URLhttps://demis.rki.de/fhir/StructureDefinition/ReportBundle
Version1.0.0
Statusactive
Date2022-07-01
NameReportBundle
TitleBerichtsvorgang
Realmde
DescriptionBerichtsvorgang
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ReportBericht

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ReportBundle",
  "url": "https://demis.rki.de/fhir/StructureDefinition/ReportBundle",
  "version": "1.0.0",
  "name": "ReportBundle",
  "title": "Berichtsvorgang",
  "status": "active",
  "date": "2022-07-01",
  "description": "Berichtsvorgang",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "constraint": [
          {
            "key": "exactlyOneMetaProfile",
            "severity": "error",
            "human": "Es muss genau ein meta.profile angegeben werden.",
            "expression": "entry.all(resource.meta.profile.count()=1)",
            "source": "https://demis.rki.de/fhir/StructureDefinition/ReportBundle"
          }
        ]
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "min": 1,
        "fixedUri": "https://demis.rki.de/fhir/NamingSystem/NotificationBundleId"
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "min": 1
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:report",
        "path": "Bundle.entry",
        "sliceName": "report",
        "short": "Enthaltener Bericht",
        "definition": "Enthaltener Bericht",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:report.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Composition",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/Report"
            ]
          }
        ]
      }
    ]
  }
}