File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Usage: #definition
82
82
* description = """
83
83
A client can ask a server to generate a documentReference from a document.
84
84
The server reads the existing document and generates a matching DocumentReference resource, or returns one it has previously generated.
85
- The server will persist the document and the DocumentReference; and may propigate based on grouping with other Actors.
85
+ The server will persist the document and the DocumentReference; and may propagate based on grouping with other Actors.
86
86
Servers may be able to return or generate document references for the following types of content:
87
87
- CDA
88
88
- FHIR Document
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ activate DocumentSource
8
8
activate DocumentRecipient
9
9
DocumentSource -> DocumentRecipient : Request to publish documents [ITI-65]
10
10
DocumentRecipient -> DocumentRecipient : validate content received
11
- DocumentRecipient --> DocumentRecipient : propigate to Grouped Actor (e.g. XDS Provide and Register)
11
+ DocumentRecipient --> DocumentRecipient : propagate to Grouped Actor (e.g. XDS Provide and Register)
12
12
DocumentRecipient --> DocumentSource : Documents published [ITI-65]
13
13
deactivate DocumentSource
14
14
deactivate DocumentRecipient
You can’t perform that action at this time.
0 commit comments