Skip to main content

HS.FHIR.vSTU3.Model.Resource.ImplementationGuide.Resource

deprecated class HS.FHIR.vSTU3.Model.Resource.ImplementationGuide.Resource extends HS.FHIR.vSTU3.Model.Base.BackboneElement

THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.

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 JSONTYPEFIELD;
Inherited description: Type property name for JSON export.
parameter XMLNAME = ImplementationGuide.Resource;
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.
parameter XMLTYPE = ImplementationGuide.Resource;
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 acronym as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "acronym", XMLPROJECTION = "ELEMENT");
A short code that may be used to identify the resource throughout the implementation guide.
Property methods: acronymGet(), acronymGetSwizzled(), acronymIsValid(), acronymNewObject(), acronymSet()
property description as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "description", XMLPROJECTION = "ELEMENT");
A description of the reason that a resource has been included in the implementation guide.
Property methods: descriptionGet(), descriptionGetSwizzled(), descriptionIsValid(), descriptionNewObject(), descriptionSet()
property example as HS.FHIR.vSTU3.Model.Datatype.Boolean (XMLNAME = "example", XMLPROJECTION = "ELEMENT") [ Required ];
Whether a resource is included in the guide as part of the rules defined by the guide, or just as an example of a resource that conforms to the rules and/or help implementers understand the intent of the guide.
Property methods: exampleGet(), exampleGetSwizzled(), exampleIsValid(), exampleNewObject(), exampleSet()
property exampleFor as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "exampleFor", XMLPROJECTION = "ELEMENT");
Another resource that this resource is an example for. This is mostly used for resources that are included as examples of StructureDefinitions.
Property methods: exampleForGet(), exampleForGetSwizzled(), exampleForIsValid(), exampleForNewObject(), exampleForSet()
property name as HS.FHIR.vSTU3.Model.Datatype.String (XMLNAME = "name", XMLPROJECTION = "ELEMENT");
A human assigned name for the resource. All resources SHOULD have a name, but the name may be extracted from the resource (e.g. ValueSet.name).
Property methods: nameGet(), nameGetSwizzled(), nameIsValid(), nameNewObject(), nameSet()
property sourceReference as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "sourceReference", XMLPROJECTION = "ELEMENT");
Property methods: sourceReferenceGet(), sourceReferenceGetSwizzled(), sourceReferenceIsValid(), sourceReferenceNewObject(), sourceReferenceSet()
property sourceUri as HS.FHIR.vSTU3.Model.Datatype.Uri (XMLNAME = "sourceUri", XMLPROJECTION = "ELEMENT");
Property methods: sourceUriGet(), sourceUriGetSwizzled(), sourceUriIsValid(), sourceUriNewObject(), sourceUriSet()

Methods

deprecated method SetAcronym(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "acronym" property.
deprecated method SetDescription(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "description" property.
deprecated method SetExample(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "example" property.
deprecated method SetExampleFor(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "exampleFor" property.
deprecated method SetName(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "name" property.
deprecated method SetSourceReference(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "sourceReference" property.
deprecated method SetSourceUri(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "sourceUri" property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab