HAPI FHIR Server

type-history: Fetch the resource change history for all resources of type RiskAssessment

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

Response

200

Success

FHIR-JSON-RESOURCE

FHIR-JSON-RESOURCEobject

A FHIR resource

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