Skip to content

Commit 6afea72

Browse files
authored
Merge branch 'main' into 0.13.0
2 parents cf06695 + 7a623e7 commit 6afea72

File tree

55 files changed

+3221
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3221
-354
lines changed

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ image:https://shields.io/badge/Application Maintenance API-1.2.4-green?logo=swag
2525

2626
== Aktuelles
2727

28+
* *12.03.2025* 👨‍💻 https://github.com/gematik/api-vzd/blob/gemILF_Pflege_VZD/1.5.13/docs/gemILF_Pflege_VZD.adoc[Implementierungsleitfaden v1.5.13]
2829
* *26.09.2024* 👨‍💻 https://github.com/gematik/api-vzd/blob/gemILF_VZD_FHIR_Directory/1.2.4/docs/gemILF_VZD_FHIR_Directory.adoc[FHIR VZD Implementierungsleitfaden v1.2.4]
2930
* *11.09.2024* 👨‍💻 https://github.com/gematik/api-vzd/blob/gemILF_Pflege_VZD/1.5.12/docs/gemILF_Pflege_VZD.adoc[Implementierungsleitfaden v1.5.12]
3031
* *29.07.2024* 👨‍💻 https://github.com/gematik/api-vzd/blob/gemILF_VZD_FHIR_Directory/1.2.2/docs/gemILF_VZD_FHIR_Directory.adoc[FHIR VZD Implementierungsleitfaden v1.2.2]

docs/ApoVZD2FHIR_Sync.adoc

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
[cols="2,1,2",options="header"]
3+
|============================
4+
|ApoVZD-Attribut |FHIR VZD Element | Bemerkungen
5+
|HealthcareService.type |HealthcareService.specialty |
6+
Wenn im ApoVZD der HealthcareService.type=498 "Mobile Services" eines contained HealthcareService ist, wird im FHIR VZD Attribut HealthcareService.specialty Code:30 Display:Botendienst hinzugefügt (falls noch nicht vorhanden).
7+
8+
|HealthcareService.coverageArea |HealthcareService.coverageArea |
9+
Wenn im ApoVZD der HealthcareService.type="Mobile Services" eines contained HealthcareService ist, wird das von einer Apotheke angebotene Liefergebiet für optionale Botendienstlieferungen aus dem HealthcareService.coverageArea in den FHIR VZD übernommen (falls im ApoVZD vorhanden).
10+
11+
|Location.position |Location.position |
12+
Die Geo-Daten aus dem ApoVZD Attribut Location.position werden in das FHIR VZD Attribut Location.position übernommen.
13+
14+
|Location.type=PHARM |HealthcareService.specialty |
15+
Aus dem ApoVZD Attribut Location.type werden die Spezialisierungen für das FHIR VZD Attribut HealthcareService.specialty abgeleitet +
16+
Der ApoVZD Wert "PHARM" ist für Apotheken immer gesetzt und wird nicht auf HealthcareService.specialty im FHIR VZD abgebildet.
17+
18+
.2+|Location.type=OUTPHARM |HealthcareService.specialty |
19+
Aus dem ApoVZD Attribut Location.type werden die Spezialisierungen für das FHIR VZD Attribut HealthcareService.specialty abgeleitet +
20+
Für ApoVZD Wert "OUTPHARM" (Apotheke mit Offizin) wird in HealthcareService.specialty im FHIR VZD Code:10 Display:Handverkauf ergänzt (falls noch nicht vorhanden).
21+
22+
|HealthcareService.type |
23+
Aus dem ApoVZD Attribut Location.type werden die Spezialisierungen für das FHIR VZD Attribut HealthcareService.type abgeleitet +
24+
Für ApoVZD Wert "OUTPHARM" (Apotheke mit Offizin) wird in HealthcareService.type im FHIR VZD Code:offizin-apotheke Display:Offizin-Apotheke ergänzt (falls noch nicht vorhanden).
25+
26+
.2+|Location.type=MOBL |HealthcareService.specialty |
27+
Aus dem ApoVZD Attribut Location.type werden die Spezialisierungen für das FHIR VZD Attribut HealthcareService.specialty abgeleitet +
28+
Für ApoVZD Wert "MOBL" (Versandapotheke) wird in HealthcareService.specialty im FHIR VZD Code:40 Display:Versand ergänzt (falls noch nicht vorhanden).
29+
30+
|HealthcareService.type |
31+
Aus dem ApoVZD Attribut Location.type werden die Service Typen für das FHIR VZD Attribut HealthcareService.type abgeleitet +
32+
Für ApoVZD Wert "MOBL" (Versandapotheke) wird in HealthcareService.type im FHIR VZD Code:versandapotheke Display:Versandapotheke ergänzt (falls noch nicht vorhanden).
33+
34+
|Location.hoursOfOperation |HealthcareService.availableTime |
35+
Aus dem ApoVZD Attribut Location.hoursOfOperation werden die Spezialisierungen für das FHIR VZD Attribut HealthcareService.availableTime übernommen.
36+
37+
|Location.telecom | HealthcareService.telecom | Aus dem ApoVZD werden Webseite, Mail, Telefon, Fax in den FHIR VZD übernommen.
38+
39+
40+
41+
|============================

0 commit comments

Comments
 (0)