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

FHIR IG Statistics: StructureDefinition/NRHBundle

Packagede.nichtraucherhelden.export
Resource TypeStructureDefinition
IdNRHBundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.nichtraucherhelden.export@1.0.0&canonical=https://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle
URLhttps://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle
Version1.0
Statusactive
Date2021-04-15
NameNRHBundle
TitleExport-Bundle
CopyrightNichtraucherHelden GmbH
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NRHCompositionStrukturiertes Export-Dokument

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "NRHBundle",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Foundation.Other"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "not-classified"
    }
  ],
  "url": "https://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle",
  "version": "1.0",
  "name": "NRHBundle",
  "title": "Export-Bundle",
  "status": "active",
  "experimental": false,
  "date": "2021-04-15",
  "publisher": "NichtraucherHelden GmbH",
  "copyright": "NichtraucherHelden GmbH",
  "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",
        "path": "Bundle",
        "constraint": [
          {
            "key": "docBundle-1",
            "severity": "error",
            "human": "All referenced Resources must be contained in the Bundle",
            "expression": "Bundle.entry.descendants().reference.distinct().subsetOf(%context.entry.fullUrl)",
            "source": "https://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle"
          }
        ]
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "min": 1,
        "patternUri": "https://nichhtraucherhelden.de/fhir/sid/export-id",
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "resource.type.text"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Composition",
        "path": "Bundle.entry",
        "sliceName": "Composition",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Composition.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Composition",
            "profile": [
              "https://nichtraucherhelden.de/fhir/StructureDefinition/NRHComposition"
            ]
          }
        ]
      }
    ]
  }
}