Skip to main content

HS.FHIRModel.R4.Extension

class HS.FHIRModel.R4.Extension extends HS.FHIRModel.FHIRClassSuper

*****************************************
** Extension generated class schema
*****************************************
Optional Extension Element - found in all resources.

Property Inventory

Method Inventory

Parameters

parameter XMLTYPE = R4_EXTENSION;
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 _url as HS.FHIRModel.R4.Element;
Extensions for url
Property methods: _urlGet(), _urlGetSwizzled(), _urlIsValid(), _urlNewObject(), _urlSet()
property _valueBase64Binary as HS.FHIRModel.R4.Element;
Extensions for valueBase64Binary
Property methods: _valueBase64BinaryGet(), _valueBase64BinaryGetSwizzled(), _valueBase64BinaryIsValid(), _valueBase64BinaryNewObject(), _valueBase64BinarySet()
property _valueBoolean as HS.FHIRModel.R4.Element;
Extensions for valueBoolean
Property methods: _valueBooleanGet(), _valueBooleanGetSwizzled(), _valueBooleanIsValid(), _valueBooleanNewObject(), _valueBooleanSet()
property _valueCanonical as HS.FHIRModel.R4.Element;
Extensions for valueCanonical
Property methods: _valueCanonicalGet(), _valueCanonicalGetSwizzled(), _valueCanonicalIsValid(), _valueCanonicalNewObject(), _valueCanonicalSet()
property _valueCode as HS.FHIRModel.R4.Element;
Extensions for valueCode
Property methods: _valueCodeGet(), _valueCodeGetSwizzled(), _valueCodeIsValid(), _valueCodeNewObject(), _valueCodeSet()
property _valueDate as HS.FHIRModel.R4.Element;
Extensions for valueDate
Property methods: _valueDateGet(), _valueDateGetSwizzled(), _valueDateIsValid(), _valueDateNewObject(), _valueDateSet()
property _valueDateTime as HS.FHIRModel.R4.Element;
Extensions for valueDateTime
Property methods: _valueDateTimeGet(), _valueDateTimeGetSwizzled(), _valueDateTimeIsValid(), _valueDateTimeNewObject(), _valueDateTimeSet()
property _valueDecimal as HS.FHIRModel.R4.Element;
Extensions for valueDecimal
Property methods: _valueDecimalGet(), _valueDecimalGetSwizzled(), _valueDecimalIsValid(), _valueDecimalNewObject(), _valueDecimalSet()
property _valueId as HS.FHIRModel.R4.Element;
Extensions for valueId
Property methods: _valueIdGet(), _valueIdGetSwizzled(), _valueIdIsValid(), _valueIdNewObject(), _valueIdSet()
property _valueInstant as HS.FHIRModel.R4.Element;
Extensions for valueInstant
Property methods: _valueInstantGet(), _valueInstantGetSwizzled(), _valueInstantIsValid(), _valueInstantNewObject(), _valueInstantSet()
property _valueInteger as HS.FHIRModel.R4.Element;
Extensions for valueInteger
Property methods: _valueIntegerGet(), _valueIntegerGetSwizzled(), _valueIntegerIsValid(), _valueIntegerNewObject(), _valueIntegerSet()
property _valueMarkdown as HS.FHIRModel.R4.Element;
Extensions for valueMarkdown
Property methods: _valueMarkdownGet(), _valueMarkdownGetSwizzled(), _valueMarkdownIsValid(), _valueMarkdownNewObject(), _valueMarkdownSet()
property _valueOid as HS.FHIRModel.R4.Element;
Extensions for valueOid
Property methods: _valueOidGet(), _valueOidGetSwizzled(), _valueOidIsValid(), _valueOidNewObject(), _valueOidSet()
property _valuePositiveInt as HS.FHIRModel.R4.Element;
Extensions for valuePositiveInt
Property methods: _valuePositiveIntGet(), _valuePositiveIntGetSwizzled(), _valuePositiveIntIsValid(), _valuePositiveIntNewObject(), _valuePositiveIntSet()
property _valueString as HS.FHIRModel.R4.Element;
Extensions for valueString
Property methods: _valueStringGet(), _valueStringGetSwizzled(), _valueStringIsValid(), _valueStringNewObject(), _valueStringSet()
property _valueTime as HS.FHIRModel.R4.Element;
Extensions for valueTime
Property methods: _valueTimeGet(), _valueTimeGetSwizzled(), _valueTimeIsValid(), _valueTimeNewObject(), _valueTimeSet()
property _valueUnsignedInt as HS.FHIRModel.R4.Element;
Extensions for valueUnsignedInt
Property methods: _valueUnsignedIntGet(), _valueUnsignedIntGetSwizzled(), _valueUnsignedIntIsValid(), _valueUnsignedIntNewObject(), _valueUnsignedIntSet()
property _valueUri as HS.FHIRModel.R4.Element;
Extensions for valueUri
Property methods: _valueUriGet(), _valueUriGetSwizzled(), _valueUriIsValid(), _valueUriNewObject(), _valueUriSet()
property _valueUrl as HS.FHIRModel.R4.Element;
Extensions for valueUrl
Property methods: _valueUrlGet(), _valueUrlGetSwizzled(), _valueUrlIsValid(), _valueUrlNewObject(), _valueUrlSet()
property _valueUuid as HS.FHIRModel.R4.Element;
Extensions for valueUuid
Property methods: _valueUuidGet(), _valueUuidGetSwizzled(), _valueUuidIsValid(), _valueUuidNewObject(), _valueUuidSet()
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 url as %String;
Source of the definition for the extension code - a logical name or a URL.
Property methods: urlDisplayToLogical(), urlGet(), urlIsValid(), urlLogicalToDisplay(), urlLogicalToOdbc(), urlNormalize(), urlSet()
property valueAddress as HS.FHIRModel.R4.Address;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueAddressGet(), valueAddressGetSwizzled(), valueAddressIsValid(), valueAddressNewObject(), valueAddressSet()
property valueAge as HS.FHIRModel.R4.Age;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueAgeGet(), valueAgeGetSwizzled(), valueAgeIsValid(), valueAgeNewObject(), valueAgeSet()
property valueAnnotation as HS.FHIRModel.R4.Annotation;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueAnnotationGet(), valueAnnotationGetSwizzled(), valueAnnotationIsValid(), valueAnnotationNewObject(), valueAnnotationSet()
property valueAttachment as HS.FHIRModel.R4.Attachment;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueAttachmentGet(), valueAttachmentGetSwizzled(), valueAttachmentIsValid(), valueAttachmentNewObject(), valueAttachmentSet()
property valueBase64Binary as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueBase64BinaryDisplayToLogical(), valueBase64BinaryGet(), valueBase64BinaryIsValid(), valueBase64BinaryLogicalToDisplay(), valueBase64BinaryLogicalToOdbc(), valueBase64BinaryNormalize(), valueBase64BinarySet()
property valueBoolean as %Boolean;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueBooleanDisplayToLogical(), valueBooleanGet(), valueBooleanIsValid(), valueBooleanLogicalToDisplay(), valueBooleanLogicalToXSD(), valueBooleanNormalize(), valueBooleanSet(), valueBooleanXSDToLogical()
property valueCanonical as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueCanonicalDisplayToLogical(), valueCanonicalGet(), valueCanonicalIsValid(), valueCanonicalLogicalToDisplay(), valueCanonicalLogicalToOdbc(), valueCanonicalNormalize(), valueCanonicalSet()
property valueCode as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueCodeDisplayToLogical(), valueCodeGet(), valueCodeIsValid(), valueCodeLogicalToDisplay(), valueCodeLogicalToOdbc(), valueCodeNormalize(), valueCodeSet()
property valueCodeableConcept as HS.FHIRModel.R4.CodeableConcept;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueCodeableConceptGet(), valueCodeableConceptGetSwizzled(), valueCodeableConceptIsValid(), valueCodeableConceptNewObject(), valueCodeableConceptSet()
property valueCoding as HS.FHIRModel.R4.Coding;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueCodingGet(), valueCodingGetSwizzled(), valueCodingIsValid(), valueCodingNewObject(), valueCodingSet()
property valueContactDetail as HS.FHIRModel.R4.ContactDetail;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueContactDetailGet(), valueContactDetailGetSwizzled(), valueContactDetailIsValid(), valueContactDetailNewObject(), valueContactDetailSet()
property valueContactPoint as HS.FHIRModel.R4.ContactPoint;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueContactPointGet(), valueContactPointGetSwizzled(), valueContactPointIsValid(), valueContactPointNewObject(), valueContactPointSet()
property valueContributor as HS.FHIRModel.R4.Contributor;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueContributorGet(), valueContributorGetSwizzled(), valueContributorIsValid(), valueContributorNewObject(), valueContributorSet()
property valueCount as HS.FHIRModel.R4.Count;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueCountGet(), valueCountGetSwizzled(), valueCountIsValid(), valueCountNewObject(), valueCountSet()
property valueDataRequirement as HS.FHIRModel.R4.DataRequirement;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueDataRequirementGet(), valueDataRequirementGetSwizzled(), valueDataRequirementIsValid(), valueDataRequirementNewObject(), valueDataRequirementSet()
property valueDate as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueDateDisplayToLogical(), valueDateGet(), valueDateIsValid(), valueDateLogicalToDisplay(), valueDateLogicalToOdbc(), valueDateNormalize(), valueDateSet()
property valueDateTime as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueDateTimeDisplayToLogical(), valueDateTimeGet(), valueDateTimeIsValid(), valueDateTimeLogicalToDisplay(), valueDateTimeLogicalToOdbc(), valueDateTimeNormalize(), valueDateTimeSet()
property valueDecimal as %Integer;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueDecimalDisplayToLogical(), valueDecimalGet(), valueDecimalIsValid(), valueDecimalLogicalToDisplay(), valueDecimalNormalize(), valueDecimalSet(), valueDecimalXSDToLogical()
property valueDistance as HS.FHIRModel.R4.Distance;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueDistanceGet(), valueDistanceGetSwizzled(), valueDistanceIsValid(), valueDistanceNewObject(), valueDistanceSet()
property valueDosage as HS.FHIRModel.R4.Dosage;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueDosageGet(), valueDosageGetSwizzled(), valueDosageIsValid(), valueDosageNewObject(), valueDosageSet()
property valueDuration as HS.FHIRModel.R4.Duration;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueDurationGet(), valueDurationGetSwizzled(), valueDurationIsValid(), valueDurationNewObject(), valueDurationSet()
property valueExpression as HS.FHIRModel.R4.Expression;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueExpressionGet(), valueExpressionGetSwizzled(), valueExpressionIsValid(), valueExpressionNewObject(), valueExpressionSet()
property valueHumanName as HS.FHIRModel.R4.HumanName;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueHumanNameGet(), valueHumanNameGetSwizzled(), valueHumanNameIsValid(), valueHumanNameNewObject(), valueHumanNameSet()
property valueId as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueIdDisplayToLogical(), valueIdGet(), valueIdIsValid(), valueIdLogicalToDisplay(), valueIdLogicalToOdbc(), valueIdNormalize(), valueIdSet()
property valueIdentifier as HS.FHIRModel.R4.Identifier;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueIdentifierGet(), valueIdentifierGetSwizzled(), valueIdentifierIsValid(), valueIdentifierNewObject(), valueIdentifierSet()
property valueInstant as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueInstantDisplayToLogical(), valueInstantGet(), valueInstantIsValid(), valueInstantLogicalToDisplay(), valueInstantLogicalToOdbc(), valueInstantNormalize(), valueInstantSet()
property valueInteger as %Integer;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueIntegerDisplayToLogical(), valueIntegerGet(), valueIntegerIsValid(), valueIntegerLogicalToDisplay(), valueIntegerNormalize(), valueIntegerSet(), valueIntegerXSDToLogical()
property valueMarkdown as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueMarkdownDisplayToLogical(), valueMarkdownGet(), valueMarkdownIsValid(), valueMarkdownLogicalToDisplay(), valueMarkdownLogicalToOdbc(), valueMarkdownNormalize(), valueMarkdownSet()
property valueMeta as HS.FHIRModel.R4.Meta;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueMetaGet(), valueMetaGetSwizzled(), valueMetaIsValid(), valueMetaNewObject(), valueMetaSet()
property valueMoney as HS.FHIRModel.R4.Money;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueMoneyGet(), valueMoneyGetSwizzled(), valueMoneyIsValid(), valueMoneyNewObject(), valueMoneySet()
property valueOid as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueOidDisplayToLogical(), valueOidGet(), valueOidIsValid(), valueOidLogicalToDisplay(), valueOidLogicalToOdbc(), valueOidNormalize(), valueOidSet()
property valueParameterDefinition as HS.FHIRModel.R4.ParameterDefinition;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueParameterDefinitionGet(), valueParameterDefinitionGetSwizzled(), valueParameterDefinitionIsValid(), valueParameterDefinitionNewObject(), valueParameterDefinitionSet()
property valuePeriod as HS.FHIRModel.R4.Period;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valuePeriodGet(), valuePeriodGetSwizzled(), valuePeriodIsValid(), valuePeriodNewObject(), valuePeriodSet()
property valuePositiveInt as %Integer;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valuePositiveIntDisplayToLogical(), valuePositiveIntGet(), valuePositiveIntIsValid(), valuePositiveIntLogicalToDisplay(), valuePositiveIntNormalize(), valuePositiveIntSet(), valuePositiveIntXSDToLogical()
property valueQuantity as HS.FHIRModel.R4.Quantity;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueQuantityGet(), valueQuantityGetSwizzled(), valueQuantityIsValid(), valueQuantityNewObject(), valueQuantitySet()
property valueRange as HS.FHIRModel.R4.Range;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueRangeGet(), valueRangeGetSwizzled(), valueRangeIsValid(), valueRangeNewObject(), valueRangeSet()
property valueRatio as HS.FHIRModel.R4.Ratio;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueRatioGet(), valueRatioGetSwizzled(), valueRatioIsValid(), valueRatioNewObject(), valueRatioSet()
property valueReference as HS.FHIRModel.R4.Reference;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueReferenceGet(), valueReferenceGetSwizzled(), valueReferenceIsValid(), valueReferenceNewObject(), valueReferenceSet()
property valueRelatedArtifact as HS.FHIRModel.R4.RelatedArtifact;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueRelatedArtifactGet(), valueRelatedArtifactGetSwizzled(), valueRelatedArtifactIsValid(), valueRelatedArtifactNewObject(), valueRelatedArtifactSet()
property valueSampledData as HS.FHIRModel.R4.SampledData;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueSampledDataGet(), valueSampledDataGetSwizzled(), valueSampledDataIsValid(), valueSampledDataNewObject(), valueSampledDataSet()
property valueSignature as HS.FHIRModel.R4.Signature;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueSignatureGet(), valueSignatureGetSwizzled(), valueSignatureIsValid(), valueSignatureNewObject(), valueSignatureSet()
property valueString as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueStringDisplayToLogical(), valueStringGet(), valueStringIsValid(), valueStringLogicalToDisplay(), valueStringLogicalToOdbc(), valueStringNormalize(), valueStringSet()
property valueTime as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueTimeDisplayToLogical(), valueTimeGet(), valueTimeIsValid(), valueTimeLogicalToDisplay(), valueTimeLogicalToOdbc(), valueTimeNormalize(), valueTimeSet()
property valueTiming as HS.FHIRModel.R4.Timing;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueTimingGet(), valueTimingGetSwizzled(), valueTimingIsValid(), valueTimingNewObject(), valueTimingSet()
property valueTriggerDefinition as HS.FHIRModel.R4.TriggerDefinition;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueTriggerDefinitionGet(), valueTriggerDefinitionGetSwizzled(), valueTriggerDefinitionIsValid(), valueTriggerDefinitionNewObject(), valueTriggerDefinitionSet()
property valueUnsignedInt as %Integer;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueUnsignedIntDisplayToLogical(), valueUnsignedIntGet(), valueUnsignedIntIsValid(), valueUnsignedIntLogicalToDisplay(), valueUnsignedIntNormalize(), valueUnsignedIntSet(), valueUnsignedIntXSDToLogical()
property valueUri as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueUriDisplayToLogical(), valueUriGet(), valueUriIsValid(), valueUriLogicalToDisplay(), valueUriLogicalToOdbc(), valueUriNormalize(), valueUriSet()
property valueUrl as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueUrlDisplayToLogical(), valueUrlGet(), valueUrlIsValid(), valueUrlLogicalToDisplay(), valueUrlLogicalToOdbc(), valueUrlNormalize(), valueUrlSet()
property valueUsageContext as HS.FHIRModel.R4.UsageContext;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueUsageContextGet(), valueUsageContextGetSwizzled(), valueUsageContextIsValid(), valueUsageContextNewObject(), valueUsageContextSet()
property valueUuid as %String;
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).
Property methods: valueUuidDisplayToLogical(), valueUuidGet(), valueUuidIsValid(), valueUuidLogicalToDisplay(), valueUuidLogicalToOdbc(), valueUuidNormalize(), valueUuidSet()

Methods

method IncludeExtension()
method IncludeValueAddress()
method IncludeValueAge()
method IncludeValueAnnotation()
method IncludeValueAttachment()
method IncludeValueCodeableConcept()
method IncludeValueCoding()
method IncludeValueContactDetail()
method IncludeValueContactPoint()
method IncludeValueContributor()
method IncludeValueCount()
method IncludeValueDataRequirement()
method IncludeValueDistance()
method IncludeValueDosage()
method IncludeValueDuration()
method IncludeValueExpression()
method IncludeValueHumanName()
method IncludeValueIdentifier()
method IncludeValueMeta()
method IncludeValueMoney()
method IncludeValueParameterDefinition()
method IncludeValuePeriod()
method IncludeValueQuantity()
method IncludeValueRange()
method IncludeValueRatio()
method IncludeValueReference()
method IncludeValueRelatedArtifact()
method IncludeValueSampledData()
method IncludeValueSignature()
method IncludeValueTiming()
method IncludeValueTriggerDefinition()
method IncludeValueUsageContext()
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