Reading a FHIR resource
The FHIR read interaction reads the current state of a resource in a HealthLake
    data store. For additional information, see read
To read a FHIR resource
- 
      Collect HealthLake regionanddatastoreIdvalues. For more information, see Getting data store properties.
- 
      Determine the type of FHIR Resourceto read and collect the associatedidvalue. For more information, see Resource types.
- 
      Construct a URL for the request using the collected values for HealthLake regionanddatastoreId. Also include the FHIRResourcetype and its associatedid. To view the entire URL path in the following example, scroll over the Copy button.GET https://healthlake.region.amazonaws.com/datastore/datastoreId/r4/Resource/id
- 
      Send the request. The FHIR readinteraction uses aGETrequest with either AWS Signature Version 4 or SMART on FHIR authorization. The followingcurlexample reads the current state of a FHIRPatientresource in HealthLake. To view the entire example, scroll over the Copy button.