PolicyStatesForPerson

HINWEIS: Ab TTP-FHIR-Gateway Release 2.1.0 ist diese Operation deprecated. Sie wird durch die Operations allPolicyStatesForPerson und currentConsentForPersonAndTemplate ersetzt.

Voraussetzung
  • Spezifizierte Domäne muss angelegt sein
  • Es muss eine gültige Einwilligung mit dem gegebenen personIdentifier existieren
Aufruf und Rückgabe

Invocations

URL: [base]/$policyStatesForPerson

This operation does NOT change content

Parameters (In)

NameCardinalityTypeDocumentation
personIdentifier1..*Identifier

Um den Bezug zwischen Person und Einwilligung herzustellen, ist die Angabe von mindestens einem eindeutigen Personenidentifikator erforderlich. Dies kann je nach Anforderungen die Fallnummer, ein Patienten-Identifikator, die Angabe eines Bevollmächtigten oder ein Studienpseudonym, o.ä. sein. Bei Angabe von mehreren Identifikatoren werden diese ODER-verknüpft.

domain1..1string

Angabe der Einwilligungsdomaene

_profile0..1canonical

Angabe um Ausgabeprofil festzulegen. Default ist die gics-Variante; alternativ das Profil aus dem IG Einwilligungsmanagement.

detailed-consent-status0..1boolean

Ist dieser Parameter false (= Defaultwert), werden alle jemals existierenden Policies mit Status "permit" übermittelt. Wird er auf true gesetzt, werden alle Policy-Status berücksichtigt (permit/deny/unknown).

Liefert alle Consente einer Person einer spezifischen Einwilligungsdomaene. Die Rückgabe erfolgt als Bundle vom Typ "collection". Das Bundle enthält ausschließlich Consent-Ressourcen zur Abbildung der Policies, d.h. je unterzeichneter Policy ist eine Consent-Ressource mit jeweils einer Policy (provision) enthalten.

Beispiel

Beispielhafter Request-Body:

<Parameters xmlns="http://hl7.org/fhir">
    <id value="AllPolicyStatesForPerson-request-example-1" />
    <parameter>
        <name value="personIdentifier" />
        <valueIdentifier>
            <system value="https://ths-greifswald.de/fhir/gics/identifiers/Pseudonym" />
            <value value="dic_GCC83" />
        </valueIdentifier>
    </parameter>
    <parameter>
        <name value="domain" />
        <valueString value="MII" />
    </parameter>
</Parameters>

Beispielhafte Rückmeldung:

