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

FHIR IG Statistics: StructureDefinition/gecco-batch-bundle-codex

Packagede.gecco
Resource TypeStructureDefinition
Idgecco-batch-bundle-codex
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gecco@1.0.5&canonical=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex
Version1.0.5
Statusactive
Date2021-09-21
NameGeccoBundleCodex
TitleGECCO Bundle NUM-CODEX
DescriptionBundle of type 'batch' used to collect the set of resources as part of the GECCO dataset into a single instance for the NUM-CODEX use case and requires that a Consent resource must always be included.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ConsentConsent Management: Consent

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "gecco-batch-bundle-codex",
  "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://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex",
  "version": "1.0.5",
  "name": "GeccoBundleCodex",
  "title": "GECCO Bundle NUM-CODEX",
  "status": "active",
  "experimental": false,
  "date": "2021-09-21",
  "publisher": "Charité",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description": "Bundle of type 'batch' used to collect the set of resources as part of the GECCO dataset into a single instance for the NUM-CODEX use case and requires that a Consent resource must always be included.",
  "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": "consent-num-codex-bundle",
            "severity": "error",
            "human": "NUM-CODEX bundle shall contain a Consent resource that is a Privacy policy acknowledgement Document (code=57016-8).",
            "expression": "Bundle.entry.where(resource.is(Consent)).select(resource.category.coding.where(code='57016-8')).count() > 0",
            "source": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex"
          }
        ]
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "batch",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Consent",
        "path": "Bundle.entry",
        "sliceName": "Consent",
        "min": 1,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Consent.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Consent",
            "profile": [
              "http://fhir.de/ConsentManagement/StructureDefinition/Consent"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}