Skip to content

Commit

Permalink
V 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-uhe authored Jul 29, 2024
1 parent 759b513 commit a9bb8a3
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions docs/FHIR_VZD_HOWTO_Data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ image::gematik_logo.svg[gematik,float="right"]

[width="100%",cols="50%,50%",options="header",]
|===
|Version: |0.0.2
|Version: |0.0.5
|Referencing: |gemILF_VZD_FHIR_Directory
|===

Expand All @@ -34,6 +34,9 @@ image::gematik_logo.svg[gematik,float="right"]

|0.0.1 |22.09.23 | |Initial document |gematik
|0.0.2 |28.03.24 | |Update for eRezept |gematik
|0.0.3 |02.07.24 | |Update according data from ApoVZD |gematik
|0.0.4 |09.07.24 | |Update |gematik
|0.0.5 |29.07.24 | |Simplifier links fixed |gematik
|===

== Classification of the document
Expand Down Expand Up @@ -489,7 +492,9 @@ This part of the directory contains information about organizations. +
|organizationVisibility
|0..*
|Visibility of an Organization in the FHIR-VZD. This Extensions includes codes of use-cases in which this Organization SHALL not be visible. +
For example it can be used to hide the organization in the eRezeptApp.
Values

- *hide-erezeptApp*: The organization and linked ressources will be not returned in the /fdv/search interface
|No
|Yes

Expand Down Expand Up @@ -652,8 +657,8 @@ Example of a https://github.com/gematik/api-vzd/blob/122ef63f9e76689261c9195e09c
|speciality
|speciality
|0..*
|According to https://simplifier.net/vzd-fhir-directory/healthcareservicespecialtyvs[HealthcareServiceSpecialityVS]. +
For pharmacies it contains the specialities according https://gematik.de/fhir/directory/CodeSystem/PharmacyHealthcareSpecialityCS (e.g. Handverkauf, Versand, Botendienst,...). +
|According to https://simplifier.net/vzd-fhir-directory/healthcarespecialtytypevs[HealthcareServiceSpecialityVS]. +
For pharmacies it contains the specialities according https://simplifier.net/vzd-fhir-directory/pharmacyhealthcarespecialtycs (e.g. Handverkauf, Versand, Botendienst,...). +
For all HealthcareServices it may contain the specialities according to *ServiceType* (http://terminology.hl7.org/CodeSystem/service-type).
|Yes
|No
Expand All @@ -676,7 +681,16 @@ Example of a https://github.com/gematik/api-vzd/blob/122ef63f9e76689261c9195e09c
|telecom
|A contact detail for the organization
|0..*
|Not used in the FHIR VZD.
|For s taken from the ApoVZD / pharmacy portal. May contain website, email, telephone, fax. +
For other organizations: Not used in the FHIR VZD.
|No
|No

|coverageArea.extension: +
serviceCoverageArea
|Delivery area of the service.
|0..1
|For s taken from the ApoVZD / pharmacy portal.
|No
|No

Expand All @@ -690,8 +704,9 @@ Example of a https://github.com/gematik/api-vzd/blob/122ef63f9e76689261c9195e09c
|characteristic
|Collection of characteristics (attributes)
|0..*
|According to https://simplifier.net/vzd-fhir-directory/healthcareservice-characteristic-vs +
E.g. used for the eRezept (eRX Token Receiver).
|According to https://simplifier.net/vzd-fhir-directory/healthcareservice-technical-characteristic-vs +
E.g. used for the eRezept (eRX Token Receiver) and can also show some physical characteristic https://simplifier.net/vzd-fhir-directory/physicalfeatureshealthcareservicevs.

|No
|No

Expand Down Expand Up @@ -774,20 +789,20 @@ See <<Endpoint-Resource>>
=== eRezept
Overview of the special data for the eRezept application.

==== Kind of organization/pharmacie
==== Kind of organization/pharmacy
The kind of organization is stored in the Organization.type attribute. For pharmacies the following codes from https://simplifier.net/vzd-fhir-directory/organizationprofessionoid[OrganizationProfessionOID] are relevant:

- 1.2.276.0.76.4.54 Öffentliche Apotheke
- 1.2.276.0.76.4.55 Krankenhausapotheke
- 1.2.276.0.76.4.56 Bundeswehrapotheke

==== Services of the pharmacie
The services of the pharmacie is stored in the HealthcareService.specialty attribute. For pharmacies the codes from https://simplifier.net/vzd-fhir-directory/pharmacyhealthcarespecialtycs[PharmacyHealthcareSpecialityCS] are relevant. +
==== Services of the pharmacy
The services of the pharmacy is stored in the HealthcareService.specialty attribute. For pharmacies the codes from https://simplifier.net/vzd-fhir-directory/pharmacyhealthcarespecialtycs[PharmacyHealthcareSpecialityCS] are relevant. +
+
The ability of the pharmacie to receive eRX Token is encoded in an attribute HealthcareService.characteristic. The codes are contained here https://simplifier.net/vzd-fhir-directory/healthcareservice-characteristic-vs[HealthCareServiceCharacteristicVS] +
The ability of the pharmacy to receive eRX Token is encoded in an attribute HealthcareService.characteristic. The codes are contained here https://simplifier.net/vzd-fhir-directory/healthcarespecialtytypevs[HealthCareServiceCharacteristicVS] +
+
*Note*:
An organization can create additional HealthcareServices itself. The HealthcareService with the pharmacie services can be recognized by the attribute "meta.tag" = "ldap".
An organization can create additional HealthcareServices itself. The HealthcareService with the pharmacy services can be recognized by the attribute "meta.tag" = "ldap".

==== opening hours
The opening times of pharmacies are stored in the HealthcareService.availableTime attribute. +
Expand Down Expand Up @@ -886,3 +901,4 @@ Example for Location.position
"longitude": 13.37796
}
----

0 comments on commit a9bb8a3

Please sign in to comment.