Registration

Clients can Register at the given Url Below

  

URL For Fhir Registration

Registration End point https://${base_url}/api/fhir_registration.php
  
  

Request For App Launch

To register for app launch send request at https://${base_url}/api/fhir_registration.php with your own client name and email. { "client_name": "Touchstone Maaz", "client_email": "test@test.com", "redirect_uri": "https://touchstone.aegis.net/touchstone/oauth2/authcode/redirect", "aud": "https://touchstone.aegis.net", "confidential": "true", "launch" : "APP" }

Response For App Launch

{ "client_name": "Touchstone Maaz", "client_email": "test@test.com", "redirect_uri": "https://touchstone.aegis.net/touchstone/oauth2/authcode/redirect", "confidential": "true", "client_id": "VyzTwpgTNy0NqSACjODYgnE6s3ZlosK4JtuYuHaBj5sHIJaU0SPVzfKpxEj7igVF", "client_id_length": "64", "client_secret": "zkkw1WJo3PSWDfNjWiakgamOQ8EKKIqgmny426neRhp3zByiZ3snc3BCiwhQ0xGYV5FGcRWfFQWbnCOtJPoJ3mSQN77Br9YtDmzNPUQ8OrGRJwnxtlUVfMtJ8nOnQ5oSVQ5IN7iZGBV5JqXXCzt8M56TVR9ayxxV9HJ0r1GDNFeZUYfGREZ0QqEspJFKeq4ADJrEF3eYLIfyTSj48U3RfbH93lyE4HeLWMEvrC3VUsMf0ngrchPSKAycR9WFAmoP", "client_secret_length": "256", "client_registering_ip": "10.39.1.19", "launch": "APP" }
  

Request For Non confidential Launch

To register for Non confidential launch send request at https://${base_url}/api/fhir_registration.php with your own client name and email. { "client_name": "Touchstone Maaz", "client_email": "test@test.com", "redirect_uri": "https://touchstone.aegis.net/touchstone/oauth2/authcode/redirect", "aud": "https://touchstone.aegis.net", "confidential": "false" }

Response For Non confidential App Launch

{ "client_name": "Touchstone Maaz", "client_email": "test@test.com", "redirect_uri": "https://touchstone.aegis.net/touchstone/oauth2/authcode/redirect", "confidential": "false", "client_id": "qkvfk3s1AQx9GFn2RCeGsb8t4dIgMCiKBsQrcQeX1MHWpfS0BVDKxU0uvb7ji8Df", "client_id_length": "64", "client_secret": "", "client_secret_length": "0", "client_registering_ip": "10.39.1.19", "launch": "" }
  

Request For EHR Launch

To register for EHR launch send request at https://${base_url}/api/fhir_registration.php with your own client name and email. { "client_name": "Touchstone Maaz", "client_email": "test@test.com", "redirect_uri": "https://touchstone.aegis.net/touchstone/oauth2/authcode/redirect", "aud": "https://touchstone.aegis.net", "confidential": "true", "launch" : "EHR" }

Response For EHR Launch

{ "client_name": "Touchstone Maaz", "client_email": "test@test.com", "redirect_uri": "https://touchstone.aegis.net/touchstone/oauth2/authcode/redirect", "confidential": "true", "client_id": "wQGp1rDvJ8c9HkJ4C0TQgR8pdGmLjcqTZ9njUneHogJxz7yDyMEKBckzvu4CRdkk", "client_id_length": "64", "client_secret": "NZJEtPY40qBOoXQqQI4El7OzQX6dGruAeVx6Ts5o5jiSXKUaHEuu3qn80hhEXrT4kUdQNiZFKD6Aafun3dUNM5dsGIY5eI86GGjsapWEoEu5YWMTtI1aEJOLSzWqhyVmJoy9tWqvt1JhE7v8veROSEZeSBYRs6SPmVsVFqujfKTUrEU31fLt3hf2nGw66bEUv47t3Gyz1EeXpQMxnOG4JNuglTeA9f8zecy5ze6Ez8MUaHDMFeScSdk52SgTb0wv", "client_secret_length": "256", "client_registering_ip": "10.39.1.19", "launch": "EHR" }