Exportformat

Der Datenexport erfolgt in Form einer Bundle-Ressource vom Typ "document". Die Instanzen können mithilfe des KBV_PR_MIO_DIGA_Bundle Profils validiert werden.

Zusätzlich enthält jedes Bundle aus dem Datenexport eine Composition, die dem Profil KBV_PR_MIO_DIGA_Composition entspricht.

Beispiel:

{
    "resourceType": "Bundle",
    "id": "CCBundle-Example-Updated",
    "meta": {
        "profile":  [
            "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Bundle|1.1.0"
        ],
        "versionId": "1",
        "lastUpdated": "2021-11-22T23:29:23.356+01:00"
    },
    "type": "document",
    "identifier": {
        "type": {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                    "version": "2.9",
                    "code": "RI",
                    "display": "Resource identifier"
                }
            ]
        },
        "system": "urn:ietf:rfc:3986",
        "value": "1"
    },
    "timestamp": "2021-11-22T23:29:23.356+01:00",
    "entry":  [
        {
            "resource": {
                "resourceType": "Composition",
                "id": "CCComposition-Example-Updated",
                "meta": {
                    "profile":  [
                        "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Composition|1.1.0"
                    ],
                    "versionId": "1",
                    "lastUpdated": "2021-11-22T23:29:23.356+01:00"
                },
                "status": "final",
                "title": "DiGA-Export",
                "extension":  [
                    {
                        "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_MIO_DIGA_Betrachtungszeitraum",
                        "valuePeriod": {
                            "start": "2021-11-22T23:29:23.356+01:00",
                            "end": "2021-12-22T23:29:23.356+01:00"
                        }
                    }
                ],
                "type": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "2.72",
                            "code": "53576-5",
                            "display": "Personal health monitoring report Document"
                        }
                    ]
                },
                "section":  [
                    {
                        "title": "Befunde und Ergebnisse",
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "version": "http://snomed.info/sct/900000000000207008/version/20220331",
                                    "code": "423100009",
                                    "display": "Results section (record artifact)"
                                }
                            ]
                        },
                        "entry":  [
                            {
                                "reference": "Observation/CCObservationIbsSss-Example-Updated"
                            },
                            {
                                "reference": "Observation/CCObservationIbsQol-Example-Updated"
                            }
                        ]
                    }
                ],
                "date": "2021-11-22T23:29:23.356+01:00",
                "subject": {
                    "reference": "Patient/CCPatient-Example-Updated"
                },
                "author":  [
                    {
                        "reference": "Device/CCDevice-Example-Updated"
                    }
                ]
            },
            "fullUrl": "https://cara.care/export/Composition/CCComposition-Example-Updated"
        },
        {
            "resource": {
                "resourceType": "Patient",
                "id": "CCPatient-Example-Updated",
                "meta": {
                    "profile":  [
                        "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Patient|1.1.0"
                    ],
                    "versionId": "1",
                    "lastUpdated": "2021-11-22T23:29:23.356+01:00"
                },
                "identifier":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "version": "2.9",
                                    "code": "RI",
                                    "display": "Resource identifier"
                                }
                            ]
                        },
                        "system": "urn:ietf:rfc:3986",
                        "value": "123456"
                    }
                ],
                "name":  [
                    {
                        "use": "official",
                        "family": "Gabler",
                        "_family": {
                            "extension":  [
                                {
                                    "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                                    "valueString": "Gabler"
                                }
                            ]
                        }
                    }
                ],
                "gender": "male"
            },
            "fullUrl": "https://cara.care/export/Patient/CCPatient-Example-Updated"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "CCObservationIbsSss-Example-Updated",
                "meta": {
                    "profile":  [
                        "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Observation_Free|1.1.0"
                    ],
                    "versionId": "1",
                    "lastUpdated": "2021-11-22T23:29:23.356+01:00"
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": "Irritable Bowel Syndrome Quality of Life (IBS-QOL)"
                },
                "valueQuantity": {
                    "value": 35,
                    "code": "{score}",
                    "system": "http://unitsofmeasure.org",
                    "unit": "Punktwert"
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 100,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 100, inklusiv, liegen. Mehr ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/CCPatient-Example-Updated"
                },
                "effectiveDateTime": "2021-11-22T23:29:23.356+01:00"
            },
            "fullUrl": "https://cara.care/export/Observation/CCObservationIbsSss-Example-Updated"
        },
        {
            "resource": {
                "resourceType": "Observation",
                "id": "CCObservationIbsQol-Example-Updated",
                "meta": {
                    "profile":  [
                        "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Observation_Free|1.1.0"
                    ],
                    "versionId": "1",
                    "lastUpdated": "2021-11-22T23:29:23.356+01:00"
                },
                "status": "final",
                "category":  [
                    {
                        "coding":  [
                            {
                                "code": "survey",
                                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                                "display": "Survey"
                            }
                        ]
                    }
                ],
                "code": {
                    "text": "Irritable Bowel Syndrome Quality of Life (IBS-QOL)"
                },
                "valueQuantity": {
                    "value": 35,
                    "code": "{score}",
                    "system": "http://unitsofmeasure.org",
                    "unit": "Punktwert"
                },
                "referenceRange":  [
                    {
                        "low": {
                            "value": 0,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "high": {
                            "value": 100,
                            "code": "{score}",
                            "system": "http://unitsofmeasure.org",
                            "unit": "Punktwert"
                        },
                        "text": "Der Wert kann zwischen 0 und 100, inklusiv, liegen. Mehr ist besser."
                    }
                ],
                "subject": {
                    "reference": "Patient/CCPatient-Example-Updated"
                },
                "effectiveDateTime": "2021-11-22"
            },
            "fullUrl": "https://cara.care/export/Observation/CCObservationIbsQol-Example-Updated"
        },
        {
            "resource": {
                "resourceType": "Device",
                "id": "CCDevice-Example-Updated",
                "meta": {
                    "profile":  [
                        "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Device_DIGA|1.1.0"
                    ],
                    "versionId": "1",
                    "lastUpdated": "2021-11-22T23:29:23.356+01:00"
                },
                "identifier":  [
                    {
                        "type": {
                            "text": "DiGA-VE-ID"
                        },
                        "value": "12345678"
                    }
                ],
                "deviceName":  [
                    {
                        "type": "user-friendly-name",
                        "name": "CaraCare"
                    }
                ],
                "type": {
                    "coding":  [
                        {
                            "system": "http://fhir.de/CodeSystem/ifa/pzn",
                            "code": "17964363"
                        }
                    ]
                },
                "definition": {
                    "reference": "DeviceDefinition/CCDeviceDefinition-Example-Updated"
                }
            },
            "fullUrl": "https://cara.care/export/Device/CCDevice-Example-Updated"
        },
        {
            "resource": {
                "resourceType": "DeviceDefinition",
                "id": "CCDeviceDefinition-Example-Updated",
                "meta": {
                    "profile":  [
                        "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_DeviceDefinition_DIGA|1.1.0"
                    ],
                    "versionId": "1",
                    "lastUpdated": "2021-11-22T23:29:23.356+01:00"
                },
                "identifier":  [
                    {
                        "type": {
                            "coding":  [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                                    "version": "2.9",
                                    "code": "RI",
                                    "display": "Resource identifier"
                                }
                            ]
                        },
                        "system": "urn:ietf:rfc:3986",
                        "value": "123456"
                    }
                ]
            },
            "fullUrl": "https://cara.care/export/DeviceDefinition/CCDeviceDefinition-Example-Updated"
        }
    ]
}