Skip to content

Commit

Permalink
#190 #199 rework texts and seq dgr for generalization and not only EP…
Browse files Browse the repository at this point in the history
…R usage
  • Loading branch information
ralych committed Oct 24, 2023
1 parent 14bb1d4 commit bc66265
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions input/images-source/TCA01.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ skinparam style strictuml
scale max 800 width


box "Reference Community (C1)"
box "eHealth Record Repository 1"
actor "Patient" as PAT #blue
actor "Health Care Professional 1 (C1)" as HCP1_C1 #red
actor "Health Care Professional 1 (R1)" as HCP1_C1 #red
participant "Doc1\nAdmin" as Doc1 #lightblue
participant "Doc2\nAdmin" as Doc2 #lightblue
participant Aggregator as AGG
participant "Result\nRecord" as RES #lightgreen
end box

box "Community (C2)"
box "eHealth Record Repository 2"
participant "Doc3\nAdmin" as Doc3 #orange
actor "Health Care Professional 2 (C2)" as HCP2_C2 #orange
actor "Health Care Professional 2 (R2)" as HCP2_C2 #orange
end box

PAT -> Doc1: Patient (C1) creates document\nwith vaccination Havrix 1440 against viral heaptite A
Expand Down
4 changes: 2 additions & 2 deletions input/images-source/TCA01_GP.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skinparam style strictuml
scale max 800 width


box "Reference Community (C1)"
box "eHealth Record Repository 1"
actor "Health Care Professional 1 (C1)" as HCP1_C1 #red
actor "Patient" as PAT #blue
participant "Doc1\nAdmin" as Doc1 #lightblue
Expand All @@ -15,7 +15,7 @@ participant Aggregator as AGG
participant "Result\nRecord" as RES #lightgreen
end box

box "Community (C2)"
box "eHealth Record Repository 2"
participant "Doc3\nAdmin" as Doc3 #orange
actor "Health Care Professional 2 (C2)" as HCP2_C2 #orange
end box
Expand Down
12 changes: 6 additions & 6 deletions input/pagecontent/TC_A01.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Test Case A 01: Patient has three vaccination documents in two different communities (one of them recorded by the patient himself)

### Precondition
The patient has an EPR. There are three vaccination administration documents for him on the respositories of the communities.
He created a [Document A-D1-P-C1](Bundle-A-D1-P-C1.html) himself and uploaded it to the repository of his home community.
The other two documents were created and uploaded by two experts [HCP1](Practitioner-TC-HCP1-C1.html) and [HCP2](Practitioner-TC-HCP2-C2.html).
The patient has multiple vaccination documents in the ehealth ecosystem. There are three vaccination administration documents for him in different locations and they are all accessible.
He created a [Document A-D1-P-C1](Bundle-A-D1-P-C1.html) himself and uploaded it to his electronic record.
The other two documents were created and uploaded by two experts [HCP1](Practitioner-TC-HCP1-C1.html) and [HCP2](Practitioner-TC-HCP2-C2.html) in different repositories.

Specialist HCP1 is connected to the same community as the patient and has created and uploaded a document [Dokument A-D2-HCP1-C1](Bundle-A-D2-HCP1-C1.html).
Specialist HCP1 is connected to the same repository as the patient and has created and uploaded a document [Dokument A-D2-HCP1-C1](Bundle-A-D2-HCP1-C1.html).

Specialist HCP2 is connected to another community and has created and uploaded a [Dokument A-D3-HCP2-C2](Bundle-A-D3-HCP2-C2.html) for the patient there.
Specialist HCP2 is connected to another repository and has created and uploaded a [Dokument A-D3-HCP2-C2](Bundle-A-D3-HCP2-C2.html) for the patient there.


### Sequence
Expand All @@ -16,7 +16,7 @@ Specialist HCP2 is connected to another community and has created and uploaded a
<div>{% include TCA01_GP.svg %}</div>

### Result
The aggregated view ([Result. Dokument 01](Bundle-RDA02.html)) of patient's vaccination documents should be displayed in the vaccination module.
The aggregated view ([Result. Dokument 01](Bundle-RDA02.html)) of patient's vaccination documents should be displayed in the used application.


### Documents
Expand Down

0 comments on commit bc66265

Please sign in to comment.