HS.FHIR.vSTU3.Model.Base.DomainResource
deprecated class HS.FHIR.vSTU3.Model.Base.DomainResource extends HS.FHIR.vSTU3.Model.Base.Resource
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.A resource that includes narrative, extensions, and contained resources.
Property Inventory
Method Inventory
Parameters
parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML.
The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the
schema that defines the type.
To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export
and will default to 0 (false) for encoded or encoded12 format export.
These were the values always previously assumed for the elementFormDefault attribute.
NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.
parameter XMLNAME = DomainResource;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the
order of the class properties. This allows us to deal with XML where the
same field appears multiple times and is distinguished by the order.
Properties
property contained as list of HS.FHIR.vSTU3.Model.Base.ResourceContainer (XMLNAME = "contained", XMLPROJECTION = "ELEMENT");
These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
Property methods: containedBuildValueArray(), containedCollectionToDisplay(), containedCollectionToOdbc(), containedDisplayToCollection(), containedGet(), containedGetObject(), containedGetObjectId(), containedGetSwizzled(), containedIsValid(), containedOdbcToCollection(), containedSet(), containedSetObject(), containedSetObjectId()
property extension as list of HS.FHIR.vSTU3.Model.Base.Extension (XMLNAME = "extension", XMLPROJECTION = "ELEMENT");
May be used to represent additional information that is not part of the basic definition of the resource. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
Property methods: extensionBuildValueArray(), extensionCollectionToDisplay(), extensionCollectionToOdbc(), extensionDisplayToCollection(), extensionGet(), extensionGetObject(), extensionGetObjectId(), extensionGetSwizzled(), extensionIsValid(), extensionOdbcToCollection(), extensionSet(), extensionSetObject(), extensionSetObjectId()
property modifierExtension as list of HS.FHIR.vSTU3.Model.Base.Extension (XMLNAME = "modifierExtension", XMLPROJECTION = "ELEMENT");
May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Property methods: modifierExtensionBuildValueArray(), modifierExtensionCollectionToDisplay(), modifierExtensionCollectionToOdbc(), modifierExtensionDisplayToCollection(), modifierExtensionGet(), modifierExtensionGetObject(), modifierExtensionGetObjectId(), modifierExtensionGetSwizzled(), modifierExtensionIsValid(), modifierExtensionOdbcToCollection(), modifierExtensionSet(), modifierExtensionSetObject(), modifierExtensionSetObjectId()
property text as HS.FHIR.vSTU3.Model.Base.Narrative (XMLNAME = "text", XMLPROJECTION = "ELEMENT");
A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
Property methods: textGet(), textGetSwizzled(), textIsValid(), textNewObject(), textSet()
Methods
deprecated method SetContained(pResource As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Insert method for the "contained" property.
Insert method for the "contained" property.
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "text" property.
Set method for the "text" property.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateProxy()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %FHIRObjectHasValue()
- %FromFHIRJSON()
- %FromFHIRXML()
- %GetClassName()
- %GetJSONType()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ToFHIRJSON()
- %ToFHIRXML()
- %ValidateObject()
- GetReferenceMap()
- SetId()
- SetImplicitRules()
- SetLanguage()
- UpdateReferences()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Subclasses
- HS.FHIR.vSTU3.Model.Resource.Account
- HS.FHIR.vSTU3.Model.Resource.ActivityDefinition
- HS.FHIR.vSTU3.Model.Resource.AdverseEvent
- HS.FHIR.vSTU3.Model.Resource.AllergyIntolerance
- HS.FHIR.vSTU3.Model.Resource.Appointment
- HS.FHIR.vSTU3.Model.Resource.AppointmentResponse
- HS.FHIR.vSTU3.Model.Resource.AuditEvent
- HS.FHIR.vSTU3.Model.Resource.Basic
- HS.FHIR.vSTU3.Model.Resource.BodySite
- HS.FHIR.vSTU3.Model.Resource.CapabilityStatement
- HS.FHIR.vSTU3.Model.Resource.CarePlan
- HS.FHIR.vSTU3.Model.Resource.CareTeam
- HS.FHIR.vSTU3.Model.Resource.ChargeItem
- HS.FHIR.vSTU3.Model.Resource.Claim
- HS.FHIR.vSTU3.Model.Resource.ClaimResponse
- HS.FHIR.vSTU3.Model.Resource.ClinicalImpression
- HS.FHIR.vSTU3.Model.Resource.CodeSystem
- HS.FHIR.vSTU3.Model.Resource.Communication
- HS.FHIR.vSTU3.Model.Resource.CommunicationRequest
- HS.FHIR.vSTU3.Model.Resource.CompartmentDefinition
- HS.FHIR.vSTU3.Model.Resource.Composition
- HS.FHIR.vSTU3.Model.Resource.ConceptMap
- HS.FHIR.vSTU3.Model.Resource.Condition
- HS.FHIR.vSTU3.Model.Resource.Consent
- HS.FHIR.vSTU3.Model.Resource.Contract
- HS.FHIR.vSTU3.Model.Resource.Coverage
- HS.FHIR.vSTU3.Model.Resource.DataElement
- HS.FHIR.vSTU3.Model.Resource.DetectedIssue
- HS.FHIR.vSTU3.Model.Resource.Device
- HS.FHIR.vSTU3.Model.Resource.DeviceComponent
- HS.FHIR.vSTU3.Model.Resource.DeviceMetric
- HS.FHIR.vSTU3.Model.Resource.DeviceRequest
- HS.FHIR.vSTU3.Model.Resource.DeviceUseStatement
- HS.FHIR.vSTU3.Model.Resource.DiagnosticReport
- HS.FHIR.vSTU3.Model.Resource.DocumentManifest
- HS.FHIR.vSTU3.Model.Resource.DocumentReference
- HS.FHIR.vSTU3.Model.Resource.EligibilityRequest
- HS.FHIR.vSTU3.Model.Resource.EligibilityResponse
- HS.FHIR.vSTU3.Model.Resource.Encounter
- HS.FHIR.vSTU3.Model.Resource.Endpoint
- HS.FHIR.vSTU3.Model.Resource.EnrollmentRequest
- HS.FHIR.vSTU3.Model.Resource.EnrollmentResponse
- HS.FHIR.vSTU3.Model.Resource.EpisodeOfCare
- HS.FHIR.vSTU3.Model.Resource.ExpansionProfile
- HS.FHIR.vSTU3.Model.Resource.ExplanationOfBenefit
- HS.FHIR.vSTU3.Model.Resource.FamilyMemberHistory
- HS.FHIR.vSTU3.Model.Resource.Flag
- HS.FHIR.vSTU3.Model.Resource.Goal
- HS.FHIR.vSTU3.Model.Resource.GraphDefinition
- HS.FHIR.vSTU3.Model.Resource.Group
- HS.FHIR.vSTU3.Model.Resource.GuidanceResponse
- HS.FHIR.vSTU3.Model.Resource.HealthcareService
- HS.FHIR.vSTU3.Model.Resource.ImagingManifest
- HS.FHIR.vSTU3.Model.Resource.ImagingStudy
- HS.FHIR.vSTU3.Model.Resource.Immunization
- HS.FHIR.vSTU3.Model.Resource.ImmunizationRecommendation
- HS.FHIR.vSTU3.Model.Resource.ImplementationGuide
- HS.FHIR.vSTU3.Model.Resource.Library
- HS.FHIR.vSTU3.Model.Resource.Linkage
- HS.FHIR.vSTU3.Model.Resource.List
- HS.FHIR.vSTU3.Model.Resource.Location
- HS.FHIR.vSTU3.Model.Resource.Measure
- HS.FHIR.vSTU3.Model.Resource.MeasureReport
- HS.FHIR.vSTU3.Model.Resource.Media
- HS.FHIR.vSTU3.Model.Resource.Medication
- HS.FHIR.vSTU3.Model.Resource.MedicationAdministration
- HS.FHIR.vSTU3.Model.Resource.MedicationDispense
- HS.FHIR.vSTU3.Model.Resource.MedicationRequest
- HS.FHIR.vSTU3.Model.Resource.MedicationStatement
- HS.FHIR.vSTU3.Model.Resource.MessageDefinition
- HS.FHIR.vSTU3.Model.Resource.MessageHeader
- HS.FHIR.vSTU3.Model.Resource.NamingSystem
- HS.FHIR.vSTU3.Model.Resource.NutritionOrder
- HS.FHIR.vSTU3.Model.Resource.Observation
- HS.FHIR.vSTU3.Model.Resource.OperationDefinition
- HS.FHIR.vSTU3.Model.Resource.OperationOutcome
- HS.FHIR.vSTU3.Model.Resource.Organization
- HS.FHIR.vSTU3.Model.Resource.Patient
- HS.FHIR.vSTU3.Model.Resource.PaymentNotice
- HS.FHIR.vSTU3.Model.Resource.PaymentReconciliation
- HS.FHIR.vSTU3.Model.Resource.Person
- HS.FHIR.vSTU3.Model.Resource.PlanDefinition
- HS.FHIR.vSTU3.Model.Resource.Practitioner
- HS.FHIR.vSTU3.Model.Resource.PractitionerRole
- HS.FHIR.vSTU3.Model.Resource.Procedure
- HS.FHIR.vSTU3.Model.Resource.ProcedureRequest
- HS.FHIR.vSTU3.Model.Resource.ProcessRequest
- HS.FHIR.vSTU3.Model.Resource.ProcessResponse
- HS.FHIR.vSTU3.Model.Resource.Provenance
- HS.FHIR.vSTU3.Model.Resource.Questionnaire
- HS.FHIR.vSTU3.Model.Resource.QuestionnaireResponse
- HS.FHIR.vSTU3.Model.Resource.ReferralRequest
- HS.FHIR.vSTU3.Model.Resource.RelatedPerson
- HS.FHIR.vSTU3.Model.Resource.RequestGroup
- HS.FHIR.vSTU3.Model.Resource.ResearchStudy
- HS.FHIR.vSTU3.Model.Resource.ResearchSubject
- HS.FHIR.vSTU3.Model.Resource.RiskAssessment
- HS.FHIR.vSTU3.Model.Resource.Schedule
- HS.FHIR.vSTU3.Model.Resource.SearchParameter
- HS.FHIR.vSTU3.Model.Resource.Sequence
- HS.FHIR.vSTU3.Model.Resource.ServiceDefinition
- HS.FHIR.vSTU3.Model.Resource.Slot
- HS.FHIR.vSTU3.Model.Resource.Specimen
- HS.FHIR.vSTU3.Model.Resource.StructureDefinition
- HS.FHIR.vSTU3.Model.Resource.StructureMap
- HS.FHIR.vSTU3.Model.Resource.Subscription
- HS.FHIR.vSTU3.Model.Resource.Substance
- HS.FHIR.vSTU3.Model.Resource.SupplyDelivery
- HS.FHIR.vSTU3.Model.Resource.SupplyRequest
- HS.FHIR.vSTU3.Model.Resource.Task
- HS.FHIR.vSTU3.Model.Resource.TestReport
- HS.FHIR.vSTU3.Model.Resource.TestScript
- HS.FHIR.vSTU3.Model.Resource.ValueSet
- HS.FHIR.vSTU3.Model.Resource.VisionPrescription