Receiving Conformance Statement

28 views
Skip to first unread message

Abu Huraira

unread,
Jul 14, 2021, 6:01:30 AM7/14/21
to FHIR DOTNET
Hi!
how can I receive my conformance statement.
thanks
Regards

Abu Huraira

unread,
Jul 14, 2021, 6:03:38 AM7/14/21
to FHIR DOTNET
kindly provide the documentation page link for getting authorization code and access_token.
Regards

Mirjam Baltus

unread,
Jul 14, 2021, 10:06:27 AM7/14/21
to FHIR DOTNET

Retrieving a CapabilityStatement with the FhirClient can be done like this:

            var c = new FhirClient("<your_server_endpoint");
            var capabilities = c.CapabilityStatement();

Op woensdag 14 juli 2021 om 12:01:30 UTC+2 schreef Abu Huraira:

Mirjam Baltus

unread,
Jul 14, 2021, 10:10:58 AM7/14/21
to FHIR DOTNET
Maybe you could take a look at the Smart on FHIR app launch framework, to see the steps involved in the process: http://hl7.org/fhir/smart-app-launch/index.html.

It is outside the scope of the Firely SDK to obtain a token, but as soon as you have it, look at this example to add it to the requests of your FhirClient: https://github.com/FirelyTeam/LetsBuildNetFall2020/blob/day-3/Day3-validating/DevDaysMapper/AuthorizationMessageHandler.cs

Op woensdag 14 juli 2021 om 12:03:38 UTC+2 schreef Abu Huraira:
Reply all
Reply to author
Forward
0 new messages