Hi Team,
I am new to Fhir and exploring on getting Data from Fhir server endpoint through FhirClient class object.
I was able to get the data the Data from below sample code.
var settings = new FhirClientSettings
{
Timeout = 0,
PreferredFormat = ResourceFormat.Json,
VerifyFhirVersion = true,
PreferredReturn = Prefer.ReturnMinimal
};
var client = new FhirClient("http://server.fire.ly", settings)
Thanks for that. And i was trying to get Bulk Data by passing Headers info.
Can you please let us know ho w to pass header details while using FhirClient object?
Thanks,
This e-mail, including attachments, contains confidential information, some or all of which may be protected health information as defined by the federal Health Insurance Portability & Accountability Act (HIPAA) Privacy Rule. This email is intended for the exclusive use of the individual or entity to whom it is addressed and may contain information that is proprietary, privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, dissemination, distribution or copying of this information is strictly prohibited and may be subject to legal restriction or sanction. Please notify the sender by telephone (number listed above) or return email and delete this email immediately.