Services\InternalReference::toFhir PHP Method

toFhir() public method

public toFhir ( ) : StdClass
return StdClass
    public function toFhir()
    {
        return (object) array('reference' => \Yii::app()->service->referenceToFhirUrl($this));
    }