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
capabilities
StructureDefinition
To get the Capability Statement for a HealthLake data store
-
Collect HealthLake
region
anddatastoreId
values. For more information, see Getting data store properties. -
Construct a URL for the request using the collected values for HealthLake
region
anddatastoreId
. Also include the FHIRmetadata
element 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
capabilities
interaction uses aGET
request with AWS Signature Version 4 signing protocol. The followingcurl
example 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
200
HTTP response code and the Capability Statement for your HealthLake data store. For more information, seeCapabilityStatement
in the FHIR R4 documentation.