Exportformat

Der Datenexport erfolgt in Form einer Bundle-Ressource vom Typ "document".

Zur vollständigen Validierung eines Exportes kann folgendes Bundle-Profil verwendet werden:

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
identifierΣ0..0Identifier
typeΣ1..1codeBinding
timestampΣ0..0instant
totalΣ I0..0unsignedInt
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
fullUrlΣ0..0uri
resourceΣ0..1Resource
signatureΣ0..0Signature

Beispiel:

{
    "resourceType": "Bundle",
    "type": "document",
    "entry":  [
        {
            "resource": {
                "resourceType": "Patient",
                "identifier":  [
                    {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    },
                    {
                        "use": "official",
                        "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
                        "value": "K334444444"
                    }
                ],
                "active": true,
                "name":  [
                    {
                        "use": "official",
                        "family": "Mustermann",
                        "given":  [
                            "Max"
                        ]
                    }
                ],
                "telecom":  [
                    {
                        "system": "email",
                        "value": "Testmail@mail.de",
                        "rank": 1
                    }
                ],
                "gender": "male",
                "birthDate": "1999-12-14",
                "address":  [
                    {
                        "line":  [
                            "Bspstr."
                        ],
                        "city": "Nürnberg",
                        "postalCode": "90459"
                    }
                ],
                "communication":  [
                    {
                        "language": {
                            "coding":  [
                                {
                                    "system": "https://www.loc.gov/standards/iso639-2",
                                    "code": "en",
                                    "display": "English"
                                }
                            ],
                            "text": "English"
                        }
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Coverage",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/coverage-de-gkv/0.2"
                    ]
                },
                "subscriber": {
                    "identifier": {
                        "use": "official",
                        "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
                        "value": "K334444444"
                    },
                    "display": "Mustermann, Max"
                },
                "beneficiary": {
                    "identifier": {
                        "use": "official",
                        "system": "http://fhir.de/NamingSystem/gkv/kvid-10",
                        "value": "K334444444"
                    },
                    "display": "Mustermann, Max"
                },
                "payor":  [
                    {
                        "identifier": {
                            "system": "http://fhir.de/NamingSystem/arge-ik/iknr",
                            "value": "6565645"
                        },
                        "display": "Siemens-Betriebskrankenkasse"
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Practitioner",
                "identifier":  [
                    {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/physicianId",
                        "value": "1151"
                    }
                ],
                "name":  [
                    {
                        "family": "Physician",
                        "given":  [
                            "Doctor"
                        ]
                    }
                ],
                "telecom":  [
                    {
                        "system": "email",
                        "value": "test@michelson.digital",
                        "rank": 1
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "251691009",
                            "display": "Hornhautdicke (beobachtbare Einheit)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "valueInteger": 344,
                "bodySite": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "8966001",
                            "display": "OS - Linkes Auge"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "251691009",
                            "display": "Hornhautdicke (beobachtbare Einheit)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "valueInteger": 23,
                "bodySite": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "18944008",
                            "display": "OD - Rechtes Auge"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "423459005",
                            "display": "Hornhautverdünnung (Befund) Ø Dicke weniger als 500 µm"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "8966001",
                                "display": "OS - Linkes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "423459005",
                            "display": "Hornhautverdünnung (Befund) Ø Dicke weniger als 500 µm"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "18944008",
                                "display": "OD - Rechtes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "57190000",
                            "display": "Myopie (Erkrankung)"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "8966001",
                                "display": "OS - Linkes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "28998008",
                            "display": "Netzhautblutung (Erkrankung)"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "8966001",
                                "display": "OS - Linkes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "111514006",
                            "display": "Pseudoexfoliationsglaukom (Erkrankung)"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "8966001",
                                "display": "OS - Linkes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "111514006",
                            "display": "Pseudoexfoliationsglaukom (Erkrankung)"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "18944008",
                                "display": "OD - Rechtes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "12184005",
                            "display": "Gesichtsfelddefekt (Befund)"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "8966001",
                                "display": "OS - Linkes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "stage":  [
                    {
                        "summary": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "255604002",
                                    "display": "Mild"
                                }
                            ]
                        },
                        "assessment":  [
                            {
                                "display": "SMALL"
                            }
                        ]
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "meta": {
                    "profile":  [
                        "http://fhir.de/StructureDefinition/condition-de-basis/0.2"
                    ]
                },
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "439401001",
                                "display": "Diagnose"
                            }
                        ]
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "12184005",
                            "display": "Gesichtsfelddefekt (Befund)"
                        }
                    ]
                },
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "18944008",
                                "display": "OD - Rechtes Auge"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "stage":  [
                    {
                        "summary": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "24484000",
                                    "display": "Erheblich"
                                }
                            ]
                        },
                        "assessment":  [
                            {
                                "display": "ADVANCED"
                            }
                        ]
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "FamilyMemberHistory",
                "status": "completed",
                "patient": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "relationship": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "125678001",
                            "display": "Blutsverwandschaft ersten Grades (Person)"
                        }
                    ]
                },
                "condition":  [
                    {
                        "code": {
                            "coding":  [
                                {
                                    "system": "http://snomed.info/sct",
                                    "code": "160347007",
                                    "display": "Familienvorgeschichte: Glaukom (Gegebenheit)"
                                }
                            ]
                        }
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Goal",
                "lifecycleStatus": "planned",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "371933006",
                                "display": "Obere Grenze des Referenzbereichs"
                            }
                        ]
                    }
                ],
                "description": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "41633001",
                            "display": "Augeninnendruck (beobachtbare Einheit)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "target":  [
                    {
                        "measure": {
                            "coding":  [
                                {
                                    "system": "http://loinc.org",
                                    "version": "Loinc Version 2.69",
                                    "code": "79893-4",
                                    "display": "Augeninnendruck linkes Auge (OS)"
                                }
                            ]
                        },
                        "detailQuantity": {
                            "value": 21,
                            "unit": "mmHg",
                            "system": "http://ucum.org",
                            "code": "mm[Hg]"
                        }
                    }
                ],
                "expressedBy": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/physicianId",
                        "value": "1151"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Goal",
                "lifecycleStatus": "planned",
                "category":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "371933006",
                                "display": "Obere Grenze des Referenzbereichs"
                            }
                        ]
                    }
                ],
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "target":  [
                    {
                        "measure": {
                            "coding":  [
                                {
                                    "system": "http://loinc.org",
                                    "version": "Loinc Version 2.69",
                                    "code": "79892-6",
                                    "display": "Augeninnendruck rechtes Auge (OD)"
                                }
                            ]
                        },
                        "detailQuantity": {
                            "value": 21,
                            "unit": "mmHg",
                            "system": "http://ucum.org",
                            "code": "mm[Hg]"
                        }
                    }
                ],
                "expressedBy": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/physicianId",
                        "value": "1151"
                    }
                }
            }
        },
        {
            "resource": {
                "resourceType": "Procedure",
                "identifier":  [
                    {
                        "system": "http://implandata.com/eyemate",
                        "value": "133446577"
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "303608005",
                            "display": "Ophthalmologisches Implantat"
                        }
                    ]
                },
                "performedDateTime": "2022-08-03T00:00:00+00:00",
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "8966001",
                                "display": "OS - Linkes Auge"
                            }
                        ]
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Procedure",
                "identifier":  [
                    {
                        "system": "http://implandata.com/eyemate",
                        "value": "123455455"
                    }
                ],
                "code": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "303608005",
                            "display": "Ophthalmologisches Implantat"
                        }
                    ]
                },
                "performedDateTime": "2022-08-03T00:00:00+00:00",
                "bodySite":  [
                    {
                        "coding":  [
                            {
                                "system": "http://snomed.info/sct",
                                "code": "18944008",
                                "display": "OD - Rechtes Auge"
                            }
                        ]
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79893-4",
                            "display": "Augeninnendruck linkes Auge (OS)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-04-15T15:02:00+00:00",
                "valueQuantity": {
                    "value": 18,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79892-6",
                            "display": "Augeninnendruck rechtes Auge (OD)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-04-15T15:02:00+00:00",
                "valueQuantity": {
                    "value": -1,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79893-4",
                            "display": "Augeninnendruck linkes Auge (OS)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-06-04T14:57:00+00:00",
                "valueQuantity": {
                    "value": 15,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79892-6",
                            "display": "Augeninnendruck rechtes Auge (OD)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-06-04T14:57:00+00:00",
                "valueQuantity": {
                    "value": 20,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79893-4",
                            "display": "Augeninnendruck linkes Auge (OS)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-06-05T06:16:00+00:00",
                "valueQuantity": {
                    "value": 15,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79892-6",
                            "display": "Augeninnendruck rechtes Auge (OD)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-06-05T06:16:00+00:00",
                "valueQuantity": {
                    "value": 21,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79893-4",
                            "display": "Augeninnendruck linkes Auge (OS)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-06-05T10:11:00+00:00",
                "valueQuantity": {
                    "value": 13,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79892-6",
                            "display": "Augeninnendruck rechtes Auge (OD)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2020-06-05T10:11:00+00:00",
                "valueQuantity": {
                    "value": 22,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                },
                "method": {
                    "coding":  [
                        {
                            "system": "https://loinc.org/79764-7",
                            "code": "LA24829-6",
                            "display": "ORA - Ocular Response Analyzer"
                        }
                    ]
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79893-4",
                            "display": "Augeninnendruck linkes Auge (OS)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2022-08-03T15:28:00+00:00",
                "valueQuantity": {
                    "value": -1,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                }
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code": {
                    "coding":  [
                        {
                            "system": "http://loinc.org",
                            "version": "Loinc Version 2.69",
                            "code": "79892-6",
                            "display": "Augeninnendruck rechtes Auge (OD)"
                        }
                    ]
                },
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "effectiveDateTime": "2022-08-03T15:28:00+00:00",
                "valueQuantity": {
                    "value": 34,
                    "unit": "mmHg",
                    "system": "http://ucum.org",
                    "code": "mm[Hg]"
                }
            }
        },
        {
            "resource": {
                "resourceType": "Condition",
                "subject": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "onsetDateTime": "2022-08-31T14:25:00+00:00",
                "recordedDate": "2022-08-31T14:25:44+00:00",
                "recorder": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "note":  [
                    {
                        "text": "testttttt"
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "QuestionnaireResponse",
                "questionnaire": "Morisky Score Fragebogen",
                "status": "completed",
                "authored": "2021-04-06T10:54:00+00:00",
                "author": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "source": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "item":  [
                    {
                        "linkId": "question1",
                        "text": "Vergessen Sie manchmal, Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question2",
                        "text": "Wenn Sie an die letzten zwei Wochen denken, gab es da Tage, an denen Sie Ihre Augentropfen nicht getropft haben?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question3",
                        "text": "Haben Sie jemals die Einnahme Ihrer Augentropfen reduziert oder abgesetzt, ohne es Ihrem Arzt mitzuteilen, weil Sie sich schlechter gefühlt haben, als Sie sie genommen haben?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question4",
                        "text": "Vergessen Sie manchmal Ihre Augentropfen mitzunehmen, wenn Sie verreisen oder Ihr Haus verlassen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question5",
                        "text": "Haben Sie gestern alle Ihre Augentropfen getropft?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question6",
                        "text": "Wenn Sie das Gefühl haben, dass Ihre Symptome unter Kontrolle sind, hören Sie dann manchmal auf, Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question7",
                        "text": "Fühlen Sie sich manchmal bedrängt, sich an Ihren Behandlungsplan zu halten?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question8",
                        "text": "Wie oft haben Sie Schwierigkeiten, sich daran zu erinnern, alle Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/FREQUENCY1",
                                    "code": "NEVER",
                                    "display": "Nie / sehr selten"
                                }
                            }
                        ]
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "QuestionnaireResponse",
                "questionnaire": "Morisky Score Fragebogen",
                "status": "completed",
                "authored": "2022-02-09T15:19:00+00:00",
                "author": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "source": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "item":  [
                    {
                        "linkId": "question1",
                        "text": "Vergessen Sie manchmal, Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question2",
                        "text": "Wenn Sie an die letzten zwei Wochen denken, gab es da Tage, an denen Sie Ihre Augentropfen nicht getropft haben?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question3",
                        "text": "Haben Sie jemals die Einnahme Ihrer Augentropfen reduziert oder abgesetzt, ohne es Ihrem Arzt mitzuteilen, weil Sie sich schlechter gefühlt haben, als Sie sie genommen haben?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question4",
                        "text": "Vergessen Sie manchmal Ihre Augentropfen mitzunehmen, wenn Sie verreisen oder Ihr Haus verlassen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question5",
                        "text": "Haben Sie gestern alle Ihre Augentropfen getropft?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question6",
                        "text": "Wenn Sie das Gefühl haben, dass Ihre Symptome unter Kontrolle sind, hören Sie dann manchmal auf, Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question7",
                        "text": "Fühlen Sie sich manchmal bedrängt, sich an Ihren Behandlungsplan zu halten?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question8",
                        "text": "Wie oft haben Sie Schwierigkeiten, sich daran zu erinnern, alle Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/FREQUENCY1",
                                    "code": "ONCE_IN_A_WHILE",
                                    "display": "Ab und zu"
                                }
                            }
                        ]
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "QuestionnaireResponse",
                "questionnaire": "Morisky Score Fragebogen",
                "status": "completed",
                "authored": "2022-08-03T15:28:00+00:00",
                "author": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "source": {
                    "identifier": {
                        "system": "http://www.talkingeyes-portal.de/tonotracker/patientId",
                        "value": "1275208"
                    }
                },
                "item":  [
                    {
                        "linkId": "question1",
                        "text": "Vergessen Sie manchmal, Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question2",
                        "text": "Wenn Sie an die letzten zwei Wochen denken, gab es da Tage, an denen Sie Ihre Augentropfen nicht getropft haben?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question3",
                        "text": "Haben Sie jemals die Einnahme Ihrer Augentropfen reduziert oder abgesetzt, ohne es Ihrem Arzt mitzuteilen, weil Sie sich schlechter gefühlt haben, als Sie sie genommen haben?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question4",
                        "text": "Vergessen Sie manchmal Ihre Augentropfen mitzunehmen, wenn Sie verreisen oder Ihr Haus verlassen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "N",
                                    "display": "nein"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question5",
                        "text": "Haben Sie gestern alle Ihre Augentropfen getropft?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "U",
                                    "display": "weiß nicht"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question6",
                        "text": "Wenn Sie das Gefühl haben, dass Ihre Symptome unter Kontrolle sind, hören Sie dann manchmal auf, Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "U",
                                    "display": "weiß nicht"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question7",
                        "text": "Fühlen Sie sich manchmal bedrängt, sich an Ihren Behandlungsplan zu halten?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/YNU",
                                    "code": "Y",
                                    "display": "ja"
                                }
                            }
                        ]
                    },
                    {
                        "linkId": "question8",
                        "text": "Wie oft haben Sie Schwierigkeiten, sich daran zu erinnern, alle Ihre Augentropfen zu nehmen?",
                        "answer":  [
                            {
                                "valueCoding": {
                                    "system": "http://www.talkingeyes-portal.de/tonotracker/questionnaire/FREQUENCY1",
                                    "code": "NEVER",
                                    "display": "Nie / sehr selten"
                                }
                            }
                        ]
                    }
                ]
            }
        }
    ]
}