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

FHIR IG Statistics: StructureDefinition/profile-bundle-ets

Packagede.kvtelematik.eterminservice.r4
Resource TypeStructureDefinition
Idprofile-bundle-ets
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.kvtelematik.eterminservice.r4@0.1.1&canonical=https://fhir.kbv.de/StructureDefinition/74_PR_ETS_Bundle
URLhttps://fhir.kbv.de/StructureDefinition/74_PR_ETS_Bundle
Version3.0
Statusdraft
Date2019-09-12
NameBundleEts
TitleMessage-Bundle: eTerminservice
CopyrightCopyright 2018,2019 KV Telematik GmbH
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
74_PR_ETS_MH_Daten_RequestMessageHeader: eTS-Daten (Request)
74_PR_ETS_MH_Daten_ResponseMessageHeader: eTS-Daten anfordern (Response)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.kbv.de/StructureDefinition/74_PR_ETS_Bundle",
  "version": "3.0",
  "name": "BundleEts",
  "title": "Message-Bundle: eTerminservice",
  "status": "draft",
  "experimental": true,
  "date": "2019-09-12",
  "publisher": "KV Telematik GmbH",
  "contact": [
    {
      "name": "KV Telematik GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.kv-telematik.de"
        }
      ]
    }
  ],
  "copyright": "Copyright 2018,2019 KV Telematik GmbH",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "message",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "ordered": true,
          "rules": "openAtEnd"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:MessageHeader",
        "path": "Bundle.entry",
        "sliceName": "MessageHeader",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:MessageHeader.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:MessageHeader.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "MessageHeader",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/74_PR_ETS_MH_Daten_Request",
              "https://fhir.kbv.de/StructureDefinition/74_PR_ETS_MH_Daten_Response"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:MessageHeader.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry:MessageHeader.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry:MessageHeader.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      }
    ]
  }
}