<Bundle xmlns="http://hl7.org/fhir">
    <id value="AllPolicyStatesForPerson-response-example-1" />
    <type value="collection" />
    <entry>
        <fullUrl value="urn:uuid:c52ebb8f-3ca0-4978-9116-22c92aaccb18" />
        <resource>
            <Consent>
                <id value="c52ebb8f-3ca0-4978-9116-22c92aaccb18" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="IDAT_bereitstellen_EU_DSGVO_NIVEAU" />
                            <display value="Herausgabe identifizierender Daten (IDAT) an verantwortliche Stelle zur weiteren Verarbeitung" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.5" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:68148751-1a10-4e5a-84cd-2290950c3793" />
        <resource>
            <Consent>
                <id value="68148751-1a10-4e5a-84cd-2290950c3793" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="IDAT_erheben" />
                            <display value="Erfassung neuer identifizierender Daten (IDAT)" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.2" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:32fa19b1-f6fb-4fd5-b199-4d4dceb69e53" />
        <resource>
            <Consent>
                <id value="32fa19b1-f6fb-4fd5-b199-4d4dceb69e53" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="IDAT_speichern_verarbeiten" />
                            <display value="Speicherung und Verarbeitung identifizierender Daten (IDAT) in der verantwortlichen Stelle" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.3" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:343a8482-a00f-4ae4-974b-884932bdf44a" />
        <resource>
            <Consent>
                <id value="343a8482-a00f-4ae4-974b-884932bdf44a" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="IDAT_zusammenfuehren_Dritte" />
                            <display value="Zusammenf&#252;hrung identifizierender Daten (IDAT) mit Dritten Forschungspartnern" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.4" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:f250a5a5-20e3-4b6b-97a5-f134b0b34d50" />
        <resource>
            <Consent>
                <id value="f250a5a5-20e3-4b6b-97a5-f134b0b34d50" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2026-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="MDAT_erheben" />
                            <display value="Erfassung medizinischer Daten" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.6" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:7159f7db-a76f-41a5-b831-10c972a3a282" />
        <resource>
            <Consent>
                <id value="7159f7db-a76f-41a5-b831-10c972a3a282" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="MDAT_GECCO83_bereitstellen_NUM_CODEX" />
                            <display value="Medizinische Daten des GECCO83 Datensatz f&#252;r wiss. Nutzung in NUM-CODEX Plattform bereitstellen" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.33" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:b790946a-8a5c-48ed-926b-02ab9342e0ab" />
        <resource>
            <Consent>
                <id value="b790946a-8a5c-48ed-926b-02ab9342e0ab" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="MDAT_GECCO83_bereitstellen_NUM_CODEX_non_EU_DSGVO_NIVEAU" />
                            <display value="Medizinische Daten des GECCO83 Datensatz an L&#228;nder ohne EU Datenschutzniveau weitergeben" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.36" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:29e8f702-9949-48d0-82b8-64afae92354e" />
        <resource>
            <Consent>
                <id value="29e8f702-9949-48d0-82b8-64afae92354e" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="MDAT_GECCO83_speichern_verarbeiten_NUM_CODEX" />
                            <display value="Medizinische Daten des GECCO83 Datensatz in NUM-CODEX Plattform speichern und verarbeiten" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.34" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:7726b2ea-ea25-4848-a666-2135bf384cff" />
        <resource>
            <Consent>
                <id value="7726b2ea-ea25-4848-a666-2135bf384cff" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/MII" />
                            <code value="MDAT_GECCO83_wissenschaftlich_nutzen_COVID_19_Forschung_EU_DSGVO_konform" />
                            <display value="Nutzung des Covid-19-Datensatzes auf der im Rahmen des Projekts NUM-CODEX aufgebauten zentralen Datenplattform f&#252;r die COVID-19-Forschung" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:3fc1cb1f-e37c-4c5a-9b46-c6edc1459aa6" />
        <resource>
            <Consent>
                <id value="3fc1cb1f-e37c-4c5a-9b46-c6edc1459aa6" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/MII" />
                            <code value="MDAT_GECCO83_wissenschaftlich_nutzen_Pandemie_Forschung_EU_DSGVO_konform" />
                            <display value="Nutzung des Covid-19-Datensatzes auf der im Rahmen des Projekts NUM-CODEX aufgebauten zentralen Datenplattform f&#252;r die Pandemie-Forschung" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:9d317d12-e34f-4b4f-a9c1-693ecf7e1615" />
        <resource>
            <Consent>
                <id value="9d317d12-e34f-4b4f-a9c1-693ecf7e1615" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="MDAT_speichern_verarbeiten" />
                            <display value="Speicherung_Verarbeitung von medizinischen Daten innerhalb der verantwortlichen Stelle (MDAT)" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.7" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:8fead334-f5a9-4025-b604-5e38f9ad44c3" />
        <resource>
            <Consent>
                <id value="8fead334-f5a9-4025-b604-5e38f9ad44c3" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="MDAT_wissenschaftlich_nutzen_EU_DSGVO_NIVEAU" />
                            <display value="Bereitstellung medizinischer Daten (MDAT) f&#252;r wissenschaftliche Nutzung" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.8" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:a778fd9a-e68a-4b98-ab9d-2d788db705d5" />
        <resource>
            <Consent>
                <id value="a778fd9a-e68a-4b98-ab9d-2d788db705d5" />
                <meta>
                    <lastUpdated value="2021-06-03T09:47:47.361+02:00" />
                    <profile value="https://ths-greifswald.de/fhir/StructureDefinition/gics/Consent" />
                    <profile value="http://fhir.de/ConsentManagement/StructureDefinition/Consent" />
                </meta>
                <extension url="http://fhir.de/ConsentManagement/StructureDefinition/DomainReference">
                    <extension url="status">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/publication-status" />
                            <code value="active" />
                        </valueCoding>
                    </extension>
                </extension>
                <status value="active" />
                <scope>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/consentscope" />
                        <code value="research" />
                    </coding>
                </scope>
                <category>
                    <coding>
                        <system value="http://loinc.org" />
                        <code value="57016-8" />
                    </coding>
                </category>
                <patient>
                    <reference value="Patient/34d195ef-179f-48dd-b830-d52ea9347157" />
                    <display value="Pseudonym dic_GCC83" />
                </patient>
                <dateTime value="2021-06-03T00:00:00+02:00" />
                <sourceReference>
                    <reference value="QuestionnaireResponse/5cfc1218-618f-4408-9e3d-a1af7a25aa56" />
                </sourceReference>
                <provision>
                    <type value="permit" />
                    <period>
                        <start value="2021-06-03T09:47:47+02:00" />
                        <end value="2051-06-03T09:47:47+02:00" />
                    </period>
                    <code>
                        <coding>
                            <system value="https://ths-greifswald.de/fhir/CodeSystem/gics/Policy" />
                            <code value="MDAT_zusammenfuehren_Dritte" />
                            <display value="Zusammenf&#252;hrung medizinischer Daten (MDAT) mit Dritten Forschungspartnern" />
                        </coding>
                    </code>
                    <code>
                        <coding>
                            <system value="urn:oid:2.16.840.1.113883.3.1937.777.24.5.3" />
                            <code value="2.16.840.1.113883.3.1937.777.24.5.3.9" />
                        </coding>
                    </code>
                </provision>
            </Consent>
        </resource>
    </entry>
</Bundle>

Error Codes
Beschreibung HTTP Error Code
Fehlende Parameter 400 Bad Request
Parameter mit unbekanntem Inhalt 404 Not found
Leere Ergebnismenge trotz gültiger Parameter 200 Ok