fhirStore = $fhirStore; } public function getFhirStore() { return $this->fhirStore; } public function setResourceCount($resourceCount) { $this->resourceCount = $resourceCount; } public function getResourceCount() { return $this->resourceCount; } }