Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 861 Bytes

client.rst

File metadata and controls

33 lines (24 loc) · 861 Bytes

Working with REST

In this section we explain the methods of the FhirClient that are in the Hl7.Fhir.Rest part of the SDK package.

Add this using directive to your code:

using Hl7.Fhir.Rest;

The first topics in this chapter cover the settings of the FhirClient and the CRUD interactions you can perform with it. We will then give some examples of history and search interactions, and explain how to perform operations and transactions. There's also a section on helper methods for resource identities, and we end the chapter with other miscellaneous methods and helpers in the Hl7.Fhir.Rest namespace.

.. toctree::
   :maxdepth: 3
   :hidden:

   client/setup
   client/crud
   client/request-response
   client/history
   client/paging
   client/search
   client/resource-identity