Skip to main content

HS.SDA3.PriorCode

serial class HS.SDA3.PriorCode extends HS.SDA3.DataType

PriorCode appears in the SDA as a list property (PriorCodes) of
HS.SDA3.CodeTableTranslated and all classes that extend
CodeTableTranslated.

Property Inventory

Properties

property Code as %String (MAXLEN = 32000);
Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet()
property CodeSystem as %String (MAXLEN = 32000);
Property methods: CodeSystemDisplayToLogical(), CodeSystemGet(), CodeSystemIsValid(), CodeSystemLogicalToDisplay(), CodeSystemLogicalToOdbc(), CodeSystemNormalize(), CodeSystemSet()
property CodeSystemVersionId as %String (MAXLEN = 32000);
The coding system version ID
For example, HL7v2.x data structure CNE or CWE, piece 8 if Type="A", or
piece 7 if Type="O"
Property methods: CodeSystemVersionIdDisplayToLogical(), CodeSystemVersionIdGet(), CodeSystemVersionIdIsValid(), CodeSystemVersionIdLogicalToDisplay(), CodeSystemVersionIdLogicalToOdbc(), CodeSystemVersionIdNormalize(), CodeSystemVersionIdSet()
property Description as %String (MAXLEN = 32000);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Extension as HS.Local.SDA3.PriorCodeExtension;
Property methods: ExtensionGet(), ExtensionGetObject(), ExtensionGetObjectId(), ExtensionGetSwizzled(), ExtensionIsEmpty(), ExtensionIsValid(), ExtensionNewObject(), ExtensionSet(), ExtensionSetObject(), ExtensionSetObjectId(), ExtensionUnSwizzle()
property Type as %String (DISPLAYLIST = ",Alternate,Original,Normalized", VALUELIST = ",A,O,N");
Supported values:
O - Original
A - Alternate
N - Normalized

When a PriorCode is parsed from HL7, Type is set to "A". When a
CodeTableTranslated is being translated, if the last entry in the list of
PriorCodes has Type="O", then the pre-translation Code, Description, and
SDACodingStandard will be inserted into PriorCodes as a PriorCode with
Type="N". Else they will be inserted with Type="O".
Property methods: TypeDisplayToLogical(), TypeGet(), TypeIsValid(), TypeLogicalToDisplay(), TypeLogicalToOdbc(), TypeNormalize(), TypeSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab