sonormed-logo-1

Tinnitus Counseling Interoperabilität Implementierungshilfe

Zur Behandlung diverser Krankheitsbilder wird die Counseling-Methode verwendet, bei welcher strukturierte Aufklärung und Beratung der Patienten mit gezielten edukatorischen Elemente in interaktiver Form verbunden werden.

Der Patient beantwortet hierzu einen oder mehrere Fragebögen und bearbeitet mehrere Lektionen mit Lerninhalten.

Dieses Dokument dient zur Veranschaulichung der Interoperabilität zwischen digitalen Anwendungen von Daten, die von Counseling-Apps generiert werden. Es soll es anderen Hersteller digitaler Produkte ermöglichen, die Daten von Counseling-Anwendungen zu importieren, weiterzuverarbeiten und darzustellen.

Verwendete Profile

Für die Daten des Sonormed Tinnitus Counselings wurden Profilierungen der Resourcen Bundle, Patient und Observation vorgenommen. Exportiert werden Patientenstammdaten und die vom Patienten beantworteten Fragebögen.

Basis-Resource Profilierung ID Inhalt
Patient SONPatient Patienten-Stammdaten
Observation SONQuestionnaireResponse Fragebogenantwort
Bundle SONBundle Zusammenhaltungsobjekt

Beispiel eines Exports

Aus Urherberrechtsgründen können keine echten Fragen aufgeführt werden, im Beispiel handelt sich um fiktive Fragen und Antworten.

<Bundle xmlns="http://hl7.org/fhir">
    <id value="example-0-export" />
    <meta>
        <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONBundle" />
    </meta>
    <identifier>
        <system value="https://fhir.sonormed.io/kompatibilitaet/sid/export-id" />
        <value value="1" />
    </identifier>
    <type value="collection" />
    <timestamp value="2022-01-20T13:53:16Z" />
    <entry>
        <fullUrl value="example-0" />
        <resource>
            <Patient>
                <id value="example-0" />
                <meta>
                    <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONPatient" />
                </meta>
                <identifier>
                    <use value="usual" />
                    <value value="example-0" />
                    <period>
                        <start value="2022-01-20T13:53:15Z" />
                    </period>
                </identifier>
                <telecom>
                    <system value="email" />
                    <value value="user0@dummymail.com" />
                    <use value="home" />
                </telecom>
            </Patient>
        </resource>
    </entry>
    <entry>
        <fullUrl value="test-1" />
        <resource>
            <Observation>
                <id value="test-1" />
                <meta>
                    <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONQuestionnaireResponse" />
                </meta>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89196-0" />
                        <display value="Patient reported outcome measure panel" />
                    </coding>
                    <text value="Welches Tier m&#246;gen Sie am liebsten?" />
                </code>
                <subject>
                    <reference value="Patient/example-0" />
                    <type value="Patient" />
                </subject>
                <effectiveDateTime value="2021-04-20T09:54:40Z" />
                <valueString value="Schnabeltier" />
                <interpretation>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89193-7" />
                        <display value="Patient reported outcome measure score interpretation" />
                    </coding>
                    <text value="Erlaubte Antwortm&#246;glichkeiten: Elefant;Giraffe;Pferd;Schnabeltier" />
                </interpretation>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="test-2" />
        <resource>
            <Observation>
                <id value="test-2" />
                <meta>
                    <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONQuestionnaireResponse" />
                </meta>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89196-0" />
                        <display value="Patient reported outcome measure panel" />
                    </coding>
                    <text value="Welches Datum ist heute?" />
                </code>
                <subject>
                    <reference value="Patient/example-0" />
                    <type value="Patient" />
                </subject>
                <effectiveDateTime value="2021-04-20T09:54:40Z" />
                <valueDateTime value="2021-11-01T12:00:00Z" />
                <interpretation>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89193-7" />
                        <display value="Patient reported outcome measure score interpretation" />
                    </coding>
                    <text value="Erlaubte Antwortm&#246;glichkeiten: [DATUMSFELD]" />
                </interpretation>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="test-3" />
        <resource>
            <Observation>
                <id value="test-3" />
                <meta>
                    <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONQuestionnaireResponse" />
                </meta>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89196-0" />
                        <display value="Patient reported outcome measure panel" />
                    </coding>
                    <text value="Welcher Tag ist heute?" />
                </code>
                <subject>
                    <reference value="Patient/example-0" />
                    <type value="Patient" />
                </subject>
                <effectiveDateTime value="2021-04-20T09:54:40Z" />
                <valueString value="Montag" />
                <interpretation>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89193-7" />
                        <display value="Patient reported outcome measure score interpretation" />
                    </coding>
                    <text value="Erlaubte Antwortm&#246;glichkeiten: Montag;Dienstag;Mittwoch;Donnerstag;Freitag;Samstag;Sonntag" />
                </interpretation>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="example-1" />
        <resource>
            <Observation>
                <id value="example-1" />
                <meta>
                    <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONQuestionnaireResponse" />
                </meta>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89196-0" />
                        <display value="Patient reported outcome measure panel" />
                    </coding>
                    <text value="Do you like animals?" />
                </code>
                <subject>
                    <reference value="Patient/example-0" />
                    <type value="Patient" />
                </subject>
                <effectiveDateTime value="2021-04-20T09:56:50Z" />
                <valueInteger value="5" />
                <interpretation>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89193-7" />
                        <display value="Patient reported outcome measure score interpretation" />
                    </coding>
                    <text value="The patient should answer the questions on a scale from 0 to 10. Erlaubte Antwortm&#246;glichkeiten: [0-10]" />
                </interpretation>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="example-2" />
        <resource>
            <Observation>
                <id value="example-2" />
                <meta>
                    <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONQuestionnaireResponse" />
                </meta>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89196-0" />
                        <display value="Patient reported outcome measure panel" />
                    </coding>
                    <text value="Do you like sports?" />
                </code>
                <subject>
                    <reference value="Patient/example-0" />
                    <type value="Patient" />
                </subject>
                <effectiveDateTime value="2021-04-20T09:56:50Z" />
                <valueInteger value="2" />
                <interpretation>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89193-7" />
                        <display value="Patient reported outcome measure score interpretation" />
                    </coding>
                    <text value="The patient should answer the questions on a scale from 0 to 10. Erlaubte Antwortm&#246;glichkeiten: [0-10]" />
                </interpretation>
            </Observation>
        </resource>
    </entry>
    <entry>
        <fullUrl value="example-3" />
        <resource>
            <Observation>
                <id value="example-3" />
                <meta>
                    <profile value="https://fhir.sonormed.io/fhir/StructureDefinition/SONQuestionnaireResponse" />
                </meta>
                <status value="final" />
                <category>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
                        <code value="survey" />
                        <display value="Survey" />
                    </coding>
                </category>
                <code>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89196-0" />
                        <display value="Patient reported outcome measure panel" />
                    </coding>
                    <text value="Do you like bikes?" />
                </code>
                <subject>
                    <reference value="Patient/example-0" />
                    <type value="Patient" />
                </subject>
                <effectiveDateTime value="2021-04-20T09:56:50Z" />
                <valueInteger value="10" />
                <interpretation>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="89193-7" />
                        <display value="Patient reported outcome measure score interpretation" />
                    </coding>
                    <text value="The patient should answer the questions on a scale from 0 to 10. Erlaubte Antwortm&#246;glichkeiten: [0-10]" />
                </interpretation>
            </Observation>
        </resource>
    </entry>
</Bundle>