Services\Conflict::toFhirOutcome PHP Method

toFhirOutcome() public method

public toFhirOutcome ( )
    public function toFhirOutcome()
    {
        return FhirOutcome::singleIssue(\FhirValueSet::ISSUESEVERITY_FATAL, \FhirValueSet::ISSUETYPE_PROCESSING_CONFLICT, $this->message);
    }