HAPI FHIR Server

search-type: Update an existing RiskAssessment instance, or create using a client-assigned ID

This is a search type

get
http://localhost:8080/fhir/R4/RiskAssessment

Query Parameters

Response

200

Success

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

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