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

FHIR IG Statistics: StructureDefinition/Batch

Packagede.thieme-compliance.anamnese
Resource TypeStructureDefinition
IdBatch
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=https://thieme-compliance.de/fhir/StructureDefinition/Batch
URLhttps://thieme-compliance.de/fhir/StructureDefinition/Batch
Version1.0.0
Statusdraft
Date2024-12-18
NameBatch
TitleBatch Bundle
DescriptionDieses Profil definiert die Batch-Bundles im Rahmen von Thieme-Systemen.
CopyrightCopyright 2020-2023 Thieme Compliance GmbH
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": "Batch",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/Batch",
  "version": "1.0.0",
  "name": "Batch",
  "title": "Batch Bundle",
  "status": "draft",
  "date": "2024-12-18",
  "publisher": "Thieme Compliance GmbH",
  "contact": [
    {
      "name": "Thieme Compliance GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "http://thieme-compliance.de/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Dieses Profil definiert die Batch-Bundles im Rahmen von Thieme-Systemen.",
  "copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "batch",
        "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",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "short": "Die Ressourcen-Instanz der Interaktion",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "short": "HTTP-Request innerhalb der Transaktion",
        "min": 1,
        "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
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      }
    ]
  }
}