type: fhir-fhirpath-functionsource: source/fhirpath.html
FHIR FHIRPath Function: %server.read
This page is part of FHIR FHIRPath (FHIR-specific extensions). Base spec lives at FHIRPath.
%server.read(type, id) : Resource
Get a resource from the server.
Parameters:
- type: The type of the resource to read.
- id: The id of the resource to read.
Return Value: The resource at type/id. If not found, the return value is empty.