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

FHIR IG Statistics: StructureDefinition/profile-bundle-ets-data

Packagede.kvtelematik.eterminservice.r4
Resource TypeStructureDefinition
Idprofile-bundle-ets-data
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.kvtelematik.eterminservice.r4@0.1.1&canonical=https://fhir.kbv.de/StructureDefinition/74_PR_ETS_Bundle_Data
URLhttps://fhir.kbv.de/StructureDefinition/74_PR_ETS_Bundle_Data
Version3.0
Statusdraft
Date2019-08-02
NameBundleDataEts
TitleRückgabe-Bundle der etsData-Operation
CopyrightCopyright 2018,2019 KV Telematik GmbH
TypeBundle
Kindresource

Resources that use this resource

StructureDefinition
74_PR_ETS_MH_Daten_ResponseMessageHeader: eTS-Daten anfordern (Response)

Resources that this resource uses

StructureDefinition
74_PR_ETS_Appointmentgebuchter Termin
74_PR_ETS_PatientPatient
74_PR_ETS_PractitionerRoleArzt in der Praxis

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.kbv.de/StructureDefinition/74_PR_ETS_Bundle_Data",
  "version": "3.0",
  "name": "BundleDataEts",
  "title": "Rückgabe-Bundle der etsData-Operation",
  "status": "draft",
  "experimental": true,
  "date": "2019-08-02",
  "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.identifier",
        "path": "Bundle.identifier",
        "max": "0"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "searchset",
        "mustSupport": true
      },
      {
        "id": "Bundle.total",
        "path": "Bundle.total",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.link",
        "path": "Bundle.entry.link",
        "max": "0"
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/74_PR_ETS_Appointment"
            ]
          },
          {
            "code": "Patient",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/74_PR_ETS_Patient"
            ]
          },
          {
            "code": "PractitionerRole",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/74_PR_ETS_PractitionerRole"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.signature",
        "path": "Bundle.signature",
        "max": "0"
      }
    ]
  }
}