api-vzd icon indicating copy to clipboard operation
api-vzd copied to clipboard

API specification for gematik Directory, a service which provides Information about organizations and practitioners in the german healthcare.

Results 7 api-vzd issues
Sort by recently updated
recently updated
newest added

## Breaking Changes & Informationen: ### Breaking Changes wegen compliance zu dt. Basisprofilen - Stadteile werden über die Extension http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct abgebildet, district sind in den dt. Basisprofilen auf 0..0 constrained...

- [ ] gerade wird eine neue Version der basisprofile ballotiert, hier sollte die dependency geupdated werden. Entweder jetzt auf die ballot Version: de.basisprofil.r4 1.5.0-ballot, oder nach dem Ballot auf...

bspw. Versicherte sollen einen Endpoint nicht sehen Organization soll in einem Anwendungsfall sichtbar/unsichtbar sein. tags hide, hideErezept, hideVersicherte?

Möglicherweise hängt das damit zusammen, dass dieser Vorgang hier noch nicht beschrieben ist (Kapitel 2.4 ist noch leer): https://github.com/gematik/api-vzd/blob/61dd4e7115259ecbcacc989962d60e769b32a22f/docs/FHIR_VZD_HOWTO_Authenticate.adoc ### Problem: ![SequenceDiagram.FHIR-Directory.owner](../blob/61dd4e7115259ecbcacc989962d60e769b32a22f/images/diagrams/SequenceDiagram.FHIR-Directory.owner.png?raw=true) Das Problem liegt zwischen "{client_callback_uri} {auth_code}" und "GET...

## Fix Gradle Build Error ### Description This pull request addresses a build error in the `auth-samples/build.gradle.kts` file. The error was caused by a misplaced curly bracket in the configuration...

While implementing the handling of ECC certificates (`*_SMCB_HCI_ENC_E256`), I came accross the ECC sample in [./samples/directory-samples-python/directory_samples/owner_authenticate_konnektor.py](https://github.com/gematik/api-vzd/blob/ab5be90faba1bb45164c7bdcee29c68f9c3b32a2/samples/directory-samples-python/directory_samples/owner_authenticate_konnektor.py). In this sample, the signing of the challenge is performed by a request to...