mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-01 06:02:54 +00:00
test: added test data -> gICS responses permit and deny
This commit is contained in:
1631
src/test/resources/fake_broadConsent_gics_response_deny.json
Normal file
1631
src/test/resources/fake_broadConsent_gics_response_deny.json
Normal file
File diff suppressed because it is too large
Load Diff
1631
src/test/resources/fake_broadConsent_gics_response_permit.json
Normal file
1631
src/test/resources/fake_broadConsent_gics_response_permit.json
Normal file
File diff suppressed because it is too large
Load Diff
333
src/test/resources/fake_mv64e-gics-response_deny.json
Normal file
333
src/test/resources/fake_mv64e-gics-response_deny.json
Normal file
@ -0,0 +1,333 @@
|
||||
{
|
||||
"resourceType": "Bundle",
|
||||
"type": "collection",
|
||||
"entry": [
|
||||
{
|
||||
"fullUrl": "http://127.0.0.1:8090/ttp-fhir/fhir/gics/Consent/24673204-50e1-11f0-a144-661e92ac9503",
|
||||
"resource": {
|
||||
"resourceType": "Consent",
|
||||
"id": "24673204-50e1-11f0-a144-661e92ac9503",
|
||||
"meta": {
|
||||
"lastUpdated": "2025-06-24T11:58:27.178+02:00",
|
||||
"profile": [
|
||||
"http://fhir.de/ConsentManagement/StructureDefinition/Consent"
|
||||
]
|
||||
},
|
||||
"extension": [
|
||||
{
|
||||
"url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference",
|
||||
"extension": [
|
||||
{
|
||||
"url": "domain",
|
||||
"valueReference": {
|
||||
"reference": "ResearchStudy/ef86d80e-50e0-11f0-a144-661e92ac9503"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "status",
|
||||
"valueCoding": {
|
||||
"system": "http://hl7.org/fhir/publication-status",
|
||||
"code": "active"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"status": "active",
|
||||
"scope": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
|
||||
"code": "research"
|
||||
}
|
||||
]
|
||||
},
|
||||
"category": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://loinc.org",
|
||||
"code": "59284-0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType",
|
||||
"code": "policy"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"patient": {
|
||||
"reference": "Patient/2466d49b-50e1-11f0-a144-661e92ac9503",
|
||||
"display": "Patienten-ID 999999"
|
||||
},
|
||||
"dateTime": "2025-06-24T00:00:00+02:00",
|
||||
"organization": [
|
||||
{
|
||||
"display": "GenomDE_MV"
|
||||
}
|
||||
],
|
||||
"sourceReference": {
|
||||
"reference": "QuestionnaireResponse/24670c77-50e1-11f0-a144-661e92ac9503"
|
||||
},
|
||||
"policyRule": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Teilnahme",
|
||||
"display": "Teilnahme am Modellvorhaben und Einwilligung zur Genomsequenzierung"
|
||||
}
|
||||
]
|
||||
},
|
||||
"provision": {
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"provision": [
|
||||
{
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"code": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Teilnahme",
|
||||
"display": "Teilnahme am Modellvorhaben und Einwilligung zur Genomsequenzierung"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"fullUrl": "http://127.0.0.1:8090/ttp-fhir/fhir/gics/Consent/24673913-50e1-11f0-a144-661e92ac9503",
|
||||
"resource": {
|
||||
"resourceType": "Consent",
|
||||
"id": "24673913-50e1-11f0-a144-661e92ac9503",
|
||||
"meta": {
|
||||
"lastUpdated": "2025-06-24T11:58:27.194+02:00",
|
||||
"profile": [
|
||||
"http://fhir.de/ConsentManagement/StructureDefinition/Consent"
|
||||
]
|
||||
},
|
||||
"extension": [
|
||||
{
|
||||
"url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference",
|
||||
"extension": [
|
||||
{
|
||||
"url": "domain",
|
||||
"valueReference": {
|
||||
"reference": "ResearchStudy/ef86d80e-50e0-11f0-a144-661e92ac9503"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "status",
|
||||
"valueCoding": {
|
||||
"system": "http://hl7.org/fhir/publication-status",
|
||||
"code": "active"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"status": "active",
|
||||
"scope": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
|
||||
"code": "research"
|
||||
}
|
||||
]
|
||||
},
|
||||
"category": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://loinc.org",
|
||||
"code": "59284-0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType",
|
||||
"code": "policy"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"patient": {
|
||||
"reference": "Patient/2466d49b-50e1-11f0-a144-661e92ac9503",
|
||||
"display": "Patienten-ID 999999"
|
||||
},
|
||||
"dateTime": "2025-06-24T00:00:00+02:00",
|
||||
"organization": [
|
||||
{
|
||||
"display": "GenomDE_MV"
|
||||
}
|
||||
],
|
||||
"sourceReference": {
|
||||
"reference": "QuestionnaireResponse/24670c77-50e1-11f0-a144-661e92ac9503"
|
||||
},
|
||||
"policyRule": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Fallidentifizierung",
|
||||
"display": "Fallidentifizierung zum fachlichen Austausch unter Behandelnden"
|
||||
}
|
||||
]
|
||||
},
|
||||
"provision": {
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"provision": [
|
||||
{
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"code": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Fallidentifizierung",
|
||||
"display": "Fallidentifizierung zum fachlichen Austausch unter Behandelnden"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"fullUrl": "http://127.0.0.1:8090/ttp-fhir/fhir/gics/Consent/24673da9-50e1-11f0-a144-661e92ac9503",
|
||||
"resource": {
|
||||
"resourceType": "Consent",
|
||||
"id": "24673da9-50e1-11f0-a144-661e92ac9503",
|
||||
"meta": {
|
||||
"lastUpdated": "2025-06-24T11:58:27.211+02:00",
|
||||
"profile": [
|
||||
"http://fhir.de/ConsentManagement/StructureDefinition/Consent"
|
||||
]
|
||||
},
|
||||
"extension": [
|
||||
{
|
||||
"url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference",
|
||||
"extension": [
|
||||
{
|
||||
"url": "domain",
|
||||
"valueReference": {
|
||||
"reference": "ResearchStudy/ef86d80e-50e0-11f0-a144-661e92ac9503"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "status",
|
||||
"valueCoding": {
|
||||
"system": "http://hl7.org/fhir/publication-status",
|
||||
"code": "active"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"status": "active",
|
||||
"scope": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
|
||||
"code": "research"
|
||||
}
|
||||
]
|
||||
},
|
||||
"category": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://loinc.org",
|
||||
"code": "59284-0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType",
|
||||
"code": "policy"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"patient": {
|
||||
"reference": "Patient/2466d49b-50e1-11f0-a144-661e92ac9503",
|
||||
"display": "Patienten-ID 999999"
|
||||
},
|
||||
"dateTime": "2025-06-24T00:00:00+02:00",
|
||||
"organization": [
|
||||
{
|
||||
"display": "GenomDE_MV"
|
||||
}
|
||||
],
|
||||
"sourceReference": {
|
||||
"reference": "QuestionnaireResponse/24670c77-50e1-11f0-a144-661e92ac9503"
|
||||
},
|
||||
"policyRule": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Rekontaktierung",
|
||||
"display": "Re-Identifizierung meiner Daten über die Vertrauensstelle beim Robert Koch-Institut und in die erneute Kontaktaufnahme durch meine behandelnde Ärztin oder meinen behandelnden Arzt"
|
||||
}
|
||||
]
|
||||
},
|
||||
"provision": {
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"provision": [
|
||||
{
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"code": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Rekontaktierung",
|
||||
"display": "Re-Identifizierung meiner Daten über die Vertrauensstelle beim Robert Koch-Institut und in die erneute Kontaktaufnahme durch meine behandelnde Ärztin oder meinen behandelnden Arzt"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
333
src/test/resources/fake_mv64e-gics-response_permit.json
Normal file
333
src/test/resources/fake_mv64e-gics-response_permit.json
Normal file
@ -0,0 +1,333 @@
|
||||
{
|
||||
"resourceType": "Bundle",
|
||||
"type": "collection",
|
||||
"entry": [
|
||||
{
|
||||
"fullUrl": "http://127.0.0.1:8090/ttp-fhir/fhir/gics/Consent/121a8368-50e1-11f0-a144-661e92ac9503",
|
||||
"resource": {
|
||||
"resourceType": "Consent",
|
||||
"id": "121a8368-50e1-11f0-a144-661e92ac9503",
|
||||
"meta": {
|
||||
"lastUpdated": "2025-06-24T11:55:42.079+02:00",
|
||||
"profile": [
|
||||
"http://fhir.de/ConsentManagement/StructureDefinition/Consent"
|
||||
]
|
||||
},
|
||||
"extension": [
|
||||
{
|
||||
"url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference",
|
||||
"extension": [
|
||||
{
|
||||
"url": "domain",
|
||||
"valueReference": {
|
||||
"reference": "ResearchStudy/ef86d80e-50e0-11f0-a144-661e92ac9503"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "status",
|
||||
"valueCoding": {
|
||||
"system": "http://hl7.org/fhir/publication-status",
|
||||
"code": "active"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"status": "active",
|
||||
"scope": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
|
||||
"code": "research"
|
||||
}
|
||||
]
|
||||
},
|
||||
"category": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://loinc.org",
|
||||
"code": "59284-0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType",
|
||||
"code": "policy"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"patient": {
|
||||
"reference": "Patient/12194791-50e1-11f0-a144-661e92ac9503",
|
||||
"display": "Patienten-ID 12345678"
|
||||
},
|
||||
"dateTime": "2025-06-24T00:00:00+02:00",
|
||||
"organization": [
|
||||
{
|
||||
"display": "GenomDE_MV"
|
||||
}
|
||||
],
|
||||
"sourceReference": {
|
||||
"reference": "QuestionnaireResponse/1219ca42-50e1-11f0-a144-661e92ac9503"
|
||||
},
|
||||
"policyRule": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Teilnahme",
|
||||
"display": "Teilnahme am Modellvorhaben und Einwilligung zur Genomsequenzierung"
|
||||
}
|
||||
]
|
||||
},
|
||||
"provision": {
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"provision": [
|
||||
{
|
||||
"type": "permit",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"code": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Teilnahme",
|
||||
"display": "Teilnahme am Modellvorhaben und Einwilligung zur Genomsequenzierung"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"fullUrl": "http://127.0.0.1:8090/ttp-fhir/fhir/gics/Consent/121aad40-50e1-11f0-a144-661e92ac9503",
|
||||
"resource": {
|
||||
"resourceType": "Consent",
|
||||
"id": "121aad40-50e1-11f0-a144-661e92ac9503",
|
||||
"meta": {
|
||||
"lastUpdated": "2025-06-24T11:55:42.096+02:00",
|
||||
"profile": [
|
||||
"http://fhir.de/ConsentManagement/StructureDefinition/Consent"
|
||||
]
|
||||
},
|
||||
"extension": [
|
||||
{
|
||||
"url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference",
|
||||
"extension": [
|
||||
{
|
||||
"url": "domain",
|
||||
"valueReference": {
|
||||
"reference": "ResearchStudy/ef86d80e-50e0-11f0-a144-661e92ac9503"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "status",
|
||||
"valueCoding": {
|
||||
"system": "http://hl7.org/fhir/publication-status",
|
||||
"code": "active"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"status": "active",
|
||||
"scope": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
|
||||
"code": "research"
|
||||
}
|
||||
]
|
||||
},
|
||||
"category": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://loinc.org",
|
||||
"code": "59284-0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType",
|
||||
"code": "policy"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"patient": {
|
||||
"reference": "Patient/12194791-50e1-11f0-a144-661e92ac9503",
|
||||
"display": "Patienten-ID 12345678"
|
||||
},
|
||||
"dateTime": "2025-06-24T00:00:00+02:00",
|
||||
"organization": [
|
||||
{
|
||||
"display": "GenomDE_MV"
|
||||
}
|
||||
],
|
||||
"sourceReference": {
|
||||
"reference": "QuestionnaireResponse/1219ca42-50e1-11f0-a144-661e92ac9503"
|
||||
},
|
||||
"policyRule": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Fallidentifizierung",
|
||||
"display": "Fallidentifizierung zum fachlichen Austausch unter Behandelnden"
|
||||
}
|
||||
]
|
||||
},
|
||||
"provision": {
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"provision": [
|
||||
{
|
||||
"type": "permit",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"code": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Fallidentifizierung",
|
||||
"display": "Fallidentifizierung zum fachlichen Austausch unter Behandelnden"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"fullUrl": "http://127.0.0.1:8090/ttp-fhir/fhir/gics/Consent/121ac5f8-50e1-11f0-a144-661e92ac9503",
|
||||
"resource": {
|
||||
"resourceType": "Consent",
|
||||
"id": "121ac5f8-50e1-11f0-a144-661e92ac9503",
|
||||
"meta": {
|
||||
"lastUpdated": "2025-06-24T11:55:42.110+02:00",
|
||||
"profile": [
|
||||
"http://fhir.de/ConsentManagement/StructureDefinition/Consent"
|
||||
]
|
||||
},
|
||||
"extension": [
|
||||
{
|
||||
"url": "http://fhir.de/ConsentManagement/StructureDefinition/DomainReference",
|
||||
"extension": [
|
||||
{
|
||||
"url": "domain",
|
||||
"valueReference": {
|
||||
"reference": "ResearchStudy/ef86d80e-50e0-11f0-a144-661e92ac9503"
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "status",
|
||||
"valueCoding": {
|
||||
"system": "http://hl7.org/fhir/publication-status",
|
||||
"code": "active"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"status": "active",
|
||||
"scope": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
|
||||
"code": "research"
|
||||
}
|
||||
]
|
||||
},
|
||||
"category": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://loinc.org",
|
||||
"code": "59284-0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "http://fhir.de/ConsentManagement/CodeSystem/ResultType",
|
||||
"code": "policy"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"patient": {
|
||||
"reference": "Patient/12194791-50e1-11f0-a144-661e92ac9503",
|
||||
"display": "Patienten-ID 12345678"
|
||||
},
|
||||
"dateTime": "2025-06-24T00:00:00+02:00",
|
||||
"organization": [
|
||||
{
|
||||
"display": "GenomDE_MV"
|
||||
}
|
||||
],
|
||||
"sourceReference": {
|
||||
"reference": "QuestionnaireResponse/1219ca42-50e1-11f0-a144-661e92ac9503"
|
||||
},
|
||||
"policyRule": {
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Rekontaktierung",
|
||||
"display": "Re-Identifizierung meiner Daten über die Vertrauensstelle beim Robert Koch-Institut und in die erneute Kontaktaufnahme durch meine behandelnde Ärztin oder meinen behandelnden Arzt"
|
||||
}
|
||||
]
|
||||
},
|
||||
"provision": {
|
||||
"type": "deny",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"provision": [
|
||||
{
|
||||
"type": "permit",
|
||||
"period": {
|
||||
"start": "2025-06-24T00:00:00+02:00",
|
||||
"end": "3000-01-01T00:00:00+01:00"
|
||||
},
|
||||
"code": [
|
||||
{
|
||||
"coding": [
|
||||
{
|
||||
"system": "https://ths-greifswald.de/fhir/CodeSystem/gics/Policy/GenomDE_MV",
|
||||
"code": "Rekontaktierung",
|
||||
"display": "Re-Identifizierung meiner Daten über die Vertrauensstelle beim Robert Koch-Institut und in die erneute Kontaktaufnahme durch meine behandelnde Ärztin oder meinen behandelnden Arzt"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user