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

FHIR IG Statistics: StructureDefinition/AnnotationBundle

Packagerki.emiga.common
Resource TypeStructureDefinition
IdAnnotationBundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rki.emiga.common@1.2.0-alpha.7&canonical=https://emiga.rki.de/fhir/common/StructureDefinition/AnnotationBundle
URLhttps://emiga.rki.de/fhir/common/StructureDefinition/AnnotationBundle
Version0.1.0
Statusactive
Date2025-07-07
NameAnnotationBundle
TitleAnnotations Bundle
DescriptionTO DO
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "AnnotationBundle",
  "url": "https://emiga.rki.de/fhir/common/StructureDefinition/AnnotationBundle",
  "version": "0.1.0",
  "name": "AnnotationBundle",
  "title": "Annotations Bundle",
  "status": "active",
  "experimental": false,
  "date": "2025-07-07",
  "publisher": "Robert Koch-Institut",
  "description": "TO DO",
  "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"
        }
      },
      {
        "id": "Bundle.meta.profile:emigaprofile",
        "path": "Bundle.meta.profile",
        "sliceName": "emigaprofile",
        "min": 0,
        "max": "*",
        "patternCanonical": "https://emiga.rki.de/fhir/common/StructureDefinition/AnnotationBundle|1.2.0-alpha.7"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "short": "Type des Bundles",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "short": "Der einzelne Eintrag zur Interaktion",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "short": "vollständige URL der Ressource",
        "comment": "auch die Verwendung von UUIDs in der Form ';urn:uuid:.....' ist möglich.",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "short": "Die Ressourcen-Instanz der Interaktion",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "short": "HTTP-Request innerhalb der Transaktion",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.request.method",
        "path": "Bundle.entry.request.method",
        "short": "HTTP-Verb",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.request.url",
        "path": "Bundle.entry.request.url",
        "short": "Request-URL",
        "mustSupport": true
      }
    ]
  }
}