FHIR R4 Capability Statement for AWS HealthLake
To find the FHIR-related capabilities (behaviors) of an active HealthLake data store, you must
retrieve its Capability Statement. The Capability Statement is used as a statement of actual
server functionality or a statement of required or desired server implementation. The FHIR
capabilitiesStructureDefinition
To get the Capability Statement for a HealthLake data store
-
Collect HealthLake
regionanddatastoreIdvalues. For more information, see Getting data store properties. -
Construct a URL for the request using the collected values for HealthLake
regionanddatastoreId. Also include the FHIRmetadataelement in the URL. To view the entire URL path in the following example, scroll over the Copy button.https://healthlake.region.amazonaws.com/datastore/datastoreId/r4/metadata -
Send the request. The FHIR
capabilitiesinteraction uses aGETrequest with AWS Signature Version 4 signing protocol. The followingcurlexample gets the Capability Statement for the HealthLake data store specified by thedatastoreId. To view the entire example, scroll over the Copy button.You will receive a
200HTTP response code and the Capability Statement for your HealthLake data store. For more information, seeCapabilityStatementin the FHIR R4 documentation.