-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/issues/4_new_organization_roles'
into develop
- Loading branch information
Showing
17 changed files
with
206 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
src/main/resources/fhir/Task/dsf-task-start-ping-autostart.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<Task xmlns="http://hl7.org/fhir"> | ||
<meta> | ||
<profile value="http://dsf.dev/fhir/StructureDefinition/task-start-ping-autostart|#{version}"/> | ||
</meta> | ||
<identifier> | ||
<system value="http://dsf.dev/sid/task-identifier"/> | ||
<value value="http://dsf.dev/bpe/Process/pingAutostart/#{version}/task-start-ping-autostart"/> | ||
</identifier> | ||
<instantiatesCanonical value="http://dsf.dev/bpe/Process/pingAutostart|#{version}"/> | ||
<status value="draft"/> | ||
<intent value="order"/> | ||
<authoredOn value="#{date}"/> | ||
<requester> | ||
<type value="Organization"/> | ||
<identifier> | ||
<system value="http://dsf.dev/sid/organization-identifier"/> | ||
<value value="#{organization}"/> | ||
</identifier> | ||
</requester> | ||
<restriction> | ||
<recipient> | ||
<type value="Organization"/> | ||
<identifier> | ||
<system value="http://dsf.dev/sid/organization-identifier"/> | ||
<value value="#{organization}"/> | ||
</identifier> | ||
</recipient> | ||
</restriction> | ||
<input> | ||
<type> | ||
<coding> | ||
<system value="http://dsf.dev/fhir/CodeSystem/bpmn-message"/> | ||
<code value="message-name"/> | ||
</coding> | ||
</type> | ||
<valueString value="startPingAutostart"/> | ||
</input> | ||
<input> | ||
<type> | ||
<coding> | ||
<system value="http://dsf.dev/fhir/CodeSystem/ping"></system> | ||
<code value="target-endpoints"></code> | ||
</coding> | ||
</type> | ||
<valueString value="Endpoint?status=active&identifier=http://dsf.dev/sid/endpoint-identifier|"></valueString> | ||
</input> | ||
<input> | ||
<type> | ||
<coding> | ||
<system value="http://dsf.dev/fhir/CodeSystem/ping"></system> | ||
<code value="timer-interval"></code> | ||
</coding> | ||
</type> | ||
<valueString value="PT24H"></valueString> | ||
</input> | ||
</Task> |
38 changes: 38 additions & 0 deletions
38
src/main/resources/fhir/Task/dsf-task-stop-ping-autostart.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<Task xmlns="http://hl7.org/fhir"> | ||
<meta> | ||
<profile value="http://dsf.dev/fhir/StructureDefinition/task-stop-ping-autostart|#{version}"/> | ||
</meta> | ||
<identifier> | ||
<system value="http://dsf.dev/sid/task-identifier"/> | ||
<value value="http://dsf.dev/bpe/Process/pingAutostart/#{version}/task-stop-ping-autostart"/> | ||
</identifier> | ||
<instantiatesCanonical value="http://dsf.dev/bpe/Process/pingAutostart|#{version}"/> | ||
<status value="draft"/> | ||
<intent value="order"/> | ||
<authoredOn value="#{date}"/> | ||
<requester> | ||
<type value="Organization"/> | ||
<identifier> | ||
<system value="http://dsf.dev/sid/organization-identifier"/> | ||
<value value="#{organization}"/> | ||
</identifier> | ||
</requester> | ||
<restriction> | ||
<recipient> | ||
<type value="Organization"/> | ||
<identifier> | ||
<system value="http://dsf.dev/sid/organization-identifier"/> | ||
<value value="#{organization}"/> | ||
</identifier> | ||
</recipient> | ||
</restriction> | ||
<input> | ||
<type> | ||
<coding> | ||
<system value="http://dsf.dev/fhir/CodeSystem/bpmn-message"/> | ||
<code value="message-name"/> | ||
</coding> | ||
</type> | ||
<valueString value="stopPingAutostart"/> | ||
</input> | ||
</Task> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.