Initiating a launch
The launch steps on this page are the same for HTI as SHOF
The launch can be initiated via a <form>
and the form-post-redirect
flow. Both HTI and SHOF are similar while initiating a launch.
<html>
<head>
</head>
<body onload="document.forms[0].submit();">
<form action="https://module.provider.eu/modules/x" method="post">
<input type="hidden" name="launch" value="eyJhbGciO..."/>
<input type="hidden" name="iss" value="https://fhir-server.koppeltaal.headease.nl/fhir/DEFAULT"/>
</form>
</body>
</html>
Launch
POST
{{ActivityDefinition.endpoint}}/
This request initializes the launch.
Headers
Name
Type
Description
Content-Type*
String
application/x-www-form-urlencoded
Request Body
Name
Type
Description
iss*
String
The URL of the Koppeltaal server
Topics
Last updated