Skip to content

Commit

Permalink
Update image for TIM-1514
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Jul 29, 2024
1 parent e23c904 commit ba4368b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/images/TI-M_Basis/UC_10235_Seq.puml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ alt#LightGrey <size:16>gültiges search-accesstoken erhalten</size>
|||
alt#LightGrey #AliceBlue <size:16>HealthcareService-Einträge werden gesucht</size>
|||
cl->fp: GET /search/HealthcareService/?organization.active=true&...\n(search-accesstoken)
cl->fp: GET <Search-Schnittstelle>/HealthcareService/\n?organization.active=true&...(search-accesstoken)
note left
<size:16>Finde Datensatz für </size>
<size:16>TelematikID</size>
end note
activate fp
fp->fp: prüfe search-accesstoken
|||
fp->fd: GET /search/HealthcareService/?organization.active=true&...
fp->fd: GET <Search-Schnittstelle>/HealthcareService/\n?organization.active=true&...
activate fd
fd-->fp: HTTP 200 (:Suchergebnis FHIR-Bundle)
deactivate fd
Expand All @@ -74,14 +74,14 @@ alt#LightGrey <size:16>gültiges search-accesstoken erhalten</size>
|||
else <size:16>PractitionerRole-Einträge werden gesucht</size>
|||
cl->fp: GET /search/PractitionerRole/?practitioner.active=true&...\n(search-accesstoken)
cl->fp: GET <Search-Schnittstelle>/PractitionerRole/\n?practitioner.active=true&...(search-accesstoken)
note left
<size:16>Finde Datensatz für MXID</size>
end note
activate fp
fp->fp: prüfe search-accesstoken
|||
fp->fd: GET /search/PractitionerRole/?practitioner.active=true&...
fp->fd: GET <Search-Schnittstelle>/PractitionerRole/\n?practitioner.active=true&...
activate fd
fd-->fp: HTTP 200 (:Suchergebnis FHIR-Bundle)
deactivate fd
Expand Down

0 comments on commit ba4368b

Please sign in to comment.