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

FHIR IG Statistics: StructureDefinition/IneKBundle

Packagerki.emiga.vzd
Resource TypeStructureDefinition
IdIneKBundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rki.emiga.vzd@2.0.0-alpha.7&canonical=https://emiga.rki.de/fhir/vzd/StructureDefinition/IneKBundle
URLhttps://emiga.rki.de/fhir/vzd/StructureDefinition/IneKBundle
Version0.1.0
Statusactive
Date2025-05-13
NameIneKBundle
TitleIneK Bundle
DescriptionTo Do German - A profile on the Bundle resource for IneK data.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
IneKFileHeaderIdentifierIneK DateiKopf

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "IneKBundle",
  "url": "https://emiga.rki.de/fhir/vzd/StructureDefinition/IneKBundle",
  "version": "0.1.0",
  "name": "IneKBundle",
  "title": "IneK Bundle",
  "status": "active",
  "experimental": false,
  "date": "2025-05-13",
  "publisher": "Robert Koch-Institut",
  "description": "To Do German - A profile on the Bundle resource for IneK data.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.meta.profile",
        "path": "Bundle.meta.profile",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Bundle.meta.profile:emigaprofile",
        "path": "Bundle.meta.profile",
        "sliceName": "emigaprofile",
        "min": 0,
        "max": "*",
        "patternCanonical": "https://emiga.rki.de/fhir/vzd/StructureDefinition/IneKBundle",
        "mustSupport": true
      },
      {
        "id": "Bundle.implicitRules",
        "path": "Bundle.implicitRules",
        "max": "0"
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://emiga.rki.de/fhir/vzd/StructureDefinition/IneKFileHeaderIdentifier"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "patternCode": "collection",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}