Skip to main content

HS.FHIRModel.R4.Identifier

class HS.FHIRModel.R4.Identifier extends HS.FHIRModel.FHIRClassSuper

*****************************************
** Identifier generated class schema
*****************************************
An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_IDENTIFIER;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property _system as HS.FHIRModel.R4.Element;
Extensions for system
Property methods: _systemGet(), _systemGetSwizzled(), _systemIsValid(), _systemNewObject(), _systemSet()
property _use as HS.FHIRModel.R4.Element;
Extensions for use
Property methods: _useGet(), _useGetSwizzled(), _useIsValid(), _useNewObject(), _useSet()
property _value as HS.FHIRModel.R4.Element;
Extensions for value
Property methods: _valueGet(), _valueGetSwizzled(), _valueIsValid(), _valueNewObject(), _valueSet()
property assigner as HS.FHIRModel.R4.Reference;
Organization that issued/manages the identifier.
Property methods: assignerGet(), assignerGetSwizzled(), assignerIsValid(), assignerNewObject(), assignerSet()
property extension as HS.FHIRModel.R4.SeqOfExtension;
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionGet(), extensionGetSwizzled(), extensionIsValid(), extensionNewObject(), extensionSet()
property fhirID as %String;
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Property methods: fhirIDDisplayToLogical(), fhirIDGet(), fhirIDIsValid(), fhirIDLogicalToDisplay(), fhirIDLogicalToOdbc(), fhirIDNormalize(), fhirIDSet()
property period as HS.FHIRModel.R4.Period;
Time period during which identifier is/was valid for use.
Property methods: periodGet(), periodGetSwizzled(), periodIsValid(), periodNewObject(), periodSet()
property system as %String;
Establishes the namespace for the value - that is, a URL that describes a set values that are unique.
Property methods: systemDisplayToLogical(), systemGet(), systemIsValid(), systemLogicalToDisplay(), systemLogicalToOdbc(), systemNormalize(), systemSet()
A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
property use as %String (VALUELIST = ",usual,official,temp,secondary,old");
The purpose of this identifier.
Property methods: useDisplayToLogical(), useGet(), useIsValid(), useLogicalToDisplay(), useLogicalToOdbc(), useNormalize(), useSet()
property value as %String;
The portion of the identifier typically relevant to the user and which is unique within the context of the system.
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueLogicalToOdbc(), valueNormalize(), valueSet()

Methods

method IncludeAssigner()
method IncludeExtension()
method IncludePeriod()
method IncludeType()
method _getProperties() as %DynamicArray
Inherited description: Return an array of the defined properties of this class in the definition order that they were discovered in the the HL7FHIR JSchema document
method toDao() as %DynamicAbstractObject
Inherited description: >

The toDao() method casts the set to a DAO.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab