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

FHIR IG Statistics: StructureDefinition/CCBundle

Packagede.diga.caracare
Resource TypeStructureDefinition
IdCCBundle
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.diga.caracare@1.0.0&canonical=https://cara.care/fhir/StructureDefinition/CCBundle
URLhttps://cara.care/fhir/StructureDefinition/CCBundle
Version1.0
Statusactive
Date2021-11-22
NameCCBundle
TitleExport-Bundle
CopyrightHiDoc Technologies GmbH
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CCObservationBauchschmerzObservation-Profil der DiGa Cara Care zur Repräsentation von Bauchschmerzen
CCObservationBlaehungObservation-Profil der DiGa "Cara.Care" zur Repräsentationvon Blähungen
CCObservationIbsQolObservation-Profil der DiGa Cara Care zur Repräsentation des Irritable Bowel Syndrome Quality Of Lifes (IBS-QOL)
CCObservationIbsSssObservation-Profil der DiGa Cara Care zur Repräsentation des Irritable Bowel Syndrome Severity Scoring Systems (IBS-SSS)
CCObservationStimmungObservation-Profil der DiGa Cara Care zur Repräsentationvon der Stimmung
CCObservationStoolScoreObservation-Profil der DiGa Cara Care zur Repräsentation der Bristol Stool Scale
CCObservationStressObservation-Profil der DiGa Cara Care zur Repräsentationvon des Stresslevels
CCPatientPatienten-Profil der DiGa "Cara.Care"

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "CCBundle",
  "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://cara.care/fhir/StructureDefinition/CCBundle",
  "version": "1.0",
  "name": "CCBundle",
  "title": "Export-Bundle",
  "status": "active",
  "experimental": false,
  "date": "2021-11-22",
  "publisher": "HiDoc Technologies GmbH",
  "copyright": "HiDoc Technologies 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.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "min": 1,
        "patternUri": "https://cara.care/de/kompatibilitaet/sid/export-id",
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "collection",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Observation",
            "profile": [
              "https://cara.care/fhir/StructureDefinition/CCObservationBauchschmerz",
              "https://cara.care/fhir/StructureDefinition/CCObservationBlaehung",
              "https://cara.care/fhir/StructureDefinition/CCObservationIbsQol",
              "https://cara.care/fhir/StructureDefinition/CCObservationIbsSss",
              "https://cara.care/fhir/StructureDefinition/CCObservationStoolScore",
              "https://cara.care/fhir/StructureDefinition/CCObservationStimmung",
              "https://cara.care/fhir/StructureDefinition/CCObservationStress"
            ]
          },
          {
            "code": "Patient",
            "profile": [
              "https://cara.care/fhir/StructureDefinition/CCPatient"
            ]
          },
          {
            "code": "Device"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}