Services\Resource::toFhir PHP Method

toFhir() public method

public toFhir ( )
    public function toFhir()
    {
        $fhirObject = parent::toFhir();
        $fhirObject->resourceType = static::getFhirType();
        return $fhirObject;
    }