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

NameTypeDescription

Content-Type*

String

application/x-www-form-urlencoded

Request Body

NameTypeDescription

launch*

String

iss*

String

The URL of the Koppeltaal server

Topics

TOP-KT-007 - Koppeltaal Launch

Last updated