Trying to parse the result from a client.TypeOperationAsync<HealthcareService>()

34 views
Skip to first unread message

Steve Borman

unread,
Nov 3, 2022, 10:37:20 AM11/3/22
to FHIR DOTNET
I am using the NHS FHIR eRS API and can get a successful result from this:

var result = await client.TypeOperationAsync<STU3.Model.HealthcareService>("ers.searchHealthcareServicesForPatient", parameters);

However, result is of type "Resource".  How do I convert this into a list of HealthcareService?

Thanks in advance

Steve
Reply all
Reply to author
Forward
0 new messages