Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vereinfachung Testtreiber SearchPractitionerResponse #194

Closed
christian-frei opened this issue Jun 13, 2023 · 2 comments
Closed

Vereinfachung Testtreiber SearchPractitionerResponse #194

christian-frei opened this issue Jun 13, 2023 · 2 comments

Comments

@christian-frei
Copy link

Analog dem Issue #193 . Aber trotzdem ein einzelnes Issue erfasst, damit sie das besser abarbeiten können :-)

Die Testtreiber Response zu /devices/{deviceId}/fhir/searchPractitionerInFhirDirectory ist folgendermassen definiert:

{
  "totalSearchResults": 42,
  "searchResults": [
    {
      "mxid": "@someone:gematik.de",
      "practitionerName": "Peter Practitioner",
      "endpointName": "Someone",
      "practitionerQualifications": [
        {
          "system": "string",
          "code": "string",
          "display": "string"
        }
      ]
    }
  ]
}

Diese Response ignoriert die VZD Strukturen:

ein Practitioner kann n PractitionerRoles haben, welche wiederum n Endpoints und n Locations haben können.

Um weitere Fragen zu verhindern, schlage ich auch hier (analog #193) vor, das FHIR SearchResult von VZD weiterzuleiten.

@christian-frei
Copy link
Author

es gibt bereits ein issue #146

@TVRiddle
Copy link
Contributor

Wird in #146 weiter besprochen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants