Skip to content

Commit

Permalink
added optional target-endpoints input parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hhund committed Aug 21, 2023
1 parent e65e028 commit d462031
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/fhir/Task/dsf-task-start-ping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,13 @@
</type>
<valueString value="startPing"/>
</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&amp;identifier=http://dsf.dev/sid/endpoint-identifier|"></valueString>
</input>
</Task>

0 comments on commit d462031

Please sign in to comment.