Skip to main content

HS.Types.FHIR.Error

deprecated class HS.Types.FHIR.Error extends %Library.RegisteredObject

THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.

Property Inventory

Properties

property Code as %String;
Error type code, should be an IssueType code (http://hl7.org/fhir/issue-type).
Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet()
property DetailsCode as %String);
Code for more detailed categorization of the error. Examples are the operation outcome codes from HL7 (http://hl7.org/fhir/operation-outcome).
Property methods: DetailsCodeDisplayToLogical(), DetailsCodeGet(), DetailsCodeIsValid(), DetailsCodeLogicalToDisplay(), DetailsCodeLogicalToOdbc(), DetailsCodeNormalize(), DetailsCodeSet()
property DetailsDescription as %String);
Text description associated with the DetailsCode.
Property methods: DetailsDescriptionDisplayToLogical(), DetailsDescriptionGet(), DetailsDescriptionIsValid(), DetailsDescriptionLogicalToDisplay(), DetailsDescriptionLogicalToOdbc(), DetailsDescriptionNormalize(), DetailsDescriptionSet()
property DetailsText as %String);
Brief text description of the error.
Property methods: DetailsTextDisplayToLogical(), DetailsTextGet(), DetailsTextIsValid(), DetailsTextLogicalToDisplay(), DetailsTextLogicalToOdbc(), DetailsTextNormalize(), DetailsTextSet()
property Diagnostics as %String);
Additional diagnostic information about the issue.
Property methods: DiagnosticsDisplayToLogical(), DiagnosticsGet(), DiagnosticsIsValid(), DiagnosticsLogicalToDisplay(), DiagnosticsLogicalToOdbc(), DiagnosticsNormalize(), DiagnosticsSet()
property Expression as %String);
Error location, as a FHIRPath expression.
Property methods: ExpressionDisplayToLogical(), ExpressionGet(), ExpressionIsValid(), ExpressionLogicalToDisplay(), ExpressionLogicalToOdbc(), ExpressionNormalize(), ExpressionSet()
property Location as %String);
Error location, as an XPath expression.
Property methods: LocationDisplayToLogical(), LocationGet(), LocationIsValid(), LocationLogicalToDisplay(), LocationLogicalToOdbc(), LocationNormalize(), LocationSet()
property Severity as %String;
Error severity code, should be an IssueSeverity code (http://hl7.org/fhir/issue-severity).
Property methods: SeverityDisplayToLogical(), SeverityGet(), SeverityIsValid(), SeverityLogicalToDisplay(), SeverityLogicalToOdbc(), SeverityNormalize(), SeveritySet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab