HAPI FHIR Server

/DirectMessage/$searchProviders

get
http://localhost:8080/fhir/R4/DirectMessage/$searchProviders

Query Parameters

Response

200

Success

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

get/DirectMessage/$searchProviders
 
curl --request GET \
  --url 'http://localhost:8080/fhir/R4/DirectMessage/$searchProviders' \
  --header 'Accept: application/fhir+json, application/fhir+xml' \
  --header 'Authorization: Bearer ' \
  --header 'Content-Type: application/fhir+json'
200
{